RE: Enabling valve crashed ESRI Arcims applications.

2003-11-14 Thread Yansheng Lin
Oh once I commented that line, everything worked fine.  I will try debug='100'
today to see what kind of error I was getting.

-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 13, 2003 4:44 PM
To: Tomcat Users List
Subject: RE: Enabling valve crashed ESRI Arcims applications.


It might be a good idea to put the comment back in, restart Tomcat, and then
see whether or not you get these errors. At least that way you know whether
or not they're related to your changes.


-Original Message-
From: Yansheng Lin [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 5:59 PM
To: 'Tomcat Users List'
Subject: RE: Enabling valve crashed ESRI Arcims applications.


Nope, no errors or exception(not that I know of:). I did a 

tail apache_log.2003-11-13.txt

and the log just stop there after the first arcims request.  And on the
arcims
server side, nothing happens, i.e., no arcims request was received.  I do
get
the following exception when I started my tomcat.  But I think that
exception is
always there, with or without Valve.

--
2003-11-13 15:20:14 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:144)
at org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
Source)
at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
Source)
at org.apache.catalina.connector.warp.WarpConnection.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:536)




-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 13, 2003 3:46 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you get a stack trace?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:41 PM
Subject: Enabling valve crashed ESRI Arcims applications.



Wow, this is kind of cool.  And I couldn't explain it!

If I uncomment the following header logging in my server.xml, all of
'arcims-related' application does not work anymore.  And it seems that the
request wasn't even sent to 'arcims' server.

Valve className=org.apache.catalina.valves.RequestDumperValve/

Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
inside
of that class.

All other application worked with logging.

Thanks!


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


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



Re: Enabling valve crashed ESRI Arcims applications.

2003-11-14 Thread Andoni
I have an internationalised app running in UTF-8 on tomcat 4.0.4 and when I
add in that Valve I get loads of errors because it seems to be converting my
data to iso-8859-1.  So I have to use a URLDecoder when I am using that
valve.

Hope this helps.

Andoni.

- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, November 14, 2003 3:09 PM
Subject: RE: Enabling valve crashed ESRI Arcims applications.


 Oh once I commented that line, everything worked fine.  I will try
debug='100'
 today to see what kind of error I was getting.

 -Original Message-
 From: Januski, Ken [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 13, 2003 4:44 PM
 To: Tomcat Users List
 Subject: RE: Enabling valve crashed ESRI Arcims applications.


 It might be a good idea to put the comment back in, restart Tomcat, and
then
 see whether or not you get these errors. At least that way you know
whether
 or not they're related to your changes.


 -Original Message-
 From: Yansheng Lin [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 13, 2003 5:59 PM
 To: 'Tomcat Users List'
 Subject: RE: Enabling valve crashed ESRI Arcims applications.


 Nope, no errors or exception(not that I know of:). I did a

 tail apache_log.2003-11-13.txt

 and the log just stop there after the first arcims request.  And on the
 arcims
 server side, nothing happens, i.e., no arcims request was received.  I do
 get
 the following exception when I started my tomcat.  But I think that
 exception is
 always there, with or without Valve.

 --
 2003-11-13 15:20:14 [org.apache.catalina.connector.warp.WarpConnection]
 Exception on socket
 java.net.SocketException: Socket closed
 at java.net.SocketInputStream.socketRead0(Native Method)
 at java.net.SocketInputStream.read(SocketInputStream.java:116)
 at java.net.SocketInputStream.read(SocketInputStream.java:144)
 at org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
 Source)
 at
 org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
 Source)
 at org.apache.catalina.connector.warp.WarpConnection.run(Unknown
 Source)
 at java.lang.Thread.run(Thread.java:536)




 -Original Message-
 From: Filip Hanik [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 13, 2003 3:46 PM
 To: Tomcat Users List
 Subject: Re: Enabling valve crashed ESRI Arcims applications.


 did you get a stack trace?

 Filip
 - Original Message -
 From: Yansheng Lin [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Sent: Thursday, November 13, 2003 2:41 PM
 Subject: Enabling valve crashed ESRI Arcims applications.



 Wow, this is kind of cool.  And I couldn't explain it!

 If I uncomment the following header logging in my server.xml, all of
 'arcims-related' application does not work anymore.  And it seems that the
 request wasn't even sent to 'arcims' server.

 Valve className=org.apache.catalina.valves.RequestDumperValve/

 Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
 inside
 of that class.

 All other application worked with logging.

 Thanks!


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


 -
 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: Enabling valve crashed ESRI Arcims applications.

2003-11-14 Thread Shapira, Yoav

Howdy,
There's also a chance the RequestDumperValve's code is not
internationally friendly ;)  I haven't looked at its code for a while,
but I've been meaning to convert it to a more portable Filter anyhow.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Andoni [mailto:[EMAIL PROTECTED]
Sent: Friday, November 14, 2003 10:27 AM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.

I have an internationalised app running in UTF-8 on tomcat 4.0.4 and
when I
add in that Valve I get loads of errors because it seems to be
converting
my
data to iso-8859-1.  So I have to use a URLDecoder when I am using that
valve.

Hope this helps.

Andoni.

- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, November 14, 2003 3:09 PM
Subject: RE: Enabling valve crashed ESRI Arcims applications.


 Oh once I commented that line, everything worked fine.  I will try
debug='100'
 today to see what kind of error I was getting.

 -Original Message-
 From: Januski, Ken [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 13, 2003 4:44 PM
 To: Tomcat Users List
 Subject: RE: Enabling valve crashed ESRI Arcims applications.


 It might be a good idea to put the comment back in, restart Tomcat,
and
then
 see whether or not you get these errors. At least that way you know
whether
 or not they're related to your changes.


 -Original Message-
 From: Yansheng Lin [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 13, 2003 5:59 PM
 To: 'Tomcat Users List'
 Subject: RE: Enabling valve crashed ESRI Arcims applications.


 Nope, no errors or exception(not that I know of:). I did a

 tail apache_log.2003-11-13.txt

 and the log just stop there after the first arcims request.  And on
the
 arcims
 server side, nothing happens, i.e., no arcims request was received.
I do
 get
 the following exception when I started my tomcat.  But I think that
 exception is
 always there, with or without Valve.

 --
 2003-11-13 15:20:14
[org.apache.catalina.connector.warp.WarpConnection]
 Exception on socket
 java.net.SocketException: Socket closed
 at java.net.SocketInputStream.socketRead0(Native Method)
 at
java.net.SocketInputStream.read(SocketInputStream.java:116)
 at
java.net.SocketInputStream.read(SocketInputStream.java:144)
 at
org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
 Source)
 at
 org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
 Source)
 at
org.apache.catalina.connector.warp.WarpConnection.run(Unknown
 Source)
 at java.lang.Thread.run(Thread.java:536)




 -Original Message-
 From: Filip Hanik [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 13, 2003 3:46 PM
 To: Tomcat Users List
 Subject: Re: Enabling valve crashed ESRI Arcims applications.


 did you get a stack trace?

 Filip
 - Original Message -
 From: Yansheng Lin [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Sent: Thursday, November 13, 2003 2:41 PM
 Subject: Enabling valve crashed ESRI Arcims applications.



 Wow, this is kind of cool.  And I couldn't explain it!

 If I uncomment the following header logging in my server.xml, all of
 'arcims-related' application does not work anymore.  And it seems
that
the
 request wasn't even sent to 'arcims' server.

 Valve className=org.apache.catalina.valves.RequestDumperValve/

 Unfortunately, arcims uses a propriety servlet.  So I have no idea
what's
 inside
 of that class.

 All other application worked with logging.

 Thanks!


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


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




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

Re: Enabling valve crashed ESRI Arcims applications.

2003-11-13 Thread Filip Hanik
did you get a stack trace?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:41 PM
Subject: Enabling valve crashed ESRI Arcims applications.



Wow, this is kind of cool.  And I couldn't explain it!

If I uncomment the following header logging in my server.xml, all of
'arcims-related' application does not work anymore.  And it seems that the
request wasn't even sent to 'arcims' server.

Valve className=org.apache.catalina.valves.RequestDumperValve/

Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
inside
of that class.

All other application worked with logging.

Thanks!


-
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: Enabling valve crashed ESRI Arcims applications.

2003-11-13 Thread Yansheng Lin
Nope, no errors or exception(not that I know of:). I did a 

tail apache_log.2003-11-13.txt

and the log just stop there after the first arcims request.  And on the arcims
server side, nothing happens, i.e., no arcims request was received.  I do get
the following exception when I started my tomcat.  But I think that exception is
always there, with or without Valve.

--
2003-11-13 15:20:14 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:144)
at org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
Source)
at org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
Source)
at org.apache.catalina.connector.warp.WarpConnection.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)




-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 13, 2003 3:46 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you get a stack trace?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:41 PM
Subject: Enabling valve crashed ESRI Arcims applications.



Wow, this is kind of cool.  And I couldn't explain it!

If I uncomment the following header logging in my server.xml, all of
'arcims-related' application does not work anymore.  And it seems that the
request wasn't even sent to 'arcims' server.

Valve className=org.apache.catalina.valves.RequestDumperValve/

Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
inside
of that class.

All other application worked with logging.

Thanks!


-
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: Enabling valve crashed ESRI Arcims applications.

2003-11-13 Thread Filip Hanik
did you look in the other logs?
you are sure there is no stack trace anywhere?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:59 PM
Subject: RE: Enabling valve crashed ESRI Arcims applications.


Nope, no errors or exception(not that I know of:). I did a

tail apache_log.2003-11-13.txt

and the log just stop there after the first arcims request.  And on the
arcims
server side, nothing happens, i.e., no arcims request was received.  I do
get
the following exception when I started my tomcat.  But I think that
exception is
always there, with or without Valve.

--
2003-11-13 15:20:14 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:144)
at org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
Source)
at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
Source)
at org.apache.catalina.connector.warp.WarpConnection.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:536)




-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 3:46 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you get a stack trace?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:41 PM
Subject: Enabling valve crashed ESRI Arcims applications.



Wow, this is kind of cool.  And I couldn't explain it!

If I uncomment the following header logging in my server.xml, all of
'arcims-related' application does not work anymore.  And it seems that the
request wasn't even sent to 'arcims' server.

Valve className=org.apache.catalina.valves.RequestDumperValve/

Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
inside
of that class.

All other application worked with logging.

Thanks!


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


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



RE: Enabling valve crashed ESRI Arcims applications.

2003-11-13 Thread Yansheng Lin
No stacking trace, I even looked through log4j's log.  

Maybe I need to enable something, give me a hint.  Here is what I have under
logs/

[EMAIL PROTECTED] logs]# ll
total 3312
-rw-r--r--1 root cvsadmin  1907951 Nov 13 15:20
apache_log.2003-11-13.txt
-rw-r--r--1 root cvsadmin   75 Nov 13 14:42
catalina_log.2003-11-13.txt
-rw-r--r--1 root cvsadmin23357 Nov 13 15:36 catalina.out
-rw-r--r--1 root cvsadmin  1361136 Nov 13 16:15 isogis_debug.log
-rw-r--r--1 root cvsadmin64805 Nov 13 15:36 isogis_info.log
-rw-r--r--1 root cvsadmin10568 Nov 13 14:46
localhost_log.2003-11-13.txt



-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 13, 2003 4:03 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you look in the other logs?
you are sure there is no stack trace anywhere?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:59 PM
Subject: RE: Enabling valve crashed ESRI Arcims applications.


Nope, no errors or exception(not that I know of:). I did a

tail apache_log.2003-11-13.txt

and the log just stop there after the first arcims request.  And on the
arcims
server side, nothing happens, i.e., no arcims request was received.  I do
get
the following exception when I started my tomcat.  But I think that
exception is
always there, with or without Valve.

--
2003-11-13 15:20:14 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:144)
at org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
Source)
at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
Source)
at org.apache.catalina.connector.warp.WarpConnection.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:536)




-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 3:46 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you get a stack trace?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:41 PM
Subject: Enabling valve crashed ESRI Arcims applications.



Wow, this is kind of cool.  And I couldn't explain it!

If I uncomment the following header logging in my server.xml, all of
'arcims-related' application does not work anymore.  And it seems that the
request wasn't even sent to 'arcims' server.

Valve className=org.apache.catalina.valves.RequestDumperValve/

Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
inside
of that class.

All other application worked with logging.

Thanks!


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


-
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: Enabling valve crashed ESRI Arcims applications.

2003-11-13 Thread Filip Hanik
look in all three
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 3:18 PM
Subject: RE: Enabling valve crashed ESRI Arcims applications.


No stacking trace, I even looked through log4j's log.

Maybe I need to enable something, give me a hint.  Here is what I have under
logs/

[EMAIL PROTECTED] logs]# ll
total 3312
-rw-r--r--1 root cvsadmin  1907951 Nov 13 15:20
apache_log.2003-11-13.txt
-rw-r--r--1 root cvsadmin   75 Nov 13 14:42
catalina_log.2003-11-13.txt
-rw-r--r--1 root cvsadmin23357 Nov 13 15:36 catalina.out
-rw-r--r--1 root cvsadmin  1361136 Nov 13 16:15 isogis_debug.log
-rw-r--r--1 root cvsadmin64805 Nov 13 15:36 isogis_info.log
-rw-r--r--1 root cvsadmin10568 Nov 13 14:46
localhost_log.2003-11-13.txt



-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 4:03 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you look in the other logs?
you are sure there is no stack trace anywhere?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:59 PM
Subject: RE: Enabling valve crashed ESRI Arcims applications.


Nope, no errors or exception(not that I know of:). I did a

tail apache_log.2003-11-13.txt

and the log just stop there after the first arcims request.  And on the
arcims
server side, nothing happens, i.e., no arcims request was received.  I do
get
the following exception when I started my tomcat.  But I think that
exception is
always there, with or without Valve.

--
2003-11-13 15:20:14 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:144)
at org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
Source)
at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
Source)
at org.apache.catalina.connector.warp.WarpConnection.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:536)




-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 3:46 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you get a stack trace?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:41 PM
Subject: Enabling valve crashed ESRI Arcims applications.



Wow, this is kind of cool.  And I couldn't explain it!

If I uncomment the following header logging in my server.xml, all of
'arcims-related' application does not work anymore.  And it seems that the
request wasn't even sent to 'arcims' server.

Valve className=org.apache.catalina.valves.RequestDumperValve/

Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
inside
of that class.

All other application worked with logging.

Thanks!


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


-
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: Enabling valve crashed ESRI Arcims applications.

2003-11-13 Thread Filip Hanik
Valve className=org.apache.catalina.valves.RequestDumperValve
   debug=100/


- Original Message -
From: Filip Hanik [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 3:30 PM
Subject: Re: Enabling valve crashed ESRI Arcims applications.


look in all three
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 3:18 PM
Subject: RE: Enabling valve crashed ESRI Arcims applications.


No stacking trace, I even looked through log4j's log.

Maybe I need to enable something, give me a hint.  Here is what I have under
logs/

[EMAIL PROTECTED] logs]# ll
total 3312
-rw-r--r--1 root cvsadmin  1907951 Nov 13 15:20
apache_log.2003-11-13.txt
-rw-r--r--1 root cvsadmin   75 Nov 13 14:42
catalina_log.2003-11-13.txt
-rw-r--r--1 root cvsadmin23357 Nov 13 15:36 catalina.out
-rw-r--r--1 root cvsadmin  1361136 Nov 13 16:15 isogis_debug.log
-rw-r--r--1 root cvsadmin64805 Nov 13 15:36 isogis_info.log
-rw-r--r--1 root cvsadmin10568 Nov 13 14:46
localhost_log.2003-11-13.txt



-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 4:03 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you look in the other logs?
you are sure there is no stack trace anywhere?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:59 PM
Subject: RE: Enabling valve crashed ESRI Arcims applications.


Nope, no errors or exception(not that I know of:). I did a

tail apache_log.2003-11-13.txt

and the log just stop there after the first arcims request.  And on the
arcims
server side, nothing happens, i.e., no arcims request was received.  I do
get
the following exception when I started my tomcat.  But I think that
exception is
always there, with or without Valve.

--
2003-11-13 15:20:14 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:144)
at org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
Source)
at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
Source)
at org.apache.catalina.connector.warp.WarpConnection.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:536)




-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 3:46 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you get a stack trace?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:41 PM
Subject: Enabling valve crashed ESRI Arcims applications.



Wow, this is kind of cool.  And I couldn't explain it!

If I uncomment the following header logging in my server.xml, all of
'arcims-related' application does not work anymore.  And it seems that the
request wasn't even sent to 'arcims' server.

Valve className=org.apache.catalina.valves.RequestDumperValve/

Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
inside
of that class.

All other application worked with logging.

Thanks!


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


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


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



RE: Enabling valve crashed ESRI Arcims applications.

2003-11-13 Thread Januski, Ken
It might be a good idea to put the comment back in, restart Tomcat, and then
see whether or not you get these errors. At least that way you know whether
or not they're related to your changes.


-Original Message-
From: Yansheng Lin [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 5:59 PM
To: 'Tomcat Users List'
Subject: RE: Enabling valve crashed ESRI Arcims applications.


Nope, no errors or exception(not that I know of:). I did a 

tail apache_log.2003-11-13.txt

and the log just stop there after the first arcims request.  And on the
arcims
server side, nothing happens, i.e., no arcims request was received.  I do
get
the following exception when I started my tomcat.  But I think that
exception is
always there, with or without Valve.

--
2003-11-13 15:20:14 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:144)
at org.apache.catalina.connector.warp.WarpConnection.recv(Unknown
Source)
at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
Source)
at org.apache.catalina.connector.warp.WarpConnection.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:536)




-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 13, 2003 3:46 PM
To: Tomcat Users List
Subject: Re: Enabling valve crashed ESRI Arcims applications.


did you get a stack trace?

Filip
- Original Message -
From: Yansheng Lin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 2:41 PM
Subject: Enabling valve crashed ESRI Arcims applications.



Wow, this is kind of cool.  And I couldn't explain it!

If I uncomment the following header logging in my server.xml, all of
'arcims-related' application does not work anymore.  And it seems that the
request wasn't even sent to 'arcims' server.

Valve className=org.apache.catalina.valves.RequestDumperValve/

Unfortunately, arcims uses a propriety servlet.  So I have no idea what's
inside
of that class.

All other application worked with logging.

Thanks!


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