You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by Renato Souza <re...@gmail.com> on 2008/05/29 21:13:02 UTC

Problem trying to get authentication

Hi guys,
I'm having some problem while trying to get authentication on jUDDI
through console. Don't matter what I put on "userID" and "cred" (as
told in the tutorial which I've read, the publisher is registered as
juddi with pass 123456.. but this doesn't work) it always gives me the
following response. What can I do?

<?xml version="1.0" encoding="utf-8" ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Header/>
  <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Server</faultcode>
      <faultstring>Fault string, and possibly fault code, not set</faultstring>
    </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-user-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-user-help@ws.apache.org


Re: Problem trying to get authentication

Posted by Kurt T Stam <ku...@gmail.com>.
Can you work with the latest release 2.0rc5?

http://ws.apache.org/juddi/releases.html

--Kurt

Renato Souza wrote:
> any ideas?
>
> 2008/5/30 Renato Souza <renatoufu@gmail.com <ma...@gmail.com>>:
>
>     2008-05-30 13:32:49,922 [http-8080-Processor24] WARN 
>     org.apache.axis.utils.JavaUtils  - Unable to find required classes
>     (javax.activation.DataHandler and
>     javax.mail.internet.MimeMultipart). Attachment support is disabled.
>     2008-05-30 13:33:05,858 [http-8080-Processor23] INFO 
>     org.apache.juddi.util.Loader  - Using the Context ClassLoader
>     2008-05-30 13:33:05,858 [http-8080-Processor23] WARN 
>     org.apache.juddi.util.Loader  - Failed to load the class
>     net.viens.juddi.auth.MyCoolAuthenticator with context class loader
>     java.lang.ClassNotFoundException:
>     net.viens.juddi.auth.MyCoolAuthenticator
>     2008-05-30 13:33:05,858 [http-8080-Processor23] INFO 
>     org.apache.juddi.util.Loader  - Using the System ClassLoader
>     2008-05-30 13:33:05,858 [http-8080-Processor23] WARN 
>     org.apache.juddi.util.Loader  - Failed to load the class
>     net.viens.juddi.auth.MyCoolAuthenticator with system class loader
>     java.lang.ClassNotFoundException:
>     net.viens.juddi.auth.MyCoolAuthenticator
>     2008-05-30 13:33:05,858 [http-8080-Processor23] ERROR
>     org.apache.juddi.registry.AbstractService  -
>     java.lang.NullPointerException
>         at
>     org.apache.juddi.auth.AuthenticatorFactory.createAuthenticator(AuthenticatorFactory.java:94)
>         at
>     org.apache.juddi.auth.AuthenticatorFactory.getAuthenticator(AuthenticatorFactory.java:54)
>         at
>     org.apache.juddi.function.GetAuthTokenFunction.execute(GetAuthTokenFunction.java:65)
>         at
>     org.apache.juddi.registry.RegistryEngine.execute(RegistryEngine.java:194)
>         at
>     org.apache.juddi.registry.AbstractService.doPost(AbstractService.java:159)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>         at
>     org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>         at
>     org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>         at
>     org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>         at
>     org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
>         at
>     org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>         at
>     org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>         at
>     org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>         at
>     org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>         at
>     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
>         at
>     org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>         at
>     org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>         at
>     org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>         at
>     org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>         at java.lang.Thread.run(Thread.java:595)
>
>     2008/5/30 Kurt T Stam <kurt.stam@gmail.com
>     <ma...@gmail.com>>:
>
>         Do you have a stack trace in the log?
>
>
>         Renato Souza wrote:
>>         Problem solved. The point was the java version. jUDDI does
>>         not work yet with java 6.
>>         But now when i try to get the auth token appears the
>>         following on the response textarea:
>>
>>         */<result errno="10500">
>>         <errInfo errCode="E_fatalError" xsi:type="xsd:string">A
>>         serious technical exception has occurred while processing the
>>         request. An internal UDDI server error has occurred. Please
>>         report this error to the UDDI server administrator.</errInfo>
>>         </result>
>>         /*
>>         Anything I can do to solve this?
>>
>>         2008/5/29 Renato Souza <renatoufu@gmail.com
>>         <ma...@gmail.com>>:
>>         > Hi guys,
>>         > I'm having some problem while trying to get authentication
>>         on jUDDI
>>         > through console. Don't matter what I put on "userID" and
>>         "cred" (as
>>         > told in the tutorial which I've read, the publisher is
>>         registered as
>>         > juddi with pass 123456.. but this doesn't work) it always
>>         gives me the
>>         > following response. What can I do?
>>         >
>>         > <?xml version="1.0" encoding="utf-8" ?>
>>         > <SOAP-ENV:Envelope
>>         xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
>>         >  <SOAP-ENV:Header/>
>>         >  <SOAP-ENV:Body>
>>         >    <SOAP-ENV:Fault>
>>         >      <faultcode>SOAP-ENV:Server</faultcode>
>>         >      <faultstring>Fault string, and possibly fault code,
>>         not set</faultstring>
>>         >    </SOAP-ENV:Fault>
>>         >  </SOAP-ENV:Body>
>>         > </SOAP-ENV:Envelope>
>>         >
>>
>
>
>


Re: Doubs

Posted by Anne Thomas Manes <at...@gmail.com>.
See this technical note to see how to map WSDL information to the UDDI
data model:
http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v202-20040631.htm

Anne

On Mon, Jun 2, 2008 at 4:18 PM, Diaz, Augusto (GE Comm Fin, non-ge)
<au...@ge.com> wrote:
>
>  Hello
>
> I now that maybe this is not where I should ask, but seems that here I
> can find anwsers quickly.
>
> Why bindingTemplate is useful?
> What is accessPoint field in bindingTemplate?
>
> I don't understand those things. I have a simple WebService with my WSDL
> file and I want to publish it in a private UDDI registry.
>
>
> Thanks in advance.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: juddi-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: juddi-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-user-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-user-help@ws.apache.org


Doubs

Posted by "Diaz, Augusto (GE Comm Fin, non-ge)" <au...@ge.com>.
 Hello

I now that maybe this is not where I should ask, but seems that here I
can find anwsers quickly. 

Why bindingTemplate is useful? 
What is accessPoint field in bindingTemplate?

I don't understand those things. I have a simple WebService with my WSDL
file and I want to publish it in a private UDDI registry.


Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-user-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-user-help@ws.apache.org


Re: Problem trying to get authentication

Posted by Renato Souza <re...@gmail.com>.
When I try to use the 2.0rc5 it gives even more errors..
I forgot to compile the class Tom, but now I did it and that error doesn't
appears anymore. But another error is appearing:
On jUDDI:

*<faultcode xmlns:ns1="http://xml.apache.org/axis/
">ns1:Server.generalException</faultcode>
<faultstring></faultstring>
*

on stdout log:

*2008-06-03 11:30:02,171 [http-8080-Processor25] ERROR
org.apache.juddi.function.GetAuthTokenFunction  -
java.lang.NullPointerException
2008-06-03 11:30:02,171 [http-8080-Processor25] ERROR
org.apache.juddi.registry.AbstractService  - java.lang.NullPointerException
2008-06-03 11:30:02,171 [http-8080-Processor25] ERROR
org.apache.juddi.registry.AbstractService  - A serious error has occured
while assembling the SOAP Fault.
java.lang.IllegalArgumentException: local part cannot be "null" when
creating a QName
    at javax.xml.namespace.QName.<init>(QName.java:214)
    at javax.xml.namespace.QName.<init>(QName.java:163)
...
...
*
anything I can do?

Re: Problem trying to get authentication

Posted by Tom Cunningham <tc...@redhat.com>.
It looks like it can't find "net.viens.juddi.auth.MyCoolAuthenticator" - 
that's an example class that's not shipped - I'm assuming you've 
provided it?

You should check out :

http://wiki.apache.org/ws/Create_a_custom_jUDDI_Authenticator
http://wiki.apache.org/ws/Using_JBoss_to_Authenticate_Users


Renato Souza wrote:
> any ideas?
>
> 2008/5/30 Renato Souza <renatoufu@gmail.com <ma...@gmail.com>>:
>
>     2008-05-30 13:32:49,922 [http-8080-Processor24] WARN 
>     org.apache.axis.utils.JavaUtils  - Unable to find required classes
>     (javax.activation.DataHandler and
>     javax.mail.internet.MimeMultipart). Attachment support is disabled.
>     2008-05-30 13:33:05,858 [http-8080-Processor23] INFO 
>     org.apache.juddi.util.Loader  - Using the Context ClassLoader
>     2008-05-30 13:33:05,858 [http-8080-Processor23] WARN 
>     org.apache.juddi.util.Loader  - Failed to load the class
>     net.viens.juddi.auth.MyCoolAuthenticator with context class loader
>     java.lang.ClassNotFoundException:
>     net.viens.juddi.auth.MyCoolAuthenticator
>     2008-05-30 13:33:05,858 [http-8080-Processor23] INFO 
>     org.apache.juddi.util.Loader  - Using the System ClassLoader
>     2008-05-30 13:33:05,858 [http-8080-Processor23] WARN 
>     org.apache.juddi.util.Loader  - Failed to load the class
>     net.viens.juddi.auth.MyCoolAuthenticator with system class loader
>     java.lang.ClassNotFoundException:
>     net.viens.juddi.auth.MyCoolAuthenticator
>     2008-05-30 13:33:05,858 [http-8080-Processor23] ERROR
>     org.apache.juddi.registry.AbstractService  -
>     java.lang.NullPointerException
>         at
>     org.apache.juddi.auth.AuthenticatorFactory.createAuthenticator(AuthenticatorFactory.java:94)
>         at
>     org.apache.juddi.auth.AuthenticatorFactory.getAuthenticator(AuthenticatorFactory.java:54)
>         at
>     org.apache.juddi.function.GetAuthTokenFunction.execute(GetAuthTokenFunction.java:65)
>         at
>     org.apache.juddi.registry.RegistryEngine.execute(RegistryEngine.java:194)
>         at
>     org.apache.juddi.registry.AbstractService.doPost(AbstractService.java:159)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>         at
>     org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>         at
>     org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>         at
>     org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>         at
>     org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
>         at
>     org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>         at
>     org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>         at
>     org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>         at
>     org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>         at
>     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
>         at
>     org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>         at
>     org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>         at
>     org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>         at
>     org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>         at java.lang.Thread.run(Thread.java:595)
>
>     2008/5/30 Kurt T Stam <kurt.stam@gmail.com
>     <ma...@gmail.com>>:
>
>         Do you have a stack trace in the log?
>
>
>         Renato Souza wrote:
>>         Problem solved. The point was the java version. jUDDI does
>>         not work yet with java 6.
>>         But now when i try to get the auth token appears the
>>         following on the response textarea:
>>
>>         */<result errno="10500">
>>         <errInfo errCode="E_fatalError" xsi:type="xsd:string">A
>>         serious technical exception has occurred while processing the
>>         request. An internal UDDI server error has occurred. Please
>>         report this error to the UDDI server administrator.</errInfo>
>>         </result>
>>         /*
>>         Anything I can do to solve this?
>>
>>         2008/5/29 Renato Souza <renatoufu@gmail.com
>>         <ma...@gmail.com>>:
>>         > Hi guys,
>>         > I'm having some problem while trying to get authentication
>>         on jUDDI
>>         > through console. Don't matter what I put on "userID" and
>>         "cred" (as
>>         > told in the tutorial which I've read, the publisher is
>>         registered as
>>         > juddi with pass 123456.. but this doesn't work) it always
>>         gives me the
>>         > following response. What can I do?
>>         >
>>         > <?xml version="1.0" encoding="utf-8" ?>
>>         > <SOAP-ENV:Envelope
>>         xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
>>         >  <SOAP-ENV:Header/>
>>         >  <SOAP-ENV:Body>
>>         >    <SOAP-ENV:Fault>
>>         >      <faultcode>SOAP-ENV:Server</faultcode>
>>         >      <faultstring>Fault string, and possibly fault code,
>>         not set</faultstring>
>>         >    </SOAP-ENV:Fault>
>>         >  </SOAP-ENV:Body>
>>         > </SOAP-ENV:Envelope>
>>         >
>>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-user-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-user-help@ws.apache.org


Re: Problem trying to get authentication

Posted by Renato Souza <re...@gmail.com>.
any ideas?

2008/5/30 Renato Souza <re...@gmail.com>:

> 2008-05-30 13:32:49,922 [http-8080-Processor24] WARN
> org.apache.axis.utils.JavaUtils  - Unable to find required classes
> (javax.activation.DataHandler and javax.mail.internet.MimeMultipart).
> Attachment support is disabled.
> 2008-05-30 13:33:05,858 [http-8080-Processor23] INFO
> org.apache.juddi.util.Loader  - Using the Context ClassLoader
> 2008-05-30 13:33:05,858 [http-8080-Processor23] WARN
> org.apache.juddi.util.Loader  - Failed to load the class
> net.viens.juddi.auth.MyCoolAuthenticator with context class loader
> java.lang.ClassNotFoundException: net.viens.juddi.auth.MyCoolAuthenticator
> 2008-05-30 13:33:05,858 [http-8080-Processor23] INFO
> org.apache.juddi.util.Loader  - Using the System ClassLoader
> 2008-05-30 13:33:05,858 [http-8080-Processor23] WARN
> org.apache.juddi.util.Loader  - Failed to load the class
> net.viens.juddi.auth.MyCoolAuthenticator with system class loader
> java.lang.ClassNotFoundException: net.viens.juddi.auth.MyCoolAuthenticator
> 2008-05-30 13:33:05,858 [http-8080-Processor23] ERROR
> org.apache.juddi.registry.AbstractService  -
> java.lang.NullPointerException
>     at
> org.apache.juddi.auth.AuthenticatorFactory.createAuthenticator(AuthenticatorFactory.java:94)
>     at
> org.apache.juddi.auth.AuthenticatorFactory.getAuthenticator(AuthenticatorFactory.java:54)
>     at
> org.apache.juddi.function.GetAuthTokenFunction.execute(GetAuthTokenFunction.java:65)
>     at
> org.apache.juddi.registry.RegistryEngine.execute(RegistryEngine.java:194)
>     at
> org.apache.juddi.registry.AbstractService.doPost(AbstractService.java:159)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>     at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>     at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>     at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>     at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
>     at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>     at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>     at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>     at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>     at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
>     at
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>     at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>     at
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>     at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>     at java.lang.Thread.run(Thread.java:595)
>
> 2008/5/30 Kurt T Stam <ku...@gmail.com>:
>
>  Do you have a stack trace in the log?
>>
>>
>> Renato Souza wrote:
>>
>> Problem solved. The point was the java version. jUDDI does not work yet
>> with java 6.
>> But now when i try to get the auth token appears the following on the
>> response textarea:
>>
>> *<result errno="10500">
>> <errInfo errCode="E_fatalError" xsi:type="xsd:string">A serious technical
>> exception has occurred while processing the request. An internal UDDI server
>> error has occurred. Please report this error to the UDDI server
>> administrator.</errInfo>
>> </result>
>> *
>> Anything I can do to solve this?
>>
>> 2008/5/29 Renato Souza <re...@gmail.com>:
>> > Hi guys,
>> > I'm having some problem while trying to get authentication on jUDDI
>> > through console. Don't matter what I put on "userID" and "cred" (as
>> > told in the tutorial which I've read, the publisher is registered as
>> > juddi with pass 123456.. but this doesn't work) it always gives me the
>> > following response. What can I do?
>> >
>> > <?xml version="1.0" encoding="utf-8" ?>
>> > <SOAP-ENV:Envelope xmlns:SOAP-ENV="
>> http://schemas.xmlsoap.org/soap/envelope/">
>> >  <SOAP-ENV:Header/>
>> >  <SOAP-ENV:Body>
>> >    <SOAP-ENV:Fault>
>> >      <faultcode>SOAP-ENV:Server</faultcode>
>> >      <faultstring>Fault string, and possibly fault code, not
>> set</faultstring>
>> >    </SOAP-ENV:Fault>
>> >  </SOAP-ENV:Body>
>> > </SOAP-ENV:Envelope>
>> >
>>
>>
>>
>

Re: Problem trying to get authentication

Posted by Renato Souza <re...@gmail.com>.
2008-05-30 13:32:49,922 [http-8080-Processor24] WARN
org.apache.axis.utils.JavaUtils  - Unable to find required classes
(javax.activation.DataHandler and javax.mail.internet.MimeMultipart).
Attachment support is disabled.
2008-05-30 13:33:05,858 [http-8080-Processor23] INFO
org.apache.juddi.util.Loader  - Using the Context ClassLoader
2008-05-30 13:33:05,858 [http-8080-Processor23] WARN
org.apache.juddi.util.Loader  - Failed to load the class
net.viens.juddi.auth.MyCoolAuthenticator with context class loader
java.lang.ClassNotFoundException: net.viens.juddi.auth.MyCoolAuthenticator
2008-05-30 13:33:05,858 [http-8080-Processor23] INFO
org.apache.juddi.util.Loader  - Using the System ClassLoader
2008-05-30 13:33:05,858 [http-8080-Processor23] WARN
org.apache.juddi.util.Loader  - Failed to load the class
net.viens.juddi.auth.MyCoolAuthenticator with system class loader
java.lang.ClassNotFoundException: net.viens.juddi.auth.MyCoolAuthenticator
2008-05-30 13:33:05,858 [http-8080-Processor23] ERROR
org.apache.juddi.registry.AbstractService  -
java.lang.NullPointerException
    at
org.apache.juddi.auth.AuthenticatorFactory.createAuthenticator(AuthenticatorFactory.java:94)
    at
org.apache.juddi.auth.AuthenticatorFactory.getAuthenticator(AuthenticatorFactory.java:54)
    at
org.apache.juddi.function.GetAuthTokenFunction.execute(GetAuthTokenFunction.java:65)
    at
org.apache.juddi.registry.RegistryEngine.execute(RegistryEngine.java:194)
    at
org.apache.juddi.registry.AbstractService.doPost(AbstractService.java:159)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
    at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
    at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
    at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
    at java.lang.Thread.run(Thread.java:595)

2008/5/30 Kurt T Stam <ku...@gmail.com>:

>  Do you have a stack trace in the log?
>
>
> Renato Souza wrote:
>
> Problem solved. The point was the java version. jUDDI does not work yet
> with java 6.
> But now when i try to get the auth token appears the following on the
> response textarea:
>
> *<result errno="10500">
> <errInfo errCode="E_fatalError" xsi:type="xsd:string">A serious technical
> exception has occurred while processing the request. An internal UDDI server
> error has occurred. Please report this error to the UDDI server
> administrator.</errInfo>
> </result>
> *
> Anything I can do to solve this?
>
> 2008/5/29 Renato Souza <re...@gmail.com>:
> > Hi guys,
> > I'm having some problem while trying to get authentication on jUDDI
> > through console. Don't matter what I put on "userID" and "cred" (as
> > told in the tutorial which I've read, the publisher is registered as
> > juddi with pass 123456.. but this doesn't work) it always gives me the
> > following response. What can I do?
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <SOAP-ENV:Envelope xmlns:SOAP-ENV="
> http://schemas.xmlsoap.org/soap/envelope/">
> >  <SOAP-ENV:Header/>
> >  <SOAP-ENV:Body>
> >    <SOAP-ENV:Fault>
> >      <faultcode>SOAP-ENV:Server</faultcode>
> >      <faultstring>Fault string, and possibly fault code, not
> set</faultstring>
> >    </SOAP-ENV:Fault>
> >  </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
> >
>
>
>

Re: Problem trying to get authentication

Posted by Kurt T Stam <ku...@gmail.com>.
Do you have a stack trace in the log?

Renato Souza wrote:
> Problem solved. The point was the java version. jUDDI does not work 
> yet with java 6.
> But now when i try to get the auth token appears the following on the 
> response textarea:
>
> */<result errno="10500">
> <errInfo errCode="E_fatalError" xsi:type="xsd:string">A serious 
> technical exception has occurred while processing the request. An 
> internal UDDI server error has occurred. Please report this error to 
> the UDDI server administrator.</errInfo>
> </result>
> /*
> Anything I can do to solve this?
>
> 2008/5/29 Renato Souza <renatoufu@gmail.com <ma...@gmail.com>>:
> > Hi guys,
> > I'm having some problem while trying to get authentication on jUDDI
> > through console. Don't matter what I put on "userID" and "cred" (as
> > told in the tutorial which I've read, the publisher is registered as
> > juddi with pass 123456.. but this doesn't work) it always gives me the
> > following response. What can I do?
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <SOAP-ENV:Envelope 
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
> >  <SOAP-ENV:Header/>
> >  <SOAP-ENV:Body>
> >    <SOAP-ENV:Fault>
> >      <faultcode>SOAP-ENV:Server</faultcode>
> >      <faultstring>Fault string, and possibly fault code, not 
> set</faultstring>
> >    </SOAP-ENV:Fault>
> >  </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
> >
>


Re: Problem trying to get authentication

Posted by Renato Souza <re...@gmail.com>.
Problem solved. The point was the java version. jUDDI does not work yet with
java 6.
But now when i try to get the auth token appears the following on the
response textarea:

*<result errno="10500">
<errInfo errCode="E_fatalError" xsi:type="xsd:string">A serious technical
exception has occurred while processing the request. An internal UDDI server
error has occurred. Please report this error to the UDDI server
administrator.</errInfo>
</result>
*
Anything I can do to solve this?

2008/5/29 Renato Souza <re...@gmail.com>:
> Hi guys,
> I'm having some problem while trying to get authentication on jUDDI
> through console. Don't matter what I put on "userID" and "cred" (as
> told in the tutorial which I've read, the publisher is registered as
> juddi with pass 123456.. but this doesn't work) it always gives me the
> following response. What can I do?
>
> <?xml version="1.0" encoding="utf-8" ?>
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/">
>  <SOAP-ENV:Header/>
>  <SOAP-ENV:Body>
>    <SOAP-ENV:Fault>
>      <faultcode>SOAP-ENV:Server</faultcode>
>      <faultstring>Fault string, and possibly fault code, not
set</faultstring>
>    </SOAP-ENV:Fault>
>  </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
>