I am trying to run ofbiz on by local machine(localhost) and my operating system is ubuntu 14.04. Till now I have installed JRE, JDK and apache ant and my system also contains apache server and running.
Then went to directory contains build.xml and run following command
sudo ant run-install
Then replace new build.xml file and run following command
ant load-demo
ant start
Then server will starts and code is accessible with url https://localhost:8443/ecommerce/control/checkLogin and everything is working fine.
Now issue is on next day when i start server with same ant start command server starts fine but on accessing it starts giving me error like
HTTP Status 500 - Could not get next sequenced ID for sequence name: Visitor. Screen shot of error is added below:
I am new to ofbiz please help me find:
1.Why this is error coming on previously worked code?
2.How to solve this issue?
Thank you in advance.