58 lines
2.8 KiB
HTML
58 lines
2.8 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><a name="trbnamingsrvice"></a>Troubleshooting: Naming service</h3>
|
|
<p>The name service is 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:</p>
|
|
<ul>
|
|
<li><a href="http://www.ibm.com/servers/eserver/iseries/software/websphere/wsappserver/express/docs/relnotesexp51.html" target="_">WebSphere
|
|
Application Server - Express V5.1.0.X Release Notes</a> <img src="www.gif" width="18" height="15" alt="Link outside Information Center" border="0"> (http://www.ibm.com/servers/eserver/iseries/software/websphere/wsappserver/<br>express/docs/relnotesexp51.html)</li>
|
|
<li><a href="http://www.ibm.com/servers/eserver/iseries/software/websphere/wsappserver/express/docs/relnotesexp511.html" target="_">WebSphere
|
|
Application Server - Express V5.1.1 Release Notes</a> <img src="www.gif" width="18" height="15" alt="Link outside Information Center" border="0"> (http://www.ibm.com/servers/eserver/iseries/software/websphere/wsappserver/<br>express/docs/relnotesexp511.html)</li>
|
|
</ul>
|
|
</LI>
|
|
</ul>
|
|
</body>
|
|
</html>
|