Hi all,
i'm trying to install Subsonic 4.9 on my server where i have already installed Glassfish 4 (rel 89). I'm doing the WAR to install it but when i go to deploy it, i got the following error:
Error occurred during deployment: Exception while loading the app : CDI definition failure:WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] class org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl$1 cannot be a non-static inner class. Please see server.log for more details.
If i precompile JSP, i got this error
Error occurred during deployment: Exception while preparing the app : JSP Compilation Error: org.apache.jasper.JasperException: file:/usr/local/glassfish4/glassfish/domains/domain1/applications/subsonic/WEB-INF/jsp/homePager.jsp(22,16) PWC6287: The attribute prefix fn does not correspond to any imported tag library -- file:/usr/local/glassfish4/glassfish/domains/domain1/applications/subsonic/WEB-INF/jsp/homePager.jsp(22,16) PWC6287: The attribute prefix fn does not correspond to any imported tag library. Please see server.log for more details.
Can anyone help me please?