Re: Who added this - class

2002-05-18 Thread Vishal


Dear Ram
who added this is coaused because of overloading of server ..  u
haven't menshioned which version u r using   there is a limit of
files tomcat can handle . try reducing the no. of files of u'r
application and see if the problem goes !!

(Tomete Tomete )

Vishal



- Original Message -
From: RamNivas [EMAIL PROTECTED]
To: Tomcat-User [EMAIL PROTECTED]
Sent: Saturday, May 18, 2002 4:43 PM
Subject: Who added this - class


 Dear All,

 While working with Tomcat I am getting message like

 who added this? null..bla..bla..

 My Development folder and root folder of tomcat is same.

 What may be wrong

 Regards
 Ram


 --
 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: Who added this - class

2002-05-18 Thread RamNivas

:)
 Tomete Vishal I am using Tomcat-3.2.2, I am not much sure abt total web
files(JSP, Servlets, .js, html..etc) handled by Tomcat. Is there any users
limt also for concurrent login.

Is Tomete any Webserver Vishal
Wishes in Advance

Ram


-Original Message-
From: Vishal [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 18, 2002 4:57 PM
To: Tomcat Users List
Subject: Re: Who added this - class



Dear Ram
who added this is coaused because of overloading of server ..  u
haven't menshioned which version u r using   there is a limit of
files tomcat can handle . try reducing the no. of files of u'r
application and see if the problem goes !!

(Tomete Tomete )

Vishal



- Original Message -
From: RamNivas [EMAIL PROTECTED]
To: Tomcat-User [EMAIL PROTECTED]
Sent: Saturday, May 18, 2002 4:43 PM
Subject: Who added this - class


 Dear All,

 While working with Tomcat I am getting message like

 who added this? null..bla..bla..

 My Development folder and root folder of tomcat is same.

 What may be wrong

 Regards
 Ram


 --
 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: who added this?

2000-12-08 Thread CPC Livelink Admin


I saw that the other day. It happened to me when I was trying to use the
/servlet/ and I mistyped it as /servlets/.  I was in a development cycle
though, so there may have been other problems, but changing from /servlets/
to /servlet/ mad it stop. Maybe it is something similar?

-Original Message-
From: jun xu sun [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 08, 2000 06:01 PM
To: [EMAIL PROTECTED]
Subject: who added this?


hi, there,
after I compile class and reload jsp again, I always get this error:

java.lang.IllegalStateException: Can't happen - classname is null, who added
this ?
 at java.lang.Throwable.fillInStackTrace(Native Method)
 at java.lang.Throwable.fillInStackTrace(Compiled Code)
 at java.lang.Throwable.(Compiled Code)
 at java.lang.Exception.(Compiled Code)
 at java.lang.RuntimeException.(Compiled Code)
 at java.lang.IllegalStateException.(Compiled Code)
 at org.apache.tomcat.core.ServletWrapper.loadServlet(Compiled Code)
 at org.apache.tomcat.core.ServletWrapper.init(Compiled Code)
 at org.apache.tomcat.core.Handler.service(Compiled Code)
 at org.apache.tomcat.core.ServletWrapper.service(Compiled Code)
 at org.apache.tomcat.core.ContextManager.internalService(Compiled Code)
 at org.apache.tomcat.core.ContextManager.service(Compiled Code)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Compi
led Code)
 at org.apache.tomcat.service.TcpWorkerThread.runIt(Compiled Code)
 at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(Compiled Code)
 at java.lang.Thread.run(Thread.java:479)

how come to this?
I run tomcat 3.2 final on Solaris 2.7.

rgds
brent