The root cause is that the object representing the parsed
configuration file is still null when you get to the rendering of the
tag. It should have been set during the init() process for the
registered PageFlowActionServlet in the web app. Have you noticed some
other exception or error that seems related but in the initialization
process for the web app? For instance, a problem parsing the config
file or another error in the initialization so that the config file
has not yet been parsed?
On 10/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hello,
I am attempting to deploy a web application in the WebLogic Appserver. The
application uses Beehive controls and being new to Beehive, i am unable to
figure out what is missing when i attempt to invoke a simple JSP page. I
attempted to add in the beehive-netui-config.xml to the WEB-INF folder of
the WAR file but it did not help.
Any clues?
Thanks
Ramdas
<Error> <org.apache.beehive.netui.util.config.ConfigUtil> <000000> <An
error occurred parsing the default config file. The NetUI runtime is not
properly configured.>
<Oct 3, 2006 12:35:31 PM EDT> <Error> <HTTP> <BEA-101017>
<[EMAIL PROTECTED] - appName:
'_appsdir_ear_ear', name: 'sbs/jsp', context-path: '/sbs/jsp'] Root cause
of ServletException.
java.lang.ExceptionInInitializerError
at
org.apache.beehive.netui.tags.html.Html.doStartTag(Html.java:204)
at jsp_servlet._usr.__index._jspService(__index.java:115)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at
weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
at
weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
Truncated. see log file for complete stacktrace
java.lang.IllegalStateException: The NetUI runtime could not find the
default config file. The webapp may not function properly.
at
org.apache.beehive.netui.util.config.ConfigUtil.getConfig(ConfigUtil.java:93)
at
org.apache.beehive.netui.tags.rendering.TagRenderingBase.<clinit>(TagRenderingBase.java:74)
at
org.apache.beehive.netui.tags.html.Html.doStartTag(Html.java:204)
at jsp_servlet._usr.__index._jspService(__index.java:115)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34