I worked out my issues.  My juddi instance was having trouble with my
data-source.  I had to update the jboss-web file with the jndi and jdbc
information, although without that, it was still creating the tables,
just not populating them... kind of different, but stranger things have
happened.  



On Thu, 2009-10-22 at 08:16 -0400, Natalie Turner wrote:

> I just recently downloaded the latest jUDDI on EAP 5 beta I and have
> gotten it working on an existing database, but I cleared out the
> database and am having some installation issues.  Here is the error I
> get 
> 
> 
> > ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
> > org.apache.commons.configuration.ConfigurationException: Could not load the 
> > Root node data. Please check for errors.
> 
> 
> The tables are being created in the database but they are not getting
> installed.  
> 
> 2009-10-22 07:59:23,840 INFO  [org.apache.juddi.config.AppConfig]
> (http-0.0.0.0-8280-1) Reading from properties file:
> vfsfile:/home/turnerna/jboss-eap-5.0/jboss-as/server/juddi/deploy/juddiv3.war/WEB-INF/classes/juddiv3.properties
> 2009-10-22 07:59:23,893 INFO  [org.apache.juddi.config.Install]
> (http-0.0.0.0-8280-1) Install data not yet installed.
> 2009-10-22 07:59:23,893 INFO  [org.apache.juddi.config.Install]
> (http-0.0.0.0-8280-1) Going to sleep and retry...
> 2009-10-22 07:59:24,894 INFO  [org.apache.juddi.config.Install]
> (http-0.0.0.0-8280-1) Install data not yet installed.
> 2009-10-22 07:59:24,895 INFO  [org.apache.juddi.config.Install]
> (http-0.0.0.0-8280-1) Going to sleep and retry...
> 2009-10-22 07:59:25,897 INFO  [org.apache.juddi.config.Install]
> (http-0.0.0.0-8280-1) Install data not yet installed.
> 2009-10-22 07:59:25,898 INFO  [org.apache.juddi.config.Install]
> (http-0.0.0.0-8280-1) Going to sleep and retry...
> 
> 
> 
> When I got to the juddiv3 URL, this is what shows.  
> 
> type Exception report
> 
> message 
> 
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
> 
> exception 
> 
> 
> org.apache.jasper.JasperException: An exception occurred processing JSP page 
> /index.jsp at line 59
> 
> 56:     <div class="content">
> 57: <%
> 58:     // This will trigger the install process...
> 59:     String rootPartition = 
> AppConfig.getConfiguration().getString(Property.JUDDI_ROOT_PARTITION);
> 60:   String nodeId = 
> AppConfig.getConfiguration().getString(Property.JUDDI_NODE_ID);
> 61:     String nodeName = "";
> 62:     String nodeDescription = "";
> 2009-10-22 07:59:23,840 INFO  [org.apache.juddi.config.AppConfig] 
> (http-0.0.0.0-8280-1) Reading from properties file:  
> vfsfile:/home/turnerna/jboss-eap-5.0/jboss-as/server/juddi/deploy/juddiv3.war/WEB-INF/classes/juddiv3.properties
> 2009-10-22 07:59:23,893 INFO  [org.apache.juddi.config.Install] 
> (http-0.0.0.0-8280-1) Install data not yet installed.
> 2009-10-22 07:59:23,893 INFO  [org.apache.juddi.config.Install] 
> (http-0.0.0.0-8280-1) Going to sleep and retry...
> 2009-10-22 07:59:24,894 INFO  [org.apache.juddi.config.Install] 
> (http-0.0.0.0-8280-1) Install data not yet installed.
> 2009-10-22 07:59:24,895 INFO  [org.apache.juddi.config.Install] 
> (http-0.0.0.0-8280-1) Going to sleep and retry...
> 2009-10-22 07:59:25,897 INFO  [org.apache.juddi.config.Install] 
> (http-0.0.0.0-8280-1) Install data not yet installed.
> 2009-10-22 07:59:25,898 INFO  [org.apache.juddi.config.Install] 
> (http-0.0.0.0-8280-1) Going to sleep and retry...
> 
> 
> Stacktrace:
>       
> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:498)
>       
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
>       org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
>       org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>       
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> 
> 
> root cause 
> 
> 
> javax.servlet.ServletException: 
> org.apache.commons.configuration.ConfigurationException: Could not load the 
> Root node data. Please check for errors.
>       
> org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:852)
>       
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
>       org.apache.jsp.index_jsp._jspService(index_jsp.java:180)
>       org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>       
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
>       org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
>       org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>       
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> 
> 
> root cause 
> 
> 
> org.apache.commons.configuration.ConfigurationException: Could not load the 
> Root node data. Please check for errors.
>       org.apache.juddi.config.Install.alreadyInstalled(Install.java:205)
>       
> org.apache.juddi.config.AppConfig.getPersistentConfiguration(AppConfig.java:106)
>       org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:88)
>       org.apache.juddi.config.AppConfig.<init>(AppConfig.java:62)
>       org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:172)
>       org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:194)
>       org.apache.jsp.index_jsp._jspService(index_jsp.java:111)
>       org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>       
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
>       org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
>       org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>       
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> 
> 
> note The full stack trace of the root cause is available in the JBoss
> Web/2.1.3.GA logs.
> 
> 
> 
> If you have any helpful hints, they are greatly appreciated! 
> 
> Thanks,
> Natalie
> 
> 
> 
> 
> 
> 

Reply via email to