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 import=com.polliard.db.RaidDB%

from the webapps directory the following is the path:

Raid
Raid/raid.css
Raid/header.jsp
Raid/META-INF
Raid/META-INF/MANIFEST.MF
Raid/login.jsp
Raid/index.jsp.old
Raid/menu.jsp
Raid/WEB-INF
Raid/WEB-INF/lib
Raid/WEB-INF/lib/postgresql-jdbc.jar
Raid/WEB-INF/classes
Raid/WEB-INF/classes/com
Raid/WEB-INF/classes/com/polliard
Raid/WEB-INF/classes/com/polliard/db
Raid/WEB-INF/classes/com/polliard/db/RaidDB.class
Raid/index.jsp
Raid/images
Raid/images/space.gif

If there is any advise please let me know.

Thanks

Thomas



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-06-04 Thread Parsons Technical Services

Unless you made a typo in your email, you have a typo in index.jsp.
The error says RidDB. The a is missing.
Search the file for RidDB.

Doug

- Original Message - 
From: Thomas Polliard [EMAIL PROTECTED]

To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Saturday, June 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:
RidDB cannot be resolved or is not a type

The code that makes the call is:
%@ page import=com.polliard.db.RaidDB%

from the webapps directory the following is the path:

Raid
Raid/raid.css
Raid/header.jsp
Raid/META-INF
Raid/META-INF/MANIFEST.MF
Raid/login.jsp
Raid/index.jsp.old
Raid/menu.jsp
Raid/WEB-INF
Raid/WEB-INF/lib
Raid/WEB-INF/lib/postgresql-jdbc.jar
Raid/WEB-INF/classes
Raid/WEB-INF/classes/com
Raid/WEB-INF/classes/com/polliard
Raid/WEB-INF/classes/com/polliard/db
Raid/WEB-INF/classes/com/polliard/db/RaidDB.class
Raid/index.jsp
Raid/images
Raid/images/space.gif

If there is any advise please let me know.

Thanks

Thomas



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-06-04 Thread Thomas Polliard
Thanks I would have never seen that error.  I had typed it multiple 
times.  I feel like an idiot. Thanks again,


Thomas
Parsons Technical Services wrote:


Unless you made a typo in your email, you have a typo in index.jsp.
The error says RidDB. The a is missing.
Search the file for RidDB.

Doug

- Original Message - From: Thomas Polliard 
[EMAIL PROTECTED]

To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Saturday, June 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:
RidDB cannot be resolved or is not a type

The code that makes the call is:
%@ page import=com.polliard.db.RaidDB%

from the webapps directory the following is the path:

Raid
Raid/raid.css
Raid/header.jsp
Raid/META-INF
Raid/META-INF/MANIFEST.MF
Raid/login.jsp
Raid/index.jsp.old
Raid/menu.jsp
Raid/WEB-INF
Raid/WEB-INF/lib
Raid/WEB-INF/lib/postgresql-jdbc.jar
Raid/WEB-INF/classes
Raid/WEB-INF/classes/com
Raid/WEB-INF/classes/com/polliard
Raid/WEB-INF/classes/com/polliard/db
Raid/WEB-INF/classes/com/polliard/db/RaidDB.class
Raid/index.jsp
Raid/images
Raid/images/space.gif

If there is any advise please let me know.

Thanks

Thomas



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]