Dear Kurt,In reality, This reply not help me.
The problem comes from the class: OWLSMatchmakerClient , and from this line:
resultElement = uddiProxy.send(capabilitySearch, true);
I obtain always: resultElement[Fault: null]and in the Tomcat server, I obtain
this error:
ERROR [http-8083-Processor25] (StandardWrapperValve.java:253) -
"Servlet.service()" pour la servlet UDDIMatchMakerServlet a gÚnÚrÚ une
exceptionEDU.cmu.Atlas.matchmaker.client.servlet.UDDIMatchMakerServletException:
Unable to query at
EDU.cmu.Atlas.matchmaker.client.servlet.UDDIMatchMakerServlet.queryUDDI(UDDIMatchMakerServlet.java:205)
at
EDU.cmu.Atlas.matchmaker.client.servlet.UDDIMatchMakerServlet.doGet(UDDIMatchMakerServlet.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)Caused by:
EDU.cmu.Atlas.matchmaker.client.OWLSMatchmakerClientException at
EDU.cmu.Atlas.matchmaker.client.OWLSMatchmakerClient.query(OWLSMatchmakerClient.java:401)
at
EDU.cmu.Atlas.matchmaker.client.servlet.ServletOWLSMatchmakerClient.queryUDDI(ServletOWLSMatchmakerClient.java:146)
at
EDU.cmu.Atlas.matchmaker.client.servlet.UDDIMatchMakerServlet.queryUDDI(UDDIMatchMakerServlet.java:190)
... 17 more
So, Can you give me any idea, please?I am blocked for a lon period and I am
unable to continue my master project!!!
Thank you in advance.Date: Mon, 14 May 2012 10:12:41 -0400
From: [email protected]
To: [email protected]
Subject: Re: Help
Hi Maria,
Was Tom's reply helpful at all?
"What this error is telling you is that <capability_search/>
is not a valid UDDI element. This looks like it is some
enhancement added by OWLS or MatchMaker, but this is not in the UDDI
specification and is in no way supported by jUDDI.
http://semwebcentral.org/pipermail/owlseditor-developer/2005-February/000162.html
My advice would be to run through the OWLS/MatchMaker configuration
with a fine toothed comb, because my guess is that you have
something misconfigured or installed incorrectly. We don't
support this though at all whatsoever."
Thx,
--Kurt
On 5/14/12 10:07 AM, Maria Din wrote:
Hello,
I am a master student.
I work on the discovery of semantic web services.
I want to know with
which tools you are working?
I use "OWLSMatchmakerClient
v1.2" on the client side, "juddi v0.8" and "OWLS/UDDI
Matchmaker v1.3" on the server side.I could do
the publication of a service.But, I couldn't do the discovery
of a service!
In juddi and especially in juddi.log, I get this
error when I send the semantic query:
ERROR
org.juddi.handler.HandlerMaker - can't find handler for
element type "capability_search".
The element "capability_search” is
a tag.
This message comes from this line:
public
static final String UDDI_TAG = "capability_search";
By accessing juddi.jar
In the class HandlerMaker, I
understand that this problem exists because handler =
null.
But, I am not understand the
problem!!!!
I want to know if there is a
configuration for "HandlerMaker" or “UDDI4j.jar”
Please, have you any idea about my
problem ? , I am
really blocked.
Thank you in advance.
--
Best regards,
Maria