Don; the "instance already set" exception could be the key piece of the puzzle. If this is a re-deploy, or if any previous TBL deploy failed, make sure Tomcat has cleaned up all its files, including the work files, found at $APP_HOME/work/Catalina/localhost. One suggestion is to stop Tomcat, delete the work files and the tbl files, leaving the .war file. When Tomcat re-starts, it will read the tbl.war and deploy.
The existence of old files is the only thing I can think of for this type of error message, so try the clean install methods and let us know what that turns up. -- Scott On Jun 7, 11:37 pm, Dilphat <[email protected]> wrote: > Another problem, different subject.... > > I am trying to install TBL 3.4.2 under tomcat 6 on a linux machine > with configuration > > Linux 2.6.18-164.el5PAE i686 > > i.e. a 32 bit instance. TBL will not start up. I get the following > exception: > > javax.servlet.ServletException: Servlet.init() for servlet > equinoxbridgeservlet threw exception > > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: > 563) > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: > 102) > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: > 298) > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java: > 859) > org.apache.coyote.http11.Http11Protocol > $Http11ConnectionHandler.process(Http11Protocol.java:588) > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java: > 489) > java.lang.Thread.run(Thread.java:636) > > root cause: > > java.lang.IllegalStateException: instance already set > > org.eclipse.equinox.servletbridge.BridgeServlet.setInstance(BridgeServlet.java: > 189) > > org.eclipse.equinox.servletbridge.BridgeServlet.init(BridgeServlet.java: > 61) > > org.topbraidlive.servletbridge.webapplicationserver.BridgeServlet.init(BridgeServlet.java: > 305) > javax.servlet.GenericServlet.init(GenericServlet.java:212) > > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java: > 563) > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java: > 102) > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: > 298) > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java: > 859) > org.apache.coyote.http11.Http11Protocol > $Http11ConnectionHandler.process(Http11Protocol.java:588) > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java: > 489) > java.lang.Thread.run(Thread.java:636) > > Never seen this before. Any hints/suggestions/advice? -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
