Page 1 of 2

Basic license issue

Posted: 07 Mar 2018, 12:45
by rmtech
Hi,
Is it possible to use icarus basic template over ssl configuration?
I noticed that some css, js or img files do not load over https.
Do i need to upgrade my license before using over https without issues?
Thanks for your help!

Re: Basic license issue

Posted: 07 Mar 2018, 14:17
by w00f
Hello,

Our license policy doesn't relate SSL. You should able to use it with SSL no matter what license you have. What kind of error you are facing, can you please give more detail?

Best regards,

Re: Basic license issue

Posted: 07 Mar 2018, 15:18
by rmtech
Catalina log warning
Mar 07, 2018 12:05:18 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, theme.css, from library, primefaces-icarus-orange.
Mar 07, 2018 12:05:18 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource

Also I inspect the browser developer tools F12 and see that some files could not be loaded over https cause these files start with http. I guest it's a mixed content issue. How can I fix it?
Thanks!

Re: Basic license issue

Posted: 08 Mar 2018, 07:16
by mert.sincan
WARNING: JSF1064: Unable to find or serve resource, theme.css, from library, primefaces-icarus-orange.
- Please try;

Code: Select all

sass -w src/main/webapp/resources/ --sourcemap=none

Re: Basic license issue

Posted: 08 Mar 2018, 19:12
by rmtech
Hello, please tell me where to put this command? I forget to tell you my project is build with maven!
thanks!

Re: Basic license issue

Posted: 09 Mar 2018, 22:44
by rmtech
Hi, thanks for you help, but it's not work. I still have the same errors.

09-Mar-2018 16:34:27.062 WARNING [http-nio-8888-exec-6] com.sun.faces.application.resource.ResourceHandlerImpl.logMissingResource JSF1064: Unable to find or serve resource, components.js, from library, primefaces.

09-Mar-2018 20:46:44.468 WARNING [http-nio-8888-exec-13] com.sun.faces.application.resource.ResourceHandlerImpl.logMissingResource JSF1064: Unable to find or serve resource, documentviewer/pdf.viewer.js, from library, primefaces-extensions..

Re: Basic license issue

Posted: 12 Mar 2018, 14:22
by mert.sincan
Which PrimeFaces version are you using? Also, is the theme.css issue resolved?

Re: Basic license issue

Posted: 13 Mar 2018, 20:35
by rmtech
I'm using PF6.1. Still have the issue!

Re: Basic license issue

Posted: 16 Mar 2018, 14:11
by mert.sincan
I couldn't replicate it. Did you try our sample maven project?

Re: Basic license issue

Posted: 20 Mar 2018, 11:27
by rmtech
not all the pom, just all i need