[jboss-jira] [JBoss JIRA] Updated: (JBAS-7488) Web Console: getServerBaseURL() undefined for ServerConfigImplMBean
Ondrej Žižka (JIRA)
jira-events at lists.jboss.org
Fri Nov 27 13:45:35 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-7488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ondrej Žižka updated JBAS-7488:
-------------------------------
Fix Version/s: (was: JBossAS-6.0.0.M1)
Affects Version/s: JBossAS-6.0.0.M1
Description:
Run Jboss AS 6M1, open the Web Console (not Admin Console).
You'll see:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 87 in the jsp file: /ServerInfo.jsp
The method getServerBaseURL() is undefined for the type ServerConfigImplMBean
84: <h4>Environment</h4>
85: <p align="left"><font size="1"><b>Start date: </b><%=server.getStartDate()%></font></p>
86: <p align="left"><font size="1"><b>Host: </b><%=serverInfo.getHostName()%> (<%=serverInfo.getHostAddress ()%>)</font></p>
87: <p align="left"><font size="1"><b>Base Location: </b><%=serverConfig.getServerBaseURL()%></font></p>
88: <p align="left"><font size="1"><b>Base Location (local): </b><%=serverConfig.getServerBaseDir()%></font></p>
89: <p align="left"><font size="1"><b>Running config: </b>'<%= serverConfig.getServerHomeDir().getName()%>'</font></td>
90: </tr>
was:
Run Jboss AS 6M1, open the console.
You'll see:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 87 in the jsp file: /ServerInfo.jsp
The method getServerBaseURL() is undefined for the type ServerConfigImplMBean
84: <h4>Environment</h4>
85: <p align="left"><font size="1"><b>Start date: </b><%=server.getStartDate()%></font></p>
86: <p align="left"><font size="1"><b>Host: </b><%=serverInfo.getHostName()%> (<%=serverInfo.getHostAddress ()%>)</font></p>
87: <p align="left"><font size="1"><b>Base Location: </b><%=serverConfig.getServerBaseURL()%></font></p>
88: <p align="left"><font size="1"><b>Base Location (local): </b><%=serverConfig.getServerBaseDir()%></font></p>
89: <p align="left"><font size="1"><b>Running config: </b>'<%= serverConfig.getServerHomeDir().getName()%>'</font></td>
90: </tr>
Priority: Critical (was: Major)
> Web Console: getServerBaseURL() undefined for ServerConfigImplMBean
> -------------------------------------------------------------------
>
> Key: JBAS-7488
> URL: https://jira.jboss.org/jira/browse/JBAS-7488
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: JBossAS-6.0.0.M1
> Reporter: Ondrej Žižka
> Priority: Critical
>
> Run Jboss AS 6M1, open the Web Console (not Admin Console).
> You'll see:
> org.apache.jasper.JasperException: Unable to compile class for JSP:
> An error occurred at line: 87 in the jsp file: /ServerInfo.jsp
> The method getServerBaseURL() is undefined for the type ServerConfigImplMBean
> 84: <h4>Environment</h4>
> 85: <p align="left"><font size="1"><b>Start date: </b><%=server.getStartDate()%></font></p>
> 86: <p align="left"><font size="1"><b>Host: </b><%=serverInfo.getHostName()%> (<%=serverInfo.getHostAddress ()%>)</font></p>
> 87: <p align="left"><font size="1"><b>Base Location: </b><%=serverConfig.getServerBaseURL()%></font></p>
> 88: <p align="left"><font size="1"><b>Base Location (local): </b><%=serverConfig.getServerBaseDir()%></font></p>
> 89: <p align="left"><font size="1"><b>Running config: </b>'<%= serverConfig.getServerHomeDir().getName()%>'</font></td>
> 90: </tr>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list