How can this be resolved?.
I restored DB backup and code backup from production server to test server, Then I executed ant export.database, then smart build. Everything is successful.
But product window or any thing that is related to product is not displayed. when opened product window in openbravo, I got the error as in screenshot.
Please respond if any solution is there. Thanks in advance.
Actually, export.database wont help you. You should:
ant update.database
ant compile.complete.deploy
sudo service-tomcat restart
or sudo service openbravo-tomcat restart
) Neither export.database nor ant smartbuild will update the database and if you don't restart tomcat you are not going anywhere either :-)
Hope it helps,
Regards
PS: Refer - http://wiki.openbravo.com/wiki/Development_Build_Tasks