Re: Error 500 messages

2005-07-26 Thread Tim Funk
Adile -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: July 24, 2005 7:46 AM To: Tomcat Users List Subject: Re: Error 500 messages The response is being comitted before the erro is being thrown. You need to set the buffer size to be larger. Its a page directive. -Tim

RE: Error 500 messages

2005-07-25 Thread Adile Abbadi
2005 7:46 AM To: Tomcat Users List Subject: Re: Error 500 messages The response is being comitted before the erro is being thrown. You need to set the buffer size to be larger. Its a page directive. -Tim Adile Abbadi wrote: > Hi Tim, > > Thank you very much - that has helped - howeve

Re: Error 500 messages

2005-07-24 Thread Tim Funk
- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: July 22, 2005 12:42 PM To: Tomcat Users List Subject: Re: Error 500 messages flush="false" -Tim Adile Abbadi wrote: Hi Tim, Thanx for the information - I forgot about that. I guess the question is why did it work in Tomcat 3 and no

RE: Error 500 messages

2005-07-22 Thread Adile Abbadi
remove the includes within the include then the exception is visible. Any ideas on this? Cheers Adile -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: July 22, 2005 12:42 PM To: Tomcat Users List Subject: Re: Error 500 messages flush="false" -Tim Adile Ab

Re: Error 500 messages

2005-07-22 Thread Tim Funk
PROTECTED] Sent: July 22, 2005 12:20 PM To: Tomcat Users List Subject: Re: Error 500 messages This line will commit the response and send html back to the client. Once that is done - no error messages will be sent back to the client and you will end up with a blank screen. -Tim Adile Abbadi wr

RE: Error 500 messages

2005-07-22 Thread Adile Abbadi
Users List Subject: Re: Error 500 messages This line will commit the response and send html back to the client. Once that is done - no error messages will be sent back to the client and you will end up with a blank screen. -Tim Adile Abbadi wrote: > Hi Rob, > > Thanx for this - this is

Re: Error 500 messages

2005-07-22 Thread Tim Funk
This line will commit the response and send html back to the client. Once that is done - no error messages will be sent back to the client and you will end up with a blank screen. -Tim Adile Abbadi wrote: Hi Rob, Thanx for this - this is great - I may have to use this because I think I hav

RE: Error 500 messages

2005-07-22 Thread Adile Abbadi
reen as well. So has anyone else seen this behaviour - is there a fix or a work around - should I got back to Tomcat 3?? I'm going to try your suggestion Rob and see if that helps at all, but to me its seems like an issue with the JSP compiler. Cheers Adile -Original Message- From

RE: Error 500 messages

2005-07-21 Thread Rob Hills
Hi Adile, I did say it was untested, and I've spotted a problem in my code already (why are bugs so invisible BEFORE you press the send button??!!) On 22 Jul 2005 at 9:41, Rob Hills wrote: > Something like the following (untested) in your error.jsp should do the trick: > > <% > if (exception

RE: Error 500 messages

2005-07-21 Thread Rob Hills
Hi Adile, On 21 Jul 2005 at 19:09, Adile Abbadi wrote: > Now I did a little more experimenting and discovered something interesting - > as I said I can get an exception to be thrown to the page in a simple JSP > file (I made it do a null pointer for example) and I can get it do pretty > any other

RE: Error 500 messages

2005-07-21 Thread Adile Abbadi
PROTECTED] Sent: July 21, 2005 6:32 PM To: Tomcat Users List Subject: Re: Error 500 messages It might be easier than you think to output the error right onto the page itself. But would it help if you see the errors (+ other things) on the tomcat console?? It will certainly help in your debugging..

Re: Error 500 messages

2005-07-21 Thread Anoop kumar V
It might be easier than you think to output the error right onto the page itself. But would it help if you see the errors (+ other things) on the tomcat console?? It will certainly help in your debugging. To do that edit the server.xml in the conf directory and remove lines similar to this:

RE: Error 500 from ISAPI_REDIRECTOR2.DLL

2004-02-12 Thread Allistair Crossley
There is nothing in the jk2.properties file. However, your suggestion to change the SHM value has done the trick!!? If it works .. :) Thanks! -Original Message- From: Bill Haake [mailto:[EMAIL PROTECTED] Sent: 12 February 2004 16:27 To: Tomcat Users List Subject: RE: Error 500 from

RE: Error 500 from ISAPI_REDIRECTOR2.DLL

2004-02-12 Thread Bill Haake
Allistair- How about your jk2.properties file? You have a matching shm in there? I also recall seeing something funny recently about a size of 100 not working, but 1048576 does. Bill -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 20

Re: Error 500 - Can't find my classes in WEB-INF/classes

2003-05-30 Thread Rick Roberts
Yea! I put my classes inside of a package within WEB-INF/classes Problem solved. Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** Tim Funk wrote: See "Don't

Re: Error 500 - Can't find my classes in WEB-INF/classes

2003-05-30 Thread Tim Funk
See "Don't use packageless classes and declare all imported classes!" http://tomcatfaq.sourceforge.net/classnotfound.html -Tim Rick Roberts wrote: I have some beans and support classes in WEB-INF/classes. Tomcat 3.2 found them OK. I just got Tomcat 4.1 running but having trouble getting my JS

RE: Error 500 when trying to run /manager app.

2003-02-20 Thread Turner, John
rom: Andoni [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 11:35 AM > To: Tomcat Users List > Subject: Re: Error 500 when trying to run /manager app. > > > Sorry, let me clarify: > > In the documents you have linked below I see reference

Re: Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
hursday, February 20, 2003 4:24 PM Subject: RE: Error 500 when trying to run /manager app. > > Yes, it applies to 4.0.x: > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html > > Sorry, I'm real

RE: Error 500 when trying to run /manager app.

2003-02-20 Thread Turner, John
ailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 11:16 AM > To: Tomcat Users List > Subject: Re: Error 500 when trying to run /manager app. > > > I don't see the tag documented anywhere. Sorry if I missed it. > > It is included in the book I have but all th

Re: Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
moving it again. Please let me know if it applies to 4.0.x anyway. Andoni. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 3:57 PM Subject: RE: Error 50

RE: Error 500 when trying to run /manager app.

2003-02-20 Thread Turner, John
See "MemoryRealm": http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html John > -Original Message- > From: Andoni [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 10:57 AM > To: Tomcat Users List > Subject: Re: Error 500 when t

Re: Error 500 when trying to run /manager app.

2003-02-20 Thread Andoni
i. - Original Message - From: "Roberts, Eric" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 3:39 PM Subject: RE: Error 500 when trying to run /manager app. Add the role as well

RE: Error 500 when trying to run /manager app.

2003-02-20 Thread Roberts, Eric
Add the role as well -Original Message- From: Andoni [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 20. Februar 2003 13:15 To: Tomcat Users List Subject: Error 500 when trying to run /manager app. Hello, I am getting an error 500 ServletException Root Cause: j

Re: Error 500 - OK

2003-02-04 Thread Lindomar
o: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 06:39 Subject: RE: Error 500 E-mail Premium BOL Antivírus, anti-spam e até 100 MB de espaço. Assine já! http://email.bol.com.br/ There happens a NullPointerException in line 47 of eshop.share.LoginCommand. Wi

RE: Error 500

2003-02-04 Thread Ralph Einfeldt
M > To: Tomcat Users List > Subject: Re: Error 500 > > > First, thanks for all messages. > Well, i'm using j2sdk 1.4, Tomcat 4.1.1, Win NT 4, my app access DB2. > > java.lang.NullPointerException > at eshop.s

Re: Error 500

2003-02-03 Thread Lindomar
First, thanks for all messages. Well, i'm using j2sdk 1.4, Tomcat 4.1.1, Win NT 4, my app access DB2. I searched anything in log, but don't have anything write about this error. LoginCommand and AdminServlet, as showing in error message, are my class, they are controls for beans and jsp. LoginCo

RE: Error 500

2003-02-03 Thread Madhava Reddy
There could be many reasons, please post your full error message.. Madhav -Original Message- From: Lindomar [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 3:10 PM To: Tomcat Users List Subject: Error 500 Sometime appears this exception: HTTP Status 500 - Interna

Re: Error 500

2003-02-03 Thread Holger Klawitter
Am Montag, 3. Februar 2003 15:09 schrieb Lindomar: > Sometime appears this exception: > > HTTP Status 500 - Internal Server Error > > --- >- > > type Exception report > > message Internal Server Error > > descr

RE: Error 500

2003-02-03 Thread Ralph Einfeldt
Without further informations from your log files nobody can help you. it's also a good idea to say a bit mor about your environment. > -Original Message- > From: Lindomar [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 3:10 PM > To: Tomcat Users List > Subject: Error 500 > >

Re: Error: 500 / Internal Servlet Error:

2003-01-26 Thread Pierre-Philipp Braun
oh there is a little difference with the error message on server-side trace though, especially at the beginning. Here is the server-side message: 2003-01-27 02:16:42 - Ctx( ): Exception in: R( + /helloworld.jsp + null) - javax.servlet.ServletException: try to access method org/apache/tomcat/l

RE: Error 500 in Internet Explorer

2002-12-09 Thread ian.pilborough
Tomislav, Error 500 is a Server error, for example if your page contains some bad Java in a scriptlet then the page won't compile and the server will return to you a server error. If you are seeing this it could be that the server is unable to compile your page or some such server related issue

Re: error 500 - bug ?

2002-10-03 Thread David Mossakowski
Greetings, When does this error happen? When accessing that one changed JSP page or all the pages? Does restarting the server help? Does this problem appear after you change a jsp filename to something else? Does this problem go away after you restart? You may also try to shut down tomcat

RE: Error 500 need help

2002-08-09 Thread Anderson, Richard D ERDC-ITL-MS Contractor
ssage- From: Carlos Ferreira [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: Re: Error 500 need help it looks like you have an xml parser conflict ( tomcat's xerces and the jdk's xml parser ). either download tomcat4-LE-jdk14 or reorder yo

Re: Error 500 need help

2002-08-09 Thread Carlos Ferreira
it looks like you have an xml parser conflict ( tomcat's xerces and the jdk's xml parser ). either download tomcat4-LE-jdk14 or reorder your xml parser's jar files in your classpath ( ie put xml-apis.jar, xercesImpl.jar first in your CLASSPATH). check xerces' documentation for further info. go

RE: Error: 500 (Response has already been committed) !!!

2002-07-08 Thread Steve Ahlstrom
uot;controllerServlet/home"); return; } if (session.getAttribute("siteState") == null) { response.sendRedirect("controllerServlet/home"); return; } Steve -Original Message- From: Dave Been [mailto:[EMAIL PROTECTED]] Sent: Monday, Jul

RE: Error: 500 (Response has already been committed) !!!

2002-07-08 Thread Dave Been
I have seen this when trying to write headers on an already flushed response (hence "committed"). By moving my header writes up above the data write for the post response, i avoided the problem. I think this only came up when i went from tomcat 4 to 4.0.4, but its been awhile now. dave -O

RE: ERROR 500

2002-04-19 Thread Lin, Zhongwu
It seems like your DatabaseServlet.class is not in your Web-inf/classese. zlin > -Original Message- > From: Halil AKINCI [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 19, 2002 5:56 AM > To: Jakarta TomCat > Subject: ERROR 500 > > Hi, > > I'm using a HTML form t

RE: ERROR 500

2002-04-19 Thread Reynir Hübner
hould be : webapp/WEB-INF/classes/database/servlet/DataBaseServlet or in the according path within a jarfile. hope it helps -reynir - Original Message - From: Reynir Hübner <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 2:02 P

RE: ERROR 500

2002-04-19 Thread Reynir Hübner
My imagination tells me that you have a servlet file named the same way but in a different case internally.. what I am trying to say is that you probably have the files : DatabaseServlet.java it compiles ok with javac and you have the file : DatabaseServlet.class but in the DatabaseServlet.

Re: Error 500, Examples work

2002-03-12 Thread jeff . guttadauro
I ran into this a while back. Attribute "page" has no value!? ...quite a bizarre error, isn't it? I think that what I found out about this was that it happens for particularly large jsp pages (not large in terms of lots of HTML output but in terms of having lots of code in them) for some unknow

RE: Error 500

2002-01-18 Thread Ignacio J. Ortega
Saludos , Ignacio J. Ortega > -Mensaje original- > De: btquah [mailto:[EMAIL PROTECTED]] > Enviado el: viernes 18 de enero de 2002 6:14 > Para: [EMAIL PROTECTED] > Asunto: Error 500 > > > > hi, > When I run my jsp program, a list of errors pop-up as below > > Error: 500 > Location:

Re: Error 500 with java.lang.NoSuchMethodError

2001-08-26 Thread Stefano Monni
I solved...:-p I misunderstood... Thank you. Bye, - Original Message - From: "Stefano Monni" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 27, 2001 12:07 AM Subject: Re: Error 500 with java.lang.NoSuchMethodError > Sorry, but I didn'

Re: Error 500 with java.lang.NoSuchMethodError

2001-08-26 Thread Stefano Monni
uch!!! Stefano. - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 11:43 PM Subject: Re: Error 500 with java.jang.NoSuchMethodError > Look for an old or incorrect version of servlet.jar (or po

Re: Error 500 with java.jang.NoSuchMethodError

2001-08-24 Thread Craig R. McClanahan
Look for an old or incorrect version of servlet.jar (or possibly j2ee.jar) in your CLASSPATH, or in your $JAVA_HOME/jre/lib/ext directory and remove it. Craig On Fri, 24 Aug 2001, Stefano Monni wrote: > Date: Fri, 24 Aug 2001 23:10:28 +0200 > From: Stefano Monni <[EMAIL PROTECTED]> > Reply-To:

Re: Error 500: MissingResourceException

2001-07-18 Thread Minglong Wu
Hi, I am trying to connect SQL server installed on my machine. I got the following error message after I click nexk on Microsoft Server DSN Configuration pop up window. Connection failed: SQLState: '01000' SQL Server Error:1326 [Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionOpen(Creat

RE: Error 500

2001-06-26 Thread Filip Hanik
if you read the logs it says   Failed to loadLibrary() c:/tomcat/bin/i386/jni_connect.dlljava.lang.NullPointerException at org.apache.tomcat.service.JNIEndpointConnector.start(JNIEndpointConnector.java:110) at org.apache.tomcat.core.ContextManager.start(ContextManager.java, Compiled Code) 

RE: Error: 500

2001-06-26 Thread alex chang
the class file in the > > right > > place, then describe the tag in the .tld file. If any of these things > > aren't done right, it won't be able to find the class when you need > it. > > Re-check your steps. > > > > -Original Message- >

RE: Error: 500

2001-06-26 Thread Filip Hanik
TED] www.filip.net >-Original Message- >From: alex chang [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, June 26, 2001 1:09 PM >To: [EMAIL PROTECTED] >Subject: RE: Error: 500 > > >Hi, > >I made sure to double check everything before >I wrote here (I also just signed up a

RE: Error: 500

2001-06-26 Thread Jann VanOver
very close, alex! -Original Message- From: alex chang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: RE: Error: 500 Hi, I made sure to double check everything before I wrote here (I also just signed up and wrote to the taglibs-user group

RE: Error: 500

2001-06-26 Thread alex chang
Sent: Tuesday, June 26, 2001 12:38 PM > To: [EMAIL PROTECTED] > Subject: RE: Error: 500 > > > Hi Jann, thanks for replying. > It does work with the jsp from step 4 as you've > said, where it simply prints the word "Welcome". > > But it still doesn&#

RE: Error: 500

2001-06-26 Thread Jann VanOver
ne 26, 2001 12:38 PM To: [EMAIL PROTECTED] Subject: RE: Error: 500 Hi Jann, thanks for replying. It does work with the jsp from step 4 as you've said, where it simply prints the word "Welcome". But it still doesn't work with the modified jsp page, where I have the tagl

RE: Error: 500

2001-06-26 Thread alex chang
Hi Jann, thanks for replying. It does work with the jsp from step 4 as you've said, where it simply prints the word "Welcome". But it still doesn't work with the modified jsp page, where I have the taglib directive up top and replace the word "Welcome" with the . I've done some more checks and

RE: Error: 500

2001-06-26 Thread Jann VanOver
It looks like you were doing step 4 with the JSP from step 5. This code won't work until after you've created and compiled the tag library, which you haven't done yet if you're working in order. Try it with the JSP code from "Listing 3" and you shouldn't get this error. -Original Message---

Re: error 500: servlet run but JSP not: why?

2001-06-24 Thread rino . mail
Thankyou for answering me. I use tomcat rpm istallation... however JAVA_HOME is set: [root@localhost rino]# echo $JAVA_HOME /usr/java/jdk1.3.0_02 On Sunday 24 June 2001 07:11, you wrote: > set your java home path in the startup.bat > > I try to use example: > > the servlet's example run correc

Re: error 500: servlet run but JSP not: why?

2001-06-23 Thread Krishna Muthyala
set your java home path in the startup.bat kris --- [EMAIL PROTECTED] wrote: > I try to use example: > the servlet's example run correctly but the jsp's > exaples not! > the browser give me the error: "error 500" > What can I do? > > Thankyou in advance, Rino. > > > > > Error: 500 > > Loc

RE: Error 500

2001-06-06 Thread Maddux, Craig
> Sent: Wednesday, June 06, 2001 1:25 PM > To: [EMAIL PROTECTED] > Subject: RE: Error 500 > > > When you start Tomcat (from the command line) what is your > classpath? Does tools.jar appear here? If so, then the problem isn't > that > tools.jar is

RE: Error 500

2001-06-06 Thread Randy Layman
When you start Tomcat (from the command line) what is your classpath? Does tools.jar appear here? If so, then the problem isn't that tools.jar isn't being included (obviously) and you probably want to post your exact error message. If its not in the classpath, I would suggest looking a

RE: Error 500: Internal servlet error

2001-04-05 Thread Samson, Lyndon [IT]
Its usually not a good idea to get political on lists like this, but I just wonder about your email address, it could be considered quite offensive to some people. I'm sure it isn't meant to be. Regarding your error, have you compiled and successfully run the simple hello world servlet, thats a

RE: Error 500

2001-04-03 Thread Oliver H. Ohly
I think the jre is not suffisient. You need JDK1.x/lib/tools.jar and a CLASSPATH on it. Therein javac is being seeked for. Greetings, Olly Beschwerlich die Verständigung, Mühselig die Telefonie. Erleichterung und frischen Schwung Bringt TEDAS,

RE: Error 500

2001-04-03 Thread Randy Layman
This may come as a surprise, but the error message means that Tomcat can't find javac - the Java Compiler. Check your JAVA_HOME environment variable - you need to set JAVA_HOME so that JAVA_HOME/lib/tools.jar is the valid path to the file. If you are using IBM's Jikes for your Java comp

RE: error 500, cannot find sun.tools.javac.Main

2001-03-28 Thread Stefán F. Stefánsson
or that might be it :o) -Original Message- From: Srikanth Kurdukar [mailto:[EMAIL PROTECTED]] Sent: 28. mars 2001 22:27 To: [EMAIL PROTECTED] Subject: Re: error 500, cannot find sun.tools.javac.Main Remove the extra '/' in your classpath at (/usr/java/jdk//lib/tools.jar) and

RE: error 500, cannot find sun.tools.javac.Main

2001-03-28 Thread Stefán F. Stefánsson
Have you tried changing JAVA_HOME to point directly to the folder? It's worth the try. Another thing I would like to know is how you are starting Tomcat up. Are you doing it with the shell script or through something like ant? Regards, Stefan. -Original Message- From: [EMAIL PROTECTED]

Re: error 500, cannot find sun.tools.javac.Main

2001-03-28 Thread Srikanth Kurdukar
Remove the extra '/' in your classpath at (/usr/java/jdk//lib/tools.jar) and try again. --Srikanth - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 28, 2001 5:20 PM Subject: error 500, cannot find sun.tools.javac.Main I've seen that this pro

RE: Error 500..JSP problem

2001-03-14 Thread HASSAN,ZAID (Non-A-Australia,ex1)
Got it...i was missing tool.jar. cheers -Original Message- From: HASSAN,ZAID (Non-A-Australia,ex1) [mailto:[EMAIL PROTECTED]] Sent: Thursday, 15 March 2001 10:49 To: '[EMAIL PROTECTED]' Subject: Error 500..JSP problem Hi friends, I am trying to run the jsp examples under Tomcat 3.2.1

Re: Error: 500 while compiling a JSP file

2001-03-13 Thread Mandar Joshi
Thanks it seems to be working with that Mandar - Original Message - From: "Randy Layman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 4:11 AM Subject: RE: Error: 500 while compiling a JSP file > > I don't believe that the

RE: Error: 500 while compiling a JSP file

2001-03-13 Thread Randy Layman
I don't believe that the Java compilers import the classes from the default package (no package specified) when the class isn't in the default package itself. Tomcat automatically puts all its generated classes into packages as determined by your directory structure so that you can have

Re: Error 500?

2001-03-03 Thread David Ireland
******** >From: "RaviShankar K" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: Error 500? >Date: Sun, 4 Mar 2001 14:30:24 +0900 > >Hi > >Put all jar files which

Re: Error 500?

2001-03-03 Thread RaviShankar K
Hi Put all jar files which are under TOMCAT_HOME/lib in your class path. They are servlet.jar, jasper.jar .. etc Ravi - Original Message - From: "David Ireland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 04, 2001 AM 09:12 Subject: Error 500? Hi I am using tomcat 3.

RE: error: 500

2001-01-25 Thread Randy Layman
As this error indicates, Tomcat can not find javac (java.lang.NoClassDefFoundError: sun/tools/javac/Main). This indicates that you have not set your JAVA_HOME variable or have set it to the wrong path. (It needs to point to the directory that contains lib/tools.jar). Randy

RE: Error: 500 -- Please Help ..............

2001-01-19 Thread Stefan Langer
Hi It looks to me as if you haven't actually stuck to the bean designpattern. Your variable is called thePrice so your getter and setter Methods should actually be called getThePrice() and setThePrice() I'm assuming the introstpector can't find them and therefor cannot use em. STefa

Re: Error: 500 -- Please Help ..............

2001-01-18 Thread Pete Ehli
This is a listserve about server configuration - there is a JSP listserve - why in the world would you use the weapps admin context. That is for server administration - not your applications. You need to create your own context via the server.xml file in the conf directory (easy to do) look

RE: Error 500 - Internal Servlet Error - Learner Boy!!

2001-01-11 Thread Kiran Muglurmath
Looks like you may have an invalid <%@ include file="filename" %> tag, and Tomcat cannot find the included file. Hope that helps. -Original Message-From: Mick Sullivan [mailto:[EMAIL PROTECTED]]Sent: Thursday, January 11, 2001 4:31 PMTo: [EMAIL PROTECTED]Subject: Error 500 -

Re: Error 500 - Internal Servlet Error - Learner Boy!!

2001-01-11 Thread John Tan
hi, was wondering did u have all those class files in the right places in the the classes folder under the web-inf... java_nuts >From: "Mick Sullivan" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Error 500 - Internal Servlet Error - Learner Boy!! >Date: F

Re: Error 500

2001-01-07 Thread Ted Husted
On 1/7/2001 at 2:36 PM Lin Gan wrote: > I have copied the Jar files from Jdeveloper into the LIB directory in tomcat, but it hasn't fixed the problem. You probably need to actually add the jar files to your classpath as well. Jdeveloper was probably doing that for you behind the scenese (as Ant c

Re: Error 500

2001-01-07 Thread Ingo Luetkebohle
On Sun, Jan 07, 2001 at 02:36:48PM -0800, Lin Gan wrote: > I have a program that runs fine in JDeveloper3.1.1.2, > but when I deploy it to tomcat and try to open it in > the browser I get the following error: Do you have the oracle JAR in WEB-INF/lib? You probably added the file to your classpa

Re: Error 500 when starting examples

2001-01-05 Thread Luc Vanlerberghe
> Root cause: > java.lang.NoClassDefFoundError: sun/tools/javac/Main What it says is that it can't find the Sun Java compiler (sun.tools.javac.Main) that is normally located in tools.jar > I use JRE 1.3. Instead of using the java *runtime* environment 1.3 (JRE 1.3) you should be using one of th

Re: Error: 500

2000-12-20 Thread William Brogden
Naresh Chhabria wrote: > > Hi all, > I'am getting the following error when accessing this /jsp/Jdbc.jsp > > Internal Servlet Error: > org.apache.jasper.compiler.ParseException: > /var/net/services/infoline/doc/jsp/Jdbc.jsp(4,44) Attribute , has no value > > this jsp has the following cod

RE: Error 500

2000-12-07 Thread G.Nagarajan
The null pointer exception is the root cause of the bug. It means that in your jsp code, you are trying to use an object which has not been initialized. try to put debug statements in your jsp to isolate the are where the error is and check the objects in the area. or if you can put up the jsp pa

Re: Error 500: Response already committed

2000-11-24 Thread Tomas Marek
Partha Bhattacharjee wrote: Hi gurus , I am using tomcat 3.1 and working in jsp . I am getting this nagging error "Response already committed". Could any one of you gurus out there give me some material on this. thanks in anticipation brgds partha Yeah, I searched this month's archive and found

Re: ERROR: 500

2000-11-21 Thread Chetna Bhatt
Hi, First of all, is your tomcat running properly?Which version of Jre r u using and also which is your web server? The Jre version should be 1.3 and also the jdk path should be set as well as the classpath for the jdk. the CLASSPATH should be: .;C:\jdk1.2.1\lib\tools.jar; and the Path sh