Re: MISC; Tomcat-6.0.29 Startup Error after adding client.jar to lib

"S. Ali Tokmen" <[email protected]>
Newsgroups gmane.comp.java.objectweb.jonas
Message-ID <[email protected]>
 Hello

In order to use Tomcat 6.0, you'll need to upgrade to JOnAS 5.x. Indeed,
JOnAS 4.x only supports Tomcat 5.5.x.

Cheers

S. Ali Tokmen
http://ali.tokmen.com/

GSM (fr): +33 66 43 00 555 [Orange]
GSM (tr): +90 555 266 52 73 [Avea]

My AIM, ICQ, MSN Messenger and Yahoo IM
contact details are on http://contact.ali.tokmen.com


On 08.10.2010 11:51, Imad Hachem wrote:
>
> Dear Team,
>
>  
>
> We are connecting Apache Tomcat to JOnAS-4.8.4.
>
>  
>
> After migrating Tomcat from "*Tomat-5.5.12*" to "*Tomcat-6.0.29*", and
> after placing the "*client.jar*" under *Tomat/lib *in order to be
> connected to JOnAS-4.8.4, we are getting the below error on Tomcat
> startup:
>
>  
>
> Oct 8, 2010 12:13:04 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: C:\Program
> Files\Java\jdk1.5.0_05\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program
> Files\Windows Resource
> Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\GDS3500\system\;c:\utils;c:\rds\sepreld;c:\rds\bin;c:\rds\dll;c:\rds\help;c:\ediabas\bin;c:\CABI\bin;C:\Sun\jwsdp-2.0\jwsdp-shared\bin;C:\ProgramFiles\Nmap
>
> Oct 8, 2010 12:13:05 PM
> org.apache.tomcat.util.digester.SetPropertiesRule begin
>
> WARNING: [SetPropertiesRule]{Server/Service/Engine/Cluster/Manager}
> Setting property 'useDirtyFlag' to 'false' did not find a matching
> property.
>
> Oct 8, 2010 12:13:05 PM org.apache.coyote.http11.Http11Protocol init
>
> INFO: Initializing Coyote HTTP/1.1 on http-8080
>
> Oct 8, 2010 12:13:05 PM org.apache.catalina.startup.Catalina load
>
> INFO: Initialization processed in 924 ms
>
> Oct 8, 2010 12:13:05 PM org.apache.catalina.core.StandardService start
>
> INFO: Starting service Catalina
>
> Oct 8, 2010 12:13:05 PM org.apache.catalina.core.StandardEngine start
>
> INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
>
> Oct 8, 2010 12:13:05 PM org.apache.catalina.ha.tcp.SimpleTcpCluster start
>
> INFO: Cluster is about to start
>
> Oct 8, 2010 12:13:05 PM
> org.apache.catalina.tribes.transport.ReceiverBase bind
>
> INFO: Receiver Server Socket bound to:/192.168.21.145:4001
>
> Oct 8, 2010 12:13:05 PM
> org.apache.catalina.tribes.membership.McastServiceImpl setupSocket
>
> INFO: Setting cluster mcast soTimeout to 500
>
> Oct 8, 2010 12:13:05 PM
> org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
>
> INFO: Sleeping for 1000 milliseconds to establish cluster membership,
> start level:4
>
> Oct 8, 2010 12:13:06 PM
> org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
>
> INFO: Done sleeping, membership established, start level:4
>
> Oct 8, 2010 12:13:06 PM
> org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
>
> INFO: Sleeping for 1000 milliseconds to establish cluster membership,
> start level:8
>
> Oct 8, 2010 12:13:07 PM
> org.apache.catalina.tribes.membership.McastServiceImpl waitForMembers
>
> INFO: Done sleeping, membership established, start level:8
>
> Oct 8, 2010 12:13:07 PM org.apache.catalina.ha.deploy.FarmWarDeployer
> start
>
> SEVERE: FarmWarDeployer can only work as host cluster subelement!
>
> Oct 8, 2010 12:13:07 PM org.apache.catalina.startup.HostConfig
> deployDescriptor
>
> INFO: Deploying configuration descriptor host-manager.xml
>
> Oct 8, 2010 12:13:07 PM org.apache.catalina.startup.HostConfig
> deployDescriptor
>
> SEVERE: Error deploying configuration descriptor host-manager.xml
>
> java.lang.NoSuchMethodError:
> javax.servlet.ServletContext.getContextPath()Ljava/lang/String;
>
>             at
> org.apache.catalina.core.StandardHost$MemoryLeakTrackingListener.lifecycleEvent(StandardHost.java:561)
>
>             at
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>
>             at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4625)
>
>             at
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
>
>             at
> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
>
>             at
> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
>
>             at
> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
>
>             at
> org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
>
>             at
> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
>
>             at
> org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
>
>             at
> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
>
>             at
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>
>             at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
>
>             at
> org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
>
>             at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
>
>             at
> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
>
>             at
> org.apache.catalina.core.StandardService.start(StandardService.java:519)
>
>             at
> org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
>
>             at
> org.apache.catalina.startup.Catalina.start(Catalina.java:581)
>
>             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:585)
>
>             at
> org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
>
>             at
> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
>
> Oct 8, 2010 12:13:07 PM org.apache.catalina.startup.HostConfig
> deployDescriptor
>
>  
>
>  
>
>  
>
>  
>
>  
>
> Kindly advice and please provide related "*client.jar*" file
> compatible with Tomat-6.0.29 in order to be connected to JOnAS-4.8.4.
>
>  
>
> Thanks for your support.
>
>  
>
>  
>
>  
>
>  
>
> Imad Hachem | Manager S/W Eng -Dev
>
> e-Banking Department
>
> Path Solutions
>
> Tel: +961 1 697444 ext. 222
>
> Fax: +961 1 696744
>
> www.path-solutions.com <http://www.path-solutions.com>
>
>
> *Disclaimer*
> [The information contained in this e-mail message and any attached
> files are confidential information and intended solely for the use of
> the individual or entity to whom they are addressed. This transmission
> may contain information that is privileged, confidential or exempt
> from disclosure under applicable law. If you have received this e-mail
> in error, please notify the sender immediately and delete all copies.
> If you are not the intended recipient, any disclosure, copying,
> distribution, or use of the information contained herein is STRICTLY
> PROHIBITED. Path Solutions accepts no responsibility for any errors,
> omissions, computer viruses and other defects.]
>
> 	
>
>  
>
>  
>
>  
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.