Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » Call to deployed openVXML app failing
Call to deployed openVXML app failing [message #575261] Wed, 23 August 2006 23:25
Stan Rivera is currently offline Stan RiveraFriend
Messages: 36
Registered: July 2009
Member
I have created a simple "hello world" openVXML app, deployed the VXML web
application on my weblogic app server successfully. Actually, I am seeing
one error when I first try to export the application. I select export,
then VXML Web App, then I click on "Next>", but I get a dialog box that
says "An error has occurred. See error log for more details.". I click
"Ok" and I'm then asked to enter the name of the WAR file. Don't know of
this is the root cause of my problem below, but thought I'd better mention
it. So, when calling up the application I've deployed on my weblogic app
server, http://<host>/FirstOpenVXMLApp/openVXML, I get the following
traces:

getResourceItem::/WEB-INF/openVXML/application/::true
<Aug 23, 2006 4:43:19 PM MDT> <Error> <HTTP> <BEA-101046>
< [ServletContext(id=1861120,name=FirstOpenVXMLApp,context-pat h=/FirstOpenVXMLApp)]
Failed to process call: null
java.lang.NullPointerException
at
org.eclipse.vtp.framework.kernel.core.DefaultApplicationMana ger.getApplication(DefaultApplicationManager.java:71)
at
org.eclipse.vtp.framework.kernel.core.DefaultCallManager.ini tializeCall(DefaultCallManager.java:135)
at
org.eclipse.vtp.framework.kernel.http.HTTPConnector.service( HTTPConnector.java:139)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
weblogic.servlet.internal.ServletStubImpl$ServletInvocationA ction.run(ServletStubImpl.java:996)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(Serv letStubImpl.java:419)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(Serv letStubImpl.java:315)
at
weblogic.servlet.internal.WebAppServletContext$ServletInvoca tionAction.run(WebAppServletContext.java:6452)
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(Aut henticatedSubject.java:321)
at
weblogic.security.service.SecurityManager.runAs(SecurityMana ger.java:
118)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet (WebAppServletContext.java:3661)
at
weblogic.servlet.internal.ServletRequestImpl.execute(Servlet RequestImpl.java:2630)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219 )
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
>
<Aug 23, 2006 4:43:19 PM MDT> <Error> <HTTP> <BEA-101020>
< [ServletContext(id=1861120,name=FirstOpenVXMLApp,context-pat h=/FirstOpenVXMLApp)]
Servlet failed with Exception
java.lang.NullPointerException
at
weblogic.servlet.internal.ServletResponseImpl.sendError(Serv letResponseImpl.java:422)
at
org.eclipse.vtp.framework.kernel.http.HTTPConnector.service( HTTPConnector.java:150)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
weblogic.servlet.internal.ServletStubImpl$ServletInvocationA ction.run
(ServletStubImpl.java:996)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(Serv letStubImpl.java:419)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(Serv letStubImpl.java:315)
at
weblogic.servlet.internal.WebAppServletContext$ServletInvoca tionAction.run(WebAppServletContext.java:6452)
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(Aut henticatedSubject.java:321)
at
weblogic.security.service.SecurityManager.runAs(SecurityMana ger.java:118)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet (WebAppServletContext.java:3661)
at
weblogic.servlet.internal.ServletRequestImpl.execute(Servlet RequestImpl.java:2630)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219 )
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

Thanks,
Stan
Previous Topic:Extending the VTP, adding custom VXML tags
Next Topic:CVS Repository checkout error
Goto Forum:
  


Current Time: Thu Apr 25 16:05:54 GMT 2024

Powered by FUDForum. Page generated in 0.02551 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top