NullPointerException

2002-10-07 Thread Ben Monnahan
Hi all, Does anyone have any ideas why I would get a NullPointerException when instanciating a class inside of a servlet when the class works fine when run as its own program? I am using Java 1.4.0_01 from Sun and Tomcat 4.1.10 with the invoker servlet disabled. On a separate but somewhat

NullPointerException

2001-03-12 Thread William Au
I am running Tomcat 3.2.1 standalone. I am getting a ton of errors in tomcat.log: 2001-03-12 12:12:57 - ContextManager: Error reading request, ignored - java.lang.NullPointerException at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Compiled Code) at org.

NullPointerException

2003-06-11 Thread Steve Harris
Hi all, I'm getting the following error appearing quite a lot in one of my tomcat log files - does anyone have an opinion whether it's a coding problem or a config problem ? I always get the java.lang.NullPointerException but the rest of the message can vary. java.lang.NullPointerException

NullPointerException

2000-12-11 Thread William Au
I am getting the following with Tomcat 3.2 but things seem to work. Should I worry? java.lang.NullPointerException at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at java.lang.Throwable.(Compiled Code) a

nullpointerexception jdbcstore

2002-09-18 Thread Ronald Klop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On September 4th I reported bug 12286 with a fix included. Is somebody planning to commit this? What is the normal time before fixes get into the tree and is there something more I have to do to get this committed? Greetings, Ronald. - -- ~

RE: NullPointerException

2002-10-08 Thread Cox, Charlie
> -Original Message- > From: Ben Monnahan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 1:16 AM > To: [EMAIL PROTECTED] > Subject: NullPointerException > > > Hi all, > > Does anyone have any ideas why I would get a > NullPointerException

inconsistent NullPointerException

2002-10-23 Thread Paradis-Théberge
Roughly one time out of two when jasper2 is trying to recompile a jsp on my system I get the following exception. I'm using Tomcat 4.1.12 (integrated with jboss) and jdk 1.4.1_01. It seems that something is misconfigured though I don't recall changing any compilation parameters. Is this a bug? An

jspc NullPointerException

2002-11-18 Thread Holger Veltrup
Hey, I try to compile a JSP with the jspc-Script. I download the binary-distritbution fo tomcat-1.4.12. My Java-Version is 1.4.0 If i execute the following command a NullPointerException is thrown. ./jspc.sh -uriroot ../webapps/examples ../webapps/examples/jsp/colors/colrs.jsp 2002-11-18 10:13

jspc NullPointerException

2002-11-18 Thread Holger Veltrup
Hey, I try to compile a JSP with the jspc-Script. I download the binary-distritbution tomcat-1.4.12. My Java-Version is 1.4.0 If I execute the following command a NullPointerException is thrown. ./jspc.sh -uriroot ../webapps/examples ../webapps/examples/jsp/colors/colrs.jsp 2002-11-18 10:13:30

NullPointerException error

2001-05-17 Thread Ajay Ejantkar
I am trying to run the following servlet. * import javax.servlet.*; import javax.servlet.http.*; import java.sql.*; import java.io.*; /** * This class demonstrates how JDBC can be used within a servlet. It uses * initializ

Permanent NullPointerException

2001-10-26 Thread Aurélie Lucet - Atlog
out.println(v == null); catch (NullPointerException e) { System.out.println("exception"); } finally { System.out.println("fin"); } %> " I've tried other ways to print my results on the page (Pick up directly the ResultSet for example

NullPointerException: causes?

2002-01-31 Thread John Wadkin
Can anyone offer any suggestions about the cause of the attached NullPointerException trace? I've managed to setup and integrate Apache 1.3 and Tomcat 4.1 using mod_WebApp on Solaris 8 (JDK 1.3). I ran the attached servlet (which I didn't write) with the hope of testing that ever

Re: NullPointerException

2001-03-13 Thread Bryan Murtha
I've posted this same question several times and no one has ever bothered to reply. I guess they don't know? Original Message Follows From: William Au Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: NullPointerException Date: Mon, 12 Mar 2001 16:08:03 -0500 I

Re: NullPointerException

2001-03-13 Thread Martin Smith
Bryan-- A NullpointerException is about the most common error message you can get in Java--right up there will classpath problems ("class not found.")Basic problem is you're not providing enough info for people to help. That said, if you are trying to access variables in the

Re: NullPointerException

2001-03-14 Thread William Au
I changes my max_thread from 50 to 10 and the exceptions went away. But I am not happy with the performance of 10 threads. How high can I go? What is the default value if none is specified in server.xml? Bill > I am running Tomcat 3.2.1 standalone. I am getting a ton of errors in > tomcat.lo

Re: NullPointerException

2001-03-14 Thread William Au
Thanks for the reply. But I am sure the NullPointerException is coming from within Tomcat. I got them while accessing a static page with no JSP code. So how do I test if pointers with "x.equals(null)"??? The exceptions do not show up when I access the page manually through a brow

Re: NullPointerException

2001-03-14 Thread William Brogden
William Au wrote: > > Thanks for the reply. But I am sure the NullPointerException is coming > from within Tomcat. I got them while accessing a static page with > no JSP code. So how do I test if pointers with "x.equals(null)"??? > The exceptions do not show

[Port] NullPointerException

2003-03-14 Thread jeepee3
Hi, My Apache use Port : 81 because my PWS(win98) already use the Port : 80. Here that is OK for me. After many search I think I have a problem to define correctly those Port and TCP Port like you can see below. Do I have to replace 8080 by 8081 or 8009 or 8443 like I see on the server.xml file ??

RE: NullPointerException

2003-06-11 Thread Shapira, Yoav
ris [mailto:[EMAIL PROTECTED] >Sent: Wednesday, June 11, 2003 10:30 AM >To: [EMAIL PROTECTED] >Subject: NullPointerException > >Hi all, > >I'm getting the following error appearing quite a lot in one of my tomcat >log files - does anyone have an opinion whether it'

Re: NullPointerException

2000-12-11 Thread Mark Koscak
2, 2000 2:34 AM Subject: NullPointerException > I am getting the following with Tomcat 3.2 but things seem to work. > Should I worry? > > java.lang.NullPointerException > at java.lang.Throwable.fillInStackTrace(Native Method) > at java.lang.Throwable.fillInStackTra

4.1.31: NullPointerException

2004-12-15 Thread T K
Any ideas about the following? 2004-12-06 11:29:26 CoyoteAdapter An exception or error occurred in the container during the request processing java.lang.NullPointerException at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:117) at org.apache.catalina.

NullPointerException in JDBCStore

2002-09-03 Thread Ronald Klop
Hello, I get a NullPointerException in org.apache.catalina.session.JDBCStore. (Tomcat 4.0.4 and 4.1.9) I think it can be solved with the following patch. Is there a possibility for this to be committed? --- JDBCStore-old.java Wed Sep 4 02:13:53 2002 +++ JDBCStore.java Wed Sep 4 02:18

Re: nullpointerexception jdbcstore

2002-09-18 Thread Robert L Sowders
gain. rls Ronald Klop <[EMAIL PROTECTED]> 09/18/2002 01:39 AM Please respond to "Tomcat Users List" To: [EMAIL PROTECTED] cc: Subject: nullpointerexception jdbcstore -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On September 4th I

Re: nullpointerexception jdbcstore

2002-09-18 Thread Ronald Klop
espond to "Tomcat Users List" | | | To: [EMAIL PROTECTED] | cc: | Subject:nullpointerexception jdbcstore | | Hello, | | On September 4th I reported bug 12286 with a fix included. Is somebody | planning to commit this? What is the normal time before fixes g

Re: nullpointerexception jdbcstore

2002-09-20 Thread Glenn Nielsen
ed with good reasons). > > Ronald Klop. > > | > | Ronald Klop <[EMAIL PROTECTED]> > | 09/18/2002 01:39 AM > | Please respond to "Tomcat Users List" > | > | > | To: [EMAIL PROTECTED] > | cc: > | Subject:nullpoi

nullpointerexception in bean

2002-10-18 Thread Sam Seaver
I'm sure i've misunderstood beans, but if I write a standalone java application that does the same thing, i dont get the error... the pointer that is null is the pointer to the List called moYe, which is filled in the beans constructor. Also, if I try to access the LabNews object, that also pro

Re: jspc NullPointerException

2002-11-18 Thread Andoni
ni. - Original Message - From: "Holger Veltrup" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 9:15 AM Subject: jspc NullPointerException Hey, I try to compile a JSP with the jspc-Script. I download the binary-distritbution fo tomcat-1.4.12.

NullPointerException in Tomcat

2002-12-02 Thread Bradley Ward
I am getting a NullPointerException, and the stack trace says it is down in the bowels of Tomcat somewhere. Can anyone give me any ideas of what might be wrong? Thanks Here is the stack trace: java.lang.NullPointerException at

RE: NullPointerException error

2001-05-17 Thread Randy Layman
Original Message- > From: Ajay Ejantkar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 11:23 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: NullPointerException error > > > I am trying to run the following servlet. > > *

AW: NullPointerException error

2001-05-17 Thread Ralph Einfeldt
ause the driverClassName is null. That's the reason for Randy's remarks. > -Ursprüngliche Nachricht- > Von: Ajay Ejantkar [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 17. Mai 2001 17:23 > An: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] &

Re: NullPointerException error

2001-05-18 Thread Daniel A. Melo
Ajay Ejantkar wrote: > I am trying to run the following servlet. > > * > You must especify the driver Class, and the correct parameters to etstabilish conection. []´s Daniel A. > config.getInitParameter("driverCl

JDBCRealm NullPointerException error

2001-06-05 Thread Chris McNeilly
My JDBC driver is blowing up with a NullPointerException error as soon as it tries authenticating. This is even before my login page gets called. It looks like its trying to authenticate username=null and password=null. Not sure what to do. Any ideas? Thanks, Chris

NullPointerException in getSession

2001-10-01 Thread Daniel Novy - (MGN)
Hi all. Does anyone know a solution to the exception presented below? It happens when I try to get an http session. The interesting thing is that this problem is not deterministic: sometimes it happens and sometimes it does not (obviously, using the same code and the same environment). Any help i

RE: NullPointerException: causes?

2002-01-31 Thread Martin van den Bemt
t Users List (E-mail) > Subject: NullPointerException: causes? > > > Can anyone offer any suggestions about the cause of the attached > NullPointerException trace? > > I've managed to setup and integrate Apache 1.3 and Tomcat 4.1 using > mod_WebApp on Solaris 8 (JDK

RE: NullPointerException: causes?

2002-01-31 Thread John Wadkin
servlets (that I'm trying to deploy) knows next to nothing about running them. Great situation, eh? Thanks, John -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: 31 January 2002 17:46 To: Tomcat Users List Subject: RE: NullPointerException: causes? Looks

RE: NullPointerException: causes?

2002-01-31 Thread Martin van den Bemt
e() to the finally, so the stream to the browser is actually closed. Mvgr, Martin > -Original Message- > From: John Wadkin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 19:35 > To: 'Tomcat Users List' > Subject: RE: NullPointerException: causes? >

RE: NullPointerException: causes?

2002-01-31 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
rror or it will just do nothing Jeff -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 10:41 AM To: Tomcat Users List (E-mail) Subject: NullPointerException: causes? Can anyone offer any suggestions about the cause of the attached NullPointe

RE: NullPointerException: causes?

2002-01-31 Thread August Detlefsen
if (dbCon != null) dbCon.close(); Are you getting any other output at all besides the NullPointerException? Usually Tomcat also shows the 'Root cause' exception on the error page that can help you track it down. -August --- "PELOQUIN,JEFFREY (Non-HP-Boise,ex1)" <[EMAIL PROTECT

Re: NullPointerException: causes?

2002-01-31 Thread Chinni . Venkateswara
ohn Wadkin <[EMAIL PROTECTED]> cc: 01/31/02 Subject: NullPointerE

RE: NullPointerException: causes?

2002-02-04 Thread John Wadkin
John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 31 January 2002 20:31 To: Tomcat Users List Subject: Re: NullPointerException: causes? I think DB_URL string making should be jdbc:oracle:thin: @111.22.333.44:1521:SID looks l

NullPointerException in classloader?

2003-06-18 Thread Jouko Johansson
Hi, System information Linux 2.4.20 #2 SMP jakarta-tomcat-4.0.6 java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) We are running an simple webapp about 7 request / sec and sometimes occurs null

NullPointerException during HttpServletRequest.getSession

2003-09-30 Thread Dave Barkan
New to tomcat and Servlet code, and for that matter posting on this forum so please bear with me ;-) The symptom is a NullPointerException when I call getSession() on an HttpServletRequest object. The HttpServletRequest object had previously been saved as an attribute of the Session that

SocketException and NullPointerException

2004-03-22 Thread Hollerman Geralyn M
Folks, I have 2 errors in my catalina.out that I'm trying to chase down, and for both I've about come up with zero in terms of figuring out what's causing them and/or how to "fix" them. I'd appreciate ANY ideas/suggestions/comments! The first is of the form Mar 22, 2004 8:38:32 AM org.apache.to

NullPointerException in AdaptiveClassLoader.loadClass()

2000-10-23 Thread Joe Emenaker
I've just installed Tomcat (3.1.99b6, it looks like). I'm trying to add another servlet context, but it's just not working. I added: to my /etc/tomcat/server.xml file. Then, I copied the entire webapps/examples directory contents to webapps/mynewservlet. I deleted all of the classes in

Re: 4.1.31: NullPointerException

2004-12-15 Thread Ben Souther
Post the whole stackTrace On Wed, 2004-12-15 at 15:10, T K wrote: > Any ideas about the following? > > 2004-12-06 11:29:26 CoyoteAdapter An exception or > error occurred in the container during the request > processing > java.lang.NullPointerException > at > org.apache.catalina.core.Stand

Re: 4.1.31: NullPointerException

2004-12-16 Thread T K
This is the entire stack trace --- Ben Souther <[EMAIL PROTECTED]> wrote: > Post the whole stackTrace > > On Wed, 2004-12-15 at 15:10, T K wrote: > > Any ideas about the following? > > > > 2004-12-06 11:29:26 CoyoteAdapter An exception or > > error occurred in the container during the request >

Re: 4.1.31: NullPointerException

2004-12-16 Thread Ben Souther
Where did you get this, the logs, or off the web screen? On Thu, 2004-12-16 at 09:06, T K wrote: > This is the entire stack trace > > --- Ben Souther <[EMAIL PROTECTED]> wrote: > > > Post the whole stackTrace > > > > On Wed, 2004-12-15 at 15:10, T K wrote: > > > Any ideas about the following?

Re: 4.1.31: NullPointerException

2004-12-16 Thread T K
this was in the logs --- Ben Souther <[EMAIL PROTECTED]> wrote: > Where did you get this, the logs, or off the web > screen? > > > > On Thu, 2004-12-16 at 09:06, T K wrote: > > This is the entire stack trace > > > > --- Ben Souther <[EMAIL PROTECTED]> wrote: > > > > > Post the whole stackTra

NullPointerException on Netscape 6.2

2002-09-02 Thread Luminous Heart
java.lang.Thread.run(Thread.java:536) root cause java.lang.Exception: NullPointerException:: java.lang.NullPointerException at org.apache.jsp.inbox$jsp._jspService(inbox$jsp.java:1074) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107) at

RE: NullPointerException in JDBCStore

2002-09-03 Thread Andrew Conrad
Your best bet is to create a bug report, and post the patch. - Andrew > -Original Message- > From: Ronald Klop [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 8:26 PM > To: [EMAIL PROTECTED] > Subject: NullPointerException in JDBCStore > >

Re: Re: jspc NullPointerException

2002-11-18 Thread Holger Veltrup
I use the tomcat example of downloaded distribution. There is not my owen code intergrated. The same call (./jspc.sh -uriroot ../webapps/examples ../webapps/examples/jsp/colors/colrs.jsp) works with tomcat 4.0.3 >Try to isolate the error further, "error:null" seems like it is coming from >a: >

Re: NullPointerException in Tomcat

2002-12-02 Thread Jeanfrancois Arcand
It's more a Netbeans error than a Tomcat error. I'm sure you will receive a better answer in the Netbeans users mailling list. Sorry :-( -- Jeanfrancois Bradley Ward wrote: I am getting a NullPointerException, and the stack trace says it is down in the bowels of Tomcat somewhere.

Re: NullPointerException in Tomcat

2002-12-02 Thread Tim Funk
Nope - the NPE is here (line 1 of stack trace): org.netbeans.modules.web.monitor.server.MonitorFilter.recordServletData(MonitorFilter.java:979) -Tim Bradley Ward wrote: I am getting a NullPointerException, and the stack trace says it is down in the bowels of Tomcat somewhere. Can anyone give me

RE: NullPointerException in Tomcat

2002-12-02 Thread Bradley Ward
st > Subject: Re: NullPointerException in Tomcat > > > Nope - the NPE is here (line 1 of stack trace): > org.netbeans.modules.web.monitor.server.MonitorFilter.recordServle > tData(MonitorFilter.java:979) > > -Tim > > Bradley Ward wrote: > > I am getting a NullPointer

Re: NullPointerException in Tomcat

2002-12-02 Thread Jeanfrancois Arcand
: NullPointerException in Tomcat Nope - the NPE is here (line 1 of stack trace): org.netbeans.modules.web.monitor.server.MonitorFilter.recordServle tData(MonitorFilter.java:979) -Tim Bradley Ward wrote: I am getting a NullPointerException, and the stack trace says it is down in the bowels

??? Tomcat Bug? -- Throws NullPointerException ???

2002-07-17 Thread Tony LaPaso
Hello, I was hoping somebody could run this on a non-Tomcat server. I've used TC v4.0.4 and v4.1.7 and both result in NPEs being thrown when I call getServletContext() from within the readObject() method of an inner class. Below is a very simple servlet that shows the problem. As you can see, th

CookieServlet giving a NullPointerException

2001-05-19 Thread John Sisk
Hi, This is the start of the stacktrace I get when I try the Tomcat (v 4.0-b-5)CookieExample servlet. Worked fine on Tomcat 3.2 win98/win2k, broke when I upgraded to 4.0. Has anyone else seen/fixed this before I start digging? A Servlet Exception Has Occurred java.lang.NullPointerException at C

RE: JDBCRealm NullPointerException error

2001-06-05 Thread Pernica, Jan
, June 05, 2001 9:03 PM, Chris McNeilly [SMTP:[EMAIL PROTECTED]] wrote: > My JDBC driver is blowing up with a NullPointerException error as soon > as it tries authenticating. This is even before my login page gets > called. It looks like its trying to authenticate username=null and >

Re: NullPointerException in getSession

2001-10-01 Thread Zsolt Horvath
--- Original Message - From: "Manu KY" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 4:34 PM Subject: Re: NullPointerException in getSession > Hi, > please paste the code for easy debugging!!!. > > did you do getSession(true)?

JSP & Servlets error: NullPointerException

2002-04-30 Thread hector De Caceres
hello! I'm tryng to serve JSP pages and Servlets. For that I'm using Tomcat4.0 configured in stand-alone mode , and JDK1.3.1 for Linux. I have put JSP pages under the $CATALINA_HOME/weapps/myAplication directory and the servlets are hunging under $CATALINA_HOME/webapps/myAplication/WEB-INF/classe

JSP & Servlets error: NullPointerException

2002-04-30 Thread hector De Caceres
hello! I'm tryng to serve JSP pages and Servlets. For that I'm using Tomcat4.0 configured in stand-alone mode , and JDK1.3.1 for Linux. I have put JSP pages under the $CATALINA_HOME/weapps/myAplication directory and the servlets are hunging under $CATALINA_HOME/webapps/myAplication/WEB-INF/classe

Servlet.log() fails with NullPointerException

2001-02-22 Thread Ansgar W. Konermann
synchronized(writeLock) { out.print(writeMessage.toString()); rs.flushBuffer(); writeMessage.setLength(0); } // theContext.log("wrote received text", new Exception("-")); } out.print

Linux-Tomcat-ThreadPool NullpointerException

2001-03-15 Thread Bill Graham
I'm just getting started with Tomcat and the first thing I'm doing is some load testing. I'm using VA Linux with Tomcat 3.2.1 and the Sun j2re1.3 VM. When hitting Tomcat with 60 threads each making 1000 requests, I periodically will get the following excepion on my client machines: java.n

Re: NullPointerException in Tomcat

2002-12-02 Thread Craig R. McClanahan
On Mon, 2 Dec 2002, Bradley Ward wrote: > Date: Mon, 2 Dec 2002 11:48:23 -0500 > From: Bradley Ward <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: NullPointerException in Tomcat > > I am getting a Nu

RE: NullPointerException in Tomcat

2002-12-02 Thread Bradley Ward
December 02, 2002 12:29 PM > To: Tomcat Users List > Subject: Re: NullPointerException in Tomcat > > > > > On Mon, 2 Dec 2002, Bradley Ward wrote: > > > Date: Mon, 2 Dec 2002 11:48:23 -0500 > > From: Bradley Ward <[EMAIL PROTECTED]> > >

Internal Server Error nullPointerException

2003-02-18 Thread sophie seillier
Hi , my environment is the following : Tomcat 4.0.1 jdk1.3.1_02 My application (GINA.war) does bind and search on an ldap server. I have the following error in my browser : *type* Exception report *message* _Internal Server Error_ *description* _The server encountered an internal error (Intern

RE: NullPointerException during HttpServletRequest.getSession

2003-09-30 Thread Shapira, Yoav
Howdy, >The symptom is a NullPointerException when I call getSession() on an >HttpServletRequest object. The HttpServletRequest object had previously >been saved as an attribute of the Session that it contained. This seems prone to problems. How can storing the request itself as

RE: NullPointerException during HttpServletRequest.getSession

2003-09-30 Thread Dave Barkan
OK thanks for responding to my first question; I looked around, some interesting discoveries within: On Tue, 30 Sep 2003, Shapira, Yoav wrote: > > Howdy, > > >The symptom is a NullPointerException when I call getSession() on an > >HttpServletRequest object. The HttpServ

Re: NullPointerException during HttpServletRequest.getSession

2003-09-30 Thread Bill Barker
sage news:[EMAIL PROTECTED] > OK thanks for responding to my first question; I looked around, some > interesting discoveries within: > > On Tue, 30 Sep 2003, Shapira, Yoav wrote: > > > > Howdy, > > > > >The symptom is a NullPointerException wh

NullPointerException JDBCRealm Oracle Thin

2004-07-04 Thread Steve
Getting a NullPointerException at Tomcat startup. JDBCRealm configuration excerpt from server.xml and stack trace below. I've dropped the JDBC driver JAR into the common\lib directory and set up the realm configuration as described in the documentation. The driver name and URL are verified be

NullPointerException in tomcat4.CoyoteResponseFacade.encodeURL

2004-07-22 Thread Winterbottom, David
Hi, I would really appreciate some assistance. I am moving an app that has been running succesfully under tomcat 3.3 to tomcat 4.1 When following certain links at random the following exception will occour: (SeeBelow - 1) That is sometimes the link will work correctly and other times it wont.

JSP precompilation, jspc, NullPointerException

2005-04-12 Thread Bernhard Slominski
Hi, I try to get the precompilation working with tomcat 5.5.7 under Windows NT. I use the following target:

Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
Hi, I've decided to try out the Deployer tool for the first time to see if it makes like a little easier for deployments to our test servers. I've used the 5.5.11 Alpha Deployer as I noted some threads indicating a problem with 5.5.9's version. I've come across the following when running

NullPointerException without stack trace

2005-01-25 Thread Leonardo Larraquy
Hi, I'm using Tomcat 5, and jdk 1.4.0 , and sometimes I receive java.lang.NullPointerException without stack trace. This exception cannot be reproduced, simply happens, on our customer production server, randomly (3 o 4 times a day). The system, is actually being used by 15 people cons

Re: ??? Tomcat Bug? -- Throws NullPointerException ???

2002-07-17 Thread Jacob Kjome
Just because you are creating an inner class within a servlet does not mean that that inner class now gets access to the ServletConfig. That is what is happening when you call getServletContext() from the init() method. You are implicitly saying config.getServletContext (where config is the

Re: ??? Tomcat Bug? -- Throws NullPointerException ???

2002-07-17 Thread Tony LaPaso
Actually, you are wrong but your comments helped me find the general cause of the problem...it is not a bug in Tomcat...comments below - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> > Just because you are creating an inner class within a servlet does not mean > that

Re: ??? Tomcat Bug? -- Throws NullPointerException ???

2002-07-17 Thread Craig R. McClanahan
On Thu, 18 Jul 2002, Tony LaPaso wrote: > Date: Thu, 18 Jul 2002 00:38:51 -0500 > From: Tony LaPaso <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: ??? Tomcat Bug? -- Throws Null

Re: CookieServlet giving a NullPointerException

2001-05-19 Thread Bo Xu
Cookie[] cookies = request.getCookies(); //line52 if (cookies.length > 0) { //line53 ... so I think the reason is: with some reason, "cookies" is null, so you got a NullPointerException. Bo may.19, 2001

R: JSP & Servlets error: NullPointerException

2002-04-30 Thread Grava
> -Messaggio originale- > Da: hector De Caceres [mailto:[EMAIL PROTECTED]] > Inviato: martedì 30 aprile 2002 13.43 > A: [EMAIL PROTECTED] > Oggetto: JSP & Servlets error: NullPointerException > > > hello! > I'm tryng to serve JSP pages and Serv

Re: JSP & Servlets error: NullPointerException

2002-04-30 Thread Todd Kaplinger
[EMAIL PROTECTED] >Subject: JSP & Servlets error: NullPointerException >Date: Tue, 30 Apr 2002 13:41:36 +0200 (CEST) > >hello! >I'm tryng to serve JSP pages and Servlets. >For that I'm using Tomcat4.0 configured in stand-alone >mode , and JDK1.3.1 for Linux. &

Strange NullPointerException Error in t4.0b7

2001-09-04 Thread Paul Kofon
T4.0 b7 environment - I kept getting a NullPointerException error. I snooped around a bit and found out that the following piece of code was the culprit: File directory = new File("../webapps/humantrack/forms"); File files[] = directory.listFiles(); Now, here's the strange thin

Tomcat3.3 NullPointerException / JDK1.3 / Win2000 Server

2002-01-10 Thread kemal_mavi
Fellow Listers, Although I searched a big number of sources, I could not find a solution to my problem. Being a newbie of Tomcat is not so easy as each of you would guess :-) My problem is the NPE error. The error message that I copied below is not specific to one JSP, instead, I get it for eve

JDBCRealm digest="MD5" returns NullPointerException

2002-02-22 Thread Knight, Digby
Hi everyone, I've had the JDBCRealm working with some Access tables (using ODBC-JDBC bridge) for some time, but today tried adding digest="MD5" or digest="SHA" to the Realm element in server.xml, but I get a NullPointerException whenever I submit the login form now. I

invalid https url generates NullPointerException

2002-02-28 Thread Steve A Drake
bogs down and throws the following NullPointerException in catalina.out. I know that this address is invalid but I'm surprised to see this behavior. Did I miss some configuration detail? TIA for your advice. java.lang.NullPointerException

RE: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread Lucero, Frank J
ly where or what to do to fix it. If you find anything, please let me know. regards, -Original Message- From: Bill Graham [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 9:14 PM To: [EMAIL PROTECTED] Subject: Linux-Tomcat-ThreadPool NullpointerException I'm just getting sta

RE: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread Bill Graham
e exactly where or > what to do to fix > it. If you find anything, please let me know. > regards, > > > > -Original Message- > From: Bill Graham [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 9:14 PM > To: [EMAIL PROTECTED] > Subject: Linux-Tomc

Re: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread William Au
I saw exactly the same thing when I ran a load test on tomcat 3.2.1 wth jdk 1.2.2_07. What's your Tomcat max_thread set to? I changed it to 10 and the problem went away. But I am not happy with the performance with only 10 threads. Bill Bill Graham wrote: > I'm just getting started with Tomc

Re: Linux-Tomcat-ThreadPool NullpointerException

2001-03-16 Thread Bill Graham
Previously I was running tomcat with it's default thread settings (50 max) and I was getting the errors. I set the value at 60max and everything's running smooth. I'm using -server version of hotSpot. I'm glad I got it to work, but I still think there's a bug in the VM, or possibly Tomcat. --- W

NullPointerException from incorrect JDBCRealm setup

2002-12-07 Thread Bill Schneider
Hi, I used Realms for the first time today with Tomcat 4.0.6. I noticed that, if you don't specify the "userCredCol" attribute correctly with the JDBCRealm (for example, accidentally calling it "userCredColumn"), you end up with a not-too-descriptive NullPointerExcept

NullPointerException on exception in ErrorPage.jsp

2002-12-24 Thread Guy Rouillier
getting a NullPointerException on the implicit exception object. How is it possible to get to the error page with a null exception object? My understanding is that the only time the error page gets invoked is if some unhandled exception occurs on a non-error page. So I can't understand how the e

RE: Internal Server Error nullPointerException

2003-02-18 Thread Ralph Einfeldt
Without the source for TestConnectionServlet.java it's hard to help. > -Original Message- > From: sophie seillier [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 6:37 PM > To: [EMAIL PROTECTED] > Subject: Internal Server Error

Re: NullPointerException JDBCRealm Oracle Thin

2004-07-04 Thread Niaz Habib
The last time I used Oracle JDBC Driver (classes12.zip), the JDBC Driver class was oracle.jdbc.driver.OracleDriver. I see that you are using oracle.jdbc.OracleDriver as driver class while defining JDBCDataSourceRealm. Try oracle.jdbc.driver.OracleDriver instead. Niaz -

RE: NullPointerException JDBCRealm Oracle Thin

2004-07-05 Thread Steve
the meantime, but it sure would be nice to get this going. -Original Message- From: Niaz Habib [mailto:[EMAIL PROTECTED] Sent: Sunday, July 04, 2004 10:39 PM To: Tomcat Users List Subject: Re: NullPointerException JDBCRealm Oracle Thin The last time I used Oracle JDBC Driver (classes12.zi

RealmBase NullPointerException from a filter

2004-07-20 Thread Zsolt Koppany
Hi, from a Filter class I want to add a RealmBase object but I get the following exception. From the source I think that I should set the container variable of the Realm object but I don't know how I can figure out the correct container. ERROR catalina.realm.RealmBase - Can't register null j

RE: NullPointerException in tomcat4.CoyoteResponseFacade.encodeURL

2004-07-22 Thread Shapira, Yoav
Maybe something else is wrong or you're in a weird state. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Winterbottom, David [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 22, 2004 8:49 AM >To: Tomcat Users List >Subject: NullPo

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Dirk Weigenand
Allistair, looks like the missing ant taskdef for jasper. I thought that to be fixed. > --- Ursprüngliche Nachricht --- > Von: "Allistair Crossley" <[EMAIL PROTECTED]> > An: > Betreff: Client Deployer 5.5.11 NullPointerException > Datum: Thu, 25 Aug 2005 11:

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Remy Maucherat
On 8/25/05, Allistair Crossley <[EMAIL PROTECTED]> wrote: > Hi, > > I've decided to try out the Deployer tool for the first time to see if it > makes like a little easier for deployments to our test servers. > > I've used the 5.5.11 Alpha Deployer as I noted some threads indicating a > problem

RE: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
LD FAILED C:\deployer\build.xml:45: org.apache.jasper.JasperException Total time: 7 seconds Many thanks, Allistair. > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: 25 August 2005 12:40 > To: Tomcat Users List > Subject: Re: Client Deployer 5.5.11 Nul

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Remy Maucherat
On 8/25/05, Allistair Crossley <[EMAIL PROTECTED]> wrote: > Hi, > > No I don't think that's it, both ant and javac work on my command line. I do > use Ant for build, I'm just trying deployer for the first time. JAVA_HOME, > ANT_HOME are also both defined. Ant is also the latest version 1.6.5 >

RE: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
// Log ? // FIXME: log } return compiler; } > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: 25 August 2005 13:05 > To: Tomcat Users List > Subject: Re: Client Deployer 5.5.11 NullPointerException > > &

  1   2   >