<!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="http://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;">
    Jboss 4.2.3 IllegalArgumentException for Invoking webservice in JDK1.6
</h3>
<span style="margin-bottom: 10px;">
    reply from <a href="http://community.jboss.org/people/RizwanP">Rizwan P</a> in <i>JBoss Web Services Metro</i> - <a href="http://community.jboss.org/message/552742#552742">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>The issues seems to be the class loading one. But I am not getting the exact root cause to occur this , still the problem is not resolved.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Is anyone assist,please.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Sending the more stack trace for the reference :</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p> java.lang.ExceptionInInitializerError</p><p>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at java.lang.reflect.Constructor.newInstance(Constructor.java:513)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at java.lang.Class.newInstance0(Class.java:355)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at java.lang.Class.newInstance(Class.java:308)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at javax.xml.soap.FactoryFinder.newInstance(FactoryFinder.java:55)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at javax.xml.soap.FactoryFinder.find(FactoryFinder.java:182)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at javax.xml.soap.SAAJMetaFactory.getInstance(SAAJMetaFactory.java:75)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:144)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.api.SOAPVersion.&lt;init&gt;(SOAPVersion.java:163)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.api.SOAPVersion.&lt;clinit&gt;(SOAPVersion.java:68)<br/>2010-07-14 14:04:51,914 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.api.BindingID.&lt;clinit&gt;(BindingID.java:304)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseBinding(RuntimeWSDLParser.java:398)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:295)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:124)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:226)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.client.WSServiceDelegate.&lt;init&gt;(WSServiceDelegate.java:189)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.client.WSServiceDelegate.&lt;init&gt;(WSServiceDelegate.java:159)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:83)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at javax.xml.ws.Service.&lt;init&gt;(Service.java:56)<br/>......</p><p>2010-07-14 14:04:51,915 ERROR [STDERR] Caused by: java.lang.IllegalArgumentException: com.sun.xml.messaging.saaj.soap.LocalStrings != com.sun.xml.internal.me<br/>ssaging.saaj.soap.LocalStrings<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at java.util.logging.Logger.getLogger(Logger.java:314)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; at com.sun.xml.internal.messaging.saaj.soap.SAAJMetaFactoryImpl.&lt;clinit&gt;(SAAJMetaFactoryImpl.java:35)<br/>2010-07-14 14:04:51,915 ERROR [STDERR]&#160; ... 30 more<br/>.....</p><p>2010-07-14 14:04:51,972 ERROR [STDERR] java.lang.NoClassDefFoundError: Could not initialize class com.sun.xml.internal.ws.api.BindingID<br/>2010-07-14 14:04:51,972 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseBinding(RuntimeWSDLParser.java:398)<br/>2010-07-14 14:04:51,972 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:295)<br/>2010-07-14 14:04:51,972 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:124)<br/>2010-07-14 14:04:51,972 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:226)<br/>2010-07-14 14:04:51,972 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.client.WSServiceDelegate.&lt;init&gt;(WSServiceDelegate.java:189)<br/>2010-07-14 14:04:51,972 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.client.WSServiceDelegate.&lt;init&gt;(WSServiceDelegate.java:159)<br/>2010-07-14 14:04:51,972 ERROR [STDERR]&#160; at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:83)<br/>2010-07-14 14:04:51,973 ERROR [STDERR]&#160; at javax.xml.ws.Service.&lt;init&gt;(Service.java:56)</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/552742#552742">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services Metro at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2045">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


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

</div>

</body>
</html>