UDDI registry common errors
This topic describes some of the common causes of errors that you might encounter while using the UDDI registry, and their suggested solutions.
- The first start of the UDDI application may take some time to complete:
- When you start the UDDI registry application for the first time with a new UDDI registry database, it must perform UDDI initialization, which occurs automatically for a default UDDI node, or when requested for a customized UDDI node. UDDI initialization populates the UDDI registry with pre-defined data and entities, and can therefore take some time to complete. This is expected behavior. Note that this only occurs on the first start, not subsequent starts, of the UDDI application.
- If you use wsadmin to issue a command to start the UDDI application, then depending on your TCP timeout settings, this request might time out while waiting for UDDI to complete initialization. The UDDI initialization and the starting of the UDDI application will continue unaffected by this timeout, and will complete normally.
- On UNIX and Linux platforms, if using DB2, run the db2profile script before issuing the startServer.sh server1 command. This script is located within the DB2 instance home directory under sqllib and is invoked by typing:
. /home/db2inst1/sqllib/db2profileIn the above example, notice that the '.' is followed by a single space character.
On UNIX and Linux platforms the DB2 user must have a db2profile at $HOME/sqllib/db2profile
- There is a limitation concerning URL rewriting causing JavaScript syntax errors on several Web pages in the UDDI User Console. Because of this, cookies must be enabled in client browsers, the appserver must have cookies enabled as the session tracking mechanism, and URL rewriting must be disabled.
- If you are attempting to use a remote DB2 database and are experiencing problems attaching to the remote system, one of the possible causes might be IP addressing. You should not have this problem if the remote system is using a static IP address, however if the remote system is using DHCP, the two systems must be aware of each others subnet mask.
Find the subnet mask by starting a Command Prompt and entering "ipconfig" on the remote system. On the host system, you might need to edit the WINS to add the remote subnet mask. To do this perform the following steps:
- Click START > Network and Dial-up Connections > Local Area Network Connection 2 > Internet Protocol (TCP/IP) and click Properties.
- Click Advanced....
- Click the WINS tab and add the new subnet mask.
- Move the new subnet mask to the top of the list by highlighting it and pressing the up arrow until it is the top of the list of WINS addresses.
Use ifconfig to determine the subnet mask.
- If you cannot see your UDDI node in the console list of available nodes, check that the UDDI application is started on the relevant node/server.
- If you are unable to issue UDDI requests; for example, you start the UDDI user console and get errors when trying to publish or inquire, it is possible that:
- the database is not currently loaded or configured. Check the output from creating the database.
- the database is not correctly configured. Check the JDBC provider and datasource definitions are correct. This can be validated by using the Test Connection button on the console.
- the UDDI node is not initialized. Check the UDDI node page on the administrative console. If the entry for the node in question does not show as activated, or deactivated, try to initialize the node having set any policies or properties first.
- the UDDI node is currently deactivated, while UDDI runtime settings are being updated. Check the UDDI node page on the console. If the entry for the node in question shows as deactivated, then wait for it to change to activated, and then retry the request.
Related tasks
UDDI registry troubleshooting
Reference topic