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
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
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
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
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
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
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
---
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
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
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
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
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
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
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
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
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
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
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
: 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
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
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
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
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
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
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,
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
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
-
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
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
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
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
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");
>
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
;[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
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
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
.
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
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
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
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:
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
>
&
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
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
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
-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
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
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
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
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
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
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.
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
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
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
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
: "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
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
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
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
-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
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
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
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
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 ...
64 matches
Mail list logo