Servlet Error

1999-09-10 Thread ssuriyaarachchi
Hi all, While compiling a servlet code which is attached with this message I receive the following errors 1, 2 and 3 could you please suggest as to where I am going wrong and what it he settings I need to configure on my computer to handle this error. The error is import javax.servlet.*; 1) e

Servlet Error

2000-07-07 Thread Wong, Douglas
Any ideas anyone? 500 Internal Server Error MailServlet: java.lang.NoClassDefFoundError: junk/BasicStatementService Server: Solaris 2.7, Jrun 2.33, iPlanet 4.1 === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signo

servlet error

2003-11-03 Thread Roderick Thomas
I'm trying to include a servlet inside a jsp and the action is resulting in a weird error message. I've tried both: and to no avail. The resulting error when the servlet is called is as follows: 2003-11-03 14:59:45 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception

Servlet error

2004-11-14 Thread RimZim Sinha
Hi, I am getting this error when I run my servlet .. java.lang.UnsupportedClassVersionError: HelloServlet (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:509) at java.security.SecureClassLoader.defi

Re: Servlet Error

1999-09-10 Thread Sashi Kolli
You need to add 'jsdk.jar' to your servers classpath. -Sashi Kolli Flashline.com ssuriyaarachchi cc: Sent by: A Subject: Servlet Error mailing list

Re: Servlet Error

1999-09-10 Thread James Todd
hi senaka - i believe you need to add the lib/servlet.jar file that is distributed with jswdk 1.0 and jsdk 2.1 to your classpath. questions like these are often posted to and answered from folks on the [EMAIL PROTECTED] you also might want to consi

Internal Servlet Error

2000-05-23 Thread Dommel Frank
Hello there, I am always receiving a (beginners?) error when putting an JSP example in my own directory, could somebody help me please ? Error Output: Location: /myproject/ProjectMain.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for

another servlet error

2000-07-12 Thread doug
Thanks for all the help on the path problem I have. You guys were right, it wasn't in my Jrun Class path. In any case, has anyone seen this error: 500 Internal Server Error SurveyList: java.lang.NullPointerException === T

Re: Servlet error

2004-11-14 Thread kapil dattatraya shewate
Pls mail ur code On Mon, 15 Nov 2004 Ri   Pls mail ur code On Mon, 15 Nov 2004 RimZim Sinha wrote : >Hi, I am getting this error when I run my servlet .. > >java.lang.UnsupportedClassVersionError: HelloServlet (Unsupported major.minor >version 49.0) >at java.lang.ClassLoader.def

Re: Servlet error

2004-11-14 Thread RimZim Sinha
t; HelloServlet HelloServlet HelloServlet /* index.jsp - Original Message - From: "kapil dattatraya shewate" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 15, 2004 11:47 AM Subject: Re: Servlet error > Pls mail ur code

File Upload Servlet Error

2001-02-13 Thread Daryani Santosh
I am trying to upload a file to a server using a HTTP Post Client. At the client side I have a Java program that reads it and posts it to the servlet. The servlet reads the incoming stream of data and writes it to the disk. Simple enough. This works like a charm most of the times , but in certain

Re: another servlet error

2000-07-12 Thread Oren Klichevsky
that you didn't handle. Regards, Oren www.mannainc.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of doug Sent: Wednesday, July 12, 2000 4:21 PM To: [EMAIL PROTECTED] Subject: another servlet

JSP Internal Servlet Error

2000-08-04 Thread Hiren Dossani
Hello Everybody, I am getting the Error # 500 saying that java.lang.IllegalStateException: Response has already been committed Any idea about how to fix it. Any help will be highly appreciated. Thanks. Sincerely, hiren dossani

getting JRun servlet error

2002-09-25 Thread Ramesh Kadirisani
Hi guys, i loaded jrun on my machine(windows NT operating system) and the jsps were just working fine. but since yesterday, i am getting the following problem: java.io.IOException: CreateProcess: C:\Program Files\Allaire\JRun/bin/jikesw +E -g -nowarn -d "E:\Ramesh\NJGIN\WEB-INF\jsp" "E:\Ramesh

Error: 500 Internal Servlet Error

1999-08-08 Thread Niels Peter Strandberg
I have been testing the jswdk-1.0-ea server for some time now. But suddently the Server start to report the following Error msg: Error: 500 Internal Servlet Error: java.lang.NoSuchMethodError: javax.servlet.ServletContext: method getResource(Ljava/lang/String;)Ljava/net/URL; not found at

Re: 500 Internal Servlet Error

2001-04-09 Thread Hari G Puthalapat
Hi Everybody, Could you please let me know when this kind of error occurs. I am using Iplanet server 4.1 enterprise edition on solaris. Any advice is highly appreciated. This error occurs only in ie browsers. This is an occassional error and doesn't occur always. This page tries to display sessio

session.invalidate() causes internal servlet error

2000-04-17 Thread Mike LaBudde
I'm trying to invalidate the session object (to effect a logout). When I do it causes the following error: java.lang.IllegalStateException: removeAttribute: Session already invalidated at org.apache.tomcat.session.StandardSession.removeAttribute(StandardSession.ja va, Compiled Code)

Re: Error: 500 Internal Servlet Error

1999-08-08 Thread John K. Peterson
; Error: 500 > > Internal Servlet Error: > > > java.lang.NoSuchMethodError: javax.servlet.ServletContext: method > getResource(Ljava/lang/String;)Ljava/net/URL; not found > at com.sun.web.core.DefaultServlet.doGet(DefaultServlet.java:55) > at javax.servlet.http.HttpServlet

JSP Servlet Error with GNUJSP 1.0.0

1999-11-11 Thread Schmucker, Douglas
, with I access my JSP pages through a browser I get the following error in the mod_jserv log file. [11/11/1999 15:27:49:041] (ERROR) ajp12: Servlet Error: Initialization error while loading the servlet: gnujsp: missing init parameter : "scratchdir", 1 [11/11/1999 15:27:49:041] (ERROR

Re: session.invalidate() causes internal servlet error

2000-04-18 Thread Sachin S. Khanna
ay, April 17, 2000 8:48 PM Subject: session.invalidate() causes internal servlet error > I'm trying to invalidate the session object (to effect a logout). When I do > it causes the following error: > > > java.lang.IllegalStateException: removeAttribute: Session a

Re: JSP Servlet Error with GNUJSP 1.0.0

1999-11-11 Thread Larry Fluckiger
From: Schmucker, Douglas [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 11, 1999 8:39 AM To: [EMAIL PROTECTED] Subject: JSP Servlet Error with GNUJSP 1.0.0 I am currently running into a problem when accessing any JSP page. The software that I am running is Win NT, Apache 1.3.9, Apache

Re: JSP Servlet Error with GNUJSP 1.0.0

1999-11-11 Thread Wes Biggs
will work with Apache soon! Does anyone know > when we can expect that, or will Jakarta only work with Sun's web server? > > Good luck, > > LBF > > -Original Message- > From: Schmucker, Douglas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 11, 1999 8:3

servlet error when uploading a pdf file

2002-04-03 Thread Shahata, Ashraf
I'm using jsp to load a pdf on IBM Websphere, and I see the following exception reported in the std.out: 02.04.03 10:18:05:143 GMT+01:00] 16d83e0 ServletInstan X Uncaught service() exception thrown by servlet {0}: {1} "JSP 1.1 Processor"