• 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

UDDI Set up problem

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..,
I have a problem as with regard to UDDI set up!

1) I tried to install the UDDI registry by installing JWSDP1.4 , 1.5 and deploying RegistryServer.war and Xindice.war. But the registry is not starting it is failing with exception

[#|2007-09-27T14:38:24.171+0530|SEVERE|sun-appserver-pe8.2|javax.enterprise.syst
em.container.web|_ThreadID=12;|StandardWrapperValve[RegistryServer]: Allocate ex
ception for servlet RegistryServer
javax.servlet.ServletException: RegistryServerServlet.checkDatabaseCollections()
: Command = "{filePath=D:\Setups\Sun\AppServer\domains\domain1\applications\j2ee
-modules\RegistryServer\/WEB-INF/classes/databaseBootstrap/db/authinfo, collecti
on=xindice://localhost:8080/db, extension=}", Exception: javax.servlet.ServletEx
ception: RegistryServerServlet.checkDatabaseCollections(): {filePath=D:\Setups\S
un\AppServer\domains\domain1\applications\j2ee-modules\RegistryServer\/WEB-INF/c
lasses/databaseBootstrap/db/authinfo, collection=xindice://localhost:8080/db, ex
tension=}, failed to bootstrap auth collection into existence.
at com.sun.registry_server.server.RegistryServerServlet.checkDatabaseCol
lections(RegistryServerServlet.java:1093)
at com.sun.registry_server.server.RegistryServerServlet.init(RegistrySer
verServlet.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249
)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:2
82)
at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.
java:165)


I am using Sun Application Server for J2EE1.4. I am unable to proceed with impementing JAXR Programs. Please help me how to go ahead with UDDI Setup.

Thanks
Venkat
 
if you think brussel sprouts are yummy, you should try any other food. And this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic