You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Leonard Megliola <le...@marchFIRST.com> on 2001/05/22 04:47:28 UTC

Jetspeed Installation: Tomcat Not Starting, Crashing

I apologize if the following problem is covered in documentation somewhere, 
but I believe I have exhausted all options except for the mail archives 
which are in a format that is too cumbersome for me to search right now.

My installation of Tomcat works just fine before I install Jetspeed.  Upon 
copying the jetspeed.war file into the webapps directory and restarting 
Tomcat, the war file is unpacked, but Tomcat dies.  Accessing Tomcat and 
checking the process list both show that Tomcat is not running.  If I then 
delete the war file and the unpacked Jetspeed directory and restart Tomcat, 
all is well.

I am using Tomcat 3.2.1 and the war distribution of Jetspeed 1.3a1 with JDK 
1.3 on a RedHat 7 system.  Please let me know if you need any further 
information or if I have inappropriately posted this message.

Any ideas?

Thanks,

Leonard


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed Installation: Tomcat Not Starting, Crashing

Posted by Leonard Megliola <le...@marchFIRST.com>.
Just want to give an update.  I downgraded to JDK 1.2.2 on Linux and 
Jetspeed and Tomcat both work fine.

Leonard


At 04:42 PM 5/24/2001 -0700, you wrote:

>Yes, in UNIX (and I'm assuming Linux) // is a valid path.  Two slashes in 
>a row are treated as a single slash.  In any case, I didn't write the 
>CLASSPATH there.  That's the way the CLASSPATH was setup when I installed 
>all of the software.
>
>
>I reinstalled Linux completely, this time using Slakware.  The kernel is 
>still a 2.2 kernel and I'm still having the problem.
>
>
>Tomcat 3.2.1
>Jetspeed 1.3a1
>
>
>Leonard
>
>
>At 04:33 PM 5/24/2001 -0700, you wrote:
>>is "//" valid in a path?
>>
>> >
>>/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/
>>tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//li
>>b/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.j
>>ar:/usr/local/jdk1.3.1//lib/tools.jar
>>............................^
>>
>>what versions of tomcat + jetspeed are u usin?
>>............................................................................
>>..^
>>............................................................................
>>.................................................^
>>
>>----- Original Message -----
>>From: "Leonard Megliola" <le...@marchFIRST.com>
>>To: <je...@jakarta.apache.org>
>>Sent: Thursday, May 24, 2001 4:02 PM
>>Subject: Re: Jetspeed Installation: Tomcat Not Starting, Crashing
>>
>>
>> > At 10:50 AM 5/24/2001 +0200, you wrote:
>> > > > Well, the webapps that are delivered with Tomcat work just fine.  If
>>you
>> > > > can point me to another to try, I will try it.
>> > > >
>> > > > I am aware that there are problems with Java on RH 7.1, but I am using
>>7.0
>> > > > which theoretically should not have the same problems.  7.1 is on
>>kernel
>> > > > 2.4, and I believe that is the problem.
>> > > >
>> > >
>> > >Anything in the Jetspeed or Tomcat logs?
>> >
>> > Log file contents....
>> >
>> > servlet.log:
>> > 2001-05-24 03:34:47 - path="/examples" :jsp: init
>> > 2001-05-24 03:34:47 - path="/admin" :jsp: init
>> > 2001-05-24 03:34:47 - path="" :jsp: init
>> > 2001-05-24 03:34:47 - path="/test" :jsp: init
>> >
>> > jasper.log:
>> > 2001-05-24 03:56:54 - Scratch dir for the JSP engine is:
>> > /usr/local/tomcat/work/localhost_8080%2Fexamples
>> > 2001-05-24 03:56:54 - IMPORTANT: Do not modify the generated servlets
>> >
>> > There were no jetspeed.log or tomcat.log files.
>> >
>> > Here's what Tomcat normally outputs on starting without the Jetspeed war
>> > file installed:
>> >
>> > Using classpath:
>> >
>>/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/
>>tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//li
>>b/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.j
>>ar:/usr/local/jdk1.3.1//lib/tools.jar
>> > 2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /examples )
>> > 2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /admin )
>> > Starting tomcat. Check logs/tomcat.log for error messages
>> > 2001-05-24 03:54:06 - ContextManager: Adding context Ctx(  )
>> > 2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /test )
>> > 2001-05-24 03:54:07 - PoolTcpConnector: Starting HttpConnectionHandler on
>>8080
>> > 2001-05-24 03:54:08 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
>>8007
>> >
>> > Here's what it outputs with the jetspeed.war installed:
>> >
>> > Using classpath:
>> >
>>/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/
>>tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//li
>>b/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.j
>>ar:/usr/local/jdk1.3.1//lib/tools.jar
>> > 2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /examples )
>> > 2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /admin )
>> > Starting tomcat. Check logs/tomcat.log for error messages
>> > 2001-05-24 03:56:50 - ContextManager: Adding context Ctx(  )
>> > 2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /test )
>> > 2001-05-24 03:56:54 - ContextManager: Adding context Ctx( /jetspeed )
>> > initializing all services using org.apache.tomcat.facade.ServletConfigImpl
>> > initializing service: ResourcesService
>> >
>> > Notice, it never got to the "Starting HttpConnectionHandler" line.
>> >
>> > The installation instructions say nothing about needing to install a
>> > database just to get the system up and running.  Could this be a problem?
>> >
>> > Leonard
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>> >
>> >
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed Installation: Tomcat Not Starting, Crashing

Posted by Leonard Megliola <le...@marchFIRST.com>.
Yes, in UNIX (and I'm assuming Linux) // is a valid path.  Two slashes in a 
row are treated as a single slash.  In any case, I didn't write the 
CLASSPATH there.  That's the way the CLASSPATH was setup when I installed 
all of the software.


I reinstalled Linux completely, this time using Slakware.  The kernel is 
still a 2.2 kernel and I'm still having the problem.


Tomcat 3.2.1
Jetspeed 1.3a1


Leonard


At 04:33 PM 5/24/2001 -0700, you wrote:
>is "//" valid in a path?
>
> >
>/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/
>tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//li
>b/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.j
>ar:/usr/local/jdk1.3.1//lib/tools.jar
>............................^
>
>what versions of tomcat + jetspeed are u usin?
>............................................................................
>..^
>............................................................................
>.................................................^
>
>----- Original Message -----
>From: "Leonard Megliola" <le...@marchFIRST.com>
>To: <je...@jakarta.apache.org>
>Sent: Thursday, May 24, 2001 4:02 PM
>Subject: Re: Jetspeed Installation: Tomcat Not Starting, Crashing
>
>
> > At 10:50 AM 5/24/2001 +0200, you wrote:
> > > > Well, the webapps that are delivered with Tomcat work just fine.  If
>you
> > > > can point me to another to try, I will try it.
> > > >
> > > > I am aware that there are problems with Java on RH 7.1, but I am using
>7.0
> > > > which theoretically should not have the same problems.  7.1 is on
>kernel
> > > > 2.4, and I believe that is the problem.
> > > >
> > >
> > >Anything in the Jetspeed or Tomcat logs?
> >
> > Log file contents....
> >
> > servlet.log:
> > 2001-05-24 03:34:47 - path="/examples" :jsp: init
> > 2001-05-24 03:34:47 - path="/admin" :jsp: init
> > 2001-05-24 03:34:47 - path="" :jsp: init
> > 2001-05-24 03:34:47 - path="/test" :jsp: init
> >
> > jasper.log:
> > 2001-05-24 03:56:54 - Scratch dir for the JSP engine is:
> > /usr/local/tomcat/work/localhost_8080%2Fexamples
> > 2001-05-24 03:56:54 - IMPORTANT: Do not modify the generated servlets
> >
> > There were no jetspeed.log or tomcat.log files.
> >
> > Here's what Tomcat normally outputs on starting without the Jetspeed war
> > file installed:
> >
> > Using classpath:
> >
>/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/
>tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//li
>b/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.j
>ar:/usr/local/jdk1.3.1//lib/tools.jar
> > 2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /examples )
> > 2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /admin )
> > Starting tomcat. Check logs/tomcat.log for error messages
> > 2001-05-24 03:54:06 - ContextManager: Adding context Ctx(  )
> > 2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /test )
> > 2001-05-24 03:54:07 - PoolTcpConnector: Starting HttpConnectionHandler on
>8080
> > 2001-05-24 03:54:08 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
>8007
> >
> > Here's what it outputs with the jetspeed.war installed:
> >
> > Using classpath:
> >
>/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/
>tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//li
>b/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.j
>ar:/usr/local/jdk1.3.1//lib/tools.jar
> > 2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /examples )
> > 2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /admin )
> > Starting tomcat. Check logs/tomcat.log for error messages
> > 2001-05-24 03:56:50 - ContextManager: Adding context Ctx(  )
> > 2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /test )
> > 2001-05-24 03:56:54 - ContextManager: Adding context Ctx( /jetspeed )
> > initializing all services using org.apache.tomcat.facade.ServletConfigImpl
> > initializing service: ResourcesService
> >
> > Notice, it never got to the "Starting HttpConnectionHandler" line.
> >
> > The installation instructions say nothing about needing to install a
> > database just to get the system up and running.  Could this be a problem?
> >
> > Leonard
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> >
> >
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed Installation: Tomcat Not Starting, Crashing

Posted by David Sean Taylor <da...@bluesunrise.com>.
is "//" valid in a path?

>
/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/
tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//li
b/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.j
ar:/usr/local/jdk1.3.1//lib/tools.jar
............................^

what versions of tomcat + jetspeed are u usin?
............................................................................
..^
............................................................................
.................................................^

----- Original Message -----
From: "Leonard Megliola" <le...@marchFIRST.com>
To: <je...@jakarta.apache.org>
Sent: Thursday, May 24, 2001 4:02 PM
Subject: Re: Jetspeed Installation: Tomcat Not Starting, Crashing


> At 10:50 AM 5/24/2001 +0200, you wrote:
> > > Well, the webapps that are delivered with Tomcat work just fine.  If
you
> > > can point me to another to try, I will try it.
> > >
> > > I am aware that there are problems with Java on RH 7.1, but I am using
7.0
> > > which theoretically should not have the same problems.  7.1 is on
kernel
> > > 2.4, and I believe that is the problem.
> > >
> >
> >Anything in the Jetspeed or Tomcat logs?
>
> Log file contents....
>
> servlet.log:
> 2001-05-24 03:34:47 - path="/examples" :jsp: init
> 2001-05-24 03:34:47 - path="/admin" :jsp: init
> 2001-05-24 03:34:47 - path="" :jsp: init
> 2001-05-24 03:34:47 - path="/test" :jsp: init
>
> jasper.log:
> 2001-05-24 03:56:54 - Scratch dir for the JSP engine is:
> /usr/local/tomcat/work/localhost_8080%2Fexamples
> 2001-05-24 03:56:54 - IMPORTANT: Do not modify the generated servlets
>
> There were no jetspeed.log or tomcat.log files.
>
> Here's what Tomcat normally outputs on starting without the Jetspeed war
> file installed:
>
> Using classpath:
>
/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/
tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//li
b/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.j
ar:/usr/local/jdk1.3.1//lib/tools.jar
> 2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /examples )
> 2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /admin )
> Starting tomcat. Check logs/tomcat.log for error messages
> 2001-05-24 03:54:06 - ContextManager: Adding context Ctx(  )
> 2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /test )
> 2001-05-24 03:54:07 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
> 2001-05-24 03:54:08 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007
>
> Here's what it outputs with the jetspeed.war installed:
>
> Using classpath:
>
/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/
tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//li
b/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.j
ar:/usr/local/jdk1.3.1//lib/tools.jar
> 2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /examples )
> 2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /admin )
> Starting tomcat. Check logs/tomcat.log for error messages
> 2001-05-24 03:56:50 - ContextManager: Adding context Ctx(  )
> 2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /test )
> 2001-05-24 03:56:54 - ContextManager: Adding context Ctx( /jetspeed )
> initializing all services using org.apache.tomcat.facade.ServletConfigImpl
> initializing service: ResourcesService
>
> Notice, it never got to the "Starting HttpConnectionHandler" line.
>
> The installation instructions say nothing about needing to install a
> database just to get the system up and running.  Could this be a problem?
>
> Leonard
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed Installation: Tomcat Not Starting, Crashing

Posted by Leonard Megliola <le...@marchFIRST.com>.
At 10:50 AM 5/24/2001 +0200, you wrote:
> > Well, the webapps that are delivered with Tomcat work just fine.  If you
> > can point me to another to try, I will try it.
> >
> > I am aware that there are problems with Java on RH 7.1, but I am using 7.0
> > which theoretically should not have the same problems.  7.1 is on kernel
> > 2.4, and I believe that is the problem.
> >
>
>Anything in the Jetspeed or Tomcat logs?

Log file contents....

servlet.log:
2001-05-24 03:34:47 - path="/examples" :jsp: init
2001-05-24 03:34:47 - path="/admin" :jsp: init
2001-05-24 03:34:47 - path="" :jsp: init
2001-05-24 03:34:47 - path="/test" :jsp: init

jasper.log:
2001-05-24 03:56:54 - Scratch dir for the JSP engine is: 
/usr/local/tomcat/work/localhost_8080%2Fexamples
2001-05-24 03:56:54 - IMPORTANT: Do not modify the generated servlets

There were no jetspeed.log or tomcat.log files.

Here's what Tomcat normally outputs on starting without the Jetspeed war 
file installed:

Using classpath: 
/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//lib/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.jar:/usr/local/jdk1.3.1//lib/tools.jar
2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /examples )
2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2001-05-24 03:54:06 - ContextManager: Adding context Ctx(  )
2001-05-24 03:54:06 - ContextManager: Adding context Ctx( /test )
2001-05-24 03:54:07 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2001-05-24 03:54:08 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007

Here's what it outputs with the jetspeed.war installed:

Using classpath: 
/usr/local/tomcat//lib/ant.jar:/usr/local/tomcat//lib/jasper.jar:/usr/local/tomcat//lib/jaxp.jar:/usr/local/tomcat//lib/parser.jar:/usr/local/tomcat//lib/servlet.jar:/usr/local/tomcat//lib/test:/usr/local/tomcat//lib/webserver.jar:/usr/local/jdk1.3.1//lib/tools.jar
2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /examples )
2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2001-05-24 03:56:50 - ContextManager: Adding context Ctx(  )
2001-05-24 03:56:50 - ContextManager: Adding context Ctx( /test )
2001-05-24 03:56:54 - ContextManager: Adding context Ctx( /jetspeed )
initializing all services using org.apache.tomcat.facade.ServletConfigImpl
initializing service: ResourcesService

Notice, it never got to the "Starting HttpConnectionHandler" line.

The installation instructions say nothing about needing to install a 
database just to get the system up and running.  Could this be a problem?

Leonard


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed Installation: Tomcat Not Starting, Crashing

Posted by Johnny Cass <jo...@epiuse.com>.
Leonard Megliola wrote:
> 
> > > My installation of Tomcat works just fine before I install Jetspeed.  Upon
> > > copying the jetspeed.war file into the webapps directory and restarting
> > > Tomcat, the war file is unpacked, but Tomcat dies.  Accessing Tomcat and
> > > checking the process list both show that Tomcat is not running.  If I then
> > > delete the war file and the unpacked Jetspeed directory and restart Tomcat,
> > > all is well.
> > >
> > > I am using Tomcat 3.2.1 and the war distribution of Jetspeed 1.3a1 with JDK
> > > 1.3 on a RedHat 7 system.  Please let me know if you need any further
> > > information or if I have inappropriately posted this message.
> >
> >Does the same thing happen for other webapps? If so, this could be a
> >Tomcat / Turbine issue. I'm just guessing here, but wasn't there some
> >kind of problem with Java on RH 7.1?
> 
> Well, the webapps that are delivered with Tomcat work just fine.  If you
> can point me to another to try, I will try it.
> 
> I am aware that there are problems with Java on RH 7.1, but I am using 7.0
> which theoretically should not have the same problems.  7.1 is on kernel
> 2.4, and I believe that is the problem.
> 

Anything in the Jetspeed or Tomcat logs?

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed Installation: Tomcat Not Starting, Crashing

Posted by Leonard Megliola <le...@marchFIRST.com>.
At 09:18 AM 5/23/2001 +0200, you wrote:
>Try www.mail-archive.com, it makes it very easy to do a search on the
>mailing list(s).

Thanks for the pointer.

> > My installation of Tomcat works just fine before I install Jetspeed.  Upon
> > copying the jetspeed.war file into the webapps directory and restarting
> > Tomcat, the war file is unpacked, but Tomcat dies.  Accessing Tomcat and
> > checking the process list both show that Tomcat is not running.  If I then
> > delete the war file and the unpacked Jetspeed directory and restart Tomcat,
> > all is well.
> >
> > I am using Tomcat 3.2.1 and the war distribution of Jetspeed 1.3a1 with JDK
> > 1.3 on a RedHat 7 system.  Please let me know if you need any further
> > information or if I have inappropriately posted this message.
>
>Does the same thing happen for other webapps? If so, this could be a
>Tomcat / Turbine issue. I'm just guessing here, but wasn't there some
>kind of problem with Java on RH 7.1?

Well, the webapps that are delivered with Tomcat work just fine.  If you 
can point me to another to try, I will try it.

I am aware that there are problems with Java on RH 7.1, but I am using 7.0 
which theoretically should not have the same problems.  7.1 is on kernel 
2.4, and I believe that is the problem.

Leonard


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed Installation: Tomcat Not Starting, Crashing

Posted by Johnny Cass <jo...@epiuse.com>.
Leonard Megliola wrote:
> 
> I apologize if the following problem is covered in documentation somewhere,
> but I believe I have exhausted all options except for the mail archives
> which are in a format that is too cumbersome for me to search right now.

Try www.mail-archive.com, it makes it very easy to do a search on the
mailing list(s).

> 
> My installation of Tomcat works just fine before I install Jetspeed.  Upon
> copying the jetspeed.war file into the webapps directory and restarting
> Tomcat, the war file is unpacked, but Tomcat dies.  Accessing Tomcat and
> checking the process list both show that Tomcat is not running.  If I then
> delete the war file and the unpacked Jetspeed directory and restart Tomcat,
> all is well.
> 
> I am using Tomcat 3.2.1 and the war distribution of Jetspeed 1.3a1 with JDK
> 1.3 on a RedHat 7 system.  Please let me know if you need any further
> information or if I have inappropriately posted this message.

Does the same thing happen for other webapps? If so, this could be a
Tomcat / Turbine issue. I'm just guessing here, but wasn't there some
kind of problem with Java on RH 7.1?

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org