Qwerty777 wrote:
> 
> Hey all,
> 
> When I go to http://mycompany.com:8161/admin/index.jsp (obviously
> made-up), the web admin used to show up and work. In fact, the test
> ActiveMQ's web admin still still works.
> 
> Here's the error that I see:
> HTTP ERROR: 500
> 
> org.apache.jsp.index_jsp
> 
> RequestURI=/admin/index.jsp
> Caused by:
> 
> java.lang.ClassNotFoundException: org.apache.jsp.index_jsp
>       at java.net.URLClassLoader$1.run(Unknown Source)
>         ...............
> 
> Powered by Jetty://
> 
> I'm sure that I can just restart ActiveMQ to "fix" this issue, but I
> wanted to find out if there's a bug/work around/configuration issue that I
> can do something about.
> 
> Interestingly, if I go directly to the queue page for example
> (http://mycompany.com:8161/admin/queues.jsp), it works fine. So it seems
> like the index page is just messed up.
> 
> Thank you very much!
> Koichi
> 

Checked on my system: Jetty compiles JSPs to classes in the temporary
directory of the file system

On Unix /tmp/Jetty_0_0_0_0_8161_admin__admin__[somecode]/jsp/org/apache/jsp/


Maybe the file system is full? (it created many instances a day, here!)

Or the application does not have write access anymore?

Hans

-- 
View this message in context: 
http://www.nabble.com/Web-Admin-page-throwing-an-HTTP-ERROR%3A-500-tp18207249p18238308.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to