Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0021706
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] A. Platformminoralways2012-09-20 17:572012-09-21 10:03
ReportercaristuView Statuspublic 
Assigned ToAugustoMauch 
PriorityhighResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSWindowsDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0021706: In some Windows versions, the deployed path exceeds the maximum length allowed

Description  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.
Steps To Reproduce1) Using a Spanish Windows version (for example)

2) Install tomcat in its default environment

3) Install and deploy openbravo
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0021604 closeddbaz Path exceeds windows maximum length allowed 

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2012-09-20 17:57 caristu New Issue
2012-09-20 17:57 caristu Assigned To => AugustoMauch
2012-09-20 17:57 caristu Modules => Core
2012-09-20 17:57 caristu Relationship added related to 0021604
2012-09-20 17:57 caristu Issue Monitored: networkb
2012-09-20 18:10 caristu Summary In 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:01 caristu Summary In 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:01 caristu Description Updated View Revisions
2012-09-21 10:03 caristu Description Updated View Revisions


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker