[OFBiz] Users - demo data not installed 1 of 2

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Users - demo data not installed 1 of 2

michal-2
I created new clean database with name ofbiz.
I have checked entityengine.xml for proper
configuration and datasource,username,password,
databasename were set correctly.
Ran java -jar ofbiz.jar -install, then I've checked
database and 572 tables were created.
I went to
https://127.0.0.1:8443/catalog/control/main
entered admin and ofbiz for user and passwd and gotten
this error:
Service [userLogin] Failed (Exception on
rollback:java.rmi.RemoteException: rollback:
Unexpected XAException:7)

I went to
http://127.0.0.1:8080/ecommerce/control/main
and no data demo there.
I went through the console.log and I found this two errors/exceptions:
---------------------------------------------------------------------------------------
TransactionImpl.java:199:ERROR] Unexpected Exception on commit_one_phase:
java.rmi.RemoteException: XAException:javax.transaction.xa.XAException
 at org.objectweb.jotm.SubCoordinator.doOnePhaseCommit(SubCoordinator.java:710)
 at org.objectweb.jotm.SubCoordinator.commit_one_phase(SubCoordinator.java:331)
 at org.objectweb.jotm.TransactionImpl.commit(TransactionImpl.java:194)
 at org.objectweb.jotm.Current.commit(Current.java:269)
 at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:150)
 at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:136)
 at org.ofbiz.service.job.JobManager.poll(JobManager.java:174)
 at org.ofbiz.service.job.JobPoller.run(JobPoller.java:96)
 at java.lang.Thread.run(Thread.java:534)
39718[         JobManager.java:176:ERROR]
org.ofbiz.entity.transaction.GenericTransactionException: System error, could not commit transaction (Unexpected Exception on commit_one_phase)
 at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:170)
 at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:136)
 at org.ofbiz.service.job.JobManager.poll(JobManager.java:174)
 at org.ofbiz.service.job.JobPoller.run(JobPoller.java:96)
 at java.lang.Thread.run(Thread.java:534)
javax.transaction.SystemException: Unexpected Exception on commit_one_phase
 at org.objectweb.jotm.TransactionImpl.commit(TransactionImpl.java:202)
 at org.objectweb.jotm.Current.commit(Current.java:269)
 at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:150)
 at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:136)
 at org.ofbiz.service.job.JobManager.poll(JobManager.java:174)
 at org.ofbiz.service.job.JobPoller.run(JobPoller.java:96)
 at java.lang.Thread.run(Thread.java:534)
59731[    TransactionImpl.java:199:ERROR] Unexpected Exception on commit_one_phase:
java.rmi.RemoteException: XAException:javax.transaction.xa.XAException
 at org.objectweb.jotm.SubCoordinator.doOnePhaseCommit(SubCoordinator.java:710)
 at org.objectweb.jotm.SubCoordinator.commit_one_phase(SubCoordinator.java:331)
 at org.objectweb.jotm.TransactionImpl.commit(TransactionImpl.java:194)
 at org.objectweb.jotm.Current.commit(Current.java:269)
 at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:150)
 at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:136)
 at org.ofbiz.service.job.JobManager.poll(JobManager.java:174)
 at org.ofbiz.service.job.JobPoller.run(JobPoller.java:96)
 at java.lang.Thread.run(Thread.java:534)
59732[         JobManager.java:176:ERROR]
---------------------------------------------------------------------------------------
 

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users