3 Replies Latest reply on Dec 25, 2005 6:53 PM by vishalpuri

    Newbe-Failing on JBossPortal 2.2(on 4.0.3) with MySQL5.0, Ja

    jaheman

      Hello,


      I am trying to get JBossPortal working. And I'm currently loosing...

      1)Installed Java 1.5.0_06. -It's working fine.
      2)Installed JBoss 4.0.3. Seems to be working fine(microkernel up, 8080 jmx HTML view looks fine and all that)
      2a)Installed MySQL 5.0 (the installation seems fine, can do stuff and it looks fine)
      2b)Downloaded mysql-connector-java-5.0.0-beta.zip(this looks to be a beta, is this my problem?)
      3)Downloaded JBossPortal 2.2 binary.
      4)Planning on using on MySql:
      -Created the jboss db and granted the user as in JBoss startguide 8.2.1(the document is linked to JBoss 4.0.2, but that has gotto work for 4.0.3 also, right).
      -Moved the drivers .jar(from MSQL 5.0 zip) to default/lib and created a mysql-ds.xml in default/deploy(identical to MySql 3.0 example, no difference right) like 8.2.2.
      -Moved the jboss-portal.sar and portal-mysql-ds.xml to default/deploy(from JBP 2.2) as in JBossPortalUserGuide 2.3.1.
      5) Started JBoss and it starts firing exceptions left, right and center after the initial JBoss stuff.

      Anyone successful using my targeted environment?

      Please help.
      /Jari

        • 1. Sorted
          jaheman

          Fixed the problem myself. It was just a litlle stupidity from my side in the end...
          ...Well, I had left me a little junk file in the lib directory. It's always those little things that...
          Anyways, Sorry about that, just ignore this thread.
          /Jari

          • 2. Re: Newbe-Failing on JBossPortal 2.2(on 4.0.3) with MySQL5.0

            You may need to verify that it does indeed work under MySQL5. Other users are having issues with it, and there is an open task in jira, until I can verify it works: http://jira.jboss.com/jira/browse/JBPORTAL-533

            The jira bug links to a workaround a user posted.

            • 3. Re: Newbe-Failing on JBossPortal 2.2(on 4.0.3) with MySQL5.0
              vishalpuri

              Hi ,
              I am facing a problem with deploying jboss portal with mysql. I have the following environment
              Hello,


              I am trying to get JBossPortal working. And I'm currently loosing...

              1)Installed Java 1.5.0_06.
              2)Installed JBoss 4.0.3Sp1
              2a)Installed MySQL 5.0
              2b)Downloaded mysql-connector-java-3.1.12.zip
              3)Downloaded JBossPortal 2.2 binary.

              -Created the jbossportal db and granted the user as in JBoss Portal userguide
              -Moved the driver mysql-connector-java-3.1.12-bin.jar to default/lib
              -Moved the jboss-portal.sar and portal-mysql-ds.xml to default/deploy(from JBP 2.2) as in JBossPortalUserGuide
              -the portal-mysql-ds looks as follows -
              <?xml version="1.0" encoding="UTF-8"?>

              <local-tx-datasource>
              <jndi-name>PortalDS</jndi-name>
              <connection-url>jdbc:mysql://localhost:3306/jbossportal</connection-url>
              <driver-class>com.mysql.jdbc.Driver</driver-class>
              <user-name>portal</user-name>
              portalpassword
              <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter</exception-sorter-class-name>
              </local-tx-datasource>

              Also changed the hibernate dialect to use mysql dialect.

              5) Started JBoss and it starts fine but gives the following output indicating that the PortalDS service has not been configured
              Please help.

              17:22:53,911 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

              --- Packages waiting for a deployer ---
              org.jboss.deployment.DeploymentInfo@aa92920e { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/a
              ddClassPath.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/addClassPath.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966721
              mbeans:

              org.jboss.deployment.DeploymentInfo@70229137 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/b
              g.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/bg.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966721
              mbeans:

              org.jboss.deployment.DeploymentInfo@14e9f9af { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/b
              ind.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/bind.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966651
              mbeans:

              org.jboss.deployment.DeploymentInfo@bd3a0fe4 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/b
              rowseClass.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/browseClass.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966691
              mbeans:

              org.jboss.deployment.DeploymentInfo@bcfc84ac { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/c
              at.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/cat.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966721
              mbeans:

              org.jboss.deployment.DeploymentInfo@71ad2353 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/c
              d.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/cd.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966651
              mbeans:

              org.jboss.deployment.DeploymentInfo@aaca6882 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/c
              lassBrowser.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/classBrowser.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966641
              mbeans:

              org.jboss.deployment.DeploymentInfo@710e2b23 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/c
              lear.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/clear.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966711
              mbeans:

              org.jboss.deployment.DeploymentInfo@72563d5f { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/c
              p.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/cp.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966721
              mbeans:

              org.jboss.deployment.DeploymentInfo@b0fd9829 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/d
              ebug.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/debug.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966631
              mbeans:

              org.jboss.deployment.DeploymentInfo@9d2128f2 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/d
              esktop.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/desktop.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966711
              mbeans:

              org.jboss.deployment.DeploymentInfo@208aeb6e { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/d
              irname.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/dirname.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966661
              mbeans:

              org.jboss.deployment.DeploymentInfo@7caacb5f { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/e
              ditor.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/editor.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966701
              mbeans:

              org.jboss.deployment.DeploymentInfo@d072f15e { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/e
              rror.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/error.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966661
              mbeans:

              org.jboss.deployment.DeploymentInfo@e6803e8e { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/e
              val.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/eval.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966701
              mbeans:

              org.jboss.deployment.DeploymentInfo@56a14403 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/e
              xec.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/exec.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966641
              mbeans:

              org.jboss.deployment.DeploymentInfo@5e643610 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/e
              xit.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/exit.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966691
              mbeans:

              org.jboss.deployment.DeploymentInfo@6cb8ca8c { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/e
              xtend.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/extend.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966651
              mbeans:

              org.jboss.deployment.DeploymentInfo@6ecaf440 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/f
              ontMenu.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/fontMenu.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966631
              mbeans:

              org.jboss.deployment.DeploymentInfo@dd4c8e43 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/f
              rame.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/frame.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966651
              mbeans:

              org.jboss.deployment.DeploymentInfo@d3e53337 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/g
              etBshPrompt.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/getBshPrompt.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966681
              mbeans:

              org.jboss.deployment.DeploymentInfo@c74493b4 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/g
              etClass.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/getClass.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966641
              mbeans:

              org.jboss.deployment.DeploymentInfo@6bb5c979 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/g
              etClassPath.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/getClassPath.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966721
              mbeans:

              org.jboss.deployment.DeploymentInfo@53894d5a { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/g
              etResource.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/getResource.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966691
              mbeans:

              org.jboss.deployment.DeploymentInfo@fee36151 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/g
              etSourceFileInfo.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/getSourceFileInfo.bsh
              altDD: null
              lastDeployed: 1135552971768
              lastModified: 1135552966701
              mbeans:

              org.jboss.deployment.DeploymentInfo@59a8993f { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/i
              mportCommands.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/importCommands.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966701
              mbeans:

              org.jboss.deployment.DeploymentInfo@8b6e06e4 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/j
              avap.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/javap.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966691
              mbeans:

              org.jboss.deployment.DeploymentInfo@4aec1dd8 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/l
              oad.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/load.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966661
              mbeans:

              org.jboss.deployment.DeploymentInfo@467b081d { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/m
              akeWorkspace.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/makeWorkspace.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966661
              mbeans:

              org.jboss.deployment.DeploymentInfo@83bb409b { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/m
              v.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/mv.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966671
              mbeans:

              org.jboss.deployment.DeploymentInfo@19061431 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/o
              bject.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/object.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966641
              mbeans:

              org.jboss.deployment.DeploymentInfo@5b83568e { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/p
              athToFile.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/pathToFile.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966631
              mbeans:

              org.jboss.deployment.DeploymentInfo@51b2f783 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/p
              rint.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/print.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966621
              mbeans:

              org.jboss.deployment.DeploymentInfo@c149918f { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/p
              rintBanner.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/printBanner.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966651
              mbeans:

              org.jboss.deployment.DeploymentInfo@9156ac93 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/p
              wd.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/pwd.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966701
              mbeans:

              org.jboss.deployment.DeploymentInfo@ae94c323 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/r
              eloadClasses.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/reloadClasses.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966701
              mbeans:

              org.jboss.deployment.DeploymentInfo@8bc4a82d { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/r
              m.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/rm.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966681
              mbeans:

              org.jboss.deployment.DeploymentInfo@f8465ce1 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/r
              un.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/run.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966711
              mbeans:

              org.jboss.deployment.DeploymentInfo@6160f6ef { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              ave.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/save.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966671
              mbeans:

              org.jboss.deployment.DeploymentInfo@6c99fe35 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              erver.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/server.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966691
              mbeans:

              org.jboss.deployment.DeploymentInfo@2b5fe4fe { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              etAccessibility.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/setAccessibility.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966671
              mbeans:

              org.jboss.deployment.DeploymentInfo@fe8c2fed { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              etClassPath.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/setClassPath.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966681
              mbeans:

              org.jboss.deployment.DeploymentInfo@dd44f227 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              etFont.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/setFont.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966651
              mbeans:

              org.jboss.deployment.DeploymentInfo@868f099f { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              etNameCompletion.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/setNameCompletion.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966661
              mbeans:

              org.jboss.deployment.DeploymentInfo@deaaa06b { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              etNameSpace.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/setNameSpace.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966681
              mbeans:

              org.jboss.deployment.DeploymentInfo@7e7e9963 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              etStrictJava.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/setStrictJava.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966631
              mbeans:

              org.jboss.deployment.DeploymentInfo@c8b8506f { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              how.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/show.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966721
              mbeans:

              org.jboss.deployment.DeploymentInfo@97300b0d { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              ource.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/source.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966691
              mbeans:

              org.jboss.deployment.DeploymentInfo@6e92baf9 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              ourceRelative.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/sourceRelative.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966711
              mbeans:

              org.jboss.deployment.DeploymentInfo@a8f79d51 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/s
              uper.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/super.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966661
              mbeans:

              org.jboss.deployment.DeploymentInfo@2b199f17 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/t
              hinBorder.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/thinBorder.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966631
              mbeans:

              org.jboss.deployment.DeploymentInfo@992721ff { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/u
              nset.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/unset.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966641
              mbeans:

              org.jboss.deployment.DeploymentInfo@3d57d6f3 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/w
              hich.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/which.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966701
              mbeans:

              org.jboss.deployment.DeploymentInfo@50b74a38 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/commands/w
              orkspaceEditor.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/commands/workspaceEditor.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966711
              mbeans:

              org.jboss.deployment.DeploymentInfo@4f403e49 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/tmp/deploy/tmp44587bsh-1.3.0.jar-contents/bsh/servlet/ge
              tVersion.bsh }
              deployer: null
              status: Starting
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp4458
              7bsh-1.3.0.jar-contents/bsh/servlet/getVersion.bsh
              altDD: null
              lastDeployed: 1135552971778
              lastModified: 1135552966731
              mbeans:

              org.jboss.deployment.DeploymentInfo@5d910e8f { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/deploy/mysql-ds.xml }
              deployer: null
              status: null
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/mysql-ds.xm
              l
              altDD: null
              lastDeployed: 1135552973831
              lastModified: 1135552973831
              mbeans:

              org.jboss.deployment.DeploymentInfo@d396f303 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/deploy/portal-ds.xml }
              deployer: null
              status: null
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/portal-ds.x
              ml
              altDD: null
              lastDeployed: 1135552973831
              lastModified: 1135552973831
              mbeans:

              --- Incompletely deployed packages ---
              org.jboss.deployment.DeploymentInfo@5d910e8f { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/deploy/mysql-ds.xml }
              deployer: null
              status: null
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/mysql-ds.xm
              l
              altDD: null
              lastDeployed: 1135552973831
              lastModified: 1135552973831
              mbeans:

              org.jboss.deployment.DeploymentInfo@d396f303 { url=file:/C:/Program Files/jboss-
              4.0.3SP1/server/default/deploy/portal-ds.xml }
              deployer: null
              status: null
              state: INIT_WAITING_DEPLOYER
              watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/portal-ds.x
              ml
              altDD: null
              lastDeployed: 1135552973831
              lastModified: 1135552973831
              mbeans:

              --- MBeans waiting for other MBeans ---
              ObjectName: portal:service=CMS
              State: CONFIGURED
              I Depend On:
              jboss.jca:service=DataSourceBinding,name=PortalDS
              portal:service=JAASLoginModule
              Depends On Me:
              portal:mapper=CMSObject

              ObjectName: portal:mapper=CMSObject
              State: CONFIGURED
              I Depend On:
              portal:mapper=PrefixDelegating
              portal:service=CMS

              ObjectName: portal:service=TreeCache,type=persistent
              State: CONFIGURED
              I Depend On:
              jboss.jca:service=DataSourceBinding,name=PortalDS
              Depends On Me:
              portal:service=TreeCacheProvider,type=persistent

              ObjectName: portal:service=TreeCacheProvider,type=persistent
              State: CONFIGURED
              I Depend On:
              portal:service=TreeCache,type=persistent
              Depends On Me:
              portal:policy=PortalPolicyConfigStore,type=PortalObject
              portal:policy=PortalPolicyConfigStore,type=Instance

              ObjectName: portal:service=TreeCache,type=transient
              State: CONFIGURED
              I Depend On:
              jboss.jca:service=DataSourceBinding,name=PortalDS
              Depends On Me:
              portal:service=TreeCacheProvider,type=transient

              ObjectName: portal:service=TreeCacheProvider,type=transient
              State: CONFIGURED
              I Depend On:
              portal:service=TreeCache,type=transient
              Depends On Me:
              portal:policy=PortalPolicyConfigStore,type=Component

              ObjectName: portal:policy=PortalPolicyConfigStore,type=PortalObject
              State: CONFIGURED
              I Depend On:
              portal:policy=JaccPortalPolicyConfigurator
              portal:service=TreeCacheProvider,type=persistent
              portal:policy=PortalPolicyConfigService
              Depends On Me:
              portal:deploymentFactory=Object

              ObjectName: portal:policy=PortalPolicyConfigStore,type=Instance
              State: CONFIGURED
              I Depend On:
              portal:policy=JaccPortalPolicyConfigurator
              portal:service=TreeCacheProvider,type=persistent
              portal:policy=PortalPolicyConfigService
              Depends On Me:
              portal:deploymentFactory=Object

              ObjectName: portal:policy=PortalPolicyConfigStore,type=Component
              State: CONFIGURED
              I Depend On:
              portal:policy=JaccPortalPolicyConfigurator
              portal:service=TreeCacheProvider,type=transient
              portal:policy=PortalPolicyConfigService
              Depends On Me:
              portal:deploymentFactory=PortletApp

              ObjectName: portal:service=Hibernate
              State: CONFIGURED
              I Depend On:
              jboss.jca:service=DataSourceBinding,name=PortalDS
              Depends On Me:
              portal:service=Module,type=User
              portal:service=Module,type=Role

              ObjectName: portal:service=Hibernate,type=globalinstance
              State: CONFIGURED
              I Depend On:
              jboss.jca:service=DataSourceBinding,name=PortalDS
              Depends On Me:
              portal:container=Instance,type=global

              ObjectName: portal:service=Hibernate,type=globalportal
              State: CONFIGURED
              I Depend On:
              jboss.jca:service=DataSourceBinding,name=PortalDS
              Depends On Me:
              portal:container=PortalObject,type=global

              ObjectName: portal:service=Module,type=User
              State: CONFIGURED
              I Depend On:
              portal:service=Hibernate
              Depends On Me:
              portal:service=Module,type=Mail
              portal:deployer=Adapter

              ObjectName: portal:service=Module,type=Role
              State: CONFIGURED
              I Depend On:
              portal:service=Hibernate
              Depends On Me:
              portal:deployer=Adapter

              ObjectName: portal:service=Module,type=Mail
              State: CONFIGURED
              I Depend On:
              jboss:service=Mail
              portal:service=Module,type=User
              Depends On Me:
              portal:deployer=Adapter

              ObjectName: portal:container=Instance,type=global
              State: CONFIGURED
              I Depend On:
              portal:service=Hibernate,type=globalinstance
              Depends On Me:
              portal:controller=Request
              portal:deployer=PortalWebApp
              portal:deploymentFactory=Object

              ObjectName: portal:container=PortalObject,type=global
              State: CONFIGURED
              I Depend On:
              portal:service=ListenerRegistry
              portal:service=Hibernate,type=globalportal
              Depends On Me:
              portal:mapper=DefaultPortal
              portal:mapper=PortalObject,type=global
              portal:controller=Request
              portal:deployer=PortalWebApp
              portal:deploymentFactory=Object

              ObjectName: portal:mapper=DefaultPortal
              State: CONFIGURED
              I Depend On:
              portal:mapper=PrefixDelegating
              portal:container=PortalObject,type=global
              Depends On Me:
              portal:controller=Request

              ObjectName: portal:mapper=PortalObject,type=global
              State: CONFIGURED
              I Depend On:
              portal:mapper=PrefixDelegating
              portal:container=PortalObject,type=global

              ObjectName: portal:controller=Request
              State: CONFIGURED
              I Depend On:
              portal:service=PageService
              portal:mapper=DefaultPortal
              portal:service=InterceptorStack,type=Component
              portal:service=InterceptorStack,type=Command
              portal:service=WebAppRegistry
              portal:container=PortalObject,type=global
              portal:container=Instance,type=global

              ObjectName: portal:deployer=PortalWebApp
              State: CONFIGURED
              I Depend On:
              jboss.system:service=MainDeployer
              portal:container=PortalObject,type=global
              portal:container=Instance,type=global
              portal:service=Server
              Depends On Me:
              portal:deploymentFactory=Object
              portal:deploymentFactory=PortletApp
              portal:deploymentFactory=Layout
              portal:deploymentFactory=LayoutFeatures
              portal:deploymentFactory=Theme
              portal:deployer=Adapter

              ObjectName: portal:deploymentFactory=Object
              State: CONFIGURED
              I Depend On:
              portal:deployer=PortalWebApp
              portal:container=PortalObject,type=global
              portal:container=Instance,type=global
              portal:policy=PortalPolicyConfigStore,type=PortalObject
              portal:policy=PortalPolicyConfigStore,type=Instance
              Depends On Me:
              portal:deployer=Adapter

              ObjectName: portal:deploymentFactory=PortletApp
              State: CONFIGURED
              I Depend On:
              portal:deployer=PortalWebApp
              portal:service=WebAppRegistry
              portal:service=ServerConfig
              portal:policy=PortalPolicyConfigStore,type=Component
              Depends On Me:
              portal:deployer=Adapter

              ObjectName: portal:deploymentFactory=Layout
              State: CONFIGURED
              I Depend On:
              portal:deployer=PortalWebApp
              portal:service=LayoutService
              Depends On Me:
              portal:deployer=Adapter

              ObjectName: portal:deploymentFactory=LayoutFeatures
              State: CONFIGURED
              I Depend On:
              portal:deployer=PortalWebApp
              portal:service=LayoutService
              Depends On Me:
              portal:deployer=Adapter

              ObjectName: portal:deploymentFactory=Theme
              State: CONFIGURED
              I Depend On:
              portal:deployer=PortalWebApp
              portal:service=ThemeService
              Depends On Me:
              portal:deployer=Adapter

              ObjectName: portal:deployer=Adapter
              State: CONFIGURED
              I Depend On:
              portal:deploymentFactory=Object
              portal:deploymentFactory=PortletApp
              portal:deploymentFactory=Layout
              portal:deploymentFactory=LayoutFeatures
              portal:deploymentFactory=Theme
              portal:service=Module,type=User
              portal:service=Module,type=Role
              portal:service=Module,type=Mail
              portal:deployer=PortalWebApp
              jboss.web:service=WebServer

              --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
              ObjectName: jboss:service=Mail
              State: NOTYETINSTALLED
              Depends On Me:
              portal:service=Module,type=Mail

              ObjectName: jboss.jca:service=DataSourceBinding,name=PortalDS
              State: NOTYETINSTALLED
              Depends On Me:
              portal:service=CMS
              portal:service=TreeCache,type=persistent
              portal:service=TreeCache,type=transient
              portal:service=Hibernate
              portal:service=Hibernate,type=globalinstance
              portal:service=Hibernate,type=globalportal