3 Replies Latest reply on Aug 19, 2006 6:40 AM by rock_pec

    Jboss Oracle connection not working ..

    rock_pec

      Hi,
      As per the JBoss documentation. I copied the oracle-ds.xml to server/deploy directory. When I start Jboss I get the following error:

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@e4101b09 { url=file:/C:/01work/01rocky/05sof
      tware/jboss/server/default/deploy/oracle-ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/01work/01rocky/05software/jboss/server/default/deploy/oracle-d
      s.xml
      altDD: null
      lastDeployed: 1155904380287
      lastModified: 1155904380287
      mbeans:

      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@e4101b09 { url=file:/C:/01work/01rocky/05sof
      tware/jboss/server/default/deploy/oracle-ds.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/01work/01rocky/05software/jboss/server/default/deploy/oracle-d
      s.xml
      altDD: null
      lastDeployed: 1155904380287
      lastModified: 1155904380287
      mbeans:


      18:03:00,459 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808
      0
      18:03:00,568 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
      18:03:00,584 INFO [JkMain] Jk running ID=0 time=0/32 config=null
      18:03:00,584 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBos
      s_4_0_3_SP1 date=200510231751)] Started in 4s:625ms


      Can anyone please tell me why this error is coming and how i can remove it?

      Thanks.

        • 1. Re: Jboss Oracle connection not working ..
          jaikiran

          There might be more exception stacktrace on the console. Post the same(Remember to use the Code button while posting to wrap the exception stacktrace in code blocks)

          • 2. Re: Jboss Oracle connection not working ..
            peterj

            Actually, I would be interested in hearing how you installed JBoss. Based on the startup time (less than 5 seconds!), I would guess that you used the installer jar file and selected a minimal configuration with no, or few, services. The resulting configuration therefore does not contain the deployer for datasource configuration files, which is verified by the deployment error.

            If I guessed correctly, reinstall JBoss, this time selecting a default configuration. Or, download and unzip the binary zip distribution, and use the default configuration from there.

            • 3. Re: Jboss Oracle connection not working ..
              rock_pec

              Thanks Peter,
              You are right man .... thanks a lot ... sorry for the late reply ... actually i left for home after posting the message....

              In the insallation I selected the default radio button and all worked ...


              Thanks and Regards,
              Rocky