NullPointerException occurs when trying to add a service to a UDDI server.
book
Article ID: KB0088953
calendar_today
Updated On:
Products
Versions
TIBCO Administrator
-
Not Applicable
-
Description
Resolution: The following error appears when trying to add a service to a UDDI server within TIBCO Administrator.
2010 May 17 12:17:21:643 GMT +2 Error [Administrator] AESDKJ-0000 [http-8480-Processor14] java.lang.NullPointerException at com.tibco.uddi.UDDI4JFacadeContainer.get_authToken(UDDI4JFacadeContainer.java:235) at com.tibco.uddi.console.AddServiceDialog.a(AddServiceDialog.java:233)
This could occur if:
1). The publish URL for the UDDI server has not been set up correctly, for example using: http://myUDDIserver:9876/publishing
rather than:
http://myUDDIserver:9876/publish
(or the other way around)
2). The username and password for a UDDI server has not been set up correctly.
Check that the published URL, username and password that have been entered into the UDDI server details in TIBCO Administrator are correct.
Issue/Introduction
NullPointerException occurs when trying to add a service to a UDDI server.