54 lines
2.3 KiB
HTML
54 lines
2.3 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
<title>Troubleshooting: Naming service</title>
|
||
|
</head>
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
<h3>Troubleshooting: Naming service</h3>
|
||
|
<p>The name service in a J2EE service which publishes and provides access to
|
||
|
resources such as connection pools. If you have problems in accessing a resource
|
||
|
which otherwise appears to be active, the naming service might be involved.
|
||
|
Use these resources to determine the cause of the problem:</p>
|
||
|
<ul>
|
||
|
<li>
|
||
|
<p>Check the log files of the server for errors. Messages starting with NMSV
|
||
|
are related to the naming service. For information on the logs files and
|
||
|
where they are located, see <a href="trblogs.htm">WebSphere Application
|
||
|
Server - Express log files</a>.</p>
|
||
|
</li>
|
||
|
<li>
|
||
|
<p>With the application server running, use the dumpNameSpace script to view
|
||
|
the resources bound in to the name space for the application server. If
|
||
|
the object a client needs to access does not appear in the name space,
|
||
|
use the administrative console to verify that:</p>
|
||
|
<ul>
|
||
|
<li>
|
||
|
<p>The server hosting the target resource is started.</p>
|
||
|
</li>
|
||
|
<li>
|
||
|
<p>The Web module hosting the target resource is running.</p>
|
||
|
</li>
|
||
|
<li>
|
||
|
<p>The JNDI name of the target resource is correct and up-to-date.</p>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>
|
||
|
<p>If you see an exception that appears to be CORBA related, where CORBA
|
||
|
appears as part of the exception name, look for a naming-services-specific
|
||
|
CORBA minor code, in the exception stack for information on the cause of
|
||
|
the problem.</p>
|
||
|
</li>
|
||
|
<li>
|
||
|
<p>Read the release notes. See <a href="http://www-1.ibm.com/servers/eserver/iseries/software/websphere/wsappserver/express/docs/relnotesexp50.html" target="_new">WebSphere
|
||
|
Application Server - Express Release Notes</a> <img src="www.gif" width="18" height="15" alt="Link outside Information Center" border="0"> for
|
||
|
more information.</p>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|