Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stranger error in server console

Status
Not open for further replies.

tonedef

Programmer
May 24, 1999
64
0
0
US
The following error is printing on the server console of all developer machines, a test server and the production server. It was just noticed starting a few days ago. Has anyone seen this behavior before?

num is -13 pos 2 chars are %3
java.lang.IllegalArgumentException
at com.sssw.rt.util.AgoHTTPHelper.unescape(AgoHTTPHelper.java:217)
at com.sssw.rt.util.AgoHTTPHelper.unescape(AgoHTTPHelper.java:166)
at com.sssw.srv.http.LookupState.unescape(LookupState.java:40)
at com.sssw.srv.http.LookupState.parseURI(LookupState.java:65)
at com.sssw.srv.http.LookupState.reset(LookupState.java:320)
at com.sssw.srv.http.Client.processRequest(Client.java:878)
at com.sssw.srv.http.Client.loop(Client.java:1215)
at com.sssw.srv.http.Client.runConnection(Client.java:1419)
at com.sssw.srv.http.Client.run(Client.java:1379)
at java.lang.Thread.run(Thread.java:484)
 
I recieved the answer on the silverstream.server-nt newsgroup, and I thought I would share it here for everyone.

This stack trace is caused by the w32.nimda.amm worm. Silverstream app server is not vulnerable to this worm, but this trace is dumped everytime the system is probed.

HTH

Tony
 
This error is related to Nimda virus.
You need to put a filter on your firewall to prevent it.
 
This error I've see in my server for long time

if close port:80 then is ok,

but how to put a filter on my firwall to prevent it

I'm useing GateLock to be firewall is it not enough?

please Help us Thanks...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top