Can't start tomcat: java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLogHandler

2005-08-22 Thread cfu

Hello!

I've been searching on the web for someone with a similar problem, but I 
had no success. I hope someone of you can help!


I have a Mandriva Linux system, running the latest Java VM (JDK 1.5). I 
downloaded Tomcat 5.5.9, and it works fine when executed from a local 
account. Nevertheless, when trying to run it from a (NIS) remote 
account, which actually acceses its home directory via NFS, I get the 
following error:

java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLogHandler
 at java.lang.Class.getDeclaredConstructors0 (Native Method)
 at java.lang.Class.privateGetDeclaredConstructors 
(Class.java:2328)

 at java.lang.Class.getConstructor0 (Class.java:2640)
 at java.lang.Class.newInstance0 (Class.java:321)
 at java.lang.Class.newInstance (Class.java:303)
 at org.apache.catalina.startup.Bootstrap.init (Bootstrap.java:201)
 at org.apache.catalina.startup.Bootstrap.main (Bootstrap.java:386)

I don't know if the problem lies on the environment variables, or file 
permissions, or what!  Can anyone of you help me on this?


Thanx

Carlos F.




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



RE: can't start tomcat as user

2005-07-21 Thread Dale, Matt

That is operating system dependent. On linux you will have to write a script 
and put it in /etc/rc.d/init.d then symlink it from the relevant run level 
directories.

Ta
Matt

-Original Message-
From: dummy [mailto:[EMAIL PROTECTED]
Sent: 21 July 2005 04:09
To: Tomcat Users List
Subject: RE: can't start tomcat as user


Then how to start automatically at boot time ?


-Original Message-
From: Luis Durán [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 21, 2005 9:33 AM
To: Tomcat Users List
Subject: Re: can't start tomcat as user

dummy wrote:
 Hi,
  
 Got problem starting Tomcat as user tomcat. No problem starting it under
 root. Any idea why ?
  
 
On Linux, only root can open ports below 1024 (included). You must
compile the jsvc program and setup a tomcat user and it will start
tomcat as root and then change the effective user before receiving
requests. I hope this help. (jsvc is in the bin folder, i think is
originally compressed)

-- 

Luis Edgardo Durán Lebis
Soporte Técnico y Sistemas
http://mipagina.cantv.net/elebis
[EMAIL PROTECTED]
0416-7580991


-
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: can't start tomcat as user

2005-07-21 Thread David Smith
This problem can be caused by the port = 1024 problem under unix/linux. 
If so, take a look at the commons-daemon project on the jakarta site.


Also be sure your config, log, webapp (optional), work, and temp 
directories are owned by the tomcat user. They should be writeable by 
tomcat at least and I've seen cases in my system where ownership was 
necessary. Don't ask me why -- I have yet to explain it myself.


LastIy, check catalina.out for errors. The logs are invaluable in 
finding problems.


--David


dummy wrote:


Then how to start automatically at boot time ?


-Original Message-
From: Luis Durán [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 21, 2005 9:33 AM

To: Tomcat Users List
Subject: Re: can't start tomcat as user

dummy wrote:
 


Hi,

Got problem starting Tomcat as user tomcat. No problem starting it under
root. Any idea why ?


   


On Linux, only root can open ports below 1024 (included). You must
compile the jsvc program and setup a tomcat user and it will start
tomcat as root and then change the effective user before receiving
requests. I hope this help. (jsvc is in the bin folder, i think is
originally compressed)

 




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



can't start tomcat as user

2005-07-20 Thread dummy
Hi,
 
Got problem starting Tomcat as user tomcat. No problem starting it under
root. Any idea why ?
 


Re: can't start tomcat as user

2005-07-20 Thread Luis Durán
dummy wrote:
 Hi,
  
 Got problem starting Tomcat as user tomcat. No problem starting it under
 root. Any idea why ?
  
 
On Linux, only root can open ports below 1024 (included). You must
compile the jsvc program and setup a tomcat user and it will start
tomcat as root and then change the effective user before receiving
requests. I hope this help. (jsvc is in the bin folder, i think is
originally compressed)

-- 

Luis Edgardo Durán Lebis
Soporte Técnico y Sistemas
http://mipagina.cantv.net/elebis
[EMAIL PROTECTED]
0416-7580991


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



RE: can't start tomcat as user

2005-07-20 Thread dummy
Then how to start automatically at boot time ?


-Original Message-
From: Luis Durán [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 21, 2005 9:33 AM
To: Tomcat Users List
Subject: Re: can't start tomcat as user

dummy wrote:
 Hi,
  
 Got problem starting Tomcat as user tomcat. No problem starting it under
 root. Any idea why ?
  
 
On Linux, only root can open ports below 1024 (included). You must
compile the jsvc program and setup a tomcat user and it will start
tomcat as root and then change the effective user before receiving
requests. I hope this help. (jsvc is in the bin folder, i think is
originally compressed)

-- 

Luis Edgardo Durán Lebis
Soporte Técnico y Sistemas
http://mipagina.cantv.net/elebis
[EMAIL PROTECTED]
0416-7580991


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


RE: newbie can't start tomcat

2005-07-11 Thread dsimmons
Thanks, I tried it, and this makes no change in the behavior.

-Original Message-
From: Mandar Vaidya [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 08, 2005 2:44 PM
To: 'Tomcat Users List'
Subject: RE: newbie can't start tomcat

Hi Doug,

I believe you don't have to start it as ./bin/startup.sh 

Go to bin directory and then execute ./startup.sh 

See if it helps you.

Thanks,
Mandar


-Original Message-
From: dsimmons [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 08, 2005 4:23 PM
To: tomcat-user@jakarta.apache.org
Subject: newbie can't start tomcat

I have been googling the archives and anyplace else I can think of for
my
particular problem, for about three days, without success.

ANY help would be greatly appreciated.

I suspect a simple path problem or a missing component, but honestly
I've
been through about a half-dozen install/troubleshoot tomcat
checklists without finding it.

I have placed as much diagnostic information as I could think of at:
http://www.lib.siu.edu/dsimmons

Thanks,
Doug Simmons
SIUC

-
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]


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



RE: newbie can't start tomcat

2005-07-11 Thread dsimmons
My goal is to get Sakai running, and it must have 1.4, so I guess I'm
stuck with it. 

Thanks,
Doug Simmons

-Original Message-
From: Luis Torres [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 08, 2005 2:43 PM
To: Tomcat Users List
Subject: Re: newbie can't start tomcat

It may not be the best solution because you may have a special 
attachment to Java 1.4 but since you are running Solaris you can install

JDK 1.5 anywhere (even /export/home) without it colliding with the 
overall SO Java installation.

So why not use JDK 1.5, set your JAVA_HOME to your new Java directory 
and enjoy the weekend?

I have Tomcat 5.5.4 running with JDK 1.5.02 on Solaris 9 and it worked 
basically out of the box doing nothing more than setting JAVA_HOME  
CATALINA_HOME   =)

---
Luis

dsimmons wrote:

I have been googling the archives and anyplace else I can think of for
my particular problem, for about three days, without success.

ANY help would be greatly appreciated.

I suspect a simple path problem or a missing component, but honestly
I've been through about a half-dozen install/troubleshoot tomcat
checklists without finding it.

I have placed as much diagnostic information as I could think of at:
http://www.lib.siu.edu/dsimmons

Thanks,
Doug Simmons
SIUC

-
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]


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



Re: newbie can't start tomcat

2005-07-11 Thread Paul Singleton

The clue is in

'Exception in thread main java.lang.NoClassDefFoundError: server'

where it seems to be trying to load a class named 'server'.

In your environment variables you have

 JAVA_OPTS=server -Xms512m -Xmx512m -verbose:gc -XX:+PrintGCDetails 
-XX:+PrintGC


but the first option should be

 -server

Paul Singleton


dsimmons wrote:

I have been googling the archives and anyplace else I can think of for
my particular problem, for about three days, without success.

ANY help would be greatly appreciated.

I suspect a simple path problem or a missing component, but honestly
I've been through about a half-dozen install/troubleshoot tomcat
checklists without finding it.

I have placed as much diagnostic information as I could think of at:
http://www.lib.siu.edu/dsimmons

Thanks,
Doug Simmons
SIUC

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






--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.11/45 - Release Date: 9/Jul/2005


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



RE: newbie can't start tomcat

2005-07-11 Thread dsimmons
Success

kneeling before the Great Paul Singleton
we're not worthy!
we're not worthy!
we're not worthy!

Gratefully,
Doug Simmons
SIUC


-Original Message-
From: Paul Singleton [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 11, 2005 12:35 PM
To: Tomcat Users List
Cc: dsimmons
Subject: Re: newbie can't start tomcat

The clue is in

'Exception in thread main java.lang.NoClassDefFoundError: server'

where it seems to be trying to load a class named 'server'.

In your environment variables you have

  JAVA_OPTS=server -Xms512m -Xmx512m -verbose:gc -XX:+PrintGCDetails 
-XX:+PrintGC

but the first option should be

  -server

Paul Singleton


dsimmons wrote:
 I have been googling the archives and anyplace else I can think of for
 my particular problem, for about three days, without success.
 
 ANY help would be greatly appreciated.
 
 I suspect a simple path problem or a missing component, but honestly
 I've been through about a half-dozen install/troubleshoot tomcat
 checklists without finding it.
 
 I have placed as much diagnostic information as I could think of at:
 http://www.lib.siu.edu/dsimmons
 
 Thanks,
 Doug Simmons
 SIUC
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.11/45 - Release Date:
9/Jul/2005


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



newbie can't start tomcat

2005-07-08 Thread dsimmons
I have been googling the archives and anyplace else I can think of for
my particular problem, for about three days, without success.

ANY help would be greatly appreciated.

I suspect a simple path problem or a missing component, but honestly
I've been through about a half-dozen install/troubleshoot tomcat
checklists without finding it.

I have placed as much diagnostic information as I could think of at:
http://www.lib.siu.edu/dsimmons

Thanks,
Doug Simmons
SIUC

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



RE: newbie can't start tomcat

2005-07-08 Thread Mandar Vaidya
Hi Doug,

I believe you don't have to start it as ./bin/startup.sh 

Go to bin directory and then execute ./startup.sh 

See if it helps you.

Thanks,
Mandar


-Original Message-
From: dsimmons [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 08, 2005 4:23 PM
To: tomcat-user@jakarta.apache.org
Subject: newbie can't start tomcat

I have been googling the archives and anyplace else I can think of for my
particular problem, for about three days, without success.

ANY help would be greatly appreciated.

I suspect a simple path problem or a missing component, but honestly I've
been through about a half-dozen install/troubleshoot tomcat
checklists without finding it.

I have placed as much diagnostic information as I could think of at:
http://www.lib.siu.edu/dsimmons

Thanks,
Doug Simmons
SIUC

-
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: newbie can't start tomcat

2005-07-08 Thread Luis Torres
It may not be the best solution because you may have a special 
attachment to Java 1.4 but since you are running Solaris you can install 
JDK 1.5 anywhere (even /export/home) without it colliding with the 
overall SO Java installation.


So why not use JDK 1.5, set your JAVA_HOME to your new Java directory 
and enjoy the weekend?


I have Tomcat 5.5.4 running with JDK 1.5.02 on Solaris 9 and it worked 
basically out of the box doing nothing more than setting JAVA_HOME  
CATALINA_HOME   =)


---
Luis

dsimmons wrote:


I have been googling the archives and anyplace else I can think of for
my particular problem, for about three days, without success.

ANY help would be greatly appreciated.

I suspect a simple path problem or a missing component, but honestly
I've been through about a half-dozen install/troubleshoot tomcat
checklists without finding it.

I have placed as much diagnostic information as I could think of at:
http://www.lib.siu.edu/dsimmons

Thanks,
Doug Simmons
SIUC

-
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]



Can't Start Tomcat 5.0

2004-06-30 Thread Alvin Randolph
Hello:
I installed Tomcat 5.0 a few weeks ago on a WinXP system. Set system  Environment 
variables $CATALINA_HOME to C:\Program Files\Tomcat 5.0   JAVA_HOME to 
C:\JBuilder\jdk1.3.1.

Whenever I click the Tomcat Administration link under the Start button, I get a 
panel requesting the User name  Password to connect me to 
http://127.0.0.1:8080/ADMIN/... After 3 tries, I get the Unauthorized panel.

I am using the minimal server.xml file with no GlobalNamingResources, service name, 
connector port assignment, host name  logger settings inside engine tags. I also set 
memoryrealm so the manager can use Tomcat-user.xml to validate the username  
password. There are no error messages in the Logs folder. What am I doing wrong?


Thanks,
 Alvin Randolph



Re: Can't start tomcat

2002-12-06 Thread Aleks Kleyn
I get a lot of respond, but I still not find answer, However there is other
interesting problem. When I debug jsp in Forte for Java they are able to
start Tomcat (even without env vars) and I can try my jsp. How they manage
this.
Aleks Kleyn
http://www.geocities.com/aleks_kleyn
- Original Message -
From: Aleks Kleyn [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, December 03, 2002 5:06 PM
Subject: Re: Can't start tomcat


 I also followed this recommendation because I had similar problem. When I
 started startup.bat it responded me
 Out of environment space
 So this is problem:how I can extend environment space in windows NT?
 Aleks Kleyn
 http://www.geocities.com/aleks_kleyn
 - Original Message -
 From: Yandell Cacton [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Tuesday, November 26, 2002 5:36 PM
 Subject: Re: Can't start tomcat


  Hi,
 
  To see the error message, run the startup script using
  DOS Window and manually type the startup command,
  instead of double clicking the icon.
 
  My guess would be that the problem is that you haven't
  setup CATALINA_HOME environment variable.
 
  Cheers,
  Yandell.
 
   --- [EMAIL PROTECTED] wrote:  Hello,
  
   I have downloaded tomcat 4.1.12. When I try to
   startup the server a DOS Window appears and
   disappears immediately and I have no comment about
   what's going on.
  
   Can anybody help me?
  
  
  -
   NetCourrier, votre bureau virtuel sur Internet :
   Mail, Agenda, Clubs, Toolbar...
   Web/Wap : www.netcourrier.com
   Téléphone/Fax : 08 92 69 00 21 (0,34 ? TTC/min)
   Minitel: 3615 NETCOURRIER (0,15 ? TTC/min)
  
  
   --
   To unsubscribe, e-mail:
   mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
   mailto:[EMAIL PROTECTED]
  
 
  http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper
  - Avoid getting hideous gifts this Christmas with Yahoo! Hint Dropper!
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 

 -
 Introducing NetZero Long Distance
 1st month Free!
 Sign up today at: www.netzerolongdistance.com

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



-
Introducing NetZero Long Distance
1st month Free!
Sign up today at: www.netzerolongdistance.com

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




RE: Can't start tomcat

2002-12-06 Thread Turner, John

From the file RUNNING.txt included with Tomcat and available on the
jakarta.apache.org site as well:

2) An out of environment space error when running the batch files in
   Win9X/ME-based operating systems.

   Right-click on the STARTUP.BAT and SHUTDOWN.BAT files.  Click on
   Properties then on the Memory tab.  For the Initial environment
field,
   enter in something like 4096.

   After you click apply, Windows will create shortcuts in the directory
with
   which you can use to start and stop the container.

Granted, it doesn't mention NT specifically, but it is worth a try, and I
would imagine that a simple search on Google would give you the answer.

John

 -Original Message-
 From: Aleks Kleyn [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 06, 2002 8:24 AM
 To: Tomcat Users List
 Subject: Re: Can't start tomcat
 
 
 I get a lot of respond, but I still not find answer, However 
 there is other
 interesting problem. When I debug jsp in Forte for Java they 
 are able to
 start Tomcat (even without env vars) and I can try my jsp. 
 How they manage
 this.
 Aleks Kleyn
 http://www.geocities.com/aleks_kleyn
 - Original Message -
 From: Aleks Kleyn [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Tuesday, December 03, 2002 5:06 PM
 Subject: Re: Can't start tomcat
 
 
  I also followed this recommendation because I had similar 
 problem. When I
  started startup.bat it responded me
  Out of environment space
  So this is problem:how I can extend environment space in windows NT?
  Aleks Kleyn
  http://www.geocities.com/aleks_kleyn
  - Original Message -
  From: Yandell Cacton [EMAIL PROTECTED]
  To: Tomcat Users List [EMAIL PROTECTED]
  Sent: Tuesday, November 26, 2002 5:36 PM
  Subject: Re: Can't start tomcat
 
 
   Hi,
  
   To see the error message, run the startup script using
   DOS Window and manually type the startup command,
   instead of double clicking the icon.
  
   My guess would be that the problem is that you haven't
   setup CATALINA_HOME environment variable.
  
   Cheers,
   Yandell.
  
--- [EMAIL PROTECTED] wrote:  Hello,
   
I have downloaded tomcat 4.1.12. When I try to
startup the server a DOS Window appears and
disappears immediately and I have no comment about
what's going on.
   
Can anybody help me?
   
   
   -
NetCourrier, votre bureau virtuel sur Internet :
Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 ? TTC/min)
Minitel: 3615 NETCOURRIER (0,15 ? TTC/min)
   
   
--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]
   
  
   http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper
   - Avoid getting hideous gifts this Christmas with Yahoo! 
 Hint Dropper!
  
   --
   To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
  
  
 
  -
  Introducing NetZero Long Distance
  1st month Free!
  Sign up today at: www.netzerolongdistance.com
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 -
 Introducing NetZero Long Distance
 1st month Free!
 Sign up today at: www.netzerolongdistance.com
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

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




Re: Can't start tomcat

2002-12-03 Thread Aleks Kleyn
I also followed this recommendation because I had similar problem. When I
started startup.bat it responded me
Out of environment space
So this is problem:how I can extend environment space in windows NT?
Aleks Kleyn
http://www.geocities.com/aleks_kleyn
- Original Message -
From: Yandell Cacton [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, November 26, 2002 5:36 PM
Subject: Re: Can't start tomcat


 Hi,

 To see the error message, run the startup script using
 DOS Window and manually type the startup command,
 instead of double clicking the icon.

 My guess would be that the problem is that you haven't
 setup CATALINA_HOME environment variable.

 Cheers,
 Yandell.

  --- [EMAIL PROTECTED] wrote:  Hello,
 
  I have downloaded tomcat 4.1.12. When I try to
  startup the server a DOS Window appears and
  disappears immediately and I have no comment about
  what's going on.
 
  Can anybody help me?
 
 
 -
  NetCourrier, votre bureau virtuel sur Internet :
  Mail, Agenda, Clubs, Toolbar...
  Web/Wap : www.netcourrier.com
  Téléphone/Fax : 08 92 69 00 21 (0,34 ? TTC/min)
  Minitel: 3615 NETCOURRIER (0,15 ? TTC/min)
 
 
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
 

 http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper
 - Avoid getting hideous gifts this Christmas with Yahoo! Hint Dropper!

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



-
Introducing NetZero Long Distance
1st month Free!
Sign up today at: www.netzerolongdistance.com

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




Re: Can't start tomcat

2002-12-03 Thread Peng Tuck Kwok
Can't remmember the exact command but if you do a google search for
Out of environment space should bring a lot of relevant hits. That's 
how I found the solution. Don't forget to restart your machine.

Aleks Kleyn wrote:
I also followed this recommendation because I had similar problem. When I
started startup.bat it responded me
Out of environment space
So this is problem:how I can extend environment space in windows NT?
Aleks Kleyn
http://www.geocities.com/aleks_kleyn
- Original Message -
From: Yandell Cacton [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, November 26, 2002 5:36 PM
Subject: Re: Can't start tomcat




Hi,

To see the error message, run the startup script using
DOS Window and manually type the startup command,
instead of double clicking the icon.

My guess would be that the problem is that you haven't
setup CATALINA_HOME environment variable.

Cheers,
Yandell.

--- [EMAIL PROTECTED] wrote:  Hello,


I have downloaded tomcat 4.1.12. When I try to
startup the server a DOS Window appears and
disappears immediately and I have no comment about
what's going on.

Can anybody help me?




-


NetCourrier, votre bureau virtuel sur Internet :
Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 ? TTC/min)
Minitel: 3615 NETCOURRIER (0,15 ? TTC/min)


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


http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper
- Avoid getting hideous gifts this Christmas with Yahoo! Hint Dropper!

--
To unsubscribe, e-mail:


mailto:[EMAIL PROTECTED]


For additional commands, e-mail:


mailto:[EMAIL PROTECTED]





-
Introducing NetZero Long Distance
1st month Free!
Sign up today at: www.netzerolongdistance.com

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






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




RE: Can't start tomcat

2002-12-03 Thread Tref Gare
I think it runs something like this.. but I'm running on vague cobweb memories

Right click the title of your Dos window.. go to properties and adjust the environment 
memory dedicated to that window.  

Sorry I can't be clearer



--
Tref Gare
Development Consultant
Areeba
Level 19/114 William St, Melbourne VIC 3000
email: [EMAIL PROTECTED]
phone: +61 3 9642 5553
fax: +61 3 9642 1335
website: http://www.areeba.com.au
--
This email is intended only for the use of the individual or entity named above and 
contains information that is confidential. No confidentiality is waived or lost by any 
mis-transmission. If you received this correspondence in error, please notify the 
sender and immediately delete it from your system. You must not disclose, copy or rely 
on any part of this correspondence if you are not the intended recipient. Any 
communication directed to clients via this message is subject to our Agreement and 
relevant Project Schedule. Any information that is transmitted via email which may 
offend may have been sent without knowledge or the consent of Areeba.
--

-Original Message-
From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, 4 December 2002 4:39 PM
To: Tomcat Users List
Subject: Re: Can't start tomcat

Can't remmember the exact command but if you do a google search for
Out of environment space should bring a lot of relevant hits. That's 
how I found the solution. Don't forget to restart your machine.

Aleks Kleyn wrote:
 I also followed this recommendation because I had similar problem. When I
 started startup.bat it responded me
 Out of environment space
 So this is problem:how I can extend environment space in windows NT?
 Aleks Kleyn
 http://www.geocities.com/aleks_kleyn
 - Original Message -
 From: Yandell Cacton [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Tuesday, November 26, 2002 5:36 PM
 Subject: Re: Can't start tomcat
 
 
 
Hi,

To see the error message, run the startup script using
DOS Window and manually type the startup command,
instead of double clicking the icon.

My guess would be that the problem is that you haven't
setup CATALINA_HOME environment variable.

Cheers,
Yandell.

 --- [EMAIL PROTECTED] wrote:  Hello,

I have downloaded tomcat 4.1.12. When I try to
startup the server a DOS Window appears and
disappears immediately and I have no comment about
what's going on.

Can anybody help me?



-

NetCourrier, votre bureau virtuel sur Internet :
Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 ? TTC/min)
Minitel: 3615 NETCOURRIER (0,15 ? TTC/min)


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

http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper
- Avoid getting hideous gifts this Christmas with Yahoo! Hint Dropper!

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

 
 -
 Introducing NetZero Long Distance
 1st month Free!
 Sign up today at: www.netzerolongdistance.com
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 



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


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




RE: Can't start tomcat

2002-12-03 Thread work
that is correct.
I found this problem a year back with soap impl.
I used to quadruple the default and this seemed to work.


Head of Operations AsiaPac
elata
Level 30
6 Battery Road
Singapore
049909
Office : +65 65509723
Mobile : +65 91117814
Fax: +65 65509725
[EMAIL PROTECTED]
http://www.elata.com

This e-mail is intended solely for the above mentioned recipient(s) and it
may contain confidential information.  If you have received this e-mail in
error, please notify us immediately and delete the e-mail from your system.
Copying, distribution or other use of the information contained in this
e-mail is strictly prohibited.  Nothing in this e-mail amounts to a
contractual commitment, or is otherwise legally binding on elata unless
confirmed by an authorised representative independently of this e-mail.
Registered in England, number 1961405



-Original Message-
From: Tref Gare [mailto:[EMAIL PROTECTED]]
Sent: 04 December 2002 12:50
To: Tomcat Users List
Subject: RE: Can't start tomcat


I think it runs something like this.. but I'm running on vague cobweb
memories

Right click the title of your Dos window.. go to properties and adjust the
environment memory dedicated to that window.

Sorry I can't be clearer



--
Tref Gare
Development Consultant
Areeba
Level 19/114 William St, Melbourne VIC 3000
email: [EMAIL PROTECTED]
phone: +61 3 9642 5553
fax: +61 3 9642 1335
website: http://www.areeba.com.au
--
This email is intended only for the use of the individual or entity named
above and contains information that is confidential. No confidentiality is
waived or lost by any mis-transmission. If you received this correspondence
in error, please notify the sender and immediately delete it from your
system. You must not disclose, copy or rely on any part of this
correspondence if you are not the intended recipient. Any communication
directed to clients via this message is subject to our Agreement and
relevant Project Schedule. Any information that is transmitted via email
which may offend may have been sent without knowledge or the consent of
Areeba.
--

-Original Message-
From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 4 December 2002 4:39 PM
To: Tomcat Users List
Subject: Re: Can't start tomcat

Can't remmember the exact command but if you do a google search for
Out of environment space should bring a lot of relevant hits. That's
how I found the solution. Don't forget to restart your machine.

Aleks Kleyn wrote:
 I also followed this recommendation because I had similar problem. When I
 started startup.bat it responded me
 Out of environment space
 So this is problem:how I can extend environment space in windows NT?
 Aleks Kleyn
 http://www.geocities.com/aleks_kleyn
 - Original Message -
 From: Yandell Cacton [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Tuesday, November 26, 2002 5:36 PM
 Subject: Re: Can't start tomcat



Hi,

To see the error message, run the startup script using
DOS Window and manually type the startup command,
instead of double clicking the icon.

My guess would be that the problem is that you haven't
setup CATALINA_HOME environment variable.

Cheers,
Yandell.

 --- [EMAIL PROTECTED] wrote:  Hello,

I have downloaded tomcat 4.1.12. When I try to
startup the server a DOS Window appears and
disappears immediately and I have no comment about
what's going on.

Can anybody help me?



-

NetCourrier, votre bureau virtuel sur Internet :
Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 ? TTC/min)
Minitel: 3615 NETCOURRIER (0,15 ? TTC/min)


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

http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper
- Avoid getting hideous gifts this Christmas with Yahoo! Hint Dropper!

--
To unsubscribe, e-mail:

 mailto:[EMAIL PROTECTED]

For additional commands, e-mail:

 mailto:[EMAIL PROTECTED]



 -
 Introducing NetZero Long Distance
 1st month Free!
 Sign up today at: www.netzerolongdistance.com

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





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


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



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




Can't start tomcat

2002-11-26 Thread marsclifford
Hello,

I have downloaded tomcat 4.1.12. When I try to startup the server a DOS Window appears 
and disappears immediately and I have no comment about what's going on.

Can anybody help me?

-
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,15 € TTC/min)


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




Re: Can't start tomcat

2002-11-26 Thread Yandell Cacton
Hi,

To see the error message, run the startup script using
DOS Window and manually type the startup command,
instead of double clicking the icon.

My guess would be that the problem is that you haven't
setup CATALINA_HOME environment variable.

Cheers,
Yandell.

 --- [EMAIL PROTECTED] wrote:  Hello,
 
 I have downloaded tomcat 4.1.12. When I try to
 startup the server a DOS Window appears and
 disappears immediately and I have no comment about
 what's going on.
 
 Can anybody help me?
 

-
 NetCourrier, votre bureau virtuel sur Internet :
 Mail, Agenda, Clubs, Toolbar...
 Web/Wap : www.netcourrier.com
 Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
 Minitel: 3615 NETCOURRIER (0,15 € TTC/min)
 
 
 --
 To unsubscribe, e-mail:  
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
  

http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper
- Avoid getting hideous gifts this Christmas with Yahoo! Hint Dropper!

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




Re: Can't start tomcat

2002-11-26 Thread Steve R Burrus
Hello there, you sound like you r definitely the newest of all of the various
newbies out there!!! :) Have you yet made sure/certain that you have written all
of the environmental variables in the System settings that you ought to have
done?!!! These variables are: (1)JAVA_HOME [the main install folder for your
version of the JDK] (2)TOMCAT_HOME [the main install folder for your Tomcat
installation] (3) J2EE_HOME [the main folder containing your installation of the
J2EE API] (4)PATH [the path to BOTH your JDK and your J2EE installations].

 Hope that helps you out! I very recently had to have someone else more
knowledgeable about installing Tomcat 4.* than myself throw me a lifeline, so to
speak, to get ME to successfully and then get running Tomcat!! What I am
struggling with is just how exactly you go about creating servlets and/or JSP's to
my satisfaction. That seems to be a hard nut to crack, and leads to endless
hours of sheer frustration on my part, lemme tell you. So, you really don't have
it that damned bad at all right now, just trying to figure out to get Tomcat
running to your satisfaction. Contact me if it still fails on you, thru email.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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




Re: Can't start tomcat

2002-11-26 Thread David Brown
[EMAIL PROTECTED] writes: 

Hello, 

I have downloaded tomcat 4.1.12. When I try to startup the server a DOS Window appears and disappears immediately and I have no comment about what's going on. 

Can anybody help me? 

-
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,15 € TTC/min) 


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



Hello, ur server is crashing. u need to look in $TOMCAT_HOME/logs. david. 


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



(OS X) Tomcat 3.0.3 can't start Tomcat? [REPEAT]

2002-10-26 Thread Burt Johnson
I sent this Thursday and got no response.  Trying again...



Trying to get JBoss/etc up and running on OSX (10.2.1).  Downloaded
jboss-3.0.0_tomcat-4.0.3.zip and expanded it into my Home directory using
Stuffit 7.0.1.  I then downloaded the xercesImpl.jar and xmlParserAPIs.jar
files and put them in the jboss/lib folder.  After that I can do
jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/bin/catalina.sh run and Catalina
(Tomcat?) runs fine.  Without those two extra jar files it was failing
saying it could not find xml parsers.

At any rate, I then quit Catalina, quit Terminal (just to make everything
clean), and try to run jboss via jboss-3.0.3_tomcat-4.1.12/bin/run.sh.
It appears to work at first, and gives the following environment listing:


  JBoss Bootstrap Environment
  JBOSS_HOME: /Users/bj/jboss-3.0.3_tomcat-4.1.12
  JAVA: /Library/Java/Home/bin/java
  JAVA_OPTS:  -Dprogram.name=run.sh
  CLASSPATH:
/Users/bj/jboss-3.0.3_tomcat-4.1.12/bin/run.jar:/Library/Java/Home/lib/tools.jar


However, way down the script, it fails to load Tomcat/Catalina with the error:


21:59:43,249 INFO  [MainDeployer] Deployed package:
file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/tomcat41-service.jar
21:59:43,293 ERROR [URLDeploymentScanner] Failed to deploy:
org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@8b9f3b15{
url=file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/tomcat41-service.xml,
deployedLastModified=0 }
org.jboss.deployment.DeploymentException: instantiating
org.jboss.web.catalina.EmbeddedCatalinaService41 failed:
java.lang.NoClassDefFoundError: org/apache/catalina/Context; - nested
throwable: (RuntimeErrorException: instantiating
org.jboss.web.catalina.EmbeddedCatalinaService41 failed:
java.lang.NoClassDefFoundError: org/apache/catalina/Context
Cause: java.lang.NoClassDefFoundError: org/apache/catalina/Context)
at
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:155)
at
org.jboss.system.ServiceController.install(ServiceController.java:225)


Down at the end it summarizes the problems with:


21:59:44,779 ERROR [URLDeploymentScanner] MBeanException: Exception in
MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
[org.jboss.deployment.DeploymentInfo@4ce8ec52 {
url=file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/http-invoker.sar/invoker.war/
}
  deployer: null
  status: Starting
  state: INIT_WAITING_DEPLOYER
  watch:
file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/http-invoker.sar/invoker.war/
  lastDeployed: 1035521982764
  lastModified: 103342408
  mbeans:
, org.jboss.deployment.DeploymentInfo@1e0d4679 {
url=file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/jmx-console.war/
}
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch:
file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/jmx-console.war/
  lastDeployed: 1035521984776
  lastModified: 1033424092000
  mbeans:
]Incompletely deployed packages:


so what else do I need to do to get this vanilla OS X installation to run?
-- 


- Burt Johnson
  MindStorm, Inc.
  [EMAIL PROTECTED]
  http://www.mindstorm-inc.com

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




(OS X) Tomcat 3.0.3 can't start Tomcat?

2002-10-24 Thread Burt Johnson
Trying to get JBoss/etc up and running on OSX (10.2.1).  Downloaded
jboss-3.0.0_tomcat-4.0.3.zip and expanded it into my Home directory using
Stuffit 7.0.1.  I then downloaded the xercesImpl.jar and xmlParserAPIs.jar
files and put them in the jboss/lib folder.  After I can do
jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/bin/catalina.sh run and Catalina
(Tomcat?) runs fine.  Without those two extra jar files it was failing
saying it could not find xml parsers.

At any rate, I then quit Catalina, quit Terminal (just to make everything
clean), and try to run jboss via jboss-3.0.3_tomcat-4.1.12/bin/run.sh.
It appears to work at first, and gives the following environment listing:


  JBoss Bootstrap Environment
  JBOSS_HOME: /Users/bj/jboss-3.0.3_tomcat-4.1.12
  JAVA: /Library/Java/Home/bin/java
  JAVA_OPTS:  -Dprogram.name=run.sh
  CLASSPATH:
/Users/bj/jboss-3.0.3_tomcat-4.1.12/bin/run.jar:/Library/Java/Home/lib/tools.jar


However, way down the script, it fails to load Tomcat/Catalina with the error:


21:59:43,249 INFO  [MainDeployer] Deployed package:
file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/tomcat41-service.jar
21:59:43,293 ERROR [URLDeploymentScanner] Failed to deploy:
org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@8b9f3b15{
url=file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/tomcat41-service.xml,
deployedLastModified=0 }
org.jboss.deployment.DeploymentException: instantiating
org.jboss.web.catalina.EmbeddedCatalinaService41 failed:
java.lang.NoClassDefFoundError: org/apache/catalina/Context; - nested
throwable: (RuntimeErrorException: instantiating
org.jboss.web.catalina.EmbeddedCatalinaService41 failed:
java.lang.NoClassDefFoundError: org/apache/catalina/Context
Cause: java.lang.NoClassDefFoundError: org/apache/catalina/Context)
at
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:155)
at
org.jboss.system.ServiceController.install(ServiceController.java:225)


Down at the end it summarizes the problems with:


21:59:44,779 ERROR [URLDeploymentScanner] MBeanException: Exception in
MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
[org.jboss.deployment.DeploymentInfo@4ce8ec52 {
url=file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/http-invoker.sar/invoker.war/
}
  deployer: null
  status: Starting
  state: INIT_WAITING_DEPLOYER
  watch:
file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/http-invoker.sar/invoker.war/
  lastDeployed: 1035521982764
  lastModified: 103342408
  mbeans:
, org.jboss.deployment.DeploymentInfo@1e0d4679 {
url=file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/jmx-console.war/
}
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch:
file:/Users/bj/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/jmx-console.war/
  lastDeployed: 1035521984776
  lastModified: 1033424092000
  mbeans:
]Incompletely deployed packages:


so what else do I need to do to get this vanilla OS X installation to run?
-- 


- Burt Johnson
  MindStorm, Inc.
  [EMAIL PROTECTED]
  http://www.mindstorm-inc.com

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Can't start tomcat...

2002-09-11 Thread Curt

I'm a complete tomcat newbie, just downloaded tomcat 4.1.10 yesterday and 
put it on my Windows 2000 PC. When I try to start it I get the following error:

=
Bootstrap: Class loader creation threw exception
java.lang.IllegalMonitorStateException: current thread not owner
 at 
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Compiled 
Code)
 at org.apache.catalina.loader.StandardClassLoader.init(Compiled 
Code)
 at 
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(Compiled Code)
 at org.apache.catalina.startup.Bootstrap.main(Compiled Code)
=

Can anyone help with this?

Many thanks in advance,
Curt


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




Can't start Tomcat 4.0.4: Windows 98

2002-07-01 Thread Kevin Andryc

I am having troubles starting Tomcat 4.0.4 on windows 98. Here is the error
I get:

At Line 84 /Server/Service/Connector/
className=org.apache.ajp.tomcat4.Ajp13Conn

nnector
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:130)
at
org.apache.catalina.util.xml.ObjectCreate.start(XmlMapper.java:616)
at
org.apache.catalina.util.xml.XmlMapper.matchStart(XmlMapper.java:412)

)
va:329)
at
org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1376)

at
org.apache.xerces.validators.common.XMLValidator.callStartElement(XML
Validator.java:1284)
at
org.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumen
tScanner.java:1806)
at
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.disp
atch(XMLDocumentScanner.java:1182)
at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS
canner.java:381)
at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)
at
org.xml.sax.helpers.XMLReaderAdapter.parse(XMLReaderAdapter.java:223)

at javax.xml.parsers.SAXParser.parse(SAXParser.java:362)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:301)
at
org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:228)
at org.apache.catalina.startup.Catalina.start(Catalina.java:725)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
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:243)

I had it working last week, and now...nothing. Any help is much appreciated!

Sincerely,
Kevin

Kevin Andryc
Web Systems Engineer
MISER
http://www.umass.edu/miser/
Phone: (413)-545-3460
[EMAIL PROTECTED]





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




Can't Start Tomcat 4.0

2002-03-27 Thread Andy McVicker

I'm a Tomcat newbie and I need some advice on getting Tomcat 4 started.  Can someone 
help with the info I've provided below???

TIA
Andy

I've installed on NT Workstation (sp5):
Apache 1.3.23
Tomcat 4.0
JDK 1.3.1.02

Problem:
1. http://localhost:8080 returns page not found.
2. When I run the tomcat startup the messages flip by quick but I managed to see 
java.net.ConnectException: connection refused...

Things I've tried:
1. Changed the port from 8080 to 8090 in the server.xml file and tried 
http://localhost:8090 - no change
2. Configure IE to have proxy bypass local addresses - no change
3. set enviro variable CATALINA_HOME to c:\jsp\jakarta-tomcat-4.0
4. set enviro variable JAVA_HOME to c:\jsp\jdk13102


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Can't Start Tomcat 4.0 (Added Error Message)

2002-03-27 Thread Andy McVicker

I'm a Tomcat newbie and I need some advice on getting Tomcat 4 started.  Can someone 
help with the info I've provided below???

TIA
Andy

I've installed on NT Workstation (sp5):
Apache 1.3.23
Tomcat 4.0
JDK 1.3.1.02

Problem:
1. http://localhost:8080 returns page not found.
2. When I run the tomcat startup the messages flip by quick but I managed to see 
java.net.ConnectException: connection refused...

Things I've tried:
1. Changed the port from 8080 to 8090 in the server.xml file and tried 
http://localhost:8090 - no change
2. Configure IE to have proxy bypass local addresses - no change
3. set enviro variable CATALINA_HOME to c:\jsp\jakarta-tomcat-4.0
4. set enviro variable JAVA_HOME to c:\jsp\jdk13102

Error Messages:
Using CATALINA_BASE:   c:\jsp\jakarta-tomcat-4.0
Using CATALINA_HOME:   c:\jsp\jakarta-tomcat-4.0
Using CATALINA_TMPDIR: c:\jsp\jakarta-tomcat-4.0\temp
Using JAVA_HOME:   c:\jsp\jdk13102
Catalina.start: java.util.MissingResourceException: Can't find bundle for base name 
org.apache.coyote.tomcat4.LocalStrings, locale en_US
java.util.MissingResourceException: Can't find bundle for base name 
org.apache.coyote.tomcat4.LocalStrings, locale en_US
at org.apache.commons.digester.Digester.createSAXException(Digester.java:1976)
at org.apache.commons.digester.Digester.createSAXException(Digester.java:1996)
at org.apache.commons.digester.Digester.startElement(Digester.java:1032)
at org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1376)
at 
org.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidator.java:1214)
at 
org.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScanner.java:1806)
at 
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1182)
at 
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381)
at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081)
at org.apache.commons.digester.Digester.parse(Digester.java:1263)
at org.apache.catalina.startup.Catalina.start(Unknown Source)
at org.apache.catalina.startup.Catalina.execute(Unknown Source)
at org.apache.catalina.startup.Catalina.process(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Unknown Source)



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Can't Start Tomcat 4.0

2002-03-27 Thread Lawlor, Frank

In the startup.bat (?) change the 'start' 
to 'run' so you can see the error messages
after running startup on the command line.

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.



 -Original Message-
 From: Andy McVicker [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 27, 2002 11:14 AM
 To: [EMAIL PROTECTED]
 Subject: Can't Start Tomcat 4.0
 
 
 I'm a Tomcat newbie and I need some advice on getting Tomcat 
 4 started.  Can someone help with the info I've provided below???
 
 TIA
 Andy
 
 I've installed on NT Workstation (sp5):
 Apache 1.3.23
 Tomcat 4.0
 JDK 1.3.1.02
 
 Problem:
 1. http://localhost:8080 returns page not found.
 2. When I run the tomcat startup the messages flip by quick 
 but I managed to see java.net.ConnectException: connection 
 refused...
 
 Things I've tried:
 1. Changed the port from 8080 to 8090 in the server.xml file 
 and tried http://localhost:8090 - no change
 2. Configure IE to have proxy bypass local addresses - no change
 3. set enviro variable CATALINA_HOME to c:\jsp\jakarta-tomcat-4.0
 4. set enviro variable JAVA_HOME to c:\jsp\jdk13102
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




can't start tomcat

2001-08-29 Thread Hugo Hendriks

The path to java works but when I start the startup script i get the
message:

using classpath: c:/jakarta/jakarta-tomcat-3.2.3/lib/*
./ tomcat.sh c:/usr/java/jdk1.3.1/bin/java: no such file or directory

my .bash_config looks like this:
PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH:$HOME/bin:/usr/java/jdk1.3.1/bin
BASH_ENV=$HOME/.bashrc
USERNAME=root

JAVA_HOME=c:/usr/java/jdk1.3.1
TOMCAT_HOME=c:/jakarta/jakarta-tomcat-3.2.3
CLASSPATH=.

export USERNAME BASH_ENV PATH JAVA_HOME TOMCAT_HOME CLASSPATH

thanx

Hugo




Re: can't start tomcat

2001-08-29 Thread Dmitri Colebatch

If thats you're bashrc I'm assuming you're on linux... but you have a c:/
in the path... or are you running cygwin?  check that $JAVA_HOME/bin/java
works and then retry.

cheesr
dim

On Wed, 29 Aug 2001, Hugo Hendriks wrote:

 The path to java works but when I start the startup script i get the
 message:
 
 using classpath: c:/jakarta/jakarta-tomcat-3.2.3/lib/*
 ./ tomcat.sh c:/usr/java/jdk1.3.1/bin/java: no such file or directory
 
 my .bash_config looks like this:
 PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH:$HOME/bin:/usr/java/jdk1.3.1/bin
 BASH_ENV=$HOME/.bashrc
 USERNAME=root
 
 JAVA_HOME=c:/usr/java/jdk1.3.1
 TOMCAT_HOME=c:/jakarta/jakarta-tomcat-3.2.3
 CLASSPATH=.
 
 export USERNAME BASH_ENV PATH JAVA_HOME TOMCAT_HOME CLASSPATH
 
 thanx
 
 Hugo
 
 




Can't start tomcat

2001-08-28 Thread Hugo Hendriks

Hi,

I've been trying to install Tomcat 3.2.3 on my redhat7.1 machine but i can't
get it to work. I have installed java1.2.1, but the point where I get stuck
is where I have to edit my path and set the environment variables. When i
set the path to the java directory it looks oke, but when i check it again,
it's back to normal. Also the part about the environment variables is a
little bit vague. When I try to start the startup.sh I get a permission
denied. Can somebody give me please a small explanation.

thanks

Hugo




RE: Can't start tomcat

2001-08-28 Thread Graham, Steve (GIC)



first of all give your startup.sh  permission   -  like  chmod 755
startup.sh



RE: Can't start tomcat

2001-08-28 Thread BENARD Christophe, DDE 34/SG

Try this :

cd $TOMCAT_HOME/bin
chmod 744 startup.sh

and run startup.sh as root.

HTH

Chris

 -Message d'origine-
 De: Hugo Hendriks [mailto:[EMAIL PROTECTED]]
 Date: mardi 28 août 2001 16:25
 À: '[EMAIL PROTECTED]'
 Objet: Can't start tomcat
 
 
 Hi,
 
 I've been trying to install Tomcat 3.2.3 on my redhat7.1 
 machine but i can't
 get it to work. I have installed java1.2.1, but the point 
 where I get stuck
 is where I have to edit my path and set the environment 
 variables. When i
 set the path to the java directory it looks oke, but when i 
 check it again,
 it's back to normal. Also the part about the environment 
 variables is a
 little bit vague. When I try to start the startup.sh I get a 
 permission
 denied. Can somebody give me please a small explanation.
 
 thanks
 
 Hugo
 



RE: Can't start tomcat

2001-08-28 Thread Hugo Hendriks

oke, now I can run the startup script but i have to set the JAVA path and
he's guessing the tomcat path. How can I set these paths and do I have to
set these paths every time I boot?

thx

hugo

-Oorspronkelijk bericht-
Van: Graham, Steve (GIC) [mailto:[EMAIL PROTECTED]]
Verzonden: Tuesday, August 28, 2001 4:27 PM
Aan: '[EMAIL PROTECTED]'
Onderwerp: RE: Can't start tomcat




first of all give your startup.sh  permission   -  like  chmod 755
startup.sh



RE: Can't start tomcat

2001-08-28 Thread Graham, Steve (GIC)

you have 2 set TOMCAT_HOME , JAVA_HOME , ANT_HOME  etc..

do this in profile.conf, here you can find CLASSPATH and PATH variables.
Edit  save file , exit your telnet session , login again, do a echo
$CLASSPATH and see if your changes have been accepted





Re: Can't start tomcat

2001-08-28 Thread Mike Barb Kollier

Hugo,

Try initializing the paths in your startup files.  I initialize (and export) my
TOMCAT_HOME and JAVA_HOME in /etc/profile.  This initializes it for all users
which may not be needed.  If you wanted to set this on a user basis use the
.profile file (our equivalent startup file for your shell) in your home
directory.  Remember in ksh, sh and the like you need to export the variable
after it has been set for the value to be made available to other processes.

Mike Kollier

Hugo Hendriks wrote:

 Hi,

 I've been trying to install Tomcat 3.2.3 on my redhat7.1 machine but i can't
 get it to work. I have installed java1.2.1, but the point where I get stuck
 is where I have to edit my path and set the environment variables. When i
 set the path to the java directory it looks oke, but when i check it again,
 it's back to normal. Also the part about the environment variables is a
 little bit vague. When I try to start the startup.sh I get a permission
 denied. Can somebody give me please a small explanation.

 thanks

 Hugo




RE: Can't start tomcat

2001-08-28 Thread Dmitri Colebatch

On Tue, 28 Aug 2001, BENARD Christophe, DDE 34/SG wrote:

 Try this :
 
 cd $TOMCAT_HOME/bin
 chmod 744 startup.sh
 
 and run startup.sh as root.

dont run startup.sh as root unless you absolutely know what you are
doing.  if you're running tomcat in its normal setup you can just run it
as the owner of the tomcat files and directories, and thats what you
should do.

cheesr
dim





 
 HTH
 
 Chris
 
  -Message d'origine-
  De: Hugo Hendriks [mailto:[EMAIL PROTECTED]]
  Date: mardi 28 août 2001 16:25
  À: '[EMAIL PROTECTED]'
  Objet: Can't start tomcat
  
  
  Hi,
  
  I've been trying to install Tomcat 3.2.3 on my redhat7.1 
  machine but i can't
  get it to work. I have installed java1.2.1, but the point 
  where I get stuck
  is where I have to edit my path and set the environment 
  variables. When i
  set the path to the java directory it looks oke, but when i 
  check it again,
  it's back to normal. Also the part about the environment 
  variables is a
  little bit vague. When I try to start the startup.sh I get a 
  permission
  denied. Can somebody give me please a small explanation.
  
  thanks
  
  Hugo
  
 




can't start tomcat 4

2001-08-20 Thread Renato Testa

Hello List,

i'm completetly new to tomcat and to this list.
I've installed  the jakarta-tomcat-4.0-b7-src on a Mandrake 8.0 Linux.
I proceeded with the BUILDING.txt-file and could run the ant dist cmd
successfull in the tomcat.home
I've then trying to start tomcat as described, but it fails. I have the
message Exception in thread main java.lang.NoClassDefFoundError:
org/apache/catalina/startup/Bootstrap in the catalina.out file.

not very close to java, what's not found?

Thnx for hints
Renato Testa
-- 
[EMAIL PROTECTED]
ITGarage GmbH Freilagerstrasse 19 CH-8047 Zuerich
www.itgarage.net-



RE: can't start tomcat 4

2001-08-20 Thread Rob S.

 I've then trying to start tomcat as described, but it fails. I have the
 message Exception in thread main java.lang.NoClassDefFoundError:
 org/apache/catalina/startup/Bootstrap in the catalina.out file.

 not very close to java, what's not found?

Since it's Java, you don't *have* to build it, would have saved yourself a
lot of time and trouble if you just want to run it, just download the binary
distro ;)

bootstrap.jar should be in the $CATALINA_HOME/bin directory.

I'm not familiar enough with the TC4 build process to try and troubleshoot
it =/

- r




Re: can't start tomcat 4

2001-08-20 Thread Renato Testa

On Mon, Aug 20, 2001 at 07:13:46AM -0400, Rob S. toeggelte:
  I've then trying to start tomcat as described, but it fails. I have the
  message Exception in thread main java.lang.NoClassDefFoundError:
  org/apache/catalina/startup/Bootstrap in the catalina.out file.
 
  not very close to java, what's not found?
 
 Since it's Java, you don't *have* to build it, would have saved yourself a
 lot of time and trouble if you just want to run it, just download the binary
 distro ;)
 
 bootstrap.jar should be in the $CATALINA_HOME/bin directory.
 
 I'm not familiar enough with the TC4 build process to try and troubleshoot
 it =/
 
 - r
 

i just downloaded the binary distro. Works.

Thanx
Renato
-- 
[EMAIL PROTECTED]
ITGarage GmbH Freilagerstrasse 19 CH-8047 Zuerich
www.itgarage.net-



Re: can't start tomcat 4

2001-08-20 Thread Allan Kamau

Had the same problem. Set CATALINA_HOME variable in
your startup scripts eg in the '/etc/profile' for the
Linux or in the Environment variables in Windows
NT/2000.
Then logoff and login then try starting TC4.
Allan Kamau.


--- Renato Testa [EMAIL PROTECTED] wrote:
 On Mon, Aug 20, 2001 at 07:13:46AM -0400, Rob S.
 toeggelte:
   I've then trying to start tomcat as described,
 but it fails. I have the
   message Exception in thread main
 java.lang.NoClassDefFoundError:
   org/apache/catalina/startup/Bootstrap in the
 catalina.out file.
  
   not very close to java, what's not found?
  
  Since it's Java, you don't *have* to build it,
 would have saved yourself a
  lot of time and trouble if you just want to run
 it, just download the binary
  distro ;)
  
  bootstrap.jar should be in the $CATALINA_HOME/bin
 directory.
  
  I'm not familiar enough with the TC4 build process
 to try and troubleshoot
  it =/
  
  - r
  
 
 i just downloaded the binary distro. Works.
 
 Thanx
 Renato
 -- 

[EMAIL PROTECTED]
 ITGarage GmbH Freilagerstrasse 19 CH-8047
 Zuerich

www.itgarage.net-


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/