<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    java.lang.ExceptionInInitializerError
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/girevik">Steve Guthrie</a> in <i>Beginner's Corner</i> - <a href="https://community.jboss.org/message/811432#811432">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello all,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I'm new to trying to run JBoss localy, so pleaes forgive me if I don't provide enough information (or too much).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>We have some web services that we are currently running on a JBoss server that I'm trying to run locally for debug purposes.&#160; I can run the services okay when I execute them as a Junit test, but when I try to run them on a my JBoss 5.1 server within Eclipse I get the below error.&#160; If I try to run it a 2nd time I get a different error; a class not found on that same DFClient class (but have verified that the jar it's in is getting deployed).&#160; This has got me running in circles.&#160; Any help would be hugely appreciated.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-size: 8pt;">&#160; </span><span style="font-size: 8pt;"><span>&#160; </span></span></p><p><span><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="color: #000080; font-size: 8pt;"><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p></span></p><p><span style="color: #000080; font-size: 8pt;">Caused by: java.lang.ExceptionInInitializerError<br/> at com.documentum.fc.client.DfClient.&lt;clinit&gt;(DfClient.java:700)<br/> at com.documentum.com.DfClientX.getLocalClient(DfClientX.java:43)<br/> at com.aep.dctm.webservices.beans.DocumentumLogin.getSessionMgr(DocumentumLogin.java:177)<br/> at com.aep.dctm.webservices.beans.DocumentumLogin.getSession(DocumentumLogin.java:139)<br/> at com.aep.dctm.webservices.beans.search.Search.doDocumentumSearch(Search.java:88)<br/> at com.aep.dctm.webservices.search.SearchServiceImpl.getSearchResult(SearchServiceImpl.java:56)<br/> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br/> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br/> at java.lang.reflect.Method.invoke(Unknown Source)<br/> at org.jboss.wsf.container.jboss50.invocation.InvocationHandlerJSE.invoke(InvocationHandlerJSE.java:108)<br/> at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:222)<br/> ... 26 more<br/>Caused by: java.lang.NullPointerException<br/> at java.util.Hashtable.put(Unknown Source)<br/> at com.documentum.fc.common.impl.preferences.PreferencesManager.readPersistentProperties(PreferencesManager.java:321)<br/> at com.documentum.fc.common.impl.preferences.PreferencesManager.&lt;init&gt;(PreferencesManager.java:37)<br/> at com.documentum.fc.common.DfPreferences.initialize(DfPreferences.java:79)<br/> at com.documentum.fc.common.DfPreferences.getInstance(DfPreferences.java:58)<br/> at com.documentum.fc.impl.RuntimeContext.&lt;clinit&gt;(RuntimeContext.java:177)<br/> ... 38 more<br/></span></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/811432#811432">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Beginner's Corner at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>