Hello Chuck,

Thanks for your help in the past. Now I am trying to use Tomcat to run a
JSF Application but it keeps giving the below mentioned error. Looking at
different suggestions I also downloaded the Mojarra library from sun.java
in the lib folder of tomcat, but that also does not seem to be helping.

I would appreciate your valuable input.
Thanks
Tripti.

SEVERE: Error configuring application listener of class
com.sun.faces.config.ConfigureListener
*java.lang.ClassNotFoundException*: com.sun.faces.config.ConfigureListener
Feb 13, 2013 5:02:25 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous error(s)
Feb 13, 2013 5:02:25 PM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Error listenerStart
Feb 13, 2013 5:02:25 PM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Context [/JSFFacelets] startup failed due to previous errors
Feb 13, 2013 5:02:25 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/JSFFacelets] appears to have started a thread
named [Abandoned connection cleanup thread] but has failed to stop it. This
is very likely to create a memory leak.


On Mon, Feb 4, 2013 at 12:05 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Tripti Mehta [mailto:mehtatript...@gmail.com]
> > Subject: Severe Errrors encountered in Tomcat when running a Struts2
> project...
>
> > java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\
> > apache-tomcat-7.0.35\bin\tcnative-1.dll: Can't load AMD 64-bit .dll
> > on a IA 32-bit platform.
>
> You appear to be running a 32-bit JVM, so you need the 32-bit version of
> tcnative-1.dll.  You could simply comment out the <Listener> for
> AprLifecycleListener in conf/server.xml, or change the name of
> tcnative-1.dll to something not ending in .dll, since the rest of Tomcat is
> 32- and 64-bit agnostic.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail and
> its attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to