• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

FindBusinessExample problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Running the FindBusinessExample i get this error:


*********** Running FindBusinessExample ***********
TransportFactory: Using transport name rg.uddi4j.transport.ApacheAxisTransport

Request message:
<find_business generic="2.0" maxRows="5" xmlns="urn:uddi-org:api_v2"><findQualif
iers><findQualifier>caseSensitiveMatch</findQualifier></findQualifiers><name>S</
name></find_business>

Response message:
<Fault><faultstring>unable to return a good connection, slack=50</faultstring></
Fault>
unable to return a good connection, slack=50
at org.uddi4j.UDDIElement.<init>(Unknown Source)
at org.uddi4j.response.BusinessList.<init>(Unknown Source)
at org.uddi4j.client.UDDIProxy.find_business(Unknown Source)
at FindBusinessExample.run(Unknown Source)
at FindBusinessExample.main(Unknown Source)

Does anybody know what's the problem with my JUDDI configuration?
 
reply
    Bookmark Topic Watch Topic
  • New Topic