Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] http error 500

Lou,

you need to tell us about your class path, what jar/dir com.degenaro.www.media.MediaDbType.MediaItemType is in and if indeed it is a package?

cheers


On 14 March 2016 at 22:20, Lou DeGenaro <lou.degenaro@xxxxxxxxx> wrote:
I have jetty-9.2.1.v20140609 - 09 June 2014.  I have webapps/myapp/WEB-INF/lib/myapp.jar file with 2 classes.  When I visit my .jsp I see:

HTTP ERROR 500

Problem accessing /lophyda/media.jsp. Reason:

    Server Error

Caused by:

org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: [31] in the generated java file: [/tmp/jetty-0.0.0.0-58085-lophyda-_lophyda-any-3990332306876152686.dir/jsp/org/apache/jsp/media_jsp.java]
Only a type can be imported. com.degenaro.www.media.MediaDbType resolves to a package

An error occurred at line: [32] in the generated java file: [/tmp/jetty-0.0.0.0-58085-lophyda-_lophyda-any-3990332306876152686.dir/jsp/org/apache/jsp/media_jsp.java]
Only a type can be imported. com.degenaro.www.media.MediaDbType.MediaItemType resolves to a package

An error occurred at line: 45 in the jsp file: /media.jsp
MediaItemType cannot be resolved to a type
42: <%@ page import="com.degenaro.www.media.MediaDbType.MediaItemType" %>
Please advise.

Thanks.

Lou.


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--

Back to the top