dev@glassfish.java.net

Admin console errors

From: Robert Hellwig <Robert.Hellwig_at_Sun.COM>
Date: Fri, 01 Jul 2005 00:07:03 +0200

Hello,

are the Configuration Items in the Admin web GUI suppose to work ? I
built Glassfish according to the build instructions found on java.net on
Solaris 10 X86 without any problems.

The moment I start Glassfish for the first time I see this in my server.log:

[#|2005-06-30T00:13:52.029+0200|WARNING|TestAbbrevProductName9.0|javax.enterprise.system.core|_ThreadID=10;|Exception
occured while accessing :MEjbApp.ear_deployFailed|#]

The moment I log into the Admin GUI and click on any configuration item
(except for Thread pool, Connector Service and Diagnostic Service) I get
the following result in my GUI:

A "com.sun.enterprise.tools.guiframework.exception.FrameworkException"
was caught. The message from the exception: "Unabled to handle
pre-compiled JSP '/jsp/webContainerGeneral.jsp'. Expected pre-compiled
classname: 'org.apache.jsp.jsp.webContainerGeneral_jsp'."

The root cause is "javax.management.InstanceNotFoundException: MBean
instance not found:
com.sun.appserv:type=load-balancer,name=tree.webContainer,category=config"

See the HTML source for more detailed (stack trace) information.


The server log has a more detailed stack trace but I guess the most
interesting part is this:
.
..
...
Caused by: javax.servlet.ServletException:
com.sun.enterprise.tools.guiframework.exception.FrameworkException:
java.lang.reflect.InvocationTargetException while attempting to process
a 'beginDisplay' event for 'PropertiesTable'.
at
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:912)
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:845)
at
org.apache.jsp.jsp.webContainerGeneral_jsp._jspService(webContainerGeneral_jsp.java:130)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
at
com.sun.enterprise.tools.admingui.servlet.HandlePrecompiledJsp.doPost(HandlePrecompiledJsp.java:75)
... 77 more


However I’m able to click for example on the triangle next to the Java
Message Service, expand it and configure my JMS services. Meaning that
only the Web Container and EJB Container Configuration options are
rendered useless for me at this point.

Anybody has any ideas?

gr,

--Robert