atomikos Questions

8

I am facing an issue only on live server with atomikos, on my local server it works perfectly. the issue i am facng on the server is Error in init(): Log already in use? complete exception stack...
Illassorted asked 6/9, 2012 at 17:52

3

Solved

I am running spring 4.1.4, hibernate 4.3.8, atomikos 3.9.3, java 8, tomcat 8. I see the above exception in localhost.log when I start my server but I'm not sure where to configure the TransactionM...
Thorp asked 22/1, 2015 at 11:56

7

Solved

We're trying to run the same web application that uses Atomikos as transaction manager on several local envrionments (each of those uses the same versions of spring, atomikos, tomact etc with the s...
Patch asked 9/1, 2014 at 8:21

2

Solved

I'm experimenting with standalone JPA and JTA / XA transaction management provided by Atomikos. My simple unit test persists 3 records, wrapped in a JTA UserTransaction. When using H2 as backing ...
Fishman asked 28/4, 2016 at 10:41

5

I switched from Hibernate 4.2 to Hibernate 4.3 and my project is not working any more. I'm getting an HibernateException: Unable to locate current JTA transaction when I do Session s = sessio...
Cant asked 19/12, 2013 at 11:59

1

Solved

In relation to another post of mine, I realized that there is more we can say on stackoverflow in relation to the Distributed, XA transactions and its internals. Common opinion is that distributed ...
Phototherapy asked 5/3, 2018 at 11:24

2

I am using Atomikos for JTA transaction. I have following setting for JTA: UserTransactionImp userTransactionImp = new UserTransactionImp(); userTransactionImp.setTransactionTimeout(900); but wh...
Brotherly asked 24/7, 2017 at 13:36

2

Solved

I would like to understand if the Distributed Transaction Capabilities will work for my application if I set the com.atomikos.icatch.enable_logging=false Do I understand correctly that the Trans...
Suet asked 19/12, 2016 at 13:28

1

I am using test annotation introduced in spring-boot 1.4.3 for my integration tests @RunWith(SpringRunner.class) @SpringBootTest public class MyServiceIT { } According to documentation, test con...
Janusfaced asked 28/1, 2017 at 17:35

3

Solved

With this configuration (MainConfig.java): import javax.transaction.TransactionManager; import javax.transaction.UserTransaction; import org.springframework.context.annotation.Bean; import org.sp...
Tiloine asked 1/4, 2014 at 7:13

1

Solved

I'm reading Java Persistence with Hibernate, and I found the following text. Today, high-quality standalone JTA providers such as Bitronix (used for the example code of this book) and Atomikos a...
Iva asked 1/12, 2016 at 13:46

1

Solved

I have encountered a strange issue while using Atomikos. I have a small test application (Spring + Hibernate). It uses two different data sources which I need to test JTA functionality on a non Ja...
Hypoacidity asked 20/11, 2016 at 19:15

2

Solved

I am getting an error after sometime on my application when I going to transmit some data using atomikos and hibernate. 2015-11-06 07:11:56,353 WARN [http-/0.0.0.0:8083-10] datasource.xa.XAResourc...
Encumbrance asked 6/11, 2015 at 16:16

1

I'm trying to understand the basic principles of making a remote/networked resource compliant with JTA, and I'm thunderstruck by how little documentation/blogs/articles there are out there on the s...
Apiculate asked 13/12, 2014 at 19:37

3

I am getting the following error when i tried to start a java spring software that runs under apache:- Sep 24, 2012 12:08:20 PM org.apache.catalina.core.StandardContext start SEVERE: Error listene...
Conciliatory asked 24/9, 2012 at 9:10

1

Solved

I've got an application with 3 distributed dataSources (com.atomikos.jdbc.AtomikosDataSourceBean). I'm using Atomikos transaction manager as JTA implementation. Every dataSource works with PostgreS...
Doxology asked 17/9, 2013 at 10:22

2

Solved

We want to use the Atomikos JTA Transaction Manager. We have a unit test which we want to roll back once it completes, thereby leaving the table clean for the next run. @RunWith(SpringJUnit4ClassR...
Yoshieyoshiko asked 15/6, 2012 at 11:23

1

Solved

I'm running a J2SE application that uses Atomikos which dumps it's numerous log files to the current directory. I'd like to move the location of these files to "/tmp", but I cannot locate a configu...
Seppala asked 15/7, 2010 at 14:18

1

I have set 'max_prepared_transactions' to 20 in the local postgres.config and yet the transaction fails with the following error trace (but only on Linux). Since in Windows the same code works seam...
Surge asked 6/4, 2010 at 2:9

2

Solved

Q1. i do understand when we need to deal with multiple databases, we need to use global transaction. but from this post http://fogbugz.atomikos.com/default.asp . the person suggested just use sprin...
Ambages asked 7/1, 2010 at 3:3
1

© 2022 - 2024 — McMap. All rights reserved.