2 Replies Latest reply on Nov 15, 2004 1:07 PM by lesterlaforce

    When I install Liferay2.2.1 with JBoss 4.0.0...

    wrompattern

      I followed the Liferay installation steps, then startup the jboss. There is one kind warn, as below,

      WARN [EjbModule] The Container Invoker session-webservice-invoker (in jboss.xml or standardjboss.xml) could not be created because of java.lang.ClassNotFoundException: No ClassLoaders fo
      und for: org.jboss.net.ws4ee.server.EJBProxyFactoryImpl We will ignore this error, but you may miss a transport for this bean.


      I nearly checked every jar bags in JBOSS 4.0.0, I could not fild the class "org.jboss.net.ws4ee.server.EJBProxyFactoryImpl", in fact, I could not find the package "org.jboss.net.ws4ee".

      In standardjboss.xml
      <invoker-proxy-binding>
      session-webservice-invoker
      <invoker-mbean/>
      org.jboss.net.ws4ee.server.EJBProxyFactoryImpl
      </proxy-factory>
      <proxy-factory-config/>
      </invoker-proxy-binding>


      What and how should I do the next? To find the class file or to modify the xml file, or another way?

      Help me, please. Thanks a lot

        • 1. Re: When I install Liferay2.2.1 with JBoss 4.0.0...
          wrompattern

           

          "wrompattern" wrote:

          In standardjboss.xml
          <invoker-proxy-binding>
          <name>session-webservice-invoker</name>
          <invoker-mbean/>
          <proxyfactory>org.jboss.net.ws4ee.server.EJBProxyFactoryImpl
          </proxy-factory>
          <proxy-factory-config/>
          </invoker-proxy-binding>


          Some tags missing, the correct is
          <invoker-proxy-binding>
           <name>session-webservice-invoker</name>
           <invoker-mbean/>
           <proxyfactory>org.jboss.net.ws4ee.server.EJBProxyFactoryImpl
           </proxy-factory>
           <proxy-factory-config/>
          </invoker-proxy-binding>


          • 2. Re: When I install Liferay2.2.1 with JBoss 4.0.0...
            lesterlaforce

            I am getting this error too. But, my "standardjboss.xml" shows:

            <invoker-proxy-binding>
            session-webservice-invoker
            <invoker-mbean/>
            <proxy-factory>org.jboss.net.ws4ee.server.EJBProxyFactoryImpl</proxy-factory>
            <proxy-factory-config/>
            </invoker-proxy-binding>

            So, seems like the cause of this error is elsewhere...