Hi,
I'm using the AltioLive APS 5.2.5 build 205 WAR file and trying to deploy it under Glassfish v3 prelude.
The WAR files deploys correctly, and I've copied a demo licence into <altio>/WEB-INF/classes/conf but when I try and open it up in a browser I see a NullPointerException being reported.
Here's the stack trace from the Glassfish logs:
[#|2009-05-20T13:19:22.599+0100|SEVERE|glassfish|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=Thread-4;|StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException
at com.altio.server.AltioServlet.a(DashoA8362)
at com.altio.server.AltioServlet.resolveStaticPropertyReferences(DashoA8362)
at org.apache.jsp.console_jsp._jspService(console_jsp.java from :65)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:366)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)