5 Replies Latest reply on Jan 18, 2007 12:42 PM by marklittle

    Downloading jbossts-full-4.2.1GA.zip

    subramaniam.venkat

      Hello ,

      Does any know where i can find the jbossts-full-4.2.1GA.zip.
      Because when i try to download this from the jboss.org then the page displays that i don't access to download that file. That in the site it is showing the size as 0 bytes.

      http://labs.jboss.com/portal/jbosstm/downloads/4.2.1

      Please can someone help me on this.

      Thanks & Warm Regards,
      Subramaniam V

        • 1. Re: Downloading jbossts-full-4.2.1GA.zip
          marklittle

          We'll take a look, but you should be using 4.2.2GA now.

          • 2. Re: Downloading jbossts-full-4.2.1GA.zip
            subramaniam.venkat

            Thanks Mark for the answer.

            But i am using trying to use Arjuna Transaction and when i have finished install the transaction manager

            http://labs.jboss.com/file-access/default/members/jbosstm/downloads/4.2.1/notes/jta_install.txt

            I am always getting the error that i am not able to connect to the database.

            I am using Jboss-4.0.3-SP1 and jbossts-full-4.2.2GA.

            ====================================
            org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection;
            nested exception is org.jboss.util.NestedSQLException: Could not enlist in transaction on entering meta-aware object!;
            - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings.
            tx=TransactionImple < ac, BasicAction: ac70274:fa2:45af796e:622 status: 3 >); - nested throwable:
            (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!;
            - nested throwable: (javax.transaction.SystemException:
            java.lang.Throwable: Unabled to enlist resource, see the previous warnings.
            tx=TransactionImple < ac, BasicAction: ac70274:fa2:45af796e:622 status: 3 >))
            =====================================



            Can you please tell me why i am getting this exception.

            Thanks ,
            Subramaniam V



            • 3. Re: Downloading jbossts-full-4.2.1GA.zip
              marklittle

               

              "subramaniam.venkat" wrote:
              Thanks Mark for the answer.

              But i am using trying to use Arjuna Transaction and when i have finished install the transaction manager

              http://labs.jboss.com/file-access/default/members/jbosstm/downloads/4.2.1/notes/jta_install.txt

              I am always getting the error that i am not able to connect to the database.

              I am using Jboss-4.0.3-SP1 and jbossts-full-4.2.2GA.

              ====================================
              org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection;
              nested exception is org.jboss.util.NestedSQLException: Could not enlist in transaction on entering meta-aware object!;
              - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings.
              tx=TransactionImple < ac, BasicAction: ac70274:fa2:45af796e:622 status: 3 >); - nested throwable:
              (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!;
              - nested throwable: (javax.transaction.SystemException:
              java.lang.Throwable: Unabled to enlist resource, see the previous warnings.
              tx=TransactionImple < ac, BasicAction: ac70274:fa2:45af796e:622 status: 3 >))
              =====================================



              Can you please tell me why i am getting this exception.

              Thanks ,
              Subramaniam V



              If you are using the full version of JBossTS (jts as well as jta support), then you should have followed http://labs.jboss.com/file-access/default/members/jbosstm/downloads/4.2.2/notes/jts_install.txt as the installation instructions. Can you confirm, because the URL you supplied is not for those notes.

              • 4. Re: Downloading jbossts-full-4.2.1GA.zip
                marklittle

                 

                "subramaniam.venkat" wrote:
                Hello ,

                Does any know where i can find the jbossts-full-4.2.1GA.zip.
                Because when i try to download this from the jboss.org then the page displays that i don't access to download that file. That in the site it is showing the size as 0 bytes.


                This should be fixed and visible in the next refresh of the labs portal.

                • 5. Re: Downloading jbossts-full-4.2.1GA.zip
                  marklittle

                   

                  "subramaniam.venkat" wrote:
                  ====================================
                  org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection;
                  nested exception is org.jboss.util.NestedSQLException: Could not enlist in transaction on entering meta-aware object!;
                  - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings.
                  tx=TransactionImple < ac, BasicAction: ac70274:fa2:45af796e:622 status: 3 >); - nested throwable:
                  (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!;
                  - nested throwable: (javax.transaction.SystemException:
                  java.lang.Throwable: Unabled to enlist resource, see the previous warnings.
                  tx=TransactionImple < ac, BasicAction: ac70274:fa2:45af796e:622 status: 3 >))
                  =====================================



                  You are getting this error because something is trying to enlist a participant in a transaction that is marked for rollback only. That is against the specification.

                  Your problem may be related to http://jira.jboss.com/jira/browse/EJBTHREE-540 or http://www.jboss.com/index.html?module=bb&op=viewtopic&t=95058