Re: Can't happen - classname is null, who added this ?

2001-11-02 Thread Sriram Narayanan
This happens when you make any changes to some servlets, and then access those servlets. I see this in tomcat 3.2.3 Sriram _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe:

RE: Can't happen - classname is null, who added this ?

2001-11-02 Thread James, Stuart
I get this error if i change/recompiled a class in web-inf/classes without bouncing tomcat. -Original Message- From: Voon, Wendy [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 6:03 AM To: '[EMAIL PROTECTED]' Subject: Can't happen - classname is null, who added this ? Hi

Re: Can't happen - classname is null, who added this ?

2001-11-02 Thread Erwin Ambrosch
server without bouncing JBoss. Did you do that? -Original Message- From: Voon, Wendy [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Date: Thursday, November 01, 2001 9:58 PM Subject: Can't happen - classname is null, who added this ? Hi, I am running TC 3.2.3 I

Can't happen - classname is null, who added this ?

2001-11-01 Thread Voon, Wendy
Hi, I am running TC 3.2.3 I am getting a weird error, does anyone know what this means? Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? Cheers in advance, Wendy Voon Consultant Black Diamond T e c h n o l o g i e s Level 1, 6

Re: Can't happen - classname is null, who added this ?

2001-11-01 Thread Micael Padraig Og mac Grene
PM Subject: Can't happen - classname is null, who added this ? Hi, I am running TC 3.2.3 I am getting a weird error, does anyone know what this means? Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? Cheers in advance, Wendy Voon

Re: Can't happen - classname is null, who added this ?

2001-11-01 Thread Micael Padraig Og mac Grene
added this ? Hi, I am running TC 3.2.3 I am getting a weird error, does anyone know what this means? Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? Cheers in advance, Wendy Voon Consultant Black Diamond T e c h n o l o g i e s Level 1

Re: Can't happen - classname is null, who added this

2001-06-19 Thread Frank Lawlor
I get this message if I replace one of my classes while Tomcat is running. Try restarting Tomcat. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions.

Can't happen - classname is null, who added this

2001-06-16 Thread Venkatesh T
venkatesh Error: 500 Location: /jsp/test.jsp Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261) at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:289

Re: Can't happen - classname is null, who added this

2001-06-16 Thread Luba Powell
variables. Seems to be a common program. R/Luba - Original Message - From: Venkatesh T To: [EMAIL PROTECTED] Sent: Saturday, June 16, 2001 7:47 AM Subject: Can't happen - classname is null, who added this Hi When i am running the tomcat and opened the files

RE: Can't happen - classname is null, who added this

2001-06-16 Thread Michael Wentzel
This message is generated by Tomcat ServletWrapper program. It is trying to load the servlet, but finds that it's class (note: Class not same as Object) is NULL. I sincerely doubt that there is a bug in their program - I would start looking at your CLASSPATH and other ENV variables.

Re: Can't happen - classname is null, who added this

2001-06-16 Thread Luba Powell
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 16, 2001 12:54 PM Subject: RE: Can't happen - classname is null, who added this This message is generated by Tomcat ServletWrapper program. It is trying to load the servlet, but finds that it's class (note: Class not same