[jboss-jira] [JBoss JIRA] Closed: (JBREM-256) NullPointer in MarshallerLoaderHandler.java:69

David Lloyd (JIRA) jira-events at lists.jboss.org
Wed Sep 26 05:31:11 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBREM-256?page=all ]

David Lloyd closed JBREM-256.
-----------------------------


> NullPointer in MarshallerLoaderHandler.java:69
> ----------------------------------------------
>
>                 Key: JBREM-256
>                 URL: http://jira.jboss.com/jira/browse/JBREM-256
>             Project: JBoss Remoting
>          Issue Type: Bug
>          Components: marshall
>    Affects Versions: 1.2.1 final
>         Environment: jboss-4.0.3sp1, jdk1.4.2_01
>            Reporter: chris effenberger
>         Assigned To: Tom  Elrod
>            Priority: Critical
>             Fix For: 1.4.0 final
>
>
> I want to use the Marshalling service for remote classloading. 
> 10:07:54,323 DEBUG [HTTPServerInvoker] Error thrown calling invoke on server invoker.
> java.lang.NullPointerException
>         at org.jboss.remoting.marshal.MarshallerLoaderHandler.invoke(MarshallerLoaderHandler.java:69
> the socket configuration is doing the same as the http connection.
> my service.xml:
> <mbean code="org.jboss.remoting.transport.Connector"
>            xmbean-dd="org/jboss/remoting/transport/Connector.xml"
>            name="jboss.remoting:service=Connector,transport=http"
>            display-name="Socket transport Connector">
>       
>             <attribute name="InvokerLocator">
> 		<![CDATA[http://localhost:8084/?datatype=invocation]]>
> <!-- &marshaller=org.jboss.remoting.marshal.serializable.SerializableMarshaller&unmarshaller=org.jboss.remoting.marshal.serializable.SerializableUnMarshaller]]> -->
>            </attribute>
>            
>            <attribute name="Configuration">
>             <config>
>              <invoker transport="http">
>               <attribute name="dataType" isParam="true">invocation</attribute>
>               <attribute name="marshaller" isParam="true">org.jboss.remoting.marshal.http.HTTPMarshaller</attribute>
>               <attribute name="unmarshaller" isParam="true">org.jboss.remoting.marshal.http.HTTPUnMarshaller</attribute>
>               <attribute name="loaderport" isParam="true">5401</attribute>
>             </invoker>
>             <handlers>
>              <handler subsystem="JMX">org.jboss.remoting.marshal.MarshallerLoaderHandler</handler>
>             </handlers>
>            </config>
>         </attribute>
>     </mbean>
> </server>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list