Kim,

    Sorry for the slow response, I still haven¹t received your actual email
from the list server but found your request on Nabble.  Did you download the
installer from the OpenMethods site or are your building from source from
the VTP?  If you are building from source, do you know which version of
Eclipse you are using?  Are you running the studio from a runtime workbench
or building the plugins directly and installing them into a separate Eclipse
installation?

As for your second email, I haven¹t seen that error from Jboss before but
I¹ll get one of the guys to take a look at it.  This should be able to run
under Jboss with no issues.  I¹ll drop another note to this list when we
find something.


Trip Gilman
OpenMethods
4741 Central Street | Suite 285 |  Kansas City, MO | 64112
O| +1.816.283.8965
c| +1.816.729.0672
[email protected] | http://www.openmethods.com

Replying to myself, that seemed actually to be a problem with my eclipse and
studio installation.

After installing OpenVXML on a different (windows) PC, the generated war
file now works on tomcat 5.5.

But when I deploy it on jboss 4.0.4 GA which is where I really want it, I
get an exception when I try to fetch the vxml page:

2009-07-13 15:49:43,189 ERROR http-0.0.0.0-8080-1
6-4d54-914f-7ab7f97dcc24-20090713154710] : StandardWrapper.Throwable
java.lang.IllegalStateException: instance already set
        at 
org.eclipse.equinox.servletbridge.BridgeServlet.setInstance(BridgeServlet.ja
va:184)
        at 
org.eclipse.equinox.servletbridge.BridgeServlet.init(BridgeServlet.java:44)
        at javax.servlet.GenericServlet.init(GenericServlet.java:211)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:11
05)
        at 
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:757)
        at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:641)
        at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDis
patcher.java:463)
        at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:398)
        at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:301)
        at 
com.tecnomen.ivr.applications.dispatcher.ApplicationDispatcher.doForwarding(
ApplicationDispatcher.java:92)
        at 
com.tecnomen.ivr.applications.dispatcher.ApplicationDispatcher.handleRequest
(ApplicationDispatcher.java:75)
        at 
org.springframework.web.servlet.mvc.SimpleRequestHandlerAdapter.handle(Simpl
eRequestHandlerAdapter.java:46)
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServl
et.java:796)
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServle
t.java:727)
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkSer
vlet.java:396)
        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java
:350)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.ja
va:96)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
        at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssoci
ationValve.java:175)
        at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:
74)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:664)
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
        at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThre
ad.java:112)
        at java.lang.Thread.run(Thread.java:595)
2009-07-13 15:49:43,191 ERROR http-0.0.0.0-8080-1
4-20090713154710].[equinoxbridgeservlet] : Allocate exception for servlet
equinoxbridgeservlet
java.lang.IllegalStateException: instance already set
        at 
org.eclipse.equinox.servletbridge.BridgeServlet.setInstance(BridgeServlet.ja
va:184)
        at 
org.eclipse.equinox.servletbridge.BridgeServlet.init(BridgeServlet.java:44)
        at javax.servlet.GenericServlet.init(GenericServlet.java:211)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:11
05)
        at 
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:757)
        at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:641)
        at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDis
patcher.java:463)
        at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:398)
        at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:301)
        at 
com.tecnomen.ivr.applications.dispatcher.ApplicationDispatcher.doForwarding(
ApplicationDispatcher.java:92)
        at 
com.tecnomen.ivr.applications.dispatcher.ApplicationDispatcher.handleRequest
(ApplicationDispatcher.java:75)
        at 
org.springframework.web.servlet.mvc.SimpleRequestHandlerAdapter.handle(Simpl
eRequestHandlerAdapter.java:46)
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServl
et.java:796)
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServle
t.java:727)
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkSer
vlet.java:396)
        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java
:350)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.ja
va:96)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
        at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssoci
ationValve.java:175)
        at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:
74)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC
onnection(Http11BaseProtocol.java:664)
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav
a:527)
        at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThre
ad.java:112)
        at java.lang.Thread.run(Thread.java:595)


I'd appreciate any help with this

Best regards,

Kim Lindberg,
Development Manager, Tecnotree Oyj


-----Original Message-----
From: vtp-dev-boun...@... on behalf of Kim Lindberg
Sent: Mon 13.7.2009 12:57
To: vtp-...@...
Subject: [vtp-dev] Problems deploying
 
Hi,

I'm trying out VTP and the studio works fine, but when I try to deploy the
application I'm running in to trouble.

I've tried to deploy to jboss 4.0.4, tomcat 5.5 and tomcat 6.0 on my ubuntu
9.04 64bit installation, and just to rule out 64 bit also on tomcat 5.5 on a
fedora 9 32-bit server, and I always get the same error when I deploy the
application. The deployed application doesn't work (which I assume is
because the errors).

I've tried to copy the jar files from my eclipse plugins to either the
endorsed folder, or to eclipse/plugins inside the war file, and this does
actually remove the error below, but gives other errors instead. Since none
of the documentation says I would need to do this, I assume this is the
wrong way?

In catalina.out I get the following log:
INFO: Deploying web application archive openvxml2.war
!SESSION 2009-07-13 11:40:00.362
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_19
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-07-13 11:40:00.363
!MESSAGE Bundle org.eclipse.osgi.servi...@1:start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.364
!MESSAGE Bundle org.eclipse.equinox.com...@2:start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.364
!MESSAGE Bundle org.eclipse.equinox....@2:start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.364
!MESSAGE Bundle org.eclipse.equinox.preferen...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.365
!MESSAGE Bundle org.eclipse.equinox.regis...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.365
!MESSAGE Bundle org.eclipse.core.contentt...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.366
!MESSAGE Bundle org.eclipse.core.j...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.367
!MESSAGE Bundle org.eclipse.core.runt...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.367
!MESSAGE Bundle org.eclipse.core.runtime.compatibility.a...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.367
!MESSAGE Bundle org.eclipse.update.configura...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.368
!MESSAGE Bundle javax.activat...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.368
!MESSAGE Bundle javax.m...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.369
!MESSAGE Bundle org.apache.xer...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.369
!MESSAGE Bundle org.apache.xml.resol...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.370
!MESSAGE Bundle javax.xml.s...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.370
!MESSAGE Bundle javax.xml....@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.371
!MESSAGE Bundle javax.w...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.371
!MESSAGE Bundle org.apache....@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.371
!MESSAGE Bundle org.apache.a...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.372
!MESSAGE Bundle org.apache.commons.discov...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.372
!MESSAGE Bundle org.apache.commons...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.373
!MESSAGE Bundle org.apache.commons.fileupl...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.373
!MESSAGE Bundle org.apache.commons.logg...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.374
!MESSAGE Bundle org.apache.commons.p...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.374
!MESSAGE Bundle org.apache.lo...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.375
!MESSAGE Bundle org.mozilla.javascr...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.375
!MESSAGE Bundle org.eclipse.equinox.http.serv...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.376
!MESSAGE Bundle org.eclipse.equinox.http.servletbri...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.376
!MESSAGE Bundle org.eclipse.vtp.framework.c...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.376
!MESSAGE Bundle org.eclipse.vtp.framework.u...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.377
!MESSAGE Bundle org.eclipse.vtp.framework....@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.377
!MESSAGE Bundle org.eclipse.vtp.framework.eng...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.378
!MESSAGE Bundle org.eclipse.vtp.framework.com...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.378
!MESSAGE Bundle org.eclipse.vtp.framework.databa...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.379
!MESSAGE Bundle org.eclipse.vtp.framework.interactions.c...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.379
!MESSAGE Bundle org.eclipse.vtp.framework.webservi...@start not found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.380
!MESSAGE Bundle org.eclipse.vtp.framework.interactions.vo...@start not
found.

!ENTRY org.eclipse.osgi 4 0 2009-07-13 11:40:00.380
!MESSAGE Bundle org.eclipse.vtp.framework.scripting.rh...@start not found.

Best regards,

Kim Lindberg
Development Manager, Tecnotree Oyj

_______________________________________________
vtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/vtp-dev

Reply via email to