Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » Error occur when deploy my first openVXML web Application
Error occur when deploy my first openVXML web Application [message #21667] Fri, 27 February 2009 11:28
tim ko is currently offline tim koFriend
Messages: 4
Registered: July 2009
Junior Member
Hi,

This is my first time for VTP and Tomcat.
I have created a simple test .war file (tester.war) for deployment on
Tomcat.
The flow for the test is:
Begin-->Play Prompt-->End Call


After i put the tester.war to Tomcat folder "webapps",
I try to access the servlet by firefox with link:
http://localhost:8080/tester/tester

It show the following error:
HTTP Status 404 - BridgeServlet: /tester/tester.war

type Status report

message BridgeServlet: /tester/tester.war

description The requested resource (BridgeServlet: /tester/tester.war) is
not available.




Tomcat Server show errors in log file catalina.out when deploy:

Feb 27, 2009 4:29:43 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
/usr/java/jdk1.5.0_17/jre/lib/i386/server:/usr/java/jdk1.5.0 _17/jre/lib/i386:/usr/java/jdk1.5.0_17/jre/../lib/i386
Feb 27, 2009 4:29:43 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Feb 27, 2009 4:29:43 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 681 ms
Feb 27, 2009 4:29:43 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 27, 2009 4:29:43 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Feb 27, 2009 4:29:43 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive tester.war
!SESSION 2009-02-27 16:29:44.732
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_17
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -consoleLog

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.733
!MESSAGE Bundle org.eclipse.osgi.services@1:start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.734
!MESSAGE Bundle org.eclipse.equinox.common@2:start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.734
!MESSAGE Bundle org.eclipse.equinox.app@2:start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.735
!MESSAGE Bundle org.eclipse.equinox.preferences@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.735
!MESSAGE Bundle org.eclipse.equinox.registry@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.735
!MESSAGE Bundle org.eclipse.core.contenttype@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.736
!MESSAGE Bundle org.eclipse.core.jobs@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.736
!MESSAGE Bundle org.eclipse.core.runtime@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.737
!MESSAGE Bundle org.eclipse.core.runtime.compatibility.auth@start not
found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.737
!MESSAGE Bundle org.eclipse.update.configurator@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.737
!MESSAGE Bundle javax.activation@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.738
!MESSAGE Bundle javax.mail@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.738
!MESSAGE Bundle org.apache.xerces@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.738
!MESSAGE Bundle org.apache.xml.resolver@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.739
!MESSAGE Bundle javax.xml.soap@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.739
!MESSAGE Bundle javax.xml.rpc@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.740
!MESSAGE Bundle javax.wsdl@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.740
!MESSAGE Bundle org.apache.ant@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.740
!MESSAGE Bundle org.apache.axis@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.741
!MESSAGE Bundle org.apache.commons.discovery@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.741
!MESSAGE Bundle org.apache.commons.io@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.742
!MESSAGE Bundle org.apache.commons.fileupload@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.742
!MESSAGE Bundle org.apache.commons.logging@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.742
!MESSAGE Bundle org.apache.commons.pool@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.743
!MESSAGE Bundle org.apache.log4j@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.743
!MESSAGE Bundle org.mozilla.javascript@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.744
!MESSAGE Bundle org.eclipse.equinox.http.servlet@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.744
!MESSAGE Bundle org.eclipse.equinox.http.servletbridge@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.744
!MESSAGE Bundle org.eclipse.vtp.framework.core@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.745
!MESSAGE Bundle org.eclipse.vtp.framework.util@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.745
!MESSAGE Bundle org.eclipse.vtp.framework.spi@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.746
!MESSAGE Bundle org.eclipse.vtp.framework.engine@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.746
!MESSAGE Bundle org.eclipse.vtp.framework.common@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.747
!MESSAGE Bundle org.eclipse.vtp.framework.interactions.core@start not
found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.747
!MESSAGE Bundle org.eclipse.vtp.framework.databases@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.748
!MESSAGE Bundle org.eclipse.vtp.framework.webservices@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.749
!MESSAGE Bundle org.eclipse.vtp.framework.scripting.rhino@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-02-27 16:29:44.749
!MESSAGE Bundle org.eclipse.vtp.framework.interactions.voice@start not
found.


osgi> Feb 27, 2009 4:29:45 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Feb 27, 2009 4:29:45 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Feb 27, 2009 4:29:45 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31 config=null
Feb 27, 2009 4:29:45 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2658 ms
Feb 27, 2009 7:15:57 PM org.apache.catalina.startup.HostConfig
checkResources
INFO: Undeploying context [/tester]
Feb 27, 2009 7:16:37 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive tester.war
Feb 27, 2009 7:16:37 PM org.apache.catalina.startup.ContextConfig init
SEVERE: Exception fixing docBase: {0}
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:203)
at java.util.jar.JarFile.<init>(JarFile.java:132)
at java.util.jar.JarFile.<init>(JarFile.java:70)
at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:56)
at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.ja va:41)
at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.j ava:68)
at
sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConn ection.java:102)
at
sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLC onnection.java:69)
at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java: 141)
at
org.apache.catalina.startup.ContextConfig.fixDocBase(Context Config.java:883)
at org.apache.catalina.startup.ContextConfig.init(ContextConfig .java:1012)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(Con textConfig.java:279)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent (LifecycleSupport.java:117)
at
org.apache.catalina.core.StandardContext.init(StandardContex t.java:5338)
at
org.apache.catalina.core.StandardContext.start(StandardConte xt.java:4086)
at
org.apache.catalina.core.ContainerBase.addChildInternal(Cont ainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBas e.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost. java:525)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig. java:830)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig .java:719)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig .java:490)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java :1217)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostCo nfig.java:293)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent (LifecycleSupport.java:117)
at
org.apache.catalina.core.ContainerBase.backgroundProcess(Con tainerBase.java:1337)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundPr ocessor.processChildren(ContainerBase.java:1601)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundPr ocessor.processChildren(ContainerBase.java:1610)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundPr ocessor.run(ContainerBase.java:1590)
at java.lang.Thread.run(Thread.java:595)
Feb 27, 2009 7:16:37 PM org.apache.catalina.core.StandardContext
resourcesStart
SEVERE: Error starting static Resources
java.lang.IllegalArgumentException: Invalid or unreadable WAR file : error
in opening zip file
at
org.apache.naming.resources.WARDirContext.setDocBase(WARDirC ontext.java:135)
at
org.apache.catalina.core.StandardContext.resourcesStart(Stan dardContext.java:3957)
at
org.apache.catalina.core.StandardContext.start(StandardConte xt.java:4126)
at
org.apache.catalina.core.ContainerBase.addChildInternal(Cont ainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBas e.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost. java:525)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig. java:830)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig .java:719)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig .java:490)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java :1217)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostCo nfig.java:293)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent (LifecycleSupport.java:117)
at
org.apache.catalina.core.ContainerBase.backgroundProcess(Con tainerBase.java:1337)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundPr ocessor.processChildren(ContainerBase.java:1601)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundPr ocessor.processChildren(ContainerBase.java:1610)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundPr ocessor.run(ContainerBase.java:1590)
at java.lang.Thread.run(Thread.java:595)
Feb 27, 2009 7:16:37 PM org.apache.catalina.core.StandardContext start
SEVERE: Error in resourceStart()
Feb 27, 2009 7:16:37 PM org.apache.catalina.core.StandardContext start
SEVERE: Error getConfigured
Feb 27, 2009 7:16:37 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/tester] startup failed due to previous errors
Feb 27, 2009 7:16:37 PM org.apache.catalina.core.StandardContext stop
INFO: Container
org.apache.catalina.core.ContainerBase.[Catalina].[localhost ].[/tester]
has not been started
Feb 27, 2009 7:16:39 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Feb 27, 2009 7:16:40 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Feb 27, 2009 7:16:40 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080



Thanks,
Tim
Previous Topic:Magic FileName
Next Topic:Request Attached Data
Goto Forum:
  


Current Time: Thu Mar 28 18:47:13 GMT 2024

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

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

Back to the top