Hey Hans, I checked that dir, but I don't see multiple copies of that file. I also checked the permission on it, but it has the same permission as what queues_jsp.class has, so I assume that the permission on index_jsp.class is fine.
Do you have any idea what else may be wrong? It's weird because it was working just fine for the longest time (several weeks of uninterrupted down time). Koichi Hans Bausewein wrote: > > > > 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-tp18207249p18246463.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
