Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030283Openbravo ERPA. Platformpublic2015-06-29 18:142015-06-30 07:50
jecharri 
platform 
highcriticalalways
closedduplicate 
5
 
3.0PR15Q3 
Core
Production - Confirmed Stable
3.0PR15Q1
No
0030283: Openbravo does not work in windows
Openbravo does not work in windows. If you follow our documentation when you try to create a client using "Initial client setup" in windows server you will receive nullPointerException.

The problem is that "ant setup" is not creating properly "Openbravo.properties" file. The current result is:
source.path=\Users\jose\OpenbravoSRC
when it should be
source.path=\\Users\\jose\\OpenbravoSRC

If it happens the same with "attach.path".
-Mount Openbravo in windows
-Configure everything
-Finally go to "Initial client setup"
-Select all the datasets and press in "Done"

You will receive the error. The problem is in File InitialClientSetup.java method
   iResult = InitialSetupUtility.insertReferenceData(dataSet, client, null);

IResult is null due to above problem
No tags attached.
duplicate of defect 00301353.0PR15Q3 closed caristu On windows the 'ant setup' tool writes incorrect source.path to Openbravo.properties (not using \\ for a \) 
Issue History
2015-06-29 18:14jecharriNew Issue
2015-06-29 18:14jecharriAssigned To => platform
2015-06-29 18:14jecharriModules => Core
2015-06-29 18:14jecharriRegression level => Production - Confirmed Stable
2015-06-29 18:14jecharriTriggers an Emergency Pack => No
2015-06-29 18:15jecharriRegression introduced in release => 3.0PR15Q1
2015-06-30 07:50alostaleRelationship addedduplicate of 0030135
2015-06-30 07:50alostaleStatusnew => closed
2015-06-30 07:50alostaleResolutionopen => duplicate

There are no notes attached to this issue.