11 Replies Latest reply on Jun 28, 2003 3:40 PM by raja05

    Unable to deploy the first jar file !!!

    pirhana

      hi all,
      I am a newbie to JBoss. I downloaded the software (3.2.1) and installed it on my redhat linux 8. My problem is that I am unable to deploy the bean. I created my first jar file(HelloWorld.jar) and copied it to the /usr/local/jboss-3.2.1/server/default/deploy directory . Now when it try to run the run.sh script Jboss is starting properly except that its showing errors regarding the deployment of the jar file. I think following are the relevent portions from the message/log,


      21:15:14,289 WARN [verifier] EJB spec violation:
      Bean : Hello
      Section: 22.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element.
      Info : Class not found: examples.HelloBean.class

      21:15:14,363 ERROR [MainDeployer] could not create deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/HelloWorld.jar
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.


      My class files are located under the directory "/root/dnld/myjava/examples" and ejb-jar.xml under "/root/dnld/myjava/examples/META-INF" . ejb-jar.xml file is as follows,

      <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0 //EN" " http://java.sun.com/dtd/ejb-jar_2_0.dtd">
      <ejb-jar>
      <enterprise-beans>

      <ejb-name>Hello</ejb-name>
      examples.HelloHome
      examples.Hello
      <local-home>examples.HelloLocalHome</local-home>
      examples.HelloLocal
      <ejb-class>examples.HelloBean.class</ejb-class>
      <session-type>Stateless</session-type>
      <transaction-type>Container</transaction-type>

      </enterprise-beans>
      </ejb-jar>




      Can somebody pleaze tell me how to solve this and where I am going wrong?? I tried all options and failed and I am ready to provide any further information if needed.

      Thanx in advance,
      Nasirudheen

        • 1. Re: Unable to deploy the first jar file !!!
          raja05

          <ejb-class>examples.HelloBean.class</ejb-class>
          should be
          <ejb-class>examples.HelloBean</ejb-class>

          • 2. Re: Unable to deploy the first jar file !!!
            pirhana

            Thanx indeed for the reply, but I forgot to tell you that I had tried that way first( that is "HelloBean" instead of "HelloBean.class") but the I was getting the same error. Please help me

            • 3. Re: Unable to deploy the first jar file !!!
              raja05

              Post the stacktrace you get when you put in a value of
              <ejb-class>examples.HelloBean</ejb-class>

              • 4. Re: Unable to deploy the first jar file !!!
                pirhana

                Hi, Thanx again and here is the full stack trace. Pleaze go through it
                ================================================================================

                JBoss Bootstrap Environment

                JBOSS_HOME: /usr/local/jboss-3.2.1

                JAVA: /usr/local/java/bin/java

                JAVA_OPTS: -server -Dprogram.name=run.sh

                CLASSPATH: /usr/local/jboss-3.2.1/bin/run.jar:/usr/local/java/lib/tools.jar

                ================================================================================

                10:59:43,273 INFO [Server] Starting JBoss (MX MicroKernel)...
                10:59:43,275 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)
                10:59:43,276 INFO [Server] Home Dir: /usr/local/jboss-3.2.1
                10:59:43,277 INFO [Server] Home URL: file:/usr/local/jboss-3.2.1/
                10:59:43,278 INFO [Server] Library URL: file:/usr/local/jboss-3.2.1/lib/
                10:59:43,280 INFO [Server] Patch URL: null
                10:59:43,281 INFO [Server] Server Name: default
                10:59:43,281 INFO [Server] Server Home Dir: /usr/local/jboss-3.2.1/server/default
                10:59:43,282 INFO [Server] Server Home URL: file:/usr/local/jboss-3.2.1/server/default/
                10:59:43,282 INFO [Server] Server Data Dir: /usr/local/jboss-3.2.1/server/default/data
                10:59:43,283 INFO [Server] Server Temp Dir: /usr/local/jboss-3.2.1/server/default/tmp
                10:59:43,284 INFO [Server] Server Config URL: file:/usr/local/jboss-3.2.1/server/default/conf/
                10:59:43,284 INFO [Server] Server Library URL: file:/usr/local/jboss-3.2.1/server/default/lib/
                10:59:43,285 INFO [Server] Root Deployemnt Filename: jboss-service.xml
                10:59:43,291 INFO [Server] Starting General Purpose Architecture (GPA)...
                10:59:43,776 INFO [ServerInfo] Java version: 1.4.1_01,Sun Microsystems Inc.
                10:59:43,776 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.4.1_01-b01,Sun Microsystems Inc.
                10:59:43,777 INFO [ServerInfo] OS-System: Linux 2.4.18-14,i386
                10:59:43,885 INFO [ServiceController] Controller MBean online
                10:59:43,983 INFO [MainDeployer] Creating
                10:59:44,016 INFO [MainDeployer] Created
                10:59:44,018 INFO [MainDeployer] Starting
                10:59:44,019 INFO [MainDeployer] Started
                10:59:44,188 INFO [JARDeployer] Creating
                10:59:44,237 INFO [JARDeployer] Created
                10:59:44,239 INFO [JARDeployer] Starting
                10:59:44,240 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer@1df5a8f
                10:59:44,241 INFO [JARDeployer] Started
                10:59:44,256 INFO [SARDeployer] Creating
                10:59:44,338 INFO [SARDeployer] Created
                10:59:44,339 INFO [SARDeployer] Starting
                10:59:44,340 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer@5329c5
                10:59:44,381 INFO [SARDeployer] Started
                10:59:44,382 INFO [Server] Core system initialized
                10:59:44,913 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/conf/jboss-service.xml
                10:59:49,091 INFO [Log4jService] Creating
                10:59:49,097 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
                10:59:49,510 INFO [Log4jService] Created
                10:59:49,536 INFO [WebService] Creating
                10:59:49,542 INFO [WebService] Created
                10:59:49,545 INFO [LocalJBossServerDomain] Creating
                10:59:49,605 INFO [LocalJBossServerDomain] Created
                10:59:49,607 INFO [NamingService] Creating
                10:59:49,608 INFO [NamingService] Created
                10:59:49,636 INFO [JNDIView] Creating
                10:59:49,636 INFO [JNDIView] Created
                10:59:49,637 INFO [SecurityConfig] Creating
                10:59:49,638 INFO [SecurityConfig] Created
                10:59:49,639 INFO [XMLLoginConfig] Creating
                10:59:49,639 INFO [XMLLoginConfig] Created
                10:59:49,641 INFO [JaasSecurityManagerService] Creating
                10:59:49,641 INFO [JaasSecurityManagerService] Created
                10:59:49,643 INFO [EARDeployer] Creating
                10:59:49,673 INFO [EARDeployer] Created
                10:59:49,674 INFO [BeanShellSubDeployer] Creating
                10:59:49,708 INFO [BeanShellSubDeployer] Created
                10:59:49,711 INFO [URLDeploymentScanner] Creating
                10:59:49,715 INFO [AbstractDeploymentScanner$ScannerThread] Running
                10:59:49,717 INFO [URLDeploymentScanner] Created
                10:59:49,722 INFO [Log4jService] Starting
                10:59:49,722 INFO [Log4jService] Started
                10:59:49,725 INFO [WebService] Starting
                10:59:49,735 INFO [WebService] Started WebServer with address: 127.0.0.1:8083
                10:59:49,736 INFO [WebService] Using RMI server codebase: http://pirana:8083/
                10:59:49,737 INFO [WebService] Started
                10:59:49,739 INFO [LocalJBossServerDomain] Starting
                10:59:49,740 INFO [LocalJBossServerDomain] Started
                10:59:49,741 INFO [NamingService] Starting
                10:59:49,743 INFO [NamingService] Starting jnp server
                10:59:49,859 INFO [NamingService] Started jnpPort=1099, rmiPort=0, backlog=50, bindAddress=null, Client SocketFactory=null, Server SocketFactory=null
                10:59:49,880 INFO [NamingService] Listening on port 1099
                10:59:49,894 INFO [NamingService] Started
                10:59:49,895 INFO [JNDIView] Starting
                10:59:49,896 INFO [JNDIView] Started
                10:59:49,896 INFO [SecurityConfig] Starting
                10:59:49,900 INFO [SecurityConfig] Started
                10:59:49,901 INFO [XMLLoginConfig] Starting
                10:59:49,973 INFO [XMLLoginConfig] Started
                10:59:49,974 INFO [JaasSecurityManagerService] Starting
                10:59:49,993 INFO [JaasSecurityManagerService] Started
                10:59:49,994 INFO [EARDeployer] Starting
                10:59:49,994 INFO [MainDeployer] Adding deployer: org.jboss.deployment.EARDeployer@180f96c
                10:59:49,996 INFO [EARDeployer] Started
                10:59:49,997 INFO [BeanShellSubDeployer] Starting
                10:59:50,260 INFO [MainDeployer] Adding deployer: org.jboss.varia.deployment.BeanShellSubDeployer@1938039
                10:59:50,262 INFO [BeanShellSubDeployer] Started
                10:59:50,263 INFO [URLDeploymentScanner] Starting
                10:59:50,276 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/
                10:59:50,318 INFO [SARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/
                10:59:50,331 INFO [MainDeployer] deployment waiting for deployer: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/
                10:59:50,443 INFO [HttpInvoker] Creating
                10:59:50,444 INFO [HttpInvoker] Created
                10:59:50,445 INFO [HttpInvokerHA] Creating
                10:59:50,446 INFO [HttpInvokerHA] Created
                10:59:50,447 INFO [HttpProxyFactory] Creating
                10:59:50,448 INFO [HttpProxyFactory] Created
                10:59:50,449 INFO [HttpProxyFactory] Creating
                10:59:50,450 INFO [HttpProxyFactory] Created
                10:59:50,452 INFO [HttpInvoker] Starting
                10:59:50,473 INFO [HttpInvoker] Started
                10:59:50,474 INFO [HttpInvokerHA] Starting
                10:59:50,475 INFO [HttpInvokerHA] Started
                10:59:50,476 INFO [HttpProxyFactory] Starting
                10:59:50,520 INFO [HttpProxyFactory] Started
                10:59:50,520 INFO [HttpProxyFactory] Starting
                10:59:50,522 INFO [HttpProxyFactory] Started
                10:59:50,573 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/
                10:59:50,575 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/jboss-jca.sar
                10:59:51,223 INFO [RARDeployer] Creating
                10:59:51,464 INFO [RARDeployer] Created
                10:59:51,466 INFO [XSLSubDeployer] Creating
                10:59:52,407 INFO [XSLSubDeployer] Created templates: org.apache.xalan.templates.StylesheetRoot@d66426
                10:59:52,408 INFO [XSLSubDeployer] Created
                10:59:52,409 INFO [RARDeployer] Starting
                10:59:52,410 INFO [MainDeployer] Adding deployer: org.jboss.resource.RARDeployer@1490eb5
                10:59:52,411 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/
                10:59:52,412 INFO [MainDeployer] deployment waiting for deployer: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/
                10:59:52,413 INFO [MainDeployer] Deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/ is waiting for an appropriate deployer.
                10:59:52,414 INFO [RARDeployer] Started
                10:59:52,414 INFO [XSLSubDeployer] Starting
                10:59:52,416 INFO [MainDeployer] Adding deployer: org.jboss.deployment.XSLSubDeployer@6d0040
                10:59:52,418 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/
                10:59:52,419 INFO [MainDeployer] deployment waiting for deployer: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/
                10:59:52,419 INFO [MainDeployer] Deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/ is waiting for an appropriate deployer.
                10:59:52,420 INFO [XSLSubDeployer] Started
                10:59:52,438 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/jboss-jca.sar
                10:59:52,439 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/
                10:59:52,459 INFO [SARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/jasper-compiler.jar
                10:59:52,460 INFO [SARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/jasper-runtime.jar
                10:59:52,461 INFO [SARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/org.jboss.jetty.jar
                10:59:52,462 INFO [SARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/org.mortbay.j2ee.jar
                10:59:52,467 INFO [SARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/org.mortbay.jetty.jar
                10:59:52,468 INFO [SARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/org.mortbay.jmx.jar
                10:59:53,898 INFO [jbossweb] Registered jboss.web:Jetty=0
                10:59:53,916 INFO [jbossweb] Registered jboss.web:Code=0
                10:59:53,929 INFO [jbossweb] Registered jboss.web:Log=0
                10:59:53,954 INFO [jbossweb] Registered jboss.web:Log=0,JBossLogSink=0
                10:59:53,963 INFO [JettyService] Creating
                10:59:54,777 INFO [jbossweb] Registered jboss.web:Jetty=0,SocketListener=0
                10:59:54,848 INFO [jbossweb] Registered jboss.web:Jetty=0,AJP13Listener=0
                10:59:54,877 INFO [jbossweb] Registered jboss.web:Jetty=0,NCSARequestLog=0
                10:59:55,094 INFO [JettyService] Created
                10:59:55,106 INFO [JettyService] Starting
                10:59:55,107 INFO [MainDeployer] Adding deployer: org.jboss.jetty.JettyService@94257f
                10:59:55,108 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/
                10:59:56,173 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker
                10:59:58,169 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@94af2f
                10:59:58,182 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@28305d
                10:59:58,183 INFO [JaasSecurityManagerService] Added http-invoker, org.jboss.security.plugins.SecurityDomainContext@7f58ef to map
                10:59:58,194 INFO [jbossweb] Started WebApplicationContext[/invoker,file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/]
                10:59:58,733 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=jsp
                10:59:58,744 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=default
                10:59:58,758 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=invoker
                10:59:58,771 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=EJBInvokerHAServlet
                10:59:58,782 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=EJBInvokerServlet
                10:59:58,795 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=JMXInvokerServlet
                10:59:58,808 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=JNDIFactory
                10:59:58,820 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=ReadOnlyJNDIFactory
                10:59:58,834 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=ReadOnlyAccessFilter
                10:59:58,859 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,HashSessionManager=0
                10:59:58,860 INFO [jbossweb] successfully deployed file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/ to /invoker
                10:59:59,075 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.war/
                10:59:59,081 INFO [jbossweb] Starting Jetty/4.2.9
                10:59:59,099 INFO [jbossweb] Started org.mortbay.http.NCSARequestLog@196f4b5
                10:59:59,113 INFO [jbossweb] Started SocketListener on 0.0.0.0:8080
                10:59:59,117 INFO [jbossweb] Started AJP13Listener on 0.0.0.0:8009
                10:59:59,120 INFO [jbossweb] NOTICE: AJP13 is not a secure protocol. Please protect the port 0.0.0.0:8009
                10:59:59,123 INFO [jbossweb] Started org.jboss.jetty.Jetty@3b1f38
                10:59:59,123 INFO [JettyService] Started
                10:59:59,136 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/
                10:59:59,138 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-ejb-connector-server.sar
                10:59:59,159 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-ejb-connector-server.sar
                10:59:59,160 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-invoker-adaptor-server.sar/
                10:59:59,742 INFO [InvokerAdaptorService] Creating
                10:59:59,742 INFO [InvokerAdaptorService] Created
                10:59:59,745 INFO [InvokerAdaptorService] Starting
                10:59:59,767 INFO [InvokerAdaptorService] Started
                10:59:59,780 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-invoker-adaptor-server.sar/
                10:59:59,787 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-rmi-adaptor.sar/
                10:59:59,816 INFO [RMIAdaptorService] Creating
                10:59:59,817 INFO [RMIAdaptorService] Created
                10:59:59,820 INFO [RMIAdaptorService] Starting
                11:00:00,032 INFO [RMIAdaptorService] Started
                11:00:00,041 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-rmi-adaptor.sar/
                11:00:00,044 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/uuid-key-generator.sar
                11:00:00,080 INFO [UUIDKeyGeneratorFactoryService] Creating
                11:00:00,081 INFO [UUIDKeyGeneratorFactoryService] Created
                11:00:00,082 INFO [UUIDKeyGeneratorFactoryService] Starting
                11:00:00,094 INFO [UUIDKeyGeneratorFactoryService] Started
                11:00:00,102 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/uuid-key-generator.sar
                11:00:00,104 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/jboss-local-jdbc.rar
                11:00:00,421 INFO [RARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/jboss-local-jdbc.rar/11.jboss-local-jdbc.rar-contents/jboss-local-jdbc.jar
                11:00:00,479 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/jboss-local-jdbc.rar
                11:00:00,480 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/jboss-xa-jdbc.rar
                11:00:00,772 INFO [RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA drivers
                11:00:00,774 INFO [RARMetaData] Required license terms present. See deployment descriptor.
                11:00:00,782 INFO [RARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/jboss-xa-jdbc.rar/12.jboss-xa-jdbc.rar-contents/jboss-xa-jdbc.jar
                11:00:00,963 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/jboss-xa-jdbc.rar
                11:00:00,964 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/hsqldb-ds.xml
                11:00:01,260 INFO [XSLSubDeployer] transformed into doc: [#document: null]
                11:00:01,539 INFO [HypersonicDatabase] Creating
                11:00:01,539 INFO [HypersonicDatabase] Created
                11:00:01,545 INFO [RARDeployment] Creating
                11:00:01,545 INFO [RARDeployment] Created
                11:00:01,546 INFO [JBossManagedConnectionPool] Creating
                11:00:01,548 INFO [JBossManagedConnectionPool] Created
                11:00:01,551 INFO [HypersonicDatabase] Starting
                11:00:01,577 INFO [STDOUT] server.properties not found, using command line or default properties
                11:00:01,578 INFO [STDOUT] Opening database: /usr/local/jboss-3.2.1/server/default/data/hypersonic/default
                11:00:01,579 INFO [STDOUT] HSQLDB server 1.7.1 is running
                11:00:01,580 INFO [STDOUT] Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly
                11:00:01,863 INFO [STDOUT] Sat Jun 28 11:00:01 AST 2003 Listening for connections ...
                11:00:01,864 INFO [HypersonicDatabase] Started
                11:00:01,864 INFO [RARDeployment] Starting
                11:00:01,893 INFO [RARDeployment] Started
                11:00:01,894 INFO [JBossManagedConnectionPool] Starting
                11:00:01,903 INFO [JBossManagedConnectionPool] Started
                11:00:01,948 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/hsqldb-ds.xml
                11:00:01,950 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/cache-invalidation-service.xml
                11:00:02,142 INFO [InvalidationManager] Creating
                11:00:02,142 INFO [InvalidationManager] Created
                11:00:02,144 INFO [InvalidationManager] Starting
                11:00:02,145 INFO [InvalidationManager] Starting Invalidation Manager jboss.cache:service=InvalidationManager
                11:00:02,145 INFO [InvalidationManager] Started
                11:00:02,154 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/cache-invalidation-service.xml
                11:00:02,155 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/mail-service.xml
                11:00:03,166 INFO [MailService] Creating
                11:00:03,166 INFO [MailService] Created
                11:00:03,180 INFO [MailService] Starting
                11:00:03,686 INFO [MailService] Mail Service bound to java:/Mail
                11:00:03,687 INFO [MailService] Started
                11:00:03,695 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/mail-service.xml
                11:00:03,696 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/properties-service.xml
                11:00:03,739 INFO [PropertyEditorManagerService] Creating
                11:00:03,739 INFO [PropertyEditorManagerService] Created
                11:00:03,740 INFO [SystemPropertiesService] Creating
                11:00:03,741 INFO [SystemPropertiesService] Created
                11:00:03,742 INFO [PropertyEditorManagerService] Starting
                11:00:03,743 INFO [PropertyEditorManagerService] Started
                11:00:03,743 INFO [SystemPropertiesService] Starting
                11:00:03,744 INFO [SystemPropertiesService] Started
                11:00:03,756 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/properties-service.xml
                11:00:03,757 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/schedule-manager-service.xml
                11:00:03,785 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/schedule-manager-service.xml
                11:00:03,786 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/scheduler-service.xml
                11:00:03,808 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/scheduler-service.xml
                11:00:03,809 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/sqlexception-service.xml
                11:00:03,838 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/sqlexception-service.xml
                11:00:03,839 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/transaction-service.xml
                11:00:04,046 INFO [TransactionManagerService] Creating
                11:00:04,047 INFO [TransactionManagerService] Created
                11:00:04,063 INFO [EJBDeployer] Creating
                11:00:04,079 INFO [EJBDeployer] Created
                11:00:04,081 INFO [JRMPInvoker] Creating
                11:00:04,081 INFO [JRMPInvoker] Created
                11:00:04,082 INFO [JRMPProxyFactory] Creating
                11:00:04,083 INFO [JRMPProxyFactory] Created
                11:00:04,084 INFO [LocalInvoker] Creating
                11:00:04,085 INFO [LocalInvoker] Created
                11:00:04,086 INFO [PooledInvoker] Creating
                11:00:04,087 INFO [PooledInvoker] Created
                11:00:04,090 INFO [ClientUserTransactionService] Creating
                11:00:04,090 INFO [ClientUserTransactionService] Created
                11:00:04,098 INFO [CachedConnectionManager] Creating
                11:00:04,099 INFO [CachedConnectionManager] Created
                11:00:04,100 INFO [TxConnectionManager] Creating
                11:00:04,101 INFO [TxConnectionManager] Created
                11:00:04,103 INFO [TransactionManagerService] Starting
                11:00:04,149 INFO [TransactionManagerService] Started
                11:00:04,150 INFO [EJBDeployer] Starting
                11:00:04,312 INFO [MainDeployer] Adding deployer: org.jboss.ejb.EJBDeployer@898540
                11:00:04,313 INFO [EJBDeployer] Started
                11:00:04,314 INFO [JRMPInvoker] Starting
                11:00:04,345 INFO [JRMPInvoker] Started
                11:00:04,346 INFO [JRMPProxyFactory] Starting
                11:00:04,421 INFO [JRMPProxyFactory] Started
                11:00:04,422 INFO [LocalInvoker] Starting
                11:00:04,423 INFO [LocalInvoker] Started
                11:00:04,424 INFO [PooledInvoker] Starting
                11:00:04,454 INFO [PooledInvoker] Started
                11:00:04,456 INFO [ClientUserTransactionService] Starting
                11:00:04,635 INFO [ClientUserTransactionService] Started
                11:00:04,636 INFO [CachedConnectionManager] Starting
                11:00:04,643 INFO [CachedConnectionManager] Started
                11:00:04,644 INFO [TxConnectionManager] Starting
                11:00:04,666 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@14c5b37
                11:00:04,668 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@1f8acdc
                11:00:04,669 INFO [JaasSecurityManagerService] Added HsqlDbRealm, org.jboss.security.plugins.SecurityDomainContext@11cc367 to map
                11:00:04,689 INFO [DefaultDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=DefaultDS to JNDI name 'java:/DefaultDS'
                11:00:04,690 INFO [TxConnectionManager] Started
                11:00:04,706 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/transaction-service.xml
                11:00:04,707 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/user-service.xml
                11:00:04,722 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/user-service.xml
                11:00:04,724 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/HelloWorld.jar
                11:00:08,342 WARN [verifier] EJB spec violation:
                Bean : Hello
                Section: 22.2
                Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element.
                Info : Class not found: examples.HelloBean

                11:00:08,347 ERROR [MainDeployer] could not create deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/HelloWorld.jar
                org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
                at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:487)
                at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
                at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:324)
                at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
                at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
                at $Proxy7.deploy(Unknown Source)
                at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
                at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
                at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
                at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
                at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
                at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:324)
                at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
                at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
                at $Proxy0.start(Unknown Source)
                at org.jboss.system.ServiceController.start(ServiceController.java:392)
                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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
                at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
                at $Proxy5.start(Unknown Source)
                at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
                at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
                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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
                at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
                at $Proxy6.deploy(Unknown Source)
                at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
                at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
                at org.jboss.Main.boot(Main.java:150)
                at org.jboss.Main$1.run(Main.java:388)
                at java.lang.Thread.run(Thread.java:536)
                11:00:08,360 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@3ba70e8f{ url=file:/usr/local/jboss-3.2.1/server/default/deploy/HelloWorld.jar, deployedLastModified=0 }
                org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
                at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:487)
                at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
                at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:324)
                at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
                at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
                at $Proxy7.deploy(Unknown Source)
                at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
                at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
                at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
                at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
                at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
                at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:324)
                at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
                at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
                at $Proxy0.start(Unknown Source)
                at org.jboss.system.ServiceController.start(ServiceController.java:392)
                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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
                at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
                at $Proxy5.start(Unknown Source)
                at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
                at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
                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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
                at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
                at $Proxy6.deploy(Unknown Source)
                at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
                at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
                at org.jboss.Main.boot(Main.java:150)
                at org.jboss.Main$1.run(Main.java:388)
                at java.lang.Thread.run(Thread.java:536)
                11:00:08,362 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-console.war/
                11:00:08,741 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console
                11:00:09,702 INFO [jbossweb] Started WebApplicationContext[/jmx-console,file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-console.war/]
                11:00:10,473 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=DisplayMBeans
                11:00:10,484 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=DisplayOpResult
                11:00:10,493 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=InspectMBean
                11:00:10,502 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=jsp
                11:00:10,514 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=HtmlAdaptor
                11:00:10,522 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=default
                11:00:10,531 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=invoker
                11:00:10,545 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,HashSessionManager=0
                11:00:10,545 INFO [jbossweb] successfully deployed file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-console.war/ to /jmx-console
                11:00:10,571 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/jmx-console.war/
                11:00:10,572 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/jms/
                11:00:10,574 INFO [JARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jms/jbossmq-destinations-service.xml
                11:00:10,575 INFO [JARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/
                11:00:10,575 INFO [JARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jms/jbossmq-service.xml
                11:00:10,576 INFO [JARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jms/jms-ds.xml
                11:00:10,577 INFO [JARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jms/jms-ra.rar
                11:00:10,591 INFO [SARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
                11:00:10,867 INFO [RARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/jms/jms-ra.rar/23.jms-ra.rar-contents/jms-ra.jar
                11:00:10,903 INFO [XSLSubDeployer] transformed into doc: [#document: null]
                11:00:11,186 INFO [JMSProviderLoader] Creating
                11:00:11,186 INFO [JMSProviderLoader] Created
                11:00:11,188 INFO [ServerSessionPoolLoader] Creating
                11:00:11,188 INFO [ServerSessionPoolLoader] Created
                11:00:11,190 INFO [RARDeployment] Creating
                11:00:11,190 INFO [RARDeployment] Created
                11:00:11,191 INFO [JBossManagedConnectionPool] Creating
                11:00:11,192 INFO [JBossManagedConnectionPool] Created
                11:00:11,193 INFO [TxConnectionManager] Creating
                11:00:11,193 INFO [TxConnectionManager] Created
                11:00:12,022 INFO [MessageCache] Creating
                11:00:12,023 INFO [MessageCache] Created
                11:00:12,024 INFO [PersistenceManager] Creating
                11:00:12,024 INFO [PersistenceManager] Created
                11:00:12,026 INFO [CacheStore] Creating
                11:00:12,026 INFO [CacheStore] Created
                11:00:12,027 INFO [DynamicStateManager] Creating
                11:00:12,028 INFO [DynamicStateManager] Created
                11:00:12,030 INFO [DestinationManager] Creating
                11:00:12,043 INFO [DestinationManager] Created
                11:00:12,061 INFO [SecurityManager] Creating
                11:00:12,061 INFO [SecurityManager] Created
                11:00:12,063 INFO [InterceptorLoader] Creating
                11:00:12,063 INFO [InterceptorLoader] Created
                11:00:12,064 INFO [Invoker] Creating
                11:00:12,066 INFO [Invoker] Created
                11:00:12,068 INFO [HTTPServerILService] Creating
                11:00:12,077 INFO [HTTPServerILService] Created
                11:00:12,078 INFO [JVMServerILService] Creating
                11:00:12,078 INFO [JVMServerILService] Created
                11:00:12,079 INFO [RMIServerILService] Creating
                11:00:12,080 INFO [RMIServerILService] Created
                11:00:12,081 INFO [OILServerILService] Creating
                11:00:12,082 INFO [OILServerILService] Created
                11:00:12,083 INFO [UILServerILService] Creating
                11:00:12,083 INFO [UILServerILService] Created
                11:00:12,084 INFO [OIL2ServerILService] Creating
                11:00:12,085 INFO [OIL2ServerILService] Created
                11:00:12,086 INFO [UILServerILService] Creating
                11:00:12,086 INFO [UILServerILService] Created
                11:00:12,087 INFO [DLQ] Creating
                11:00:12,088 INFO [DLQ] Created
                11:00:12,126 INFO [testTopic] Creating
                11:00:12,127 INFO [testTopic] Created
                11:00:12,128 INFO [securedTopic] Creating
                11:00:12,129 INFO [securedTopic] Created
                11:00:12,130 INFO [testDurableTopic] Creating
                11:00:12,130 INFO [testDurableTopic] Created
                11:00:12,131 INFO [testQueue] Creating
                11:00:12,132 INFO [testQueue] Created
                11:00:12,133 INFO [A] Creating
                11:00:12,133 INFO [A] Created
                11:00:12,135 INFO [B] Creating
                11:00:12,135 INFO [B] Created
                11:00:12,136 INFO [C] Creating
                11:00:12,137 INFO [C] Created
                11:00:12,138 INFO [D] Creating
                11:00:12,138 INFO [D] Created
                11:00:12,139 INFO [ex] Creating
                11:00:12,140 INFO [ex] Created
                11:00:12,509 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil
                11:00:13,791 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@42a818
                11:00:13,793 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@29d65b
                11:00:13,793 INFO [JaasSecurityManagerService] Added jbossmq-httpil, org.jboss.security.plugins.SecurityDomainContext@b8176d to map
                11:00:13,797 INFO [jbossweb] Started WebApplicationContext[/jbossmq-httpil,file:/usr/local/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/]
                11:00:13,818 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,name=jsp
                11:00:13,826 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,name=HTTPServerILServlet
                11:00:13,835 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,name=default
                11:00:13,848 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,name=invoker
                11:00:13,861 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,HashSessionManager=0
                11:00:13,861 INFO [jbossweb] successfully deployed file:/usr/local/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ to /jbossmq-httpil
                11:00:13,889 INFO [RARDeployment] Starting
                11:00:14,084 INFO [RARDeployment] Started
                11:00:14,085 INFO [JBossManagedConnectionPool] Starting
                11:00:14,086 INFO [JBossManagedConnectionPool] Started
                11:00:14,086 INFO [TxConnectionManager] Starting
                11:00:14,108 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@8890da
                11:00:14,110 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@1de007d
                11:00:14,111 INFO [JaasSecurityManagerService] Added JmsXARealm, org.jboss.security.plugins.SecurityDomainContext@1f243d1 to map
                11:00:14,123 INFO [JmsXA] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=TxCM,name=JmsXA to JNDI name 'java:/JmsXA'
                11:00:14,202 INFO [TxConnectionManager] Started
                11:00:14,215 INFO [JMSProviderLoader] Starting
                11:00:14,230 INFO [JMSProviderLoader] Bound adapter to java:/DefaultJMSProvider
                11:00:14,231 INFO [JMSProviderLoader] Started
                11:00:14,232 INFO [ServerSessionPoolLoader] Starting
                11:00:14,239 INFO [ServerSessionPoolLoader] pool factory StdJMSPool bound to java:/StdJMSPool
                11:00:14,240 INFO [ServerSessionPoolLoader] Started
                11:00:14,255 INFO [MessageCache] Starting
                11:00:14,257 INFO [MessageCache] Started
                11:00:14,258 INFO [PersistenceManager] Starting
                11:00:14,807 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping
                11:00:14,808 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping
                11:00:14,812 INFO [PersistenceManager] Started
                11:00:14,814 INFO [CacheStore] Starting
                11:00:14,816 INFO [CacheStore] Started
                11:00:14,817 INFO [DynamicStateManager] Starting
                11:00:14,833 INFO [DynamicStateManager] Started
                11:00:14,834 INFO [DestinationManager] Starting
                11:00:14,997 INFO [DestinationManager] Started
                11:00:14,998 INFO [SecurityManager] Starting
                11:00:15,000 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@1abdac9
                11:00:15,002 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@1a8dfb3
                11:00:15,002 INFO [JaasSecurityManagerService] Added jbossmq, org.jboss.security.plugins.SecurityDomainContext@1f68272 to map
                11:00:15,079 INFO [SecurityManager] Started
                11:00:15,080 INFO [InterceptorLoader] Starting
                11:00:15,080 INFO [InterceptorLoader] Started
                11:00:15,081 INFO [Invoker] Starting
                11:00:15,082 INFO [Invoker] Started
                11:00:15,083 INFO [HTTPServerILService] Starting
                11:00:15,238 INFO [HTTPServerILService] Started
                11:00:15,239 INFO [JVMServerILService] Starting
                11:00:15,244 INFO [JVMServerILService] Started
                11:00:15,244 INFO [RMIServerILService] Starting
                11:00:15,460 INFO [RMIServerILService] Started
                11:00:15,461 INFO [OILServerILService] Starting
                11:00:15,462 INFO [OILServerILService] JBossMQ OIL service available at : 0.0.0.0/0.0.0.0:8090
                11:00:15,499 INFO [OILServerILService] Started
                11:00:15,500 INFO [UILServerILService] Starting
                11:00:15,501 INFO [UILServerILService] JBossMQ UIL service available at : 0.0.0.0/0.0.0.0:8091
                11:00:15,520 INFO [UILServerILService] Started
                11:00:15,522 INFO [OIL2ServerILService] Starting
                11:00:15,525 INFO [OIL2ServerILService] JBossMQ OIL2 service available at : 0.0.0.0/0.0.0.0:8092
                11:00:15,546 INFO [OIL2ServerILService] Started
                11:00:15,547 INFO [UILServerILService] Starting
                11:00:15,548 INFO [UILServerILService] JBossMQ UIL service available at : 0.0.0.0/0.0.0.0:8093
                11:00:15,780 INFO [UILServerILService] Started
                11:00:15,781 INFO [DLQ] Starting
                11:00:15,801 INFO [DLQ] Bound to JNDI name: queue/DLQ
                11:00:15,806 INFO [DLQ] Started
                11:00:15,807 INFO [testTopic] Starting
                11:00:15,819 INFO [testTopic] Bound to JNDI name: topic/testTopic
                11:00:15,821 INFO [testTopic] Started
                11:00:15,822 INFO [securedTopic] Starting
                11:00:15,823 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
                11:00:15,824 INFO [securedTopic] Started
                11:00:15,824 INFO [testDurableTopic] Starting
                11:00:15,826 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
                11:00:15,827 INFO [testDurableTopic] Started
                11:00:15,827 INFO [testQueue] Starting
                11:00:15,832 INFO [testQueue] Bound to JNDI name: queue/testQueue
                11:00:15,833 INFO [testQueue] Started
                11:00:15,835 INFO [A] Starting
                11:00:15,839 INFO [A] Bound to JNDI name: queue/A
                11:00:15,839 INFO [A] Started
                11:00:15,840 INFO [B] Starting
                11:00:15,844 INFO [B] Bound to JNDI name: queue/B
                11:00:15,844 INFO [B] Started
                11:00:15,845 INFO [C] Starting
                11:00:15,849 INFO [C] Bound to JNDI name: queue/C
                11:00:15,850 INFO [C] Started
                11:00:15,850 INFO [D] Starting
                11:00:15,855 INFO [D] Bound to JNDI name: queue/D
                11:00:15,855 INFO [D] Started
                11:00:15,856 INFO [ex] Starting
                11:00:15,860 INFO [ex] Bound to JNDI name: queue/ex
                11:00:15,861 INFO [ex] Started
                11:00:15,944 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/jms/
                11:00:15,945 INFO [MainDeployer] Starting deployment of package: file:/usr/local/jboss-3.2.1/server/default/deploy/management/
                11:00:15,947 INFO [JARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/management/console-mgr.sar
                11:00:15,948 INFO [JARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/management/ejb-management.jar
                11:00:15,948 INFO [JARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/deploy/management/web-console.war
                11:00:16,128 INFO [SARDeployer] nested deployment: file:/usr/local/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/management/console-mgr.sar/27.console-mgr.sar-contents/console-mgr-classes.jar
                11:00:16,759 INFO [PluginManager] Creating
                11:00:16,764 INFO [PluginManager] Created
                11:00:18,258 INFO [EjbModule] Creating
                11:00:18,269 INFO [EjbModule] Deploying MEJB
                11:00:18,566 INFO [StatelessSessionContainer] Creating
                11:00:18,577 INFO [StatelessSessionInstancePool] Creating
                11:00:18,578 INFO [StatelessSessionInstancePool] Created
                11:00:18,602 INFO [StatelessSessionContainer] Created
                11:00:18,604 INFO [EjbModule] Created
                11:00:18,615 INFO [PluginManager] Starting
                11:00:18,650 INFO [PluginManager] Started
                11:00:18,659 INFO [EjbModule] Starting
                11:00:18,660 INFO [StatelessSessionContainer] Starting
                11:00:18,865 INFO [StatelessSessionInstancePool] Starting
                11:00:18,866 INFO [StatelessSessionInstancePool] Started
                11:00:18,867 INFO [StatelessSessionContainer] Started
                11:00:18,867 INFO [EjbModule] Started
                11:00:18,868 INFO [EJBDeployer] Deployed: file:/usr/local/jboss-3.2.1/server/default/deploy/management/ejb-management.jar
                11:00:20,649 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console
                11:00:20,668 INFO [jbossweb] Extract jar:file:/usr/local/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/management/web-console.war/29.web-console.war!/ to /tmp/Jetty_0_0_0_0_8080__web-console/webapp
                11:00:21,377 INFO [jbossweb] Started WebApplicationContext[/web-console,jar:file:/usr/local/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/management/web-console.war/29.web-console.war!/]
                11:00:22,320 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=jsp
                11:00:22,329 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=default
                11:00:22,337 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=invoker
                11:00:22,497 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=J2EEFolder
                11:00:22,507 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=JSR77 Domains and Servers
                11:00:22,517 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=JSR77 EJBModules and EJBs
                11:00:22,533 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=MBeans
                11:00:22,542 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=SystemFolder
                11:00:22,550 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=UCLs
                11:00:22,559 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=HTTP Invocation
                11:00:22,573 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,HashSessionManager=0
                11:00:22,574 INFO [jbossweb] successfully deployed file:/usr/local/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/management/web-console.war/29.web-console.war to /web-console
                11:00:22,615 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/deploy/management/
                11:00:22,616 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
                Cause: Incomplete Deployment listing:
                Packages waiting for a deployer:

                Incompletely deployed packages:
                [org.jboss.deployment.DeploymentInfo@3ba70e8f { url=file:/usr/local/jboss-3.2.1/server/default/deploy/HelloWorld.jar }
                deployer: org.jboss.ejb.EJBDeployer@898540
                status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages.
                state: FAILED
                watch: file:/usr/local/jboss-3.2.1/server/default/deploy/HelloWorld.jar
                lastDeployed: 1056787204736
                lastModified: 1056787204000
                mbeans:
                ]MBeans waiting for classes:

                MBeans waiting for other MBeans:


                11:00:22,625 INFO [URLDeploymentScanner] Started
                11:00:22,834 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.1/server/default/conf/jboss-service.xml
                11:00:22,837 INFO [Server] JBoss (MX MicroKernel) [3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)] Started in 39s:546ms

                • 5. Re: Unable to deploy the first jar file !!!
                  raja05

                  i know it sounds silly but can you check if the HelloBean is ur jar.

                  Info : Class not found: examples.HelloBean

                  • 6. Re: Unable to deploy the first jar file !!!
                    pirhana

                    Raj, I really appreciate your help and patience. I got rid of that error . What I did is I created the jar file using the following command,
                    jar cf HelloWorld.jar *.class
                    Earlier I had used the following command,
                    jar cf HelloWorld.jar *
                    So I think it was creating a wrong jar file and now its deplying successfully.

                    But I am still not able to get my client run. Here is my client java program,

                    package examples;
                    import javax.naming.Context;
                    import javax.naming.InitialContext;
                    import java.util.Properties;

                    public class HelloClient
                    {
                    public static void main(String[] args) throws Exception
                    {
                    Properties props = System.getProperties();
                    Context ctx = new InitialContext(props);
                    Object obj = ctx.lookup("HelloHome");

                    HelloHome home = (HelloHome) javax.rmi.PortableRemoteObject.narrow(obj, HelloHome.class);
                    Hello hello = home.create();
                    System.out.println(hello.hello());

                    hello.remove();
                    }
                    }

                    When I try to compile this , I get the following error,

                    HelloClient.java : 16 cannot resolve symbol
                    Symbol: mehod hello()
                    location interface examples.Hello
                    System.out.println(hello.hello());

                    So i just commented out this line and compiled it. It compiled without any problem . But when I try to run that program, I get the following error,
                    Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldClient (wrong name: ie/tcd/cs/ejb_example/HelloWorldClient)
                    at java.lang.ClassLoader.defineClass0(Native Method)
                    at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
                    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
                    at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
                    at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
                    at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
                    at java.security.AccessController.doPrivileged(Native Method)
                    at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
                    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
                    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
                    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
                    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)

                    if you could check my other java files also, i can send it . also if you could send me any more infos or anything please fell free to send it to my email id ( kollathodi at yahoo dot com) .

                    Thanx a lot and longing for your reply,
                    Nasirudheen

                    • 7. Re: Unable to deploy the first jar file !!!
                      raja05

                      > HelloClient.java : 16 cannot resolve symbol
                      > Symbol: mehod hello()
                      > location interface examples.Hello
                      > System.out.println(hello.hello());

                      Make sure you have the remote interface included in ur client classpath.

                      >
                      > So i just commented out this line and compiled it. It
                      > compiled without any problem . But when I try to run
                      > that program, I get the following error,
                      > Exception in thread "main"
                      > java.lang.NoClassDefFoundError: HelloWorldClient
                      > (wrong name: ie/tcd/cs/ejb_example/HelloWorldClient)

                      I dont get it. You are trying to run HelloClient and its looking for HelloWorldClient??

                      • 8. Re: Unable to deploy the first jar file !!!
                        pirhana

                        >Make sure you have the remote interface included in ur client classpath.

                        My remote interface is "Hello" and is as follows,
                        package examples;

                        public interface Hello extends javax.ejb.EJBObject
                        {
                        public String Hello() throws java.rmi.RemoteException;
                        }

                        The class file for this is under "/root/dnld/myjava/examples/" and I have included in the classpath . Is there anything wrong in it ?

                        >I dont get it. You are trying to run HelloClient and its looking for HelloWorldClient??

                        I am sorry it was typing mistake only ( I wrongly pasted from another example) . Its like this in fact,

                        Exception in thread "main" java.lang.NoClassDefFoundError: HelloClient (wrong name: examples/HelloClient)

                        Any idea ???

                        • 9. Re: Unable to deploy the first jar file !!!
                          raja05

                          Alrite, make ur classpath on ur client as
                          /root/dnld/myjava

                          and run ur client as java examples.HelloWorldClient from the directory where you have the examples folder.


                          • 10. Re: Unable to deploy the first jar file !!!
                            pirhana

                            > Alrite, make ur classpath on ur client as
                            /root/dnld/myjava

                            I had already done that ( my client and server are same machine). But as I told you earlier when I just commented out the line " System.out.println(hello.hello());" from the "HelloClient.java" it compiles. And when I try to run it by using the command "java examples.HelloClient" from the directory "/root/dnld/myjava" , I get the following error,


                            Exception in thread "main" javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
                            at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:640)
                            at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
                            at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:280)
                            at javax.naming.InitialContext.lookup(InitialContext.java:347)
                            at examples.HelloClient.main(HelloClient.java:12)


                            I feel so sorry to bug you like this, But all other options are closed and If I just get one program working , then i can work on it. But to not getting the first program is really frustrating.

                            regards,
                            Nasir

                            • 11. Re: Unable to deploy the first jar file !!!
                              raja05

                              you need to provide java.naming.factory.initial and
                              java.naming.provider.url and java.naming.url.packages to the client program. Look at the GettingStarted docs for how to set values for each of these.

                              -Raj