1 17 18 19 20 21 22 Previous Next 327 Replies Latest reply on Oct 3, 2007 10:57 PM by vashistvishal Go to original post
      • 270. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
        msloan21

        I was just referred to this tutorial, JBoss and Lomboz by a co-worker the other day, and I wish I had found it about 6 months ago!!! Thanks for everyones efforts in both the tutorial and this now 27 page thread (I read all of it).

        I have run across what appears to be a bit of a problem, but I am not positive. First here's what I am using:

        Eclipse 2.1.2
        Lomboz 2.1.2.p1 ----> was using 2.1.3 but switched after reading this thread
        JBoss 3.2.3

        I have gotten through about 3/4 of chapter 1. My uncertainity comes from this part:

        Go to Lombo J2EE View > expand Test > select MyBank and right click on that; a menu will pop up; select option Deploy.

        My console doesn't show the containers being created, started and deployed like in the tutorial, but instead shows the output of the ant build file:


        Buildfile: C:\eclipse\workspace\Test\MyBank\META-INF\build.xml

        init:

        ejb-jar:
        [jar] Building jar: C:\eclipse\workspace\Test\MyBank\META-INF\MyBank.jar

        deploy:
        [copy] Copying 1 file to C:\jboss-3.2.3\server\all\deploy
        [delete] Deleting: C:\eclipse\workspace\Test\MyBank\META-INF\MyBank.jar

        deployTool:

        deploy:
        BUILD SUCCESSFUL
        Total time: 281 milliseconds


        Then when I proceed to the next step:

        Now we will create a client to access this bean deployed on JBOSS (application sever).

        Go to Package Explorer > Test > src, right click on that, a menu will pop up > select EJB Test client.

        I don't see a menu with 'select EJB Test client.' as an option.

        Any ideas or suggestions?

        TIA

        Matt

        • 271. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
          msloan21

          all right, with a little bit of luck I was able to figure it out...

          Instead of :
          Go to Package Explorer > Test > src, right click on that, a menu will pop up > select EJB Test client

          I went to File> New > Lomboz EJB Test Client Wizard

          Guess it is due to subtle differences in versions...

          • 272. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
            jakelee

             

            "moonwatcher" wrote:
            i have found bumeshrai post concernign the hypersonic issue, and resolved it.

            can you please specify what setting are reqired in order to run the example on MySQL, i suppose its mearly a change in the ejbGenerate.xml


            Hi, I am running into the same error and want to know how you solved this...thanks a lot...

            • 273. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
              jakelee

              Hi,

              I am working on to finish Chapter 5 and almost done with it.
              Here is the result I am getting once I run the client:

              Request from client :
              Reply from Server: Your userid is U2
              Andy your details with MyStore are {customerID=C2 userID=U2 firstName=ANDREW lastName=HENDRY address=5/267 DONCASTER RD phone=98402222 shareholderStatus=Y}
              Request from client :
              Reply from Server: Your mgrid is U6
              Rusty your details with MyStore are null

              Below is the error message:
              ****************************************************
              00:11:20,937 INFO [STDOUT] Entering StoreAccessBean
              00:11:20,937 INFO [STDOUT] Leaving StoreAccessBean
              00:11:20,937 INFO [STDOUT] Enterpring StoreAccessDAOImpl.loginUser()
              00:11:20,937 INFO [STDOUT] UserID is U2
              00:11:20,937 INFO [STDOUT] Leaving StoreAccessDAOImpl.loginUser()
              00:11:20,953 INFO [STDOUT] Entering StoreAccessBean.getCustomerData()
              00:11:20,953 INFO [STDOUT] Entering CustomerBean.ejbFindByUserID
              00:11:20,953 INFO [STDOUT] Leaving CustomerBean.ejbFindByUserID
              00:11:20,953 INFO [STDOUT] Entering CustomerDAOImpl.findByUserID()
              00:11:20,953 INFO [STDOUT] Primary Key found: C2
              00:11:20,953 INFO [STDOUT] Leaving CustomerDAOImpl.findByUserID() with key C2
              00:11:20,953 INFO [STDOUT] Entering CustomerBean.getCustomerData()
              00:11:20,953 INFO [STDOUT] Leaving CustomerBean.getCustomerData()
              00:11:20,953 INFO [STDOUT] Leaving StoreAccessBean.getCustomerData()
              00:11:20,984 INFO [STDOUT] Entering StoreAccessBean
              00:11:20,984 INFO [STDOUT] Leaving StoreAccessBean
              00:11:20,984 INFO [STDOUT] Enterpring StoreAccessDAOImpl.loginUser()
              00:11:20,984 INFO [STDOUT] UserID is U6
              00:11:20,984 INFO [STDOUT] Leaving StoreAccessDAOImpl.loginUser()
              00:11:21,000 INFO [STDOUT] Entering StoreAccessBean.getManagerData()
              00:11:21,000 INFO [STDOUT] Entering ManagerBean.ejbFindByUserID()
              00:11:21,000 INFO [STDOUT] Leaving ManagerBean.ejbFindByUserID()
              00:11:21,000 INFO [STDOUT] Entering ManagerDAOImpl.findByUserID()
              00:11:21,000 INFO [STDOUT] user id is U6
              00:11:21,000 ERROR [STDERR] java.lang.NullPointerException
              00:11:21,000 ERROR [STDERR] at au.com.tusc.dao.ManagerDAOImpl.findByUserID(ManagerDAOImpl.java:131)
              00:11:21,000 ERROR [STDERR] at au.com.tusc.bmp.ManagerBMP.ejbFindByUserID(ManagerBMP.java:138)
              00:11:21,000 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              00:11:21,000 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,000 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,000 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.BMPPersistenceManager.callFinderMethod(BMPPersistenceManager.java:578)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.BMPPersistenceManager.findEntity(BMPPersistenceManager.java:316)
              00:11:21,000 ERROR [STDERR] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.findEntity(CachedConnectionInterceptor.java:301)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.EntityContainer.findLocal(EntityContainer.java:627)
              00:11:21,000 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              00:11:21,000 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,000 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,000 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:998)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:188)
              00:11:21,000 ERROR [STDERR] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:215)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:91)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:88)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:243)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:74)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:92)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:120)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:477)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.Container.invoke(Container.java:694)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:272)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
              00:11:21,000 ERROR [STDERR] at $Proxy80.findByUserID(Unknown Source)
              00:11:21,000 ERROR [STDERR] at au.com.tusc.session.StoreAccessBean.getManagerData(StoreAccessBean.java:128)
              00:11:21,000 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              00:11:21,000 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,000 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,000 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:629)
              00:11:21,000 ERROR [STDERR] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:243)
              00:11:21,000 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:104)
              00:11:21,015 ERROR [STDERR] at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:117)
              00:11:21,015 ERROR [STDERR] at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
              00:11:21,015 ERROR [STDERR] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
              00:11:21,015 ERROR [STDERR] at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:322)
              00:11:21,015 ERROR [STDERR] at org.jboss.ejb.Container.invoke(Container.java:674)
              00:11:21,015 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              00:11:21,015 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,015 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,015 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
              00:11:21,015 ERROR [STDERR] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
              00:11:21,015 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
              00:11:21,015 ERROR [STDERR] at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:359)
              00:11:21,015 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              00:11:21,015 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,015 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              00:11:21,015 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
              00:11:21,015 ERROR [STDERR] at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
              00:11:21,015 ERROR [STDERR] at sun.rmi.transport.Transport$1.run(Unknown Source)
              00:11:21,015 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method)
              00:11:21,015 ERROR [STDERR] at sun.rmi.transport.Transport.serviceCall(Unknown Source)
              00:11:21,015 ERROR [STDERR] at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
              00:11:21,015 ERROR [STDERR] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
              00:11:21,015 ERROR [STDERR] at java.lang.Thread.run(Unknown Source)
              00:11:21,015 INFO [STDOUT] Error in StoreAccessBean.getManagerData()javax.ejb.FinderException: Inside ManagerDAOImpl.findByUserID()java.lang.NullPointerException
              00:11:21,015 INFO [STDOUT] Leaving StoreAccessBean.getManagerData()
              ****************************************************

              As you can see the lines in bold, I have some debug lines in ManagerDAOImpl.java as the following:

              conn = jdbcFactory.getConnection();
              if (conn == null) {
              System.out.println("not getting connection at all..");
              }else {
              System.out.println("Getting the connection now...");
              }

              But I don't see any messages. I suspect something went wrong when getting a connection....

              Anyone run into similar problems and can help a little bit???
              Thanks,

              J-

              • 274. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
                jdmsai

                Hi! I have followed this tutorial a bit.
                But how do you actually put it on a JBOSS server?
                Like I have a JBOSS server running somehwere else, and I can access it with ssh.
                For example, I finished the hello world example, but how do I put this example on a real JBOSS server instead of a local one ran by my computer?
                Can this be done directly with ecplise? In like server definition, I dun see login fields and password fields...
                Do I simply upload the whole project folder onto the server and then do something?

                I just want to make sure I know how to implement a project onto a JBOSS server after I complete a project with these softwares.
                Help will be appreciated very much!

                • 275. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
                  javaexpert

                  Hi,

                  I have a similar problem as "jakelee".
                  jdbcFactory.getConnection() seems to deliver NULL.
                  In another mesage I read it has something to to with wrong JNDI names.
                  Any help is appreciated,
                  Peter

                  • 276. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
                    abachelard

                    Hi there,
                    I am having similar issue to jdmsai. I am playing around with this at home where I have JBoss 3.2.3 running on a Linux RedHat 7.2 server, and Eclipse running on my Win2000 box. JBoss home is Samba share directory, so Eclipse and Lomboz can see it. When I try to start JBoss from Eclipse, it says that it can't find jboss-service.xml, I think because JBoss's Main class generates urls that assume that Eclipse is on the same Linux box as the JBoss server. So the file separaters etc are Linux and not Windows.
                    Is anyone else trying to set this up as a distributed client-server, and if so, how?

                    Thanks for any thoughts,
                    Bach

                    • 277. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

                      Hi All,

                      For spanish readers there is a spanish version of this tutorial at the following link.

                      http://www.programacion.com/java/tutorial/jap_aplic_jboss/

                      Credit to Juan Antonio Palos (Ozito) for translating this.

                      Cheers...
                      Vishal

                      • 278. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
                        fernlui

                        Hi all,

                        I am reading the chapter 5 and i have a problem:

                        05:59:14,919 INFO [STDOUT] CUSTOMERDAOIMPL.findByUserID org.jboss.resource.adapter.jdbc.WrapperDataSource@23d278
                        05:59:14,949 INFO [TxConnectionManager$TxConnectionEventListener] throwable from unregister connection
                        java.lang.IllegalStateException: Trying to return an unknown connection1! org.jboss.resource.adapter.jdbc.WrappedConnection@239f6

                        Can you help me

                        Thanks in advance

                        • 279. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
                          javaexpert

                          Hi,
                          thank you for the great tutorial! I solved most of the pitfalls until the following ones in chapter 8 & 9:

                          The file "MyStoreLoginService.wsdl" did not contain a description for the method "loginUser()",
                          oviously because the generated classes "StoreAccessLocalHome" / "StoreAccessLocal" does not contain this method.

                          Therefore I changed the entries in "deploy.wsdd" to

                          <parameter name="homeInterfaceName" value="de.fhg.ipsi.session.StoreAccessHome"/>
                           <parameter name="remoteInterfaceName" value="de.fhg.ipsi.session.StoreAccess"/>

                          and the corresponding webservice appeared on the axis service list.

                          But if I take the wsdl description of this services and try to start the described "TestClient" (chap. 9) I get the following exception:


                          18:03:33,119 INFO [EXCEPTIONS] AxisFault:
                          AxisFault
                          faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
                          faultSubcode:
                          faultString: java.lang.ClassCastException
                          faultActor:
                          faultNode:
                          faultDetail:
                          {http://xml.apache.org/axis/}stackTrace: java.lang.ClassCastException
                          at com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(Unknown Source)
                          at javax.rmi.PortableRemoteObject.narrow(Unknown Source)
                          at org.apache.axis.providers.java.EJBProvider.createRemoteEJB(EJBProvider.java:168)
                          at org.apache.axis.providers.java.EJBProvider.makeNewServiceObject(EJBProvider.java:147)
                          at org.apache.axis.providers.java.JavaProvider.getNewServiceObject(JavaProvider.java:261)
                          at org.apache.axis.providers.java.JavaProvider.getServiceObject(JavaProvider.java:138)
                          at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:313)
                          at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
                          at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
                          at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
                          at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481)
                          at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323)
                          at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854)
                          at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
                          at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
                          at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                          ...


                          Maybe I'm not allowed the take non-local interfaces as a webservice (?), but when I tried to take the local ones as described in the tutorial, I did not get it at all.
                          Any help is appreciated,
                          Peter




                          • 280. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

                            Just check yr deployed stateles bean what interfaces are deployed, since exception is raised at narrow which is unable to look for desired remote interface which i think is not deployed. Or JND NAME is an issue.
                            Also since beacuse both axis and bean are in same jvm so there is no need (if you want you can do that as well) for remote interfaces only local will do so make sure that yr StoreAccessBean is deployed with local interfaces.
                            If you have deployed with remote interfaces then also check yr JNDI names specified in wsdd file

                            Nothing stops you in having either remote or local interfaces in wsdd file.

                            I hope this helps.

                            Cheers...
                            Vishal.
                            http://www.tusc.com.au.

                            • 281. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
                              javaexpert

                              Hi Vishal,
                              thanks for your reply! Indeed it was the wrong JND Name while accessing the remote interface ("StoreAccess" instead of "StoreAccessBean").
                              But still it does not work with the the >local< interface:

                              My "deploy.wsdd" file looks as followed (as described in the tutorial):

                              <?xml version="1.0" encoding="UTF-8"?>
                              <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
                              <service name="MyStoreLoginService" provider="java:EJB">
                               <parameter name="beanJndiName" value="StoreAccessLocal"/>
                               <parameter name="homeInterfaceName" value="de.fhg.ipsi.session.StoreAccessLocalHome"/>
                               <parameter name="remoteInterfaceName" value="de.fhg.ipsi.session.StoreAccessLocal"/>
                               <parameter name="allowedMethods" value="loginUser"/>
                               <parameter name="jndiURL" value="jnp://localhost:1099"/>
                               <parameter name="jndiContextClass" value="org.jnp.interfaces.NamingContextFactory"/>
                              </service>
                              </deployment>


                              I use the downloaded "StoreAcessBean" from the tutorial. The class-level tags are:

                              **
                               * @ejb.bean name="StoreAccess"
                               * jndi-name="StoreAccessBean"
                               * type="Stateless"
                               *
                               * @ejb.dao class="de.fhg.ipsi.session.StoreAccessDAO"
                               * impl-class="de.fhg.ipsi.dao.StoreAccessDAOImpl"
                               *
                               * ...
                              


                              The method "loginUser()" (including tags):

                              /**
                               * @ejb.interface-method
                               * view-type="remote"
                               * @dao.call name="loginUser"
                               **/
                              public String loginUser (String username, String password){
                               System.out.println("Entering StoreAccessbean");
                               System.out.println("Leaving StoreAccessbean");
                               return null;
                              }


                              As a result I get the Axis service "MyStoreLoginService" but without the service method "loginUser(...)".

                              What could be the reason?
                              Thanks, Peter



                              • 282. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
                                javaexpert

                                Hi again,
                                by the way, why is the following "view-type" set to "remote", although I want to have it available "locally"?

                                /**
                                 * @ejb.interface-method
                                 * view-type="remote"
                                 * @dao.call name="loginUser"
                                 **/
                                public String loginUser (String username, String password){
                                 System.out.println("Entering StoreAccessbean");
                                 System.out.println("Leaving StoreAccessbean");
                                 return null;
                                }



                                Even if I change the view-type to "remote", the method is not going to become available on the AXIS service list.
                                thanks & regards, Peter


                                • 283. WAR actualization problem
                                  danielferreira

                                  When I modify/deploy a war into the jboss it continues referencing the old war.

                                  Any Ideia?!

                                  Thanks in advance

                                  Daniel

                                  setups:

                                  - eclipse 2.1.2
                                  - jboss 2.3.2
                                  - lomboz 2.3
                                  - win 2000

                                  • 284. Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.
                                    bioinfowistar

                                    Hello,

                                    I am trying to follow http://www.tusc.com.au/tutorial/html/chap1.html to configure Jboss, eclipse and lomboz.

                                    I am using Jboss3.2.5, eclipse3.0, and lomboz.3.zip on Fedora linux.

                                    Now I can run Jboss server from $JBOSS_HOME/bin/run.sh -c all command without problem.

                                    In Chapter 1:
                                    But when I run from Eclipse
                                    Go to Lomboz J2EE view in your workspace, expand Test > expand MyBank > Right click JBOSS325> run server, it give me the following errors.

                                    13:20:54,592 INFO [Server] Core system initialized
                                    13:20:57,781 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
                                    13:20:58,042 INFO [WebService] Using RMI server codebase: http://hydra12.wistar.upenn.edu:8083/
                                    13:20:58,096 INFO [NamingService] Started jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
                                    13:20:58,103 WARN [NamingService] Context.PROVIDER_URL in server jndi.properties, url=localhost:1099
                                    13:20:59,088 WARN [NestedThrowable] Duplicate throwable nesting of same base type: class org.jboss.deployment.DeploymentException is assignable from: class org.jboss.deployment.DeploymentException
                                    13:20:59,088 ERROR [MainDeployer] could not create deployment: file:/usr/local/jboss-3.2.5/server/all/deploy/jboss-net.sar/
                                    org.jboss.deployment.DeploymentException: create operation failed for package file:/usr/local/jboss-3.2.5/server/all/deploy/jboss-net.sar/; - nested throwable: (org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.UndeclaredThrowableException))
                                    at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
                                    at org.jboss.deployment.MainDeployer.create(MainDeployer.java:790)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:644)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
                                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    at $Proxy7.deploy(Unknown Source)
                                    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
                                    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
                                    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
                                    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
                                    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
                                    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
                                    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
                                    at $Proxy0.start(Unknown Source)
                                    at org.jboss.system.ServiceController.start(ServiceController.java:367)
                                    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    at $Proxy4.start(Unknown Source)
                                    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
                                    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:592)
                                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    at $Proxy5.deploy(Unknown Source)
                                    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
                                    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
                                    at org.jboss.Main.boot(Main.java:145)
                                    at org.jboss.Main$1.run(Main.java:399)
                                    at java.lang.Thread.run(Thread.java:534)
                                    Caused by: org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.UndeclaredThrowableException)
                                    at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:139)
                                    at org.jboss.system.ServiceController.install(ServiceController.java:198)
                                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    at $Proxy4.install(Unknown Source)
                                    at org.jboss.deployment.SARDeployer.create(SARDeployer.java:204)
                                    ... 66 more
                                    Caused by: java.lang.reflect.UndeclaredThrowableException
                                    at org.jboss.system.ServiceCreator.install(ServiceCreator.java:175)
                                    at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:149)
                                    at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)
                                    ... 80 more
                                    Caused by: java.lang.NoClassDefFoundError: org/jboss/net/axis/Deployment
                                    at java.lang.Class.getDeclaredConstructors0(Native Method)
                                    at java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
                                    at java.lang.Class.getConstructor0(Class.java:1922)
                                    at java.lang.Class.getConstructor(Class.java:1019)
                                    at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:870)
                                    at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:290)
                                    at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:317)
                                    at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
                                    ... 82 more
                                    13:20:59,461 INFO [EjbModule] Deploying ClusteredHTTPSession
                                    13:20:59,693 INFO [EJBDeployer] Deployed: file:/usr/local/jboss-3.2.5/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/
                                    13:21:03,113 INFO [RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA drivers
                                    13:21:03,113 INFO [RARMetaData] Required license terms present. See deployment descriptor.
                                    13:21:04,231 INFO [ConfiguratorFactory] properties are neither a URL nor a file
                                    13:21:04,566 INFO [DefaultPartition] Initializing
                                    13:21:04,776 INFO [UDP] unicast sockets will use interface 130.91.11.84
                                    13:21:04,780 INFO [UDP] socket information:
                                    local_addr=hydra12:32795 (additional data: 17 bytes), mcast_addr=228.1.2.3:45566, bind_addr=/130.91.11.84, ttl=32
                                    socket: bound to 130.91.11.84:32795, receive buffer size=65535, send buffer size=65535
                                    multicast socket: bound to 130.91.11.84:45566, send buffer size=65535, receive buffer size=65535
                                    13:21:04,783 INFO [STDOUT]
                                    -------------------------------------------------------
                                    GMS: address is hydra12:32795 (additional data: 17 bytes)
                                    -------------------------------------------------------
                                    13:21:06,814 WARN [ServiceController] Problem starting service jboss:service=DefaultPartition
                                    RuntimeErrorException: java.lang.NoClassDefFoundError: org/jgroups/stack/IpAddress
                                    Cause: java.lang.NoClassDefFoundError: org/jgroups/stack/IpAddress
                                    at org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:99)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:64)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
                                    at $Proxy17.start(Unknown Source)
                                    at org.jboss.system.ServiceController.start(ServiceController.java:367)
                                    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    at $Proxy4.start(Unknown Source)
                                    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
                                    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
                                    at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    at $Proxy7.deploy(Unknown Source)
                                    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
                                    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
                                    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
                                    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
                                    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
                                    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
                                    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
                                    at $Proxy0.start(Unknown Source)
                                    at org.jboss.system.ServiceController.start(ServiceController.java:367)
                                    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    at $Proxy4.start(Unknown Source)
                                    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
                                    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
                                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:592)
                                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    at $Proxy5.deploy(Unknown Source)
                                    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
                                    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
                                    at org.jboss.Main.boot(Main.java:145)
                                    at org.jboss.Main$1.run(Main.java:399)
                                    at java.lang.Thread.run(Thread.java:534)
                                    Caused by: java.lang.NoClassDefFoundError: org/jgroups/stack/IpAddress
                                    at org.jboss.ha.framework.interfaces.ClusterNode.(ClusterNode.java:54)
                                    at org.jboss.ha.framework.server.HAPartitionImpl.startPartition(HAPartitionImpl.java:226)
                                    at org.jboss.ha.framework.server.ClusterPartition.startService(ClusterPartition.java:260)
                                    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
                                    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
                                    at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
                                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    at java.lang.reflect.Method.invoke(Method.java:324)
                                    at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    ... 85 more
                                    13:21:06,835 ERROR [STDERR] java.lang.NoClassDefFoundError: org/jgroups/stack/IpAddress
                                    13:21:06,836 ERROR [STDERR] at org.jboss.ha.framework.interfaces.ClusterNode.(ClusterNode.java:54)
                                    13:21:06,836 ERROR [STDERR] at org.jboss.ha.framework.server.HAPartitionImpl.translateAddresses(HAPartitionImpl.java:1001)
                                    13:21:06,836 ERROR [STDERR] at org.jboss.ha.framework.server.HAPartitionImpl.viewAccepted(HAPartitionImpl.java:450)
                                    13:21:06,837 ERROR [STDERR] at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.passUp(MessageDispatcher.java:639)
                                    13:21:06,837 ERROR [STDERR] at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:325)
                                    13:21:06,837 ERROR [STDERR] at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:716)
                                    13:21:06,837 ERROR [STDERR] at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$200(MessageDispatcher.java:562)
                                    13:21:06,838 ERROR [STDERR] at org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:678)
                                    13:21:06,838 ERROR [STDERR] at java.lang.Thread.run(Thread.java:534)
                                    13:21:07,079 ERROR [STDERR] java.lang.ClassNotFoundException: Unexpected error during load of: org.jboss.util.Log4jLoggerFactory, msg=org/jacorb/util/LoggerFactory
                                    13:21:07,080 ERROR [STDERR] at org.jboss.mx.loading.UnifiedClassLoader3.loadClassImpl(UnifiedClassLoader3.java:215)
                                    13:21:07,080 ERROR [STDERR] at org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:132)
                                    13:21:07,080 ERROR [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
                                    13:21:07,080 ERROR [STDERR] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
                                    13:21:07,080 ERROR [STDERR] at java.lang.Class.forName0(Native Method)
                                    13:21:07,080 ERROR [STDERR] at java.lang.Class.forName(Class.java:141)
                                    13:21:07,080 ERROR [STDERR] at org.jacorb.util.Environment.classForName(Unknown Source)
                                    13:21:07,080 ERROR [STDERR] at org.jacorb.util.Environment.initLogging(Unknown Source)
                                    13:21:07,080 ERROR [STDERR] at org.jacorb.util.Environment.init(Unknown Source)
                                    13:21:07,081 ERROR [STDERR] at org.jacorb.util.Environment.(Unknown Source)
                                    13:21:07,081 ERROR [STDERR] at org.jacorb.orb.BufferManager.(Unknown Source)
                                    13:21:07,081 ERROR [STDERR] at org.jacorb.orb.ORB.(Unknown Source)
                                    13:21:07,081 ERROR [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
                                    13:21:07,081 ERROR [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
                                    13:21:07,081 ERROR [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
                                    13:21:07,081 ERROR [STDERR] at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
                                    13:21:07,082 ERROR [STDERR] at java.lang.Class.newInstance0(Class.java:308)
                                    13:21:07,082 ERROR [STDERR] at java.lang.Class.newInstance(Class.java:261)
                                    13:21:07,082 ERROR [STDERR] at org.omg.CORBA.ORB.create_impl(ORB.java:295)
                                    13:21:07,082 ERROR [STDERR] at org.omg.CORBA.ORB.init(ORB.java:336)
                                    13:21:07,082 ERROR [STDERR] at org.jboss.iiop.CorbaORBService.createService(CorbaORBService.java:175)
                                    13:21:07,082 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
                                    13:21:07,082 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:219)
                                    13:21:07,082 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
                                    13:21:07,082 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    13:21:07,082 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
                                    13:21:07,083 ERROR [STDERR] at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    13:21:07,083 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    13:21:07,083 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    13:21:07,083 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    13:21:07,083 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    13:21:07,083 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    13:21:07,083 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
                                    13:21:07,087 ERROR [STDERR] at $Proxy17.create(Unknown Source)
                                    13:21:07,088 ERROR [STDERR] at org.jboss.system.ServiceController.create(ServiceController.java:283)
                                    13:21:07,088 ERROR [STDERR] at org.jboss.system.ServiceController.create(ServiceController.java:216)
                                    13:21:07,088 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
                                    13:21:07,088 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    13:21:07,089 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
                                    13:21:07,089 ERROR [STDERR] at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    13:21:07,089 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    13:21:07,089 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    13:21:07,090 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    13:21:07,090 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    13:21:07,090 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    13:21:07,090 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    13:21:07,090 ERROR [STDERR] at $Proxy4.create(Unknown Source)
                                    13:21:07,091 ERROR [STDERR] at org.jboss.deployment.SARDeployer.create(SARDeployer.java:213)
                                    13:21:07,091 ERROR [STDERR] at org.jboss.deployment.MainDeployer.create(MainDeployer.java:790)
                                    13:21:07,091 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:644)
                                    13:21:07,091 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
                                    13:21:07,092 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
                                    13:21:07,092 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    13:21:07,092 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
                                    13:21:07,092 ERROR [STDERR] at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    13:21:07,093 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    13:21:07,093 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    13:21:07,093 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    13:21:07,093 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    13:21:07,094 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    13:21:07,094 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    13:21:07,094 ERROR [STDERR] at $Proxy7.deploy(Unknown Source)
                                    13:21:07,094 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
                                    13:21:07,095 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
                                    13:21:07,095 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
                                    13:21:07,095 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
                                    13:21:07,095 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
                                    13:21:07,096 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
                                    13:21:07,096 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
                                    13:21:07,096 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    13:21:07,100 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
                                    13:21:07,100 ERROR [STDERR] at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    13:21:07,100 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    13:21:07,100 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    13:21:07,100 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    13:21:07,101 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    13:21:07,101 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    13:21:07,101 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
                                    13:21:07,101 ERROR [STDERR] at $Proxy0.start(Unknown Source)
                                    13:21:07,101 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:367)
                                    13:21:07,101 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                                    13:21:07,101 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    13:21:07,101 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
                                    13:21:07,101 ERROR [STDERR] at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    13:21:07,101 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    13:21:07,101 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    13:21:07,102 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    13:21:07,102 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    13:21:07,102 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    13:21:07,102 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    13:21:07,102 ERROR [STDERR] at $Proxy4.start(Unknown Source)
                                    13:21:07,102 ERROR [STDERR] at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
                                    13:21:07,102 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
                                    13:21:07,102 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
                                    13:21:07,102 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
                                    13:21:07,102 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:592)
                                    13:21:07,102 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                    13:21:07,102 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                                    13:21:07,103 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                                    13:21:07,103 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
                                    13:21:07,103 ERROR [STDERR] at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
                                    13:21:07,103 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
                                    13:21:07,103 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
                                    13:21:07,103 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                                    13:21:07,103 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
                                    13:21:07,103 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
                                    13:21:07,103 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                                    13:21:07,103 ERROR [STDERR] at $Proxy5.deploy(Unknown Source)
                                    13:21:07,104 ERROR [STDERR] at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
                                    13:21:07,104 ERROR [STDERR] at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
                                    13:21:07,104 ERROR [STDERR] at org.jboss.Main.boot(Main.java:145)
                                    13:21:07,104 ERROR [STDERR] at org.jboss.Main$1.run(Main.java:399)
                                    13:21:07,105 ERROR [STDERR] at java.lang.Thread.run(Thread.java:534)
                                    13:21:07,105 ERROR [STDERR] Configuration Error, could not create logger!
                                    13:21:07,107 ERROR [CorbaORBService] Initialization failed jboss:service=CorbaORB
                                    org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation org.jacorb.orb.ORB vmcid: 0x0 minor code: 0 completed: No
                                    at org.omg.CORBA.ORB.create_impl(ORB.java:297)
                                    at org.omg.CORBA.ORB.init(ORB.java:336)
                                    at org.jboss.iiop.CorbaORBService.createService(CorbaORBService.java:175)
                                    ....

                                    Thank you very much.