how to modify classpath on tomcat4.1.27
HI I have installed tomcat 4.1.27 as a windows service. I want to modify the classpath and add the following line: c:\program files\documentum\shared\custom.jar Where should I modify the classpath? thanks bhavik
Re: Error - Unable to open the service 'Tomcat6' on Windows 2003
Hi I am sure it is "Tomcat6" Can you please explain the registry setting as I could not find auto-run for Apache Software foundation. Thanks On Thu, Nov 12, 2009 at 6:10 PM, Jeffrey Janner wrote: > Are you sure it says Tomcat6 and not Tomcat6w? > Here is what's probably happening: > Windows is trying to launch the Tomcat6w.exe (aka the Tomcat Monitor > system tray object) because it's in the "Run" section of the registry. > Since this tool allows changes to the registry, Windows probably > requires Admin rights to run it. > I had fits with this on Windows 2008 Server even for someone with admin > rights until I lessened the stupid security a bit. > > You might have to edit your registry and remove the auto-run of > Tomcat6w.exe. You can still run it manually if you need it as an admin > from the menu. > > Someone please correct if this is incorrect. > > -Original Message- > From: bhavik shah [mailto:bhavik...@gmail.com] > Sent: Wednesday, November 11, 2009 1:53 PM > To: Tomcat Users List > Subject: Error - Unable to open the service 'Tomcat6' on Windows 2003 > > Hi, > I have installed the Tomcat 6.0.20 on windows 2003 server. Which runs as > local system account. Tomcat services run fine. > Different user group login to that windows server for different purpose > via > Remote Desktop. > If a user who is not administrator on the box login via Remote Desktop - > The > user always gets the message that > *Application System Error* > *Access Denied* > *Unable to open the service 'Tomcat6'* > ** > Which is annoying for the users. Once the user ignore the message user > can > launch the tomcat home page and also webapp on that tomcat server. Is > there > any way to avoid the message when login via remote desktop for non > administrator user? > > *** NOTICE * > This message is intended for the use of the individual or entity to which > it is addressed and may contain information that is privileged, > confidential, and exempt from disclosure under applicable law. If the > reader of this message is not the intended recipient or the employee or > agent responsible for delivering this message to the intended recipient, > you are hereby notified that any dissemination, distribution, or copying > of this communication is strictly prohibited. If you have received this > communication in error, please notify us immediately by reply or by > telephone (call us collect at 512-343-9100) and immediately delete this > message and all its attachments. > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >
Error - Unable to open the service 'Tomcat6' on Windows 2003
Hi, I have installed the Tomcat 6.0.20 on windows 2003 server. Which runs as local system account. Tomcat services run fine. Different user group login to that windows server for different purpose via Remote Desktop. If a user who is not administrator on the box login via Remote Desktop - The user always gets the message that *Application System Error* *Access Denied* *Unable to open the service 'Tomcat6'* ** Which is annoying for the users. Once the user ignore the message user can launch the tomcat home page and also webapp on that tomcat server. Is there any way to avoid the message when login via remote desktop for non administrator user?
Re: unable to start tomcat4 on unix
Hi Andre, I found the issuemy setenv.sh was deleted while deleting the other files...restore it and started .it worked fine now thanks On 5/4/09, bhavik shah wrote: > > HI Andre, > it is an old tomcat running for many years on HP unix server > i usually start the server by ./starup.sh command. > the only change i did was i deleted bunch of drl file from the bin > directory which was generated over the period of time ( i deleted some drl > before and it didnt crashed) > those drl are not part of class path or anything. > > thanks > > > > > On 5/4/09, André Warnier wrote: >> >> bhavik shah wrote: >> >>> hi experts, >>> I am getting the following error message when i tried to start the >>> tomcat4 >>> on unix server >>> I checked the bootstrap.jar file is there in tomcat/bin directory. I >>> would >>> appreciate if you would let me know how to troubleshoot the issue. >>> >>> >> That is such an old Tomcat version, that it may just be its way of telling >> you that it's now time for it to retire. >> >> But really, a bit more details would help. >> On what kind of system is this ? >> How do you start Tomcat on that system ? >> Where does that Tomcat come from ? >> Is this a Tomcat you just installed, and has never run before, or an old >> system where it has been running for years previously ? >> If the latter, what did you change ? >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: users-h...@tomcat.apache.org >> >> >
Re: unable to start tomcat4 on unix
HI Andre, it is an old tomcat running for many years on HP unix server i usually start the server by ./starup.sh command. the only change i did was i deleted bunch of drl file from the bin directory which was generated over the period of time ( i deleted some drl before and it didnt crashed) those drl are not part of class path or anything. thanks On 5/4/09, André Warnier wrote: > > bhavik shah wrote: > >> hi experts, >> I am getting the following error message when i tried to start the tomcat4 >> on unix server >> I checked the bootstrap.jar file is there in tomcat/bin directory. I would >> appreciate if you would let me know how to troubleshoot the issue. >> >> > That is such an old Tomcat version, that it may just be its way of telling > you that it's now time for it to retire. > > But really, a bit more details would help. > On what kind of system is this ? > How do you start Tomcat on that system ? > Where does that Tomcat come from ? > Is this a Tomcat you just installed, and has never run before, or an old > system where it has been running for years previously ? > If the latter, what did you change ? > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >
error in starting the tomcat 4 on unix system
hi experts, I am getting the following error message when i tried to start the tomcat4 on unix server I checked the bootstrap.jar file is there in tomcat/bin directory. I would appreciate if you would let me know how to troubleshoot the issue. Exception during startup processing java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas sLoader.java:992) at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas sLoader.java:857) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:176) Exception during startup processing java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas sLoader.java:992) at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas sLoader.java:857) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:176)
unable to start tomcat4 on unix
hi experts, I am getting the following error message when i tried to start the tomcat4 on unix server I checked the bootstrap.jar file is there in tomcat/bin directory. I would appreciate if you would let me know how to troubleshoot the issue. Exception during startup processing java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas sLoader.java:992) at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas sLoader.java:857) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:176) Exception during startup processing java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas sLoader.java:992) at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas sLoader.java:857) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:176)
How to set JAVA_OPTS variable in tomcat6.0.16
Hi, I want to set Xms1024m Xmx1024m and MaxPermSize paramater to 128 How do I do that in tomcat6.0.16 thanks
unable to launch web application in tomcat 4.1.27
Hi I have installed tomcat4.1.27 on windows xp. I deploy a webaplication on it. when try to launch it i am getting the following error: HTTP Status 500 - -- *type* Exception report *message* ** *description* *The server encountered an internal error () that prevented it from fulfilling this request.* *exception* javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534) *root cause* java.lang.UnsatisfiedLinkError: initialize at com.documentum.fc.connector.DfConnection.(DfConnection.java:63) at com.documentum.fc.client.DfClientSupport.getConnection(DfClientSupport.java:603) at com.documentum.fc.client.DfClientSupport.getAPISession(DfClientSupport.java:619) at com.documentum.fc.client.DfClientSupport.getClientConfig(DfClientSupport.java:284) at com.documentum.fc.client.DfSessionManagerPool.(DfSessionManagerPool.java:35) at com.documentum.fc.client.DfSessionManager.(DfSessionManager.java:1134) at com.documentum.fc.client.DfClient.newSessionManager(DfClient.java:40) at com.documentum.web.formext.session.SessionManagerHttpBinding.getSessionManager(SessionManagerHttpBinding.java:120) at com.documentum.web.formext.component.ComponentDispatcher.createComponentDef(ComponentDispatcher.java:301) at com.documentum.web.formext.component.ComponentDispatcher.mapRequestToComponent(ComponentDispatcher.java:263) at com.documentum.web.formext.component.ComponentDispatcher.doGet(ComponentDispatcher.java:132) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at com.documentum.web.formext.component.ComponentDispatcher.service(ComponentDispatcher.java:109) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Stan
Re: urgent help needed
I remove the jar file and it worked fine Regards bhavik On 5/17/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: there is something wrong in this sucker /opt/docu/tst/tomcat4/webapps/ROOT/WEB-INF/lib/dmvirtuallink.jar are you using symlinks? if so, http://tomcat.apache.org/tomcat-4.1-doc/config/context.html#allowLinking you end up getting a FileNotFoundException, turning on debug logging, might yield more info Filip bhavik shah wrote: > Hi, > We have tomcat4.1 installed on HPUX Box. > I stopped the tomcat server > I deploy one application on the tomcat server and start it > > when I tried to navigate to http://hostname:portno it gives me the > following > error: > HTTP Status 404 - / > -- > > *type* Status report > > *message* */* > > *description* *The requested resource (/) is not available.* > > ** > > But when i tried to navigate to my application I can navigate it. > > i.e. http://hostname:portno/virtual_dir > > after that I saw the following error in localhost_log file: > > 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at > context path /admin > > 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at > context path /webdav > > 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at > context path /examples > > 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at > context path /tomcat-docs > > 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at > context path /manager > > 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at > context path > > 2007-05-17 10:38:14 WebappLoader[]: Deploying class repositories to work > directory /bdhp4238/opt/docu/tst/tomcat4/work/Standalone/localhost/_ > > 2007-05-17 10:38:14 WebappLoader[]: Deploy JAR > /WEB-INF/lib/dmvirtuallink.jar to > /opt/docu/tst/tomcat4/webapps/ROOT/WEB-INF/lib/dmvirtuallink.jar > > 2007-05-17 10:38:14 ContextConfig[] Exception processing JAR at resource > path /WEB-INF/lib/dmvirtuallink.jar > > javax.servlet.ServletException: Exception processing JAR at resource path > /WEB-INF/lib/dmvirtuallink.jar > > at org.apache.catalina.startup.ContextConfig.tldScanJar(Unknown Source) > > at org.apache.catalina.startup.ContextConfig.tldScan(Unknown Source) > > at org.apache.catalina.startup.ContextConfig.start(Unknown Source) > > at org.apache.catalina.startup.ContextConfig.lifecycleEvent(Unknown > Source) > > at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Unknown > Source) > > at org.apache.catalina.core.StandardContext.start(Unknown Source) > > at org.apache.catalina.core.ContainerBase.start(Unknown Source) > > at org.apache.catalina.core.StandardHost.start(Unknown Source) > > at org.apache.catalina.core.ContainerBase.start(Unknown Source) > > at org.apache.catalina.core.StandardEngine.start(Unknown Source) > > at org.apache.catalina.core.StandardService.start(Unknown Source) > > at org.apache.catalina.core.StandardServer.start(Unknown Source) > > at org.apache.catalina.startup.Catalina.start(Unknown Source) > > at org.apache.catalina.startup.Catalina.execute(Unknown Source) > > at org.apache.catalina.startup.Catalina.process(Unknown Source) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java > :39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:324) > > at org.apache.catalina.startup.Bootstrap.main(Unknown Source) > > - Root Cause - > > java.io.FileNotFoundException > > at > org.apache.naming.resources.DirContextURLConnection.getInputStream (Unknown > > Source) > > at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:161) > > at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:42) > > at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:68) > > at > sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java > :85) > > at sun.net.www.protocol.jar.JarURLConnection.getJarFile( > JarURLConnection.java:69) > > at org.apache.catalina.startup.ContextConfig.tldScanJar(Unknown Source) > > at org.apache.catalina.startup.ContextConfig.tldScan(Unknown Source) > > at org.apache.catalina.startup.ContextConfig.start(Unknown Source) > > at org.apache.catalina.startup.ContextConfig.lifecycleEvent(Unknown > Source) > > at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Unknown > Source) > >
urgent help needed
Hi, We have tomcat4.1 installed on HPUX Box. I stopped the tomcat server I deploy one application on the tomcat server and start it when I tried to navigate to http://hostname:portno it gives me the following error: HTTP Status 404 - / -- *type* Status report *message* */* *description* *The requested resource (/) is not available.* ** But when i tried to navigate to my application I can navigate it. i.e. http://hostname:portno/virtual_dir after that I saw the following error in localhost_log file: 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at context path /admin 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at context path /webdav 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at context path /examples 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at context path /tomcat-docs 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at context path /manager 2007-05-17 09:08:52 StandardHost[localhost]: Removing web application at context path 2007-05-17 10:38:14 WebappLoader[]: Deploying class repositories to work directory /bdhp4238/opt/docu/tst/tomcat4/work/Standalone/localhost/_ 2007-05-17 10:38:14 WebappLoader[]: Deploy JAR /WEB-INF/lib/dmvirtuallink.jar to /opt/docu/tst/tomcat4/webapps/ROOT/WEB-INF/lib/dmvirtuallink.jar 2007-05-17 10:38:14 ContextConfig[] Exception processing JAR at resource path /WEB-INF/lib/dmvirtuallink.jar javax.servlet.ServletException: Exception processing JAR at resource path /WEB-INF/lib/dmvirtuallink.jar at org.apache.catalina.startup.ContextConfig.tldScanJar(Unknown Source) at org.apache.catalina.startup.ContextConfig.tldScan(Unknown Source) at org.apache.catalina.startup.ContextConfig.start(Unknown Source) at org.apache.catalina.startup.ContextConfig.lifecycleEvent(Unknown Source) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Unknown Source) at org.apache.catalina.core.StandardContext.start(Unknown Source) at org.apache.catalina.core.ContainerBase.start(Unknown Source) at org.apache.catalina.core.StandardHost.start(Unknown Source) at org.apache.catalina.core.ContainerBase.start(Unknown Source) at org.apache.catalina.core.StandardEngine.start(Unknown Source) at org.apache.catalina.core.StandardService.start(Unknown Source) at org.apache.catalina.core.StandardServer.start(Unknown Source) at org.apache.catalina.startup.Catalina.start(Unknown Source) at org.apache.catalina.startup.Catalina.execute(Unknown Source) at org.apache.catalina.startup.Catalina.process(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java :39) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Unknown Source) - Root Cause - java.io.FileNotFoundException at org.apache.naming.resources.DirContextURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:161) at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:42) at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:68) at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java :85) at sun.net.www.protocol.jar.JarURLConnection.getJarFile( JarURLConnection.java:69) at org.apache.catalina.startup.ContextConfig.tldScanJar(Unknown Source) at org.apache.catalina.startup.ContextConfig.tldScan(Unknown Source) at org.apache.catalina.startup.ContextConfig.start(Unknown Source) at org.apache.catalina.startup.ContextConfig.lifecycleEvent(Unknown Source) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Unknown Source) at org.apache.catalina.core.StandardContext.start(Unknown Source) at org.apache.catalina.core.ContainerBase.start(Unknown Source) at org.apache.catalina.core.StandardHost.start(Unknown Source) at org.apache.catalina.core.ContainerBase.start(Unknown Source) at org.apache.catalina.core.StandardEngine.start(Unknown Source) at org.apache.catalina.core.StandardService.start(Unknown Source) at org.apache.catalina.core.StandardServer.start(Unknown Source) at org.apache.catalina.startup.Catalina.start(Unknown Source) at org.apache.catalina.startup.Catalina.execute(Unknown Source) at org.apache.catalina.startup.Catalina.process(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java :39) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Unknown Source) 2007-05-17 10:38:14 ContextConfig[]: Marking this application unavailable due to previous error(s) 2007-05-17
Re: unable to start the tomcat server Version 4.1
hi peter you are right one of the instance of tomcat was using the port and wasnt shutdown correctly thanks for the help bhavik On 1/17/07, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: bhavik shah [mailto:[EMAIL PROTECTED] > *java.net.BindException: Address already in use:10081* Something's already using TCP port 10081 - could be another service, or another instance of Tomcat. Are you *sure* you've killed the original process, because that would be the most likely cause? - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
unable to start the tomcat server Version 4.1
hi when i try to restart the tomcat server it gives me the following error.I am new to use tomcat can anybody help please *11:18:11,848 ERROR [main] org.apache.coyote.http11.Http11Protocol - Error initializing endpoint* *java.net.BindException: Address already in use:10081* *at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint( PoolTcpEndpoint.java:270)* *at org.apache.coyote.http11.Http11Protocol.init(Unknown Source)* *at org.apache.coyote.tomcat4.CoyoteConnector.initialize(Unknown Source)* *at org.apache.catalina.core.StandardService.initialize(Unknown Source)* *at org.apache.catalina.core.StandardServer.initialize(Unknown Source)* *at org.apache.catalina.startup.Catalina.start(Unknown Source)* *at org.apache.catalina.startup.Catalina.execute(Unknown Source)* *at org.apache.catalina.startup.Catalina.process(Unknown Source)* *at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* *at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:39)* *at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25)* *at java.lang.reflect.Method.invoke(Method.java:324)* *at org.apache.catalina.startup.Bootstrap.main(Unknown Source)* *Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:10081* *LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:10081* *at org.apache.coyote.tomcat4.CoyoteConnector.initialize(Unknown Source)* *at org.apache.catalina.core.StandardService.initialize(Unknown Source)* *at org.apache.catalina.core.StandardServer.initialize(Unknown Source)* *at org.apache.catalina.startup.Catalina.start(Unknown Source)* *at org.apache.catalina.startup.Catalina.execute(Unknown Source)* *at org.apache.catalina.startup.Catalina.process(Unknown Source)* *at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* *at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:39)* *at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25)* *at java.lang.reflect.Method.invoke(Method.java:324)* *at org.apache.catalina.startup.Bootstrap.main(Unknown Source)* *Catalina.stop: LifecycleException: This server has not yet been started* *LifecycleException: This server has not yet been started* *at org.apache.catalina.core.StandardServer.stop(Unknown Source)* *at org.apache.catalina.startup.Catalina.start(Unknown Source)* *at org.apache.catalina.startup.Catalina.execute(Unknown Source)* *at org.apache.catalina.startup.Catalina.process(Unknown Source)* *at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* *at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:39)* *at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25)* *at java.lang.reflect.Method.invoke(Method.java:324)* *at org.apache.catalina.startup.Bootstrap.main(Unknown Source)*
undeploy application
If I undeploy the application from tomcat 5.5 what will happen?? is it going to uninstall or what?what is undeploy mean for tomcat 5.5
tomcat stops and give the error......
hi i have tomcat 4.1 sometimes it stops and give the error belo 20:08:51,549 ERROR [Resource Housekeeper] com.documentum.fc.client.DfSessionManager$DfSessionManagerDisposableResource- DFC_BOF_SESSION_LEAK| Unreleased session found in finalize "docbase=phred_prd, refCounter=3, transFlag=false Session = [EMAIL PROTECTED]". 20:08:51,640 ERROR [Resource Housekeeper] com.documentum.fc.client.DfSessionManager$DfSessionManagerDisposableResource- DFC_BOF_SESSION_LEAK| Unreleased session found in finalize "docbase=phred_prd, refCounter=2, transFlag=false Session = [EMAIL PROTECTED]". Stopping service Tomcat-Standalone any body has any idea? thanks
how to change session time out one of the web app in tomcat
HI I want to modify the time out of web app in tomcat where should i change that? what is the default value of time out? thanks bhavik
error when starting tomcat 4.1.27
Hi I have tomcat 4.1.27 server. when ever i start the tomcat i saw a message below Starting service Tomcat-Standalone Apache Tomcat/4.1.27 Documentum Java Method Server Docbase Names = Host Names = IP Addresses = Java Method Dir = /java_methods DoMethod CLASSPATH=$CLASSPATH:/java_methods/:/opt/docu/dev/dba/java_methods/mailmethod.jar CacheQueriesServlet initialized Documentum Java Method Server Docbase Names = Host Names = IP Addresses = Java Method Dir = /java_methods DoMethod CLASSPATH=$CLASSPATH:/java_methods/:/opt/docu/dev/dba/java_methods/mailmethod.jar *log4j:ERROR setFile(null,true) call failed.* java.io.FileNotFoundException:/log/fdk_server.log (Permission denied) I dont know what does it mean can anybody please help me thanks bhavik
version of jintegra and tomcat5.5 compatibility
Hi, We were using tomcat Version 3i and we move to 5.5 now its a issue of jintegra compatibility.can anybody tell me please which jintegra version i should use with tomcat 5.5 thanks
regarding tomcat port no
Hi, in my system we installed the tomcat on unix system which can be used through different port I forget those port noHow should I know which port no is excesssing tomcat thanks bhavik
error at startup
Hi, whenever i start tomcat i m getting error as below and i dont know what does it means can somebody please help me java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Class-Path ERROR [Resource Housekeeper] com.documentum.fc.client.DfSessionMana ger$DfSessionManagerDisposableResource - DFC_BOF_SESSION_LEAK| Unreleased sessio n found in finalize "docbase=phred_qa, refCounter=2, transFlag=false Session =c [EMAIL PROTECTED]".