Re: Issue with a class not being resolved with a strange error

2005-06-04 Thread Thomas Polliard
for RidDB. Doug - Original Message - From: "Thomas Polliard" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, June 04, 2005 11:07 PM Subject: Issue with a class not being resolved with a strange error Has anyone seen thi

Re: Issue with a class not being resolved with a strange error

2005-06-04 Thread Parsons Technical Services
une 04, 2005 11:07 PM Subject: Issue with a class not being resolved with a strange error Has anyone seen this before and if so what does it mean? org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 5 in the jsp file: /index.jsp Generated servlet error

Issue with a class not being resolved with a strange error

2005-06-04 Thread Thomas Polliard
Has anyone seen this before and if so what does it mean? org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 5 in the jsp file: /index.jsp Generated servlet error: RidDB cannot be resolved or is not a type The code that makes the call is: <%@ page impor

RE: Strange error

2005-05-11 Thread Fredrik Liden
l Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 11:41 AM To: Tomcat Users List Subject: Re: Strange error You need to look at line 125 of WebApplicationListener in the org.objectstyle.cayenne.conf package and see which object might be null that you have assu

Re: Strange error

2005-05-11 Thread Mark Thomas
You need to look at line 125 of WebApplicationListener in the org.objectstyle.cayenne.conf package and see which object might be null that you have assumed isn't. Mark Fredrik Liden wrote: Does anyone have any idea what this error means? I'm using jdk 1.5, tomcat 5.5.9 and intellij. Thanks! Conn

Strange error

2005-05-11 Thread Fredrik Liden
Does anyone have any idea what this error means? I'm using jdk 1.5, tomcat 5.5.9 and intellij. Thanks! Connected to server ERROR [/]: Session event listener threw exception java.lang.NullPointerException at org.objectstyle.cayenne.conf.WebApplicationListener.sessionCreated(WebAp plicationListene

[More Info] Strange error-page behavior

2005-03-11 Thread Dustin
Ok, I've narrowed it down to the 401 error code. If that is defined in the web.xml, all apps that authenticate will automatically show the 401 error page without prompting for credentials. Is this a bug in tomcat? I tried the same on tomcat-5.0.30 with the same results. Please help, Dustin ---

Strange error-page behavior

2005-03-10 Thread Dustin
Hey all. Very bizzare problem here. I am running tomcat-5.0.28. I am trying to set up custom error pages. I originally set up a 404 error page for testing (the error-page elements are in the server web.xml, not in the app's web.xml): 404 /errors/404-SNAPSHOT.jsp Put the jsp files

Re: strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Jacob Kjome
Quoting Martin Monsorno <[EMAIL PROTECTED]>: > Martin Monsorno <[EMAIL PROTECTED]> writes: > > > Hi *, > > > > I get the following error when trying to transform a xml document with > > a XSLT stylesheet: > > > > ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; > Column#: 66

Re: strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Dan Barron
Have you tried just testing (title) instead of (./title)? The added "./" seems unneceassry. At 02:25 AM 7/1/2004, you wrote: Hi *, I get the following error when trying to transform a xml document with a XSLT stylesheet: ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; Colu

Re: strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Martin Monsorno
Martin Monsorno <[EMAIL PROTECTED]> writes: > Hi *, > > I get the following error when trying to transform a xml document with > a XSLT stylesheet: > > ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; Column#: 66 > javax.xml.transform.TransformerException: Unknown error in

strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Martin Monsorno
Hi *, I get the following error when trying to transform a xml document with a XSLT stylesheet: ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298; Column#: 66 javax.xml.transform.TransformerException: Unknown error in XPath at org.apache.xpath.XPath.bool(XPath.j

RE: Strange error

2004-05-07 Thread Yansheng Lin
What event listeners? -Original Message- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: May 5, 2004 08:15 To: Tomcat Users List Subject: Re: Strange error The object is a custom object. The only difference I can find is that this object has some event listeners attached to it

Re: Strange error

2004-05-05 Thread Nathan Maves
The object is a custom object. The only difference I can find is that this object has some event listeners attached to it. It is an implementation of a Tree object. The only java objects that it uses are Map, TreeMap and few other util classes. Nathan On May 5, 2004, at 7:18 AM, QM wrote

Re: Strange error

2004-05-05 Thread QM
On Tue, May 04, 2004 at 02:30:16PM -0600, Nathan Maves wrote: : What could cause this error in Tomcat 5.0.19. : : 2004-05-04 14:21:02 StandardContext[/manager]HTMLManager: : ManagerServlet.reload[/ReportViewer] : java.lang.ThreadDeath : at : org.apache.catalina.loader.WebappClassLoader

Strange error

2004-05-04 Thread Nathan Maves
What could cause this error in Tomcat 5.0.19. 2004-05-04 14:21:02 StandardContext[/manager]HTMLManager: ManagerServlet.reload[/ReportViewer] java.lang.ThreadDeath at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader .java:1270) at org.apache.catalina.l

RE: strange error messages in tomcat log and mod_jk2 log

2003-12-16 Thread Altankov Peter
I have not tested it myself. -Original Message- From: Chris Joelly [mailto:[EMAIL PROTECTED] Sent: 15 ÐÐÑÐ 2003 Ð. 10:31 To: Tomcat Users List Subject: Re: strange error messages in tomcat log and mod_jk2 log Hi! thanx for your reply. hm. it's a very strange thing. some ques

Re: strange error messages in tomcat log and mod_jk2 log

2003-12-15 Thread Chris Joelly
Hi! thanx for your reply. hm. it's a very strange thing. some questions: are you running your application under heavy load? are the responses very big in size? do you use the apache2/mod_jk2/tomcat4 config on a windows nt4 box? does a dialogbox appear on the server with an error message stateing

RE: strange error messages in tomcat log and mod_jk2 log

2003-12-12 Thread Altankov Peter
: Chris Joelly [mailto:[EMAIL PROTECTED] Sent: 11 Декември 2003 г. 12:30 To: [EMAIL PROTECTED] Subject: strange error messages in tomcat log and mod_jk2 log Hello! i found some strange error messages in both tomcat log and mod_jk2 log and i can't figure out whats going on: tomcat log: D

Re: strange error messages in tomcat log and mod_jk2 log

2003-12-12 Thread Chris Joelly
Hello again! has anybody expirienced the same error messages in his log files? i can't figure out whats going on and need help soon, because the server crashes very often :-| thxalot, Chris -- mit freundlichen Grüßen / with kind regards Ing. Christian Jölly @ Solutions unycom Information Te

strange error messages in tomcat log and mod_jk2 log

2003-12-11 Thread Chris Joelly
Hello! i found some strange error messages in both tomcat log and mod_jk2 log and i can't figure out whats going on: tomcat log: Dec 10, 2003 11:40:58 AM org.apache.jk.server.JkCoyoteHandler action SEVERE: Error in action code java.net.SocketException: Software caused connection abort: s

Re: Strange error message

2003-09-29 Thread Josh G
Jon Wingfield wrote: Are you using Batik? If so: org.mozilla.javascript.Scriptable.class is found in the js.jar of the Batik 1.5 distribution. Have you deployed that jar? HTH, Jon Yeah we eventually figured out it was a noclassdeffound error, of course if tomcat had actually told me it could

Re: Strange error message

2003-09-29 Thread Jon Wingfield
Are you using Batik? If so: org.mozilla.javascript.Scriptable.class is found in the js.jar of the Batik 1.5 distribution. Have you deployed that jar? HTH, Jon Josh G wrote: What does this mean? javax.servlet.ServletException: org/mozilla/javascript/Scriptable It's somehow getting out of a b

RE: Strange error message

2003-09-29 Thread Shapira, Yoav
mailto:[EMAIL PROTECTED] >Sent: Monday, September 29, 2003 2:36 AM >To: [EMAIL PROTECTED] >Subject: Strange error message > >What does this mean? > >javax.servlet.ServletException: org/mozilla/javascript/Scriptable > >It's somehow getting out of a block of code encase

Strange error message

2003-09-28 Thread Josh G
What does this mean? javax.servlet.ServletException: org/mozilla/javascript/Scriptable It's somehow getting out of a block of code encased in a try-catch of Exception, but of course doesn't give me a line number or any actual information, and com.mozilla.javascript.Scriptable isn't even a class,

Strange error message in catalina.out

2003-08-14 Thread Zsolt Koppany
Hi, when I execute "shutdown.sh" I get strange error messages in catalina.out. How can I fix it? I use tc-4.1.24 von RedHat-9. Zsolt SEVERE: Caught exception trying to unlock accept. java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Nat

RE: strange error

2003-07-08 Thread Haymes, Burton
STOP SENDING ME E MAILS YOU GUYS HAVE THE WRONG PERSON PLEASE CONTACT TOMCAT -Original Message- From: BERND PIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:23 AM To: Tomcat Users List Subject: Re: strange error what tomcat version did you use. i got a similary error

Re: strange error

2003-07-08 Thread BERND PIER
- From: harsh [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 10:18 To: Tomcat Users List Subject: strange error I ran the tomcat for second time and now when i try to stop it behaves like this.. [EMAIL PROTECTED] bin]# ./shutdown.sh Guessing CATALINA_HOME from catalina.sh to ./.. Setting

RE: strange error

2003-07-08 Thread Bodycombe, Andrew
Sounds like you may have a corrupted .jar file. -Original Message- From: harsh [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 10:18 To: Tomcat Users List Subject: strange error I ran the tomcat for second time and now when i try to stop it behaves like this.. [EMAIL PROTECTED] bin

strange error

2003-07-08 Thread harsh
I ran the tomcat for second time and now when i try to stop it behaves like this.. [EMAIL PROTECTED] bin]# ./shutdown.sh Guessing CATALINA_HOME from catalina.sh to ./.. Setting CATALINA_HOME to ./.. Using CLASSPATH: ./../bin/bootstrap.jar:/usr/local/j2sdk1.4.0_01/lib/tools.jar Using CATAL

Strange error

2003-06-10 Thread mourad jaber
I'm using massively rmi into my web app but when i unload my web app I get : WebappClassLoader: Lifecycle error : CL stopped java.rmi.UnmarshalException: Error unmarshaling return; nested exception is: java.lang.ClassNotFoundException: java.lang.StackTraceElement (no security manager: RMI

RE: Strange error for a new user...

2003-03-04 Thread Wendy Smoak
Barry wrote: > G:\Tomcat 4.1\work\Standalone\localhost\_\begjsp3\process_jsp.java:64: cannot resolve symbol > symbol : method getParamenterValues (java.lang.String) > location: interface javax.servlet.http.HttpServletRequest > String[] toppings = request.getParamenterValues("toppings"); >

Strange error for a new user...

2003-03-04 Thread Barry Jones
I'm trying a basic form posting on my newly installed Tomcat server. Not really sure what this error means, but it occured when I tried a basic posting to process.jsp. The posting worked on my remote webspace, so I'm assuming it's a Tomcat configuration problem. I'm running Tomcat on Windows

RE: Strange error message - need help

2003-02-13 Thread Ralph Einfeldt
;[EMAIL PROTECTED]' > Subject: Strange error message - need help > > I attach my web.xml file. As far as I can check against > documentation it should be o.k.. > - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Strange error message - need help

2003-02-13 Thread Heger, Karlheinz
Hello, I want to use my own servlets with tomcat, but I'm complaint Starting service Tomcat-Standalone Apache Tomcat/4.0.3 PARSE error at line 93 column 20 org.xml.sax.SAXParseException: Element type "res-ref-type" must be declared. Starting service Tomcat-Apache Apache Tomcat/4.0.3 I attach my

RE: Strange error

2003-02-10 Thread Felipe Schnack
Dockery [mailto:[EMAIL PROTECTED]] > > Sent: 10 February 2003 14:04 > > To: Tomcat Users List > > Subject: Re: Strange error > > > > > > Either your database connection is timing out or else you are > > trying to use > > a ResultSet obtained fr

RE: Strange error

2003-02-10 Thread Andy Eastham
. Andy > -Original Message- > From: Sean Dockery [mailto:[EMAIL PROTECTED]] > Sent: 10 February 2003 14:04 > To: Tomcat Users List > Subject: Re: Strange error > > > Either your database connection is timing out or else you are > trying to use > a ResultSet obtai

RE: Strange error

2003-02-10 Thread Shapira, Yoav
03 6:45 AM >To: pgsql-jdbc; Tomcat Users List >Subject: Strange error > > Please, somebody can help me? I'm getting this error message and I >don't know why... I'm using PostgreSQL 7.3 and Tomcat 4.1.18 connection >pooling mechanism > >Connecti

Re: Strange error

2003-02-10 Thread Sean Dockery
Consultants http://www.sbdconsultants.com - Original Message - From: "Felipe Schnack" <[EMAIL PROTECTED]> To: "pgsql-jdbc" <[EMAIL PROTECTED]>; "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 04:45 Subject: Strange err

Strange error

2003-02-10 Thread Felipe Schnack
Please, somebody can help me? I'm getting this error message and I don't know why... I'm using PostgreSQL 7.3 and Tomcat 4.1.18 connection pooling mechanism Connection is closed. Operation is not permitted. at org.postgresql.jdbc1.AbstractJdbc1ResultSet.next(AbstractJdbc1ResultSet.java:

Re: Strange error when importing class in JSP under TC4.1.18

2003-01-18 Thread Craig R. McClanahan
On Sat, 18 Jan 2003, Charles So wrote: > Date: Sat, 18 Jan 2003 20:50:21 +0800 > From: Charles So <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Strange error when importing class in JSP under TC4.1.18 > &

Strange error when importing class in JSP under TC4.1.18

2003-01-18 Thread Charles So
Dear all, I am tearing my hair out trying to solve this problem... it seems to be a problem with TC. Here is the exception from TC: org.apache.jasper.JasperException at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va:248) at org.apache.jasper.servlet.JspServl

RE: Strange Error

2002-09-05 Thread Rob Grundel
I'm not sure if this sheds any light on the situation...BUT... I am running this servlet on another server and I just installed all the components onto the new server and now it will only work if I type in the path into the browser but not if a form action OR a redirect. We are testing on multipl

Re: Strange Error

2002-09-05 Thread Randall R Schulz
illa and Opera and IE. That's a rather minimal set, actually. For Mac users, there's iCab, too and in general there's a larger set of browsers than many people realize. At least test on a few unless you know your user community is using a restricted set of browsers. Good luck

Re: Strange Error

2002-09-05 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Sep 06, 2002 at 12:17:02PM +1000, Rob Grundel wrote: > Hi, hello. > I am having a very strange error @ the moment where I can access a servlet > on Tomcat (4.0.4 Standalone on WinNT) by directly typing the address of the > se

Strange Error

2002-09-05 Thread Rob Grundel
Hi, I am having a very strange error @ the moment where I can access a servlet on Tomcat (4.0.4 Standalone on WinNT) by directly typing the address of the servlet into a web browser however if I access the servlet as a form processor (action on a form) the browser tells me that "The page c

RE: strange error..

2002-03-27 Thread Randy Layman
IL PROTECTED]] > Sent: Wednesday, March 27, 2002 11:17 AM > To: Tomcat Users List > Subject: strange error.. > > > Hi ! > > I have a servlet "A", that extends an abstract class that extends > another class. > > I checked out every piece of code execut

strange error..

2002-03-27 Thread Shashank
Hi ! I have a servlet "A", that extends an abstract class that extends another class. I checked out every piece of code executing is correct. but when I create an object of this class A, it gives trange error, java.lang.ClassCastException: [Ljava.lang.Object; at com.sun.j2ee.blueprin

Re: strange error

2001-12-14 Thread Peter Georgiou
Hi I don't know how this error appeared. I'm running Tomcat 4 on win2k, and I get the following error in my console when I start tomcat: Starting service Tomcat-Standalone Apache Tomcat/4.0 ERROR reading java.io.FileInputStream@7a29a1 At Line 57 /web-app/servlet/ Starting service Tomcat-Apache

strange error

2001-12-13 Thread Peter Georgiou
Hi I don't know how this error appeared. I'm running Tomcat 4 on win2k, and I get the following error in my console when I start tomcat: Starting service Tomcat-Standalone Apache Tomcat/4.0 ERROR reading java.io.FileInputStream@7a29a1 At Line 57 /web-app/servlet/ Starting service Tomcat-Apache

RE: Strange Error at JspParseEventListener.java:1146

2001-10-31 Thread Larry Isaacs
ailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 12:28 PM > To: [EMAIL PROTECTED] > Subject: Strange Error at JspParseEventListener.java:1146 > > > I recently installed and configured Apache and Tomcat with > the rule that > all jsp pages get forwarded to Tomcat.

Strange Error at JspParseEventListener.java:1146

2001-10-31 Thread Tegid
I recently installed and configured Apache and Tomcat with the rule that all jsp pages get forwarded to Tomcat. I brought up the examples and everything worked fine. However, when I attempted to deploy an application that is being worked on I got the error: Internal Servlet Error: java.lang.Abs

Apache 1.3 + Tomcat strange error

2001-08-02 Thread Rodrigo Kassick
I'm trying to put tomcat to work with an apache 3.20 and it has been giving me a lot headache. First, i've putten tomcat runig standalone. It starts ok, responds to http on 8080 and runs normally all jsp i've tested. Then, i've installed apache, compiled mod_jserv as u_guide.html said and put into

Re: Strange error

2001-02-27 Thread Alex Fernández
ailendra > > - Original Message - > From: Shailendra <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, February 26, 2001 10:48 AM > Subject: Strange error > > > hi > > > > i am using javawebserver2.0 with patch3 > > i have writte

Re: Strange error

2001-02-27 Thread Shailendra
Haynes <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 5:39 PM Subject: Re: Strange error > Shailendra, > Have you checked the file permissions on the .class file? > Could be that you have permission to write to this file when you do it > m

Re: Strange error

2001-02-27 Thread Chris Haynes
: "Shailendra" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 01, 1997 2:42 AM Subject: Re: Strange error > hi > > no ans for my question. > nobody know the solution... > nobody want to help ... > please > if you know somthing please mai

Re: Strange error

2001-02-27 Thread Shailendra
hi no ans for my question. nobody know the solution... nobody want to help ... please if you know somthing please mail shailendra - Original Message - From: Shailendra <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 26, 2001 10:48 AM Subject: Strange

Strange error

2001-02-26 Thread Shailendra
hi i am using javawebserver2.0 with patch3 i have written some jsp pages all are working fine except one. In that one the servlet ingine create the java file but not able to crete a class file for that and it doesnt give any error on java webserver console in browser it shows internal server erro

strange error

2001-01-30 Thread Russell, Richard (DEH)
Hi... Anyone have any idea what this means? I have no idea what is being configured wrong or where it is being configured. Very odd. javax.xml.parsers.FactoryConfigurationError: com.sun.xml.parser.SAXParserFactoryImpl at java.lang.Throwable.(Compiled Code) at java.la

Help me please, a strange error message from Tomcat

2000-12-20 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Hi everybody, i dont know if somebody can help me! I didnt get sucess to solve this problem. i have a doubt about an error message which came from TomCat, as follow : There is a servlet, named StarServletnew, which instances a Bean, named FormBean, and sends so

RE: strange Error 404

2000-10-31 Thread Wyn Easton
I would remove the original WebAppA's work (%TOMCAT_HOME%\work\yourWebAppA)directory to be sure you are not picking-up anything from there. Do this before you restart Tomcat after you have done your directory renames. --- Wolfgang Egger <[EMAIL PROTECTED]> wrote: > Ser

RE: strange Error 404

2000-10-30 Thread Wolfgang Egger
Servus Wyn, first thanx for your answer. > -Original Message- > I'm sure the problem is with the URL used to access the servlet of > WebAppB. I don't think so, because of the following behaviour: Our WebServerDirStructure looks like this /websites/WebAppA /websites/WebAppA/WEB-INF /we

Re: strange Error 404

2000-10-30 Thread Wyn Easton
I'm sure the problem is with the URL used to access the servlet of WebAppB. Look at the Tomcat output after you get the first 404 error. That should show you how Tomcat is trying to find the servlet. The Tomcat output will show the "context" + "pasted in URL". If your servlet is not at the combina

strange Error 404

2000-10-30 Thread Wolfgang Egger
Servus, we have two WebApps. They both use the same java-classes, only the *.html are different. Both WebApps are installed with ant, both AebApps resp. their docbases are showing right entries when viewing them with bla:8080/admin. Runing diff and compairing /webAppA/WEB-INF/classes and ...