Hi,
This is the first time I am posting to this forum so please excuse me if I
didn’t follow any posting conventions:)
I have a war file which I deployed in my tomcat 5.5. The application is
working fine. Now I have to do the same procedure on a different computer. I
installed tomcat 5.5 and java 1.5 there and deployed the war file. I see the
first page of the application but on clicking any other page I get the
following error:
SEVERE: java.lang.RuntimeException: Object not initialized. This manager
should
be initialized in the boot server phase. at
com.agencyport.trandef.TransactionDefinitionManager.getTransaction(Tr
ansactionDefinitionManager.java:580)
at
com.agencyport.trandef.TransactionDefinitionManager.getCollectionName
For(TransactionDefinitionManager.java:517)
at
com.agencyport.servlets.base.APCommand.setTransactionNameRelatedInfo(
APCommand.java:929)
at
com.agencyport.servlets.base.APCommand.initControlData(APCommand.java
:1073)
at
com.agencyport.servlets.base.CMDBaseDisplayFTDE.process(CMDBaseDispla
yFTDE.java:90)
at
com.agencyport.servlets.base.FrontServlet.processRequest(FrontServlet
.java:104)
at
com.agencyport.servlets.base.FrontServlet.doGet(FrontServlet.java:47)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:174)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:874)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:689)
at java.lang.Thread.run(Thread.java:595)
When I goto http://localhost:8080, I get the tomcat page. I do not have the
source code of the application, but I know that there is no problem in the
war file.
I have no idea what could be the issue. I would highly appreciate any help
in this matter.
Thanks a lot,
Ashu
--
View this message in context:
http://www.nabble.com/error-%3A-java.lang.RuntimeException%3A-Object-not-initialized.-tp17427607p17427607.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]