Author Message
MikiY
Joined: Jan 6, 2014
Messages: 41
Offline
I downloaded OD6, installed patch 3, and created a test applicaiont. When I try to goto the runtimeconfig applicaiont I just get a 500 server error:

exception

org.apache.jasper.JasperException: java.lang.NullPointerException
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:491)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:419)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)


root cause

java.lang.NullPointerException
org.apache.jsp.login_jsp._jspService(login_jsp.java:94)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)


Any help would be appreciated.
Thanks
MY
SamareshKowshik
Joined: Nov 6, 2013
Messages: 351
Offline
Hmm, sounds like a configuration/installation issue. Is that the full error message? If it isn't, can you post either the full stack trace/exceptions, or perhaps the log file where the full error is posted?

One thing you can try is creating a new instance of Tomcat and pointing OD to it. Sometimes if an app is created in a fresh OD workspace, and Tomcat is not yet specified, it can lead to problems. Usually, they can be resolved by refreshing all the applications, but sometimes you need to close the project itself and reopen before the hooks activate to synchronize OD with the Tomcat instance.

Lastly, are you trying to set the new installation to use an old workspace? That also could potentially lead to issues if all the metadata isn't deleted from the old workspace ".metadata" folder.
Anonymous

The Tomcat instance is specifically for OD 6.

The workspace is brand new as well.

I was albe to get that problem resolved by updateing the WebLM information in Eclipse.

Now I'm having problems with an existing DD4 application. I brougt this into the workspace from CVS, and OD updated the project. This is the error I see when I try to run the DD4 updated project.

EVERE: Servlet.service() for servlet Start threw exception
java.lang.NoClassDefFoundError: com/avaya/vp/applog/activator/Activator
at com.avaya.vp.applog.client.VPAppLogClientBase.debug(VPAppLogClientBase.java:44)
at com.avaya.vp.applog.client.VPAppLogClientBase.getAxis2PrimaryUrl(VPAppLogClientBase.java:366)
at com.avaya.vp.applog.client.VPAppLogClientBase.getAxis2Url(VPAppLogClientBase.java:334)
at com.avaya.vp.applog.client.VPAppLogClientBase.getAxis2AppLogServiceUrl(VPAppLogClientBase.java:311)
at com.avaya.vp.applog.client.VPAppLogClientBase.getReportUrl(VPAppLogClientBase.java:284)
at com.avaya.vp.applog.client.ReportWriter.setReportUrl(ReportWriter.java:397)
at com.avaya.vp.applog.client.ReportWriter.getParametersValue(ReportWriter.java:584)
at com.avaya.vp.applog.client.ReportWriter.<init>(ReportWriter.java:68)
at com.avaya.runtimecommon.platforms.vp.tracking.ReportWriter.<init>(ReportWriter.java:32)
at com.avaya.runtimecommon.platforms.vp.Toolkit.createReportOutput(Toolkit.java:28)
at com.avaya.sce.runtimecommon.SCESession.getReportOutput(SCESession.java:1856)
at com.avaya.sce.runtimecommon.SCESession.getSession(SCESession.java:517)
at com.avaya.sce.runtimecommon.SCESession.getSession(SCESession.java:591)
at com.avaya.sce.runtime.SCEServlet.requestHandler(SCEServlet.java:199)
at com.avaya.sce.runtime.SCEServlet.doGet(SCEServlet.java:182)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)

Thanks,
MY
Anonymous

I found a posting that fixed the issue: http://www.devconnectprogram.com/forums/posts/list/85.page#p303

The application is running fine now.

Thank you,
MY
SamareshKowshik
Joined: Nov 6, 2013
Messages: 351
Offline
Excellent to hear!
Go to:   
Mobile view