RE: help - Java error starting Tomcat 5

2004-11-29 Thread David Stevenson
On Mon, 2004-11-29 at 10:50, Shapira, Yoav wrote:
> Hi,
> What version of Tomcat 5, and from what distribution?  It seems like
> your installation is incomplete or corrupt.
> 
> Yoav Shapira http://www.yoavshapira.com
>  

We have had some corruption issues on Solaris with Tomcat distributions.
Because: Solaris tar != GNU tar

David Stevenson


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



Re: help - Java error starting Tomcat 5

2004-11-29 Thread David Stevenson
On Mon, 2004-11-29 at 10:44, Billy Talton wrote:
> All,
> 
> I'm attempting to install Tomcat 5 on my Fedora 2 server.  The
> packages appear to install just fine but I get the following error
> when I try to start the server.  I'm using java version "1.4.1_03". 
> Any ideas?
> 
> 
> [EMAIL PROTECTED] btalton]# /sbin/service tomcat5 start
> Starting tomcat5: /usr/bin/rebuild-jar-repository: error: could not
> find commons-logging-api Java extension for this JVM
> /usr/bin/rebuild-jar-repository: error: All detected jars were not
> found for this jvm

?

ls -l $CATALINA_HOME/common/lib
jar tvf $CATALINA_HOME/common/lib/commons-logging-api.jar

?

David Stevenson


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



RE: help - Java error starting Tomcat 5

2004-11-29 Thread Shapira, Yoav

Hi,
What version of Tomcat 5, and from what distribution?  It seems like
your installation is incomplete or corrupt.

Yoav Shapira http://www.yoavshapira.com


>-Original Message-
>From: Billy Talton [mailto:[EMAIL PROTECTED]
>Sent: Monday, November 29, 2004 10:44 AM
>To: [EMAIL PROTECTED]
>Subject: help - Java error starting Tomcat 5
>
>All,
>
>I'm attempting to install Tomcat 5 on my Fedora 2 server.  The
>packages appear to install just fine but I get the following error
>when I try to start the server.  I'm using java version "1.4.1_03".
>Any ideas?
>
>
>[EMAIL PROTECTED] btalton]# /sbin/service tomcat5 start
>Starting tomcat5: /usr/bin/rebuild-jar-repository: error: could not
>find commons-logging-api Java extension for this JVM
>/usr/bin/rebuild-jar-repository: error: All detected jars were not
>found for this jvm
>[  OK  ]
>
>
>-Thanks!
>Billy
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


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



help - Java error starting Tomcat 5

2004-11-29 Thread Billy Talton
All,

I'm attempting to install Tomcat 5 on my Fedora 2 server.  The
packages appear to install just fine but I get the following error
when I try to start the server.  I'm using java version "1.4.1_03". 
Any ideas?


[EMAIL PROTECTED] btalton]# /sbin/service tomcat5 start
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: could not
find commons-logging-api Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: All detected jars were not
found for this jvm
[  OK  ]
 

-Thanks!
Billy

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



Re: Error starting tomcat 5

2004-08-26 Thread QM
On Thu, Aug 26, 2004 at 09:12:13AM +0200, angel cabello wrote:
: Last month I installed sucesfully tomcat 5.0.24, but this tuesday I 
: tried to upgrate it to tomcat 5.027.
: I didn't stop the old tomcat, I just killed him (signal 15, I am running 
: linux SUSE 9.1).
: 
: Now I am not able to start tomcat (nor 5.027 nor 5.0.24, nor 4.1), in 
: catalina.out I get this message:
: 
: Bootstrap: Class loader creation threw exception
: java.lang.NoClassDefFoundError: org/apache/tomcat/util/compat/JdkCompat

What's important here is how you installed Tomcat: did you just
overwrite the old install, or did you put the new install in its own
directory? "NoClassDefFoundError" is indicative of a missing class.

Also, did you recompile your app against the new Tomcat JARs?

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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



Error starting tomcat 5

2004-08-26 Thread angel cabello
Hello:
I have a problem, strange problem.
Last month I installed sucesfully tomcat 5.0.24, but this tuesday I 
tried to upgrate it to tomcat 5.027.
I didn't stop the old tomcat, I just killed him (signal 15, I am running 
linux SUSE 9.1).

Now I am not able to start tomcat (nor 5.027 nor 5.0.24, nor 4.1), in 
catalina.out I get this message:

Bootstrap: Class loader creation threw exception
java.lang.NoClassDefFoundError: org/apache/tomcat/util/compat/JdkCompat
   at 
org.apache.catalina.loader.StandardClassLoader.(StandardClassLoader.java:207)
   at 
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:189)
   at 
org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:160)
   at 
org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:104)
   at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:193)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:399)

It works OK in others machines, I have rebooted the machine (windows 
solution) but the problem is here again.

java -version
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)
Can anyone help me?
Angel Cabello
masterd.es
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]