RE: cpu load 100% on windows 2000 using iis

2001-02-22 Thread Craig O'Brien

Sorry about all these postsI could have just been patient and combined
them.  :0)

Did you delete the default contexts?  This will cause this problem. Either
reinstall them temporarily or look into your config files in tomcat to clear
up the issue. Sorry, I don't have time to look them up right now.

Regards,
Craig

-Original Message-
From: Craig O'Brien [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 3:20 PM
To: [EMAIL PROTECTED]
Subject: RE: cpu load 100% on windows 2000 using iis


Just so you know.  This is not a Windows only issue and can appear on most
OSs. (Solarus etc.)

Craig

-Original Message-
From: Rui M . Silva Seabra [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 2:35 PM
To: [EMAIL PROTECTED]
Subject: cpu load 100% on windows 2000 using iis


Hello,

 Please, before reading this, bare in mind that unfourtunately I am forced
to use an IIS and windows 2000, because of a client's demands, so changing
to the desirable *nix+apache+tomcat is not an option.

 Apparently everything is okay.
 Until the moment when you either reach the isapi_redirect.dll directly
(because you know the url and there's no point in defending security by
obscurity) or call a servlet.
 By the time either of this events happen, the tomcat java process jumps to
100% cpu usage, until an indeterminate time, and provides no results.

 So, what could be happening? Here go some technical details on the machine:

  * windows 2000 (yuk)
- no namesolver, all name must be solved by usage of the hosts file
  * IIS (default with win2k - yuk yuk)
  * tomcat 3.2.1
  * jdk 1.3.0


If anyone has a sensible opinion on this matter, please, share your thoughts
with me on the list, since this could be a future trouble shooter.

Hugs, rms

--
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Ghandi
+ So let's do it...?

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


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


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




Re: cpu load 100% on windows 2000 using iis

2001-02-22 Thread Rui M . Silva Seabra

On Wed, Feb 21, 2001 at 04:05:33PM -0800, Craig O'Brien wrote:
 Have you created a virtual directory named "jakarta" in the same folder that
 the isapi_redirect.dll is located?  Mine is physically located in
 tomcat/bin/Win32/i386/.  Have you assigned this directory "execute" access?

Yes I did.

 I think that a small error has crept into your settings.  Go over the IIS
 how to and you will have it fixed in no time.

I followed the troubleshooting guid that is there and apart from not calling the 
servlets, all seemed ok.

hugs, rms

-- 
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Ghandi
+ So let's do it...?

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




RE: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Craig O'Brien

Just so you know.  This is not a Windows only issue and can appear on most
OSs. (Solarus etc.)

Craig

-Original Message-
From: Rui M . Silva Seabra [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 2:35 PM
To: [EMAIL PROTECTED]
Subject: cpu load 100% on windows 2000 using iis


Hello,

 Please, before reading this, bare in mind that unfourtunately I am forced
to use an IIS and windows 2000, because of a client's demands, so changing
to the desirable *nix+apache+tomcat is not an option.

 Apparently everything is okay.
 Until the moment when you either reach the isapi_redirect.dll directly
(because you know the url and there's no point in defending security by
obscurity) or call a servlet.
 By the time either of this events happen, the tomcat java process jumps to
100% cpu usage, until an indeterminate time, and provides no results.

 So, what could be happening? Here go some technical details on the machine:

  * windows 2000 (yuk)
- no namesolver, all name must be solved by usage of the hosts file
  * IIS (default with win2k - yuk yuk)
  * tomcat 3.2.1
  * jdk 1.3.0


If anyone has a sensible opinion on this matter, please, share your thoughts
with me on the list, since this could be a future trouble shooter.

Hugs, rms

--
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Ghandi
+ So let's do it...?

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


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




RE: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Marc Saegesser

Is there a ROOT web app?  There is a known bug in 3.2.1 that causes Tomcat
to spin in a tight loop if it gets a URL that doesn't map into a servlet
*and* the ROOT webapp has been removed.  This has been fixed and will appear
in Tomcat 3.2.2.

Also, be careful using JDK 1.3 if your going to run Tomcat as an NT service.
There is a known bug in the JDK that will cause the service to stop when a
user logs out.  See the archives for this list for lots of discussion on
this topic.

 -Original Message-
 From: Rui M . Silva Seabra [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 21, 2001 4:35 PM
 To: [EMAIL PROTECTED]
 Subject: cpu load 100% on windows 2000 using iis


 Hello,

  Please, before reading this, bare in mind that unfourtunately I
 am forced to use an IIS and windows 2000, because of a client's
 demands, so changing to the desirable *nix+apache+tomcat is not an option.

  Apparently everything is okay.
  Until the moment when you either reach the isapi_redirect.dll
 directly (because you know the url and there's no point in
 defending security by obscurity) or call a servlet.
  By the time either of this events happen, the tomcat java
 process jumps to 100% cpu usage, until an indeterminate time, and
 provides no results.

  So, what could be happening? Here go some technical details on
 the machine:

   * windows 2000 (yuk)
 - no namesolver, all name must be solved by usage of the hosts file
   * IIS (default with win2k - yuk yuk)
   * tomcat 3.2.1
   * jdk 1.3.0


 If anyone has a sensible opinion on this matter, please, share
 your thoughts with me on the list, since this could be a future
 trouble shooter.

 Hugs, rms

 --
 + No matter how much you do, you never do enough -- unknown
 + Whatever you do will be insignificant,
 | but it is very important that you do it -- Ghandi
 + So let's do it...?

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



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




RE: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Craig O'Brien

Check your regestry settings.

Also:

Have you created a virtual directory named "jakarta" in the same folder that
the isapi_redirect.dll is located?  Mine is physically located in
tomcat/bin/Win32/i386/.  Have you assigned this directory "execute" access?

I think that a small error has crept into your settings.  Go over the IIS
how to and you will have it fixed in no time.


Good luck,
Craig

I better get back to work!!!


-Original Message-
From: Rui M . Silva Seabra [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 3:39 PM
To: [EMAIL PROTECTED]
Subject: Re: cpu load 100% on windows 2000 using iis


On Wed, Feb 21, 2001 at 03:26:27PM -0800, Craig O'Brien wrote:
 Sorry about all these postsI could have just been patient and combined
 them.  :0)

np with me :)

 Did you delete the default contexts?  This will cause this problem. Either
 reinstall them temporarily or look into your config files in tomcat to
clear
 up the issue. Sorry, I don't have time to look them up right now.

Comparing the server.xml on the win2k machine and with a linux one I had I
noticed one small oops in the conf...

Right now all that remains is why, oh why is iis complaing of "The specified
module was not found".

what can it be refering to, isap_redirect.dll? But the status is green
(arrow on the upperside).

*sigh*

hugs, rms

--
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Ghandi
+ So let's do it...?

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


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




Re: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Rui M . Silva Seabra

On Wed, Feb 21, 2001 at 03:26:27PM -0800, Craig O'Brien wrote:
 Sorry about all these postsI could have just been patient and combined
 them.  :0)

np with me :)

 Did you delete the default contexts?  This will cause this problem. Either
 reinstall them temporarily or look into your config files in tomcat to clear
 up the issue. Sorry, I don't have time to look them up right now.

Comparing the server.xml on the win2k machine and with a linux one I had I noticed one 
small oops in the conf...

Right now all that remains is why, oh why is iis complaing of "The specified module 
was not found".

what can it be refering to, isap_redirect.dll? But the status is green (arrow on the 
upperside).

*sigh*

hugs, rms

-- 
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Ghandi
+ So let's do it...?

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




RE: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Craig O'Brien

There is a known issue.  It appears that you must insure that Tomcat only
operates in a valid context. I have not faced this issue so I don't have any
suggestions, however, this may be helpful.

Here is a snippet from a past discussion on this issue:

/*
6.11 Misconfiguration Can Cause CPU-Bound Loop

If you misconfigure Tomcat 3.2 in a way that there is no valid context to
handle a request (such as removing the root context and then attempting a
request that should be handled by that context), Tomcat will enter a
CPU-bound loop instead of responding with a 404 error.
*/


Hope this helps,
Craig





 -Original Message-
 From: Rui M . Silva Seabra [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 21, 2001 4:35 PM
 To: [EMAIL PROTECTED]
 Subject: cpu load 100% on windows 2000 using iis


 Hello,

  Please, before reading this, bare in mind that unfourtunately I
 am forced to use an IIS and windows 2000, because of a client's
 demands, so changing to the desirable *nix+apache+tomcat is not an option.

  Apparently everything is okay.
  Until the moment when you either reach the isapi_redirect.dll
 directly (because you know the url and there's no point in
 defending security by obscurity) or call a servlet.
  By the time either of this events happen, the tomcat java
 process jumps to 100% cpu usage, until an indeterminate time, and
 provides no results.

  So, what could be happening? Here go some technical details on
 the machine:

   * windows 2000 (yuk)
 - no namesolver, all name must be solved by usage of the hosts file
   * IIS (default with win2k - yuk yuk)
   * tomcat 3.2.1
   * jdk 1.3.0


 If anyone has a sensible opinion on this matter, please, share
 your thoughts with me on the list, since this could be a future
 trouble shooter.

 Hugs, rms

 --
 + No matter how much you do, you never do enough -- unknown
 + Whatever you do will be insignificant,
 | but it is very important that you do it -- Ghandi
 + So let's do it...?

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



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


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