Getting error when starting tomcat from eclipse

2005-02-16 Thread Abhay
Hi,
   I am getting error dialog unable to create part when I am trying
to start tomcat from eclipse. Pls help

Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Error when starting tomcat ListenerNotFoundException

2004-03-02 Thread Joao Araujo
Hi,

  I've installed tomcat many times without problems. Unfortunately,
  after I downloaded the last version of tomcat 5.0.19 the 
following error is driving me crazy:

java.lang.NoClassDefFoundError: javax/management/ListenerNotFoundException
   at 
javax.management.MBeanServerDelegate.init(MBeanServerDelegate.java:65)
   at 
com.sun.jmx.mbeanserver.MBeanServerDelegateImpl.init(MBeanServerDelegateImpl.java:93)
   at 
com.sun.jmx.mbeanserver.JmxMBeanServer.newMBeanServerDelegate(JmxMBeanServer.java:1356)
   at 
javax.management.MBeanServerBuilder.newMBeanServerDelegate(MBeanServerBuilder.java:61)
   at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
   at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:227)
   at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:188)

  Can anyone help me with this?

  BTW, the same problem also happens  with version 4.1.30

  Environment.
  RedHat 9.0
  j2sdk  1.4.02
  Thanks in advance.

Joao,


error when starting tomcat

2003-09-16 Thread Dionisio Ruiz de Zarate
Hello.
in my linux i start the tomcat and appears this error:
can anybody helps me for solving it?
thnaks


Sep 16, 2003 1:07:14 PM org.apache.struts.util.PropertyMessageResources
init
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
Sep 16, 2003 1:07:14 PM org.apache.struts.util.PropertyMessageResources
init
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
Sep 16, 2003 1:07:15 PM org.apache.struts.util.PropertyMessageResources
init
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources',
returnNull=true
Sep 16, 2003 1:07:18 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Sep 16, 2003 1:07:18 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=4/38
config=/opt/jakarta/tomcat/conf/jk2.properties



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: error when starting tomcat

2003-09-16 Thread Yann Cébron
Hello,

 Hello.
 in my linux i start the tomcat and appears this error:
 can anybody helps me for solving it?
 thnaks


 Sep 16, 2003 1:07:14 PM org.apache.struts.util.PropertyMessageResources
 init
 INFO: Initializing, config='org.apache.struts.util.LocalStrings',
 returnNull=true
 Sep 16, 2003 1:07:14 PM org.apache.struts.util.PropertyMessageResources
 init
 INFO: Initializing, config='org.apache.struts.action.ActionResources',
 returnNull=true
 Sep 16, 2003 1:07:15 PM org.apache.struts.util.PropertyMessageResources
 init
 INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources',
 returnNull=true
 Sep 16, 2003 1:07:18 PM org.apache.jk.common.ChannelSocket init
 INFO: JK2: ajp13 listening on /0.0.0.0:8009
 Sep 16, 2003 1:07:18 PM org.apache.jk.server.JkMain start
 INFO: Jk running ID=0 time=4/38
 config=/opt/jakarta/tomcat/conf/jk2.properties

don't worry, that's just INFOrmation messages from Tomcat resp. the
admin-webapp starting up.
As long as you don't get any WARN oder ERROR messages, everything is
allright.

Yann




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Mod_jk2 error when starting tomcat

2003-08-05 Thread Daniel Zhang
You are missing the commons-logging.jar file which has that 
org/apache/commons/logging/LogFactory.class.
Download this jar file and put it in your classpath.

Brian Menke wrote:

Hi everyone, I have been attempting to connect apache and tomcat. Apache 2,
tomcat 4.1.18. I think that I have most thing set up (it's very confusing)
but I'm getting this error when tomcat starts. It looks to me that I'm,
missing a class called LogFactory, but I never saw instructions anywhere
about this??
In my server.xml file, I basically copied most of what was in the
stand-alone section and created another service called nnmall2-Connector. It
looks like tomcat did start the service, but there were errors. That makes
me think I don't have this quite right. Any ideas??
TIA.

-Brian

Starting service nnmall2-Connector
Apache Tomcat/4.1.18
Aug 4, 2003 12:30:27 PM org.apache.jk.server.JkMain newHandler
SEVERE: Can't create apr
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
   at org.apache.jk.apr.AprImpl.clinit(AprImpl.java:340)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:130)
   at org.apache.jk.server.JkMain.newHandler(JkMain.java:556)
   at org.apache.jk.server.JkMain.start(JkMain.java:341)
   at
org.apache.jk.server.JkCoyoteHandler.start(JkCoyoteHandler.java:169)
   at
org.apache.coyote.tomcat4.CoyoteConnector.start(CoyoteConnector.java:
1056)
   at
org.apache.catalina.core.StandardService.start(StandardService.java:5
06)
   at
org.apache.catalina.core.StandardServer.start(StandardServer.java:218
9)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
   at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
   at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
   at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:324)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
Aug 4, 2003 12:30:28 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8019
Aug 4, 2003 12:30:28 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=15/94  config=c:\tomcat\conf\jk2.properties
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Mod_jk2 error when starting tomcat

2003-08-04 Thread Brian Menke
Hi everyone, I have been attempting to connect apache and tomcat. Apache 2,
tomcat 4.1.18. I think that I have most thing set up (it's very confusing)
but I'm getting this error when tomcat starts. It looks to me that I'm,
missing a class called LogFactory, but I never saw instructions anywhere
about this??

In my server.xml file, I basically copied most of what was in the
stand-alone section and created another service called nnmall2-Connector. It
looks like tomcat did start the service, but there were errors. That makes
me think I don't have this quite right. Any ideas??

TIA.

-Brian

Starting service nnmall2-Connector
Apache Tomcat/4.1.18
Aug 4, 2003 12:30:27 PM org.apache.jk.server.JkMain newHandler
SEVERE: Can't create apr
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at org.apache.jk.apr.AprImpl.clinit(AprImpl.java:340)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:130)
at org.apache.jk.server.JkMain.newHandler(JkMain.java:556)
at org.apache.jk.server.JkMain.start(JkMain.java:341)
at
org.apache.jk.server.JkCoyoteHandler.start(JkCoyoteHandler.java:169)
at
org.apache.coyote.tomcat4.CoyoteConnector.start(CoyoteConnector.java:
1056)
at
org.apache.catalina.core.StandardService.start(StandardService.java:5
06)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:218
9)
at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
Aug 4, 2003 12:30:28 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8019
Aug 4, 2003 12:30:28 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=15/94  config=c:\tomcat\conf\jk2.properties


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Message Digest severe error when starting Tomcat 4.1

2003-07-02 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi guys,
do you know what this message means? Fortunatelly, my environment is working
fine. I guess its a digital certificate file, named saa.prop, which i had to
store on TomCat.

Digester error
SEVERE: Parse Error at line 59 column 11: The content of element type
web-app must match 
(icon?,display-name?,description?,distributable?,context-param*,filter*,filt
er-mapping*,list
ener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-l
ist?,error-page*
,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,
security-role*,e
nv-entry*,ejb-ref*,ejb-local-ref*).

Thanks in advance,
Euclides.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Message Digest severe error when starting Tomcat 4.1

2003-07-02 Thread Mike Curwen
Ok, I'll take this one again ;)

 SEVERE: Parse Error at line 59 column 11: The content of 
 element type web-app must match ...


means you have an error in web.xml.  Something is out of order, or a
typo, or... 

 -Original Message-
 From: Jose Euclides da Silva Junior - DATAPREVRJ 
 [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 02, 2003 12:36 PM
 To: '[EMAIL PROTECTED]'
 Subject: Message Digest severe error when starting Tomcat 4.1
 
 
 Hi guys,
 do you know what this message means? Fortunatelly, my 
 environment is working fine. I guess its a digital 
 certificate file, named saa.prop, which i had to store on TomCat.
 
 Digester error
 SEVERE: Parse Error at line 59 column 11: The content of 
 element type web-app must match  
 (icon?,display-name?,description?,distributable?,context-param
*,filter*,filt
 er-mapping*,list 
 ener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,
 welcome-file-l
 ist?,error-page* 
 ,taglib*,resource-env-ref*,resource-ref*,security-constraint*,
 login-config?,
 security-role*,e
 nv-entry*,ejb-ref*,ejb-local-ref*).
 
 Thanks in advance,
 Euclides.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Message Digest severe error when starting Tomcat 4.1

2003-07-02 Thread John Turner
Ditto what Mike said.

John

On Wed, 2 Jul 2003 12:46:43 -0500, Mike Curwen [EMAIL PROTECTED] wrote:

Ok, I'll take this one again ;)

SEVERE: Parse Error at line 59 column 11: The content of element type 
web-app must match ...

means you have an error in web.xml.  Something is out of order, or a
typo, or...
-Original Message-
From: Jose Euclides da Silva Junior - DATAPREVRJ 
[mailto:[EMAIL PROTECTED] Sent: Wednesday, July 
02, 2003 12:36 PM
To: '[EMAIL PROTECTED]'
Subject: Message Digest severe error when starting Tomcat 4.1

Hi guys,
do you know what this message means? Fortunatelly, my environment is 
working fine. I guess its a digital certificate file, named saa.prop, 
which i had to store on TomCat.

Digester error
SEVERE: Parse Error at line 59 column 11: The content of element type 
web-app must match  (icon?,display- 
name?,description?,distributable?,context-param
*,filter*,filt
er-mapping*,list ener*,servlet*,servlet-mapping*,session-config?,mime- 
mapping*,
welcome-file-l
ist?,error-page* ,taglib*,resource-env-ref*,resource-ref*,security- 
constraint*,
login-config?,
security-role*,e
nv-entry*,ejb-ref*,ejb-local-ref*).

Thanks in advance,
Euclides.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


JVM Bind error when starting Tomcat 3.2.4

2003-03-25 Thread Iddings, Carl (SAA)
I'm running Tomcat 3.2.4 on a Windows 2000 Server using IIS 5.0.  I
received the following error when issuing the batch command tomcat.bat
run:

FATAL:java.net.BindException: Address in use: JVM_Bind
java.net.BindException: Address in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:447)
at java.net.ServerSocket.init(ServerSocket.java:165)
at java.net.ServerSocket.init(ServerSocket.java:116)
at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultSer
verSocketFactory.java:97)
at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.
java:239)
at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:1
88)
at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:207)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240)

I'm quite new at Tomcat, so I would appreciate any help in explaining
what this error means and how I can avoid it in the future.

Thanks.

Carl Iddings
Information Technology Manager
U. S. Senate Technology Development Services
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JVM Bind error when starting Tomcat 3.2.4

2003-03-25 Thread Davis, Jeremy
Hi Carl,
The error is simply telling you the address/port that it is
attempting to connect to is in use.  Possibly see what ports your using in
the server.xml, and maybe compare that to a netstat -a command listing of
the ports.  Hope that helps some.

Jeremy Davis
Senior Support Analyst
BPI Marketplace Integration
614.760.8941
1.800.436.8726 - Support Line


-Original Message-
From: Iddings, Carl (SAA) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 11:03 AM
To: [EMAIL PROTECTED]
Subject: JVM Bind error when starting Tomcat 3.2.4


I'm running Tomcat 3.2.4 on a Windows 2000 Server using IIS 5.0.  I
received the following error when issuing the batch command tomcat.bat
run:

FATAL:java.net.BindException: Address in use: JVM_Bind
java.net.BindException: Address in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:447)
at java.net.ServerSocket.init(ServerSocket.java:165)
at java.net.ServerSocket.init(ServerSocket.java:116)
at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultSer
verSocketFactory.java:97)
at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.
java:239)
at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:1
88)
at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:207)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240)

I'm quite new at Tomcat, so I would appreciate any help in explaining
what this error means and how I can avoid it in the future.

Thanks.

Carl Iddings
Information Technology Manager
U. S. Senate Technology Development Services
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JVM Bind error when starting Tomcat 3.2.4

2003-03-25 Thread John Turner
It means that there is already a process or application bound to the IP 
address and port that Tomcat is trying to use.

If you have Tomcat set to listen on port 80, for example, and IIS is 
running, Tomcat will fail.  Likewise, if you have Tomcat set to listen to 
another port such as 8080, and Tomcat is ALREADY running and you try to 
start Tomcat, it will fail.

It can also mean that the user starting Tomcat does not have OS-level 
permission to bind to a particular address or port, but that is usually not 
the case on a permissive system like Windows where to a certain extent 
anyone can do anything by default.

John

On Tue, 25 Mar 2003 11:03:10 -0500, Iddings, Carl (SAA) 
[EMAIL PROTECTED] wrote:

I'm running Tomcat 3.2.4 on a Windows 2000 Server using IIS 5.0.  I
received the following error when issuing the batch command tomcat.bat
run:
FATAL:java.net.BindException: Address in use: JVM_Bind
java.net.BindException: Address in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:447)
at java.net.ServerSocket.init(ServerSocket.java:165)
at java.net.ServerSocket.init(ServerSocket.java:116)
at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultSer
verSocketFactory.java:97)
at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.
java:239)
at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:1
88)
at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:207)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240)
I'm quite new at Tomcat, so I would appreciate any help in explaining
what this error means and how I can avoid it in the future.
Thanks.

Carl Iddings
Information Technology Manager
U. S. Senate Technology Development Services


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Weird error when starting Tomcat 4

2001-09-21 Thread Hugo Hendriks

Hi,

I just installed Tomcat4 on win2000. It all seemed to work. When i called
localhost:8080 I got the Tomcat4 homepage. After I rebooted my system, i
wanted to start Tomcat but got the message, address in use, JVM_Bind.

I got this error before when i was building an application in jbuilder
whiched used tomcat as an testing environment. Couldn't use it then either
but after an reboot, it worked again.

Anyone knows this prob?

thx

Hugo Hendriks



RE: Weird error when starting Tomcat 4

2001-09-21 Thread Cor Hofman

Yes, I have the same problem on NT. It is a pain, because
every time I have to restart tomcat I have to reboot my
entire system. Somehow I do not think it is a specific
tomcat problem, because I also saw it happen when running
Jetty (another JSP container).

Anybody else?

Regards,

  Cor.

-Original Message-
From: Hugo Hendriks [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 21, 2001 16:05
To: '[EMAIL PROTECTED]'
Subject: Weird error when starting Tomcat 4


Hi,

I just installed Tomcat4 on win2000. It all seemed to work. When i called
localhost:8080 I got the Tomcat4 homepage. After I rebooted my system, i
wanted to start Tomcat but got the message, address in use, JVM_Bind.

I got this error before when i was building an application in jbuilder
whiched used tomcat as an testing environment. Couldn't use it then either
but after an reboot, it worked again.

Anyone knows this prob?

thx

Hugo Hendriks





Error when starting Tomcat

2001-07-12 Thread Brawner, Jerry J

I'm having the following errors print to the screen when I start Tomcat.
Any suggestions?

Thanks,


Starting tomcat. Check logs/tomcat.log for error messages 

/usr/lib/dld.sl: Unresolved symbol: dlclose (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlopen (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlerror (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlsym (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so






Re: Error when starting Tomcat

2001-07-12 Thread Adam Fowler

Hi,

Either you have a bad line in one of your config files (httpd.conf / 
mod_jk.conf) or your mod_jk.so is hosed! 

Take a look through your files and if that doesn't help rebuild the mod_jk 
(use the given makefiles!)

Adam.

On Thursday 12 July 2001 13:17, you wrote:
 I'm having the following errors print to the screen when I start Tomcat.
 Any suggestions?

 Thanks,


 Starting tomcat. Check logs/tomcat.log for error messages

 /usr/lib/dld.sl: Unresolved symbol: dlclose (code)  from
 /home/brawnerj/usr/local/apache/libexec/mod_jk.so
 /usr/lib/dld.sl: Unresolved symbol: dlopen (code)  from
 /home/brawnerj/usr/local/apache/libexec/mod_jk.so
 /usr/lib/dld.sl: Unresolved symbol: dlerror (code)  from
 /home/brawnerj/usr/local/apache/libexec/mod_jk.so
 /usr/lib/dld.sl: Unresolved symbol: dlsym (code)  from
 /home/brawnerj/usr/local/apache/libexec/mod_jk.so



RE: Error when starting Tomcat

2001-07-12 Thread Eoin Woods

This looks like the dynamic linker can't find libdl.so.1 when it tries to
load mod_jk.so - which is really strange because libdl.so.1 is a really
fundamental library and is in /usr/lib.  Are you running this on the same
version of Solaris it was built on?

Try running ldd(1m) on mod_jk.so and see how it resolves references.

Cheers,

Eoin.
-Original Message-
From: Brawner, Jerry J [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 6:18 AM
To: '[EMAIL PROTECTED]'
Subject: Error when starting Tomcat


I'm having the following errors print to the screen when I start Tomcat.
Any suggestions?

Thanks,


Starting tomcat. Check logs/tomcat.log for error messages 

/usr/lib/dld.sl: Unresolved symbol: dlclose (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlopen (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlerror (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlsym (code)  from
/home/brawnerj/usr/local/apache/libexec/mod_jk.so