Hi Sara,

Some comments inline:

Cheers,

--Kurt

On 9/29/11 11:44 AM, Sara di Gregorio wrote:
Hi Kurt,

firstly, thank you for your answer.

1. Yes, this morning I subscribed me to the user list

2. I used the bundles version 3.0.4 and 3.1.0, but I have had a StackOverflowException
What platform are you on? Unzip and run should work fine without issues. Please send us the steps to reproduce along with the stacktraces you see.
, so I have decided to follow the instructions on the link I posted in the last mail. Anyway now I try to do the diff with what I have, as you told me and I will give you an answer as soon as possibile. Please, if you have other ideas or you need other information you can contact me.
You can also check out the sources and look in the juddi-console submodule to see which files we overlay.

Thank you very much,
Sara


l 29/09/2011 17.29, Kurt T Stam ha scritto:
Hi Sara,

1. You will need to subscribe to the user list to receive responses: http://juddi.apache.org/mail-lists.html

2. I think you missed a step, or maybe we missed a step in the instructions (cross context support does not seem to be enabled). Please either use the tomcat-portal-bundle which is preconfigured. Or you can use the bundle to do a diff with what you have.

Cheers,
--Kurt


On 9/29/11 5:47 AM, Sara di Gregorio wrote:
Hi,

I've a problem with the exception in object.

The configuration where I'm working on is the following:
- Tomcat 6.0.33
- jUDDI 3.0.4
- db mySQL

To install jUDDI on Tomcat I executed the following instructions http://thoughtsasaservice.wordpress.com/2011/07/22/how-to-install-juddi-on-tomcat/

When I start Tomcat,
- http://localhost:8080/juddiv3/ (and so the application \webapps\juddiv3 ) - http://localhost:8080/pluto/portal/Pluto%20Admin (and so the application \webapps\pluto )
I see these are correctly deployed.

The problem in on the application \webapps\uddi-portlets because when I click on the link http://localhost:8080/pluto/portal/jUDDI%20Admin the following error is shown:

org.apache.pluto.PortletContainerException: Unable to obtain the servlet context for the portlet app context path [/uddi-portlets]. Make sure that the portlet app has been deployed, and that cross context support is enabled for the portal app. at org.apache.pluto.core.PortletContainerImpl.getPortletAppContext(PortletContainerImpl.java:429) at org.apache.pluto.core.PortletContainerImpl.doRender(PortletContainerImpl.java:155) at org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:152) at org.apache.jsp.WEB_002dINF.themes.portlet_002dskin_jsp._jspx_meth_pluto_005fportlet_005f0(portlet_002dskin_jsp.java:105) at org.apache.jsp.WEB_002dINF.themes.portlet_002dskin_jsp._jspService(portlet_002dskin_jsp.java:79) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:551) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:488) at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_005fforEach_005f1(pluto_002ddefault_002dtheme_jsp.java:589) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_005fotherwise_005f0(pluto_002ddefault_002dtheme_jsp.java:533) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_005fchoose_005f0(pluto_002ddefault_002dtheme_jsp.java:394) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspService(pluto_002ddefault_002dtheme_jsp.java:227) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302) at org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:151)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:877) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:594) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1675)
    at java.lang.Thread.run(Thread.java:662)

Can someone help me, please?

You can contact me if you need other information.

Thank you very much,
Sara





Reply via email to