6 Replies Latest reply on Sep 13, 2005 2:42 AM by elizabethsile

    couldn't rollback transaction

      I dont know if this has any relevance, but are you using MYISAM or INNODB?

      Andrew

        • 1. Re: couldn't rollback transaction
          aguizar

          Lance, please post the entire stack trace along with the version numbers of:
          jBPM
          JBoss
          MySQL database
          MySQL JDBC driver

          • 2. Re: couldn't rollback transaction
            elizabethsile

            Hi anyone,

            I'm having the same problem/error message with Lance. I'm trying to deploy jBPM with MSSQL database. Build successfully.
            Detail on my deployment enviroment is as the following:
            jBPM 3.0
            jBoss 4.02
            Mssql Server 2000
            Mssql jdbc driver - jtds-1.1.jar

            Please anybody can help me? Thank you in advance.

            • 3. Re: couldn't rollback transaction
              lance.tseng

              hi,alex.guizar
              Detail on my deployment enviroment is as the following
              I used JBPM3.0.
              JBoss 4.0.2
              MySQL 4.0.15 type MyISAM
              MySQL JDBC driver mysql-connector-java-3.0.9-stable-bin.jar
              This is my setting.

              • 4. Re: couldn't rollback transaction
                sak

                hi
                i have successfully deployed the jbpm3.0 workflows(websale and other)along with web app on jboss. please see the thread "RE: Trying to get started with jBPM 3.0"

                if still get problem then post with the entire stack trace. btw the stack trace indicates that the process has not been succesfully deployed i think you must check identity.db.xml file that should in the mysql folder if you are using already provided ant script to deploy.
                check the table jbpm_users and jbpm_byte array in mysql to make sure you have process deployed..
                best of luck

                • 5. Re: couldn't rollback transaction
                  lance.tseng

                  hi.
                  I have successfully deployed the jbpm3.0 on mysql.
                  I changed MySql-4.0.15 database to MySql-4.1.14 database.
                  And use mysql jdbc driver mysql-connector-java-3.1.7-bin.jar.
                  Then slove this problem.
                  Thanks for any info~

                  • 6. Re: couldn't rollback transaction
                    elizabethsile

                    Hi Lance,

                    Congratulation! I'm trying to deploy jbpm3.0 on mysql with the same environment that you have recommended. There is no error during deployment but I'm having problem accessing the application. Can you please let me know what are the steps to get this setup running? Any config file need to change to get the Websale running? Really appreciate if you could help me on this. Thank you.