Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021706Openbravo ERPA. Platformpublic2012-09-20 17:572012-09-21 10:03
caristu 
AugustoMauch 
highminoralways
newopen 
10
 
 
Core
No
0021706: In some Windows versions, the deployed path exceeds the maximum length allowed
  In some Windows versions, the concatenation of the standard install path of Tomcat with the longest length of internal path (207) exceeds the limit (260), so after deploying the application some unexpected behaviour occurs like some images doesn't appear.

  For Example, for Windows Vista/7 versions, the default installation path for Tomcat is:
  "C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\" (61 characters)

  It would be appropriate to take two security characters (thinking in future Tomcat versions), so 61 + 2 = 63

  So, the context path will be "C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\webapps\openbravo-erp\" (83 + 2 security characters)

  Then, 260 - 85 = 175. We have 175 characters left for the deploy path.

  The configuration should works for the standard installation paths, because if the user chooses a custom one, the configuration can exceed the limit anyway.
1) Using a Spanish Windows version (for example)

2) Install tomcat in its default environment

3) Install and deploy openbravo
No tags attached.
related to defect 0021604 closed dbaz Path exceeds windows maximum length allowed 
Issue History
2012-09-20 17:57caristuNew Issue
2012-09-20 17:57caristuAssigned To => AugustoMauch
2012-09-20 17:57caristuModules => Core
2012-09-20 17:57caristuRelationship addedrelated to 0021604
2012-09-20 17:57caristuIssue Monitored: networkb
2012-09-20 18:10caristuSummaryIn some windows version, the deployed path exceeds the maximum length allowed => In some windows versions, the deployed path exceeds the maximum length allowed
2012-09-21 10:01caristuSummaryIn some windows versions, the deployed path exceeds the maximum length allowed => In some Windows versions, the deployed path exceeds the maximum length allowed
2012-09-21 10:01caristuDescription Updatedbug_revision_view_page.php?rev_id=3880#r3880
2012-09-21 10:03caristuDescription Updatedbug_revision_view_page.php?rev_id=3881#r3881

There are no notes attached to this issue.