Re: Re: Re: Re: Re: Re: jonasAdmin loads flash, shows blank screen
"S. Ali Tokmen" <[email protected]> Sat, 25 Jun 2011 10:33:51 +0200
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hi Ryan
Thank you for providing your logs, which better show the issue.
When I tried the same, I got:
java.lang.NoSuchMethodError:
org.apache.jasper.runtime.TagHandlerPool.get(Ljava/lang/Class;)Ljavax/servlet/jsp/tagext/Tag;
at
org.ow2.jonas.webapp.jonasadmin.jsp.login_jsp._jspService(login_jsp.java:74)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:550)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:486)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:501)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:970)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:414)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:187)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:904)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
at org.eclipse.jetty.server.Server.handle(Server.java:347)
at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:590)
at
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1054)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:601)
at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:214)
at
org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
at java.lang.Thread.run(Thread.java:680)
when accessing JOnAS Admin panel with Jetty 8 container.
Can someone check?
Cheers
S. Ali Tokmen
http://ali.tokmen.com/
GSM (ch): +41 79 207 29 22 [Swisscom]
GSM (fr): +33 66 43 00 555 [Orange]
GSM (tr): +90 555 266 52 73 [Avea]
My AIM, ICQ, MSN Messenger and Yahoo IM
contact details are on http://contact.ali.tokmen.com
On 2011/06/24 23:35, Ryan Zoerner wrote:
> Hi,
>
> In the Servers view, I added a Jonas 5.x server by right-clicking and
> selecting add new server. It is irrelevant to the discussion, the same
> thing happens when I typed "jonas start" from the command-line. I have
> already added paths and JONAS _HOME, _BASE, _ROOT, to my shell config
> file.
>
> I will attach show two outputs here, the first, from the command-line
> and the second, unique items from eclipse.
>
> I will use the 5_3_0_M3 from the tags folder because the 5_3_0_M4 was
> the trunk, cvs updated from the M3 tags folder. (whether cvs went to
> trunk or not, I do not know).
>
> here is Jonas.properties:
> ----------------------------------------------------------------------------------------
> #jonas.service.web.class org.ow2.jonas.web.tomcat7.Tomcat7Service
> jonas.service.web.class org.ow2.jonas.web.jetty8.Jetty8Service
> #jonas.service.web.class org.ow2.jonas.web.tomcat6.Tomcat6Service
> #jonas.service.web.class org.ow2.jonas.web.jetty6.Jetty6Service
> ----------------------------------------------------------------------------------------
>
> Terminal:
> http://pages.cs.wisc.edu/~zoerner/downloads/dev/referenced_in_mailing_list_question/Jonas_5_3_0_M3_terminal_start.txt
> <http://pages.cs.wisc.edu/%7Ezoerner/downloads/dev/referenced_in_mailing_list_question/Jonas_5_3_0_M3_terminal_start.txt>
>
>
> Eclipse:
> http://pages.cs.wisc.edu/~zoerner/downloads/dev/referenced_in_mailing_list_question/Jonas_5_3_0_M3_eclipse_start_console.txt
> <http://pages.cs.wisc.edu/%7Ezoerner/downloads/dev/referenced_in_mailing_list_question/Jonas_5_3_0_M3_eclipse_start_console.txt>
>
>
> If you wish me to print them for the mailing list, I will, otherwise,
> I thought it would be a bit cleaner this way.
>
> Thank you.
>
> Ryan Zoerner
>