JBoss.orgCommunity Documentation
Table of Contents
Here are some tips to help you troubleshoot problems with jUDDI, jUDDI-GUI, jUDDI Client and more.
Problem: Can’t authentication from juddi-gui’s top right hand side login box to juddiv3.war services Solutions:
Components based on jUDDI’s Client for the .NET Framework can configure logging from their application’s config file. This is usually app.config or web.config. To configure logging, the following three settings must appear in the configuration/appSetttings section.
<!-- DEBUG, INFO, WARN, ERROR --> <add key="org.apache.juddi.v3.client.log.level" value="INFO" /> <!-- options are CONSOLE, EVENTLOG, FILE multiple values can be specified, comma delimited. Notes for EVENTLOG, you must run the juddi-installer as admin before running--> <add key="org.apache.juddi.v3.client.log.target" value="CONSOLE" /> <!-- only used when target=FILE --> <add key="org.apache.juddi.v3.client.log.logger.file" value="pathToOutputFile" />
If nothing is defined, the default log level is "WARN" and the target is "CONSOLE" which is standard out.
There are many different ways to get help with your jUDDI instance. Please refer to the following URLs for more information.