You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Alex O'Ree (JIRA)" <ju...@ws.apache.org> on 2013/09/04 00:05:54 UTC

[jira] [Updated] (JUDDI-646) Configuring the node id causes the splash page to fail to render

     [ https://issues.apache.org/jira/browse/JUDDI-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex O'Ree updated JUDDI-646:
-----------------------------

    Fix Version/s: 3.2
    
> Configuring the node id causes the splash page to fail to render
> ----------------------------------------------------------------
>
>                 Key: JUDDI-646
>                 URL: https://issues.apache.org/jira/browse/JUDDI-646
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 3.1.5
>            Reporter: Alex O'Ree
>            Assignee: Kurt T Stam
>             Fix For: 3.2
>
>
> this is a logic issue, the node id is suppose to identify the unique id of the uddi server, not the root/first business
> HTTP Status 500 -
> 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 61
> 58:                     String nodeName = "";
> 59:                     String nodeDescription = "";
> 60: 
> 61:                     BusinessEntity be = Install.getNodeBusinessEntity(nodeId);
> 62: 
> 63:                     if (be != null) {
> 64:                         Name n = (Name) be.getName().get(0);
> Stacktrace:
> 	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:407)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> root cause
> org.apache.juddi.v3.error.InvalidKeyPassedException: The business entity was not found for the given key:  uddi:juddi.apache.org:node1
> 	org.apache.juddi.api.impl.UDDIInquiryImpl.getBusinessDetail(UDDIInquiryImpl.java:389)
> 	org.apache.juddi.config.Install.getNodeBusinessEntity(Install.java:623)
> 	org.apache.jsp.index_jsp._jspService(index_jsp.java:114)
> 	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:377)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> note The full stack trace of the root cause is available in the Apache Tomcat/6.0.26 logs.
> Apache Tomcat/6.0.26

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira