6 Replies Latest reply on Mar 8, 2011 3:33 PM by isg

    Drools Guvnor into Jboss

    isg

      Hi,

       

      I have reconfigured my jbpm5 environment by clean.demo. Then installed everything by install.demo and start all components by start.demp.

      Mu jbpm console opens up but drools-guvnor is not .i.e the url http://localhost:8080/drools-guvnor/ is giving me the exception.

      I have verified that the installation gives the war file "drools-guvnor" exists jboss deploy folder i.e. C:\jbpm-installer\jboss-4.2.3.GA\server\default\deploy.

       

      Thanks in advance....untitled.JPG

        • 1. Drools Guvnor into Jboss
          jmfaerman

          Have you checked the AS log for errors?

          • 2. Re: Drools Guvnor into Jboss
            isg

            Hi Julio,

             

            I have checked my log file and seems like the issue is deplyoment of drools-guvnor failed and the reason is URL.

             

            Not sure what actually I have missed...Any idea would be greatly appreciated...thanks

             

            C:\jbpm-installer\jboss-4.2.3.GA\server\default\log

             

            Message was edited by: Imaad Ghouri

            • 3. Re: Drools Guvnor into Jboss
              jmfaerman

              There is a message.....

               

              (long stack trace)

              Caused by: org.drools.repository.RulesRepositoryException: javax.jcr.RepositoryException: The repository home C:\jbpm-installer\repository appears to be in use since the file named .lock is locked by another process.

               

              try finding / removing that lock.

              • 4. Re: Drools Guvnor into Jboss
                isg

                Thanks for your concern..

                 

                Yes there is a 0KB lock file which I am trying to delete but its not happening. The exception while deleting is:

                Cannot delete repository\:. It is being used by another person or program.

                 

                I assume the repository is already open in another process. So, may be I have to stop the other process first. But not sure how could I do it? Which process is using the repository?

                 

                Any idea!!!

                 

                Isg

                • 5. Re: Drools Guvnor into Jboss
                  jmfaerman

                  You could try restarting the computer, stopping all "java" processes or using a unlocker software

                  • 6. Re: Drools Guvnor into Jboss
                    isg

                    Julio,

                     

                    Thanks. Restarted works...

                     

                    isg