Altio Community Forums  
September 03, 2010, 11:46:13 PM
News: SMF - Just Installed!
 
   Home   Help Search  


  Note: The Altio Forums have been archived. Please send an email to support@altio.com and we will help you with any issues you may have.

Pages: [1]
  Print  
Author Topic: Deploying AltioLive on Glassfish  (Read 1153 times)
jimcro
Newbie
*
Posts: 3


View Profile Email
« on: May 20, 2009, 06:34:53 PM »

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:
Code:
[#|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)
Logged

 
altio
Administrator
Hero Member
*****
Posts: 1552


View Profile WWW Email
« Reply #1 on: May 28, 2009, 03:29:29 PM »

Thanks for letting us know Jim.  We are looking into this.
Any resolution to this will likely be available in the 5.2.7 release.
Logged

 
altio
Administrator
Hero Member
*****
Posts: 1552


View Profile WWW Email
« Reply #2 on: May 28, 2009, 06:11:10 PM »

Hi Jim,
Did you ensure that the SERVER node has the correct entries in the altioserver.xml (<altio-context>/WEB-INF/classes/conf/altioserver.xml) file in your deployment?

Code:
 <SERVERS THIS="<your server name>">

    <SERVER NM="<your server name>" CONTEXT="<context that altio is running in glassfish>" PORT="<port glassfish is serving on>" PROTOCOL="http"/>

  </SERVERS>

When we reproduced the issue it was when some of these values were incorrect.



Logged

 
jimcro
Newbie
*
Posts: 3


View Profile Email
« Reply #3 on: May 28, 2009, 07:37:33 PM »

Yep you're right - I'd changed the machine details and forgotten the context.

Thanks!
Logged

 
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!