• 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

UDDI4j samples using IBM test registry

 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
currently I am working with the uddi4j samples that ship with the uddi4j-bin-v2beta.zip package. I am using IBM's test registry and I can run the SaveTModelExample.java and the DeleteTModelExample.java without problems. However, if I run the SaveBusinessExample.java or the BusinessEntitExample.java or even BusinessServiceExample.java I keep getting the following error message back (see below).
Has anybody out the successfully ran all of the samples that whip with the uddi4j package? What UDDI have you used? Maybe I am just doing something wrong in the order of calling the individual samples?
Any help would be appriciated!!!
TIA, Detlef
UDDIException faultCode:Client
operator:www.ibm.com/services/uddi
generic:1.0
errno:10160
errCode:E_accountLimitExceeded
E_accountLimitExceeded (10160) Save request exceeded the quantity limits for the given structure type. business
at org.uddi4j.UDDIElement.<init>(UDDIElement.java:36)
at org.uddi4j.response.BusinessDetail.<init> BusinessDetail.java:89)
errInfoText:E_accountLimitExceeded (10160) Save request exceeded the quantity limits for the given structure type. business
at org.uddi4j.client.UDDIProxy.save_business(UDDIProxy.java:1416)
at BusinessServiceExample.run(BusinessServiceExample.java:91)
at BusinessServiceExample.main(BusinessServiceExample.java:53)

------------------
Detlef Folger
Sun Certified Java2 Programmer
 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you can only have register so many business services in a test regisrty- about 4 I think. So you may have exceeded that. Delete some and try.
HTH
Sanjay
 
David Follow
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
as far as I know I have registered only one so far, but I will try to delete that one and try again.
Thanks, Detlef

Originally posted by Sanjay Bahal:
I think you can only have register so many business services in a test regisrty- about 4 I think. So you may have exceeded that. Delete some and try.
HTH
Sanjay


 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess the problem stays at the Business entity quantities, IBM test UDDI site only allows one. and for the Business service , it allows 20.
If U create your own business entity, then you can try these tests.
 
Nothing? Or something? Like this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic