6 Replies Latest reply on Nov 7, 2005 9:12 AM by jplenhart

    Duke bank on Jboss-4.0.2

    sboddula

      Hi,
      When i am deploying JbossDukeBank.ear file , i am getting the following error . Please anybody tell me what is the cause for this problem.



      17:32:22,299 INFO [EARDeployer] Init J2EE application: file:/root/SuSE-Document ation/Jboss/Jboss-Working-4.0.2/jboss-4.0.2/server/all/deploy/JBossDukesBank.ear
      17:32:22,620 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 12.2.2
      Warning: The class must be defined as public and must not be abstract.

      17:32:22,625 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 12.2.5
      Warning: Every entity bean must define the ejbFindByPrimaryKey method.

      17:32:22,627 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri se bean's local home interface, if any, in the <local-home> element.
      Info : Class not found on 'com.sun.ebank.ejb.customer.CustomerHome': No ClassL oaders found for: com.sun.ebank.ejb.customer.CustomerHome

      17:32:22,672 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri se bean's local interface, if any, in the element.
      Info : Class not found on 'com.sun.ebank.ejb.customer.Customer': No ClassLoade rs found for: com.sun.ebank.ejb.customer.Customer

      17:32:22,672 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 12.2.1
      Warning: The Bean Provider must provide a remote interface and a remote home int erface or a local interface and a local home interface for the bean.

      17:32:22,674 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 12.2.2
      Warning: The class must be defined as public and must not be abstract.

      17:32:22,678 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 12.2.5
      Warning: Every entity bean must define the ejbFindByPrimaryKey method.

      17:32:22,681 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri se bean's local home interface, if any, in the <local-home> element.
      Info : Class not found on 'com.sun.ebank.ejb.account.AccountHome': No ClassLoa ders found for: com.sun.ebank.ejb.account.AccountHome

      17:32:22,682 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri se bean's local interface, if any, in the element.
      Info : Class not found on 'com.sun.ebank.ejb.account.Account': No ClassLoaders found for: com.sun.ebank.ejb.account.Account

      17:32:22,682 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 12.2.1
      Warning: The Bean Provider must provide a remote interface and a remote home int erface or a local interface and a local home interface for the bean.

      17:32:22,684 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 12.2.2
      Warning: The class must be defined as public and must not be abstract.

      17:32:22,686 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 12.2.5
      Warning: Every entity bean must define the ejbFindByPrimaryKey method.

      17:32:22,688 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri se bean's local home interface, if any, in the <local-home> element.
      Info : Class not found on 'com.sun.ebank.ejb.tx.TxHome': No ClassLoaders found for: com.sun.ebank.ejb.tx.TxHome

      17:32:22,689 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri se bean's local interface, if any, in the element.
      Info : Class not found on 'com.sun.ebank.ejb.tx.Tx': No ClassLoaders found for : com.sun.ebank.ejb.tx.Tx

      17:32:22,689 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 12.2.1
      Warning: The Bean Provider must provide a remote interface and a remote home int erface or a local interface and a local home interface for the bean.

      17:32:22,732 ERROR [MainDeployer] could not create deployment: file:/root/SuSE-D ocumentation/Jboss/Jboss-Working-4.0.2/jboss-4.0.2/server/all/tmp/deploy/tmp1834 5JBossDukesBank.ear-contents/bank-ejb.jar
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans faile d, see above for error messages.
      at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:553)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:910)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
      at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java(Compiled Code))
      at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch er.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept or.java:121)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM BeanOperationInterceptor.java:127)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java(Compiled Co de))
      at $Proxy8.deploy(Unknown Source)
      at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen tScanner.java:325)
      at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS canner.java:501)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. doScan(AbstractDeploymentScanner.java:204)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A bstractDeploymentScanner.java:277)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS upport.java:272)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB eanSupport.java:222)
      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:62)
      at java.lang.reflect.Method.invoke(Method.java:391)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch er.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl ler.java:897)
      at $Proxy0.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:418)
      at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:62)
      at java.lang.reflect.Method.invoke(Method.java:391)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch er.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy4.start(Unknown Source)
      at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:85)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:58)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:60)
      at java.lang.reflect.Method.invoke(Method.java:391)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch er.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept or.java:121)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM BeanOperationInterceptor.java:127)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy5.deploy(Unknown Source)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
      at org.jboss.Main.boot(Main.java:195)
      at org.jboss.Main$1.run(Main.java:463)
      at java.lang.Thread.run(Thread.java:567)
      17:32:22,736 ERROR [MainDeployer] could not create deployment: file:/root/SuSE-D ocumentation/Jboss/Jboss-Working-4.0.2/jboss-4.0.2/server/all/deploy/JBossDukesB ank.ear
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans faile d, see above for error messages.
      at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:553)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:910)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
      at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java(Compiled Code))
      at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch er.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept or.java:121)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM BeanOperationInterceptor.java:127)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java(Compiled Co de))
      at $Proxy8.deploy(Unknown Source)
      at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen tScanner.java:325)
      at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS canner.java:501)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. doScan(AbstractDeploymentScanner.java:204)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A bstractDeploymentScanner.java:277)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS upport.java:272)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB eanSupport.java:222)
      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:62)
      at java.lang.reflect.Method.invoke(Method.java:391)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch er.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl ler.java:897)
      at $Proxy0.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:418)
      at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:62)
      at java.lang.reflect.Method.invoke(Method.java:391)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch er.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy4.start(Unknown Source)
      at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:85)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:58)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:60)
      at java.lang.reflect.Method.invoke(Method.java:391)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch er.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept or.java:121)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
      at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM BeanOperationInterceptor.java:127)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy5.deploy(Unknown Source)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
      at org.jboss.Main.boot(Main.java:195)
      at org.jboss.Main$1.run(Main.java:463)
      at java.lang.Thread.run(Thread.java:567)
      17:32:22,845 INFO [FarmMemberService] **** pullNewDeployments ****
      17:32:22,863 INFO [FarmMemberService] farmDeployment(), deploy locally: /root/S uSE-Documentation/Jboss/Jboss-Working-4.0.2/jboss-4.0.2/server/all/tmp/cluster-e xamples-service.xml
      17:32:22,975 INFO [FarmMemberService] farmDeployment(), deploy locally: /root/S uSE-Documentation/Jboss/Jboss-Working-4.0.2/jboss-4.0.2/server/all/tmp/junit.jar
      17:32:23,020 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@19733538 { url=file:/root/SuSE-Documentation /Jboss/Jboss-Working-4.0.2/jboss-4.0.2/server/all/deploy/JBossDukesBank.ear }
      deployer: org.jboss.deployment.EARDeployer@77b1f232
      status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages.
      state: FAILED
      watch: file:/root/SuSE-Documentation/Jboss/Jboss-Working-4.0.2/jboss-4.0.2/ser ver/all/deploy/JBossDukesBank.ear
      altDD: null
      lastDeployed: 1124539342466
      lastModified: 1124539342000
      mbeans:


      Thanks & Regards,
      Shashi Kanth
      sboddula@novell.com

        • 1. Re: Duke bank on Jboss-4.0.2
          pdemeur

          I get same error using version 4 and 5 of the j2ee tutorial and the current jbossj2ee-src.zip included in startguide4.0 (the current download). Using version 2, I don't get past the compile step.

          Were you able to get this to work?

          • 2. Re: Duke bank on Jboss-4.0.2
            duane5000

            I recall seeing a post yesterday that a fix was forthcoming for 4.0.2 and that many changes have taken place since 4.0.1. From limited experience with 4.0.1, I can see that the java source file names have apparently changed. e.g. - in the src directory, my com\sun\ebank\ejb\tx directory has file "TxBean" which resulted in files generated in the build: LocalTx.java, LocalTxHome.java, TxBean.java,. As you can see, none of these names correspond exactly to what your error messages are reporting. I would look at your own src directory to see if the files were created correctly. If the files named in your error message actually do exist, then the "package" target failed in some way, which has the deploy 'not ready'. You have a couple options: wait for the fix, redownload and start from scratch. Download 4.0.1 and (still) start from scratch. You could try to fix the build and/or classnames manually, but this is no guarantee that problems won't bite you downstream.

            I can attest that 4.0.1 works, but I skipped the section of 'getting started guide' pertaining to encryption/security. This duke's bank is an example app and I'll worry about security when I deploy the real thing.

            • 3. Re: Duke bank on Jboss-4.0.2
              bluedolphincp

              duane5000:
              I followed your advice, and download jboss-4.0.1,and deployed jbossdukebank.ear onto the jboss-4.0.1 server, still i got the same error messages as sboddula got. How did you deploy your jbossdukebank.ear in the jboss-4.0.1 server?

              Also where can i get the fix you messioned?

              • 4. Re: Duke bank on Jboss-4.0.2
                dferquian

                I am trying to run the Bank application in JBoss 4.0.2 but when I invoke the application from the browser the application is not found.
                I followed all the steps sepecified in the Getting Started guide and I did not get any error. However, one thing was weird since I did not get the output that the server is supposed to show when deploying the application. I only get a message stating that the build was successful but the application does not run from the browser. The ear fil is in the deploy directory for the default server.
                Any ideas?

                • 5. Re: Duke bank on Jboss-4.0.2
                  jplenhart

                  Hello,

                  Came across this thread when I was helping out a colleague that is just now getting started on JBoss. Unfortunately I am not at her desk ... she is doing this after hours at her home.

                  But when she is deploying Dukes Bank she sees the following (any ideas) - I see the EOFException ... maybe an entry is missing in a config file?:

                  2005-11-02 22:18:15,500 DEBUG [org.jboss.deployment.MainDeployer] Begin
                  deployment start
                  file:/C:/devel/jboss-4.0.3/server/default/tmp/deploy/tmp12507JBossDukesBank.ear-contents/app-client.jar
                  2005-11-02 22:18:15,531 DEBUG [org.jnp.interfaces.NamingContext] Failed to
                  connect to localhost:1099
                  javax.naming.CommunicationException: Failed to retrieve stub from server
                  localhost:1099 [Root exception is java.io.EOFException]
                  at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:248)
                  at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1370)
                  at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:579)
                  at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
                  at javax.naming.InitialContext.lookup(InitialContext.java:347)
                  at org.jboss.util.naming.Util.createSubcontext(Util.java:54)
                  at org.jboss.util.naming.Util.createSubcontext(Util.java:37)
                  at
                  org.jboss.deployment.ClientDeployer.setupEnvironment(ClientDeployer.java:206)
                  at org.jboss.deployment.ClientDeployer.start(ClientDeployer.java:152)
                  at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
                  at org.jboss.deployment.MainDeployer.start(MainDeployer.java:979)
                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
                  at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
                  at
                  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                  at java.lang.reflect.Method.invoke(Method.java:324)
                  at
                  org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
                  at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
                  at
                  org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
                  at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
                  at
                  org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
                  at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
                  at
                  org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
                  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
                  at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                  at $Proxy9.deploy(Unknown Source)
                  at
                  org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:319)
                  at
                  org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:507)
                  at
                  org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:192)
                  at
                  org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:265)
                  at
                  org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
                  at
                  org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
                  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.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
                  at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
                  at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
                  at
                  org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
                  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
                  at
                  org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:943)
                  at $Proxy0.start(Unknown Source)
                  at org.jboss.system.ServiceController.start(ServiceController.java:428)
                  at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
                  at
                  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                  at java.lang.reflect.Method.invoke(Method.java:324)
                  at
                  org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
                  at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
                  at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
                  at
                  org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
                  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
                  at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                  at $Proxy4.start(Unknown Source)
                  at org.jboss.deployment.SARDeployer.start(SARDeployer.java:285)
                  at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:737)
                  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.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
                  at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
                  at
                  org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
                  at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
                  at
                  org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
                  at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
                  at
                  org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
                  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
                  at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
                  at $Proxy5.deploy(Unknown Source)
                  at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:453)
                  at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
                  at org.jboss.Main.boot(Main.java:187)
                  at org.jboss.Main$1.run(Main.java:438)
                  at java.lang.Thread.run(Thread.java:534)
                  Caused by: java.io.EOFException
                  at
                  java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2165)
                  at
                  java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2631)
                  at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:734)
                  at java.io.ObjectInputStream.(ObjectInputStream.java:253)
                  at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:235)
                  ... 76 more

                  • 6. Re: Duke bank on Jboss-4.0.2
                    jplenhart

                    Found out the problem was Norton Firewall on her machine.

                    Thanks.