You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Thomas Polliard <th...@polliard.com> on 2005/06/05 05:07:42 UTC

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


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

Posted by Thomas Polliard <th...@polliard.com>.
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" 
> <th...@polliard.com>
> To: "Tomcat Users List" <to...@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: tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


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

Posted by Parsons Technical Services <pa...@earthlink.net>.
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" <th...@polliard.com>
To: "Tomcat Users List" <to...@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: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org