Page 1 of 1

Olympia Template

Posted: 14 Jun 2022, 14:57
by lusandee
Good day, i bought an olympia template but am having difficulty in setting it up in my netbeans project.
my project is a none maven project. had included the olympia-theme and primefaces-11 jar and all other resources but am getting this error message on deploying to glassfish-4.1.2.

Severe: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException:
Source Document: jar:file:/C:/Users/Temidayo/Documents/NetBeansProjects/eSurvey/dist/gfdeploy/eSurvey/lib/olympia-theme-5.0.0.jar!/META-INF/faces-config.xml
Cause: Class 'org.primefaces.olympia.component.OlympiaMenuRenderer' is missing a runtime dependency: java.lang.NoClassDefFoundError: org/primefaces/component/menu/BaseMenuRenderer

Re: Olympia Template

Posted: 16 Jun 2022, 10:11
by mert.sincan
Interesting! Could you please check OlympiaMenuRenderer.class in the jar and check if the jar is installed correctly? OlympiaMenuRenderer can not seem to find BaseMenuRenderer in PF11.

Re: Olympia Template

Posted: 16 Jun 2022, 21:49
by lusandee
Primefaces 11 was properly installed. All other primefaces components are working properly but the Olympia menu class could just not be found.

Re: Olympia Template

Posted: 16 Jun 2022, 22:08
by lusandee
Also in the designer theme sass file _colors.scss is showing errors how do i resolve this?

Re: Olympia Template

Posted: 21 Jun 2022, 17:59
by lusandee
Olympia-theme-5.0.0 has primefaces BaseMenuRenderer issues classpath issues. Kindly please help out with this.

Re: Olympia Template

Posted: 29 Jun 2022, 12:30
by mert.sincan
Hi,
Primefaces 11 was properly installed. All other primefaces components are working properly but the Olympia menu class could just not be found.
- I still couldn't replicate it. Could you please try to add *MenuRenderer/*Menu.java files manually?
Also in the designer theme sass file _colors.scss is showing errors how do i resolve this?
- Could you please attach the error?

These videos can help you to integrate layouts into your project;
https://www.dropbox.com/s/gat9a4ym373mi ... t.mp4?dl=0
https://www.dropbox.com/s/2p74g63wldbov ... t.mp4?dl=0

Best Regards,