Bug 1203726
| Summary: | Cannot open jboss-bpmsuite-6.1.0.ER6-deployable-eap6.x.zip on Windows7 with Windows Explorer | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Kris Verlaenen <kverlaen> | ||||
| Component: | Build and Assembly | Assignee: | Kris Verlaenen <kverlaen> | ||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||
| Severity: | high | Docs Contact: | Tomas 'Sheldon' Radej <tradej> | ||||
| Priority: | high | ||||||
| Version: | 6.1.0 | CC: | hmiura, kverlaen, paradhya, rrajasek, tradej | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
Windows Explorer fails to open the deployable ZIP for EAP on Windows 7, reporting that the ZIP is invalid. This behaviour is likely caused by the file names in the ZIP exceeding the path length limitation on Windows 7 (260 characters). The workaround is to use a different archiving tool to open the deployable ZIP (such as 7-Zip).
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 20:06:51 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1261437 | ||||||
| Attachments: |
|
||||||
|
Description
Kris Verlaenen
2015-03-19 14:33:21 UTC
Created attachment 1003855 [details]
Screenshot of the error
I think this is possible caused by some file path exceed the maximum length windows allowed. Have a quick look at the some files located in business-central.war/WEB-INF/classes/org/jboss/errai/marshalling/server/impl: /home/rzhang/lab/1brms6/6.1.0/bpmsuite-6.1.0.ER6/jboss-bpmsuite-6.1.0.ER6-deployable-eap6.x/jboss-eap-6.4/standalone/deployments/business-central.war/WEB-INF/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl$Marshaller_for_org_drools_workbench_models_guided_dtree_shared_model_parser_messages_BindingNotFoundParserMessageImpl.class /home/rzhang/lab/1brms6/6.1.0/bpmsuite-6.1.0.ER6/jboss-bpmsuite-6.1.0.ER6-deployable-eap6.x/jboss-eap-6.4/standalone/deployments/business-central.war/WEB-INF/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl$Marshaller_for_org_drools_workbench_models_datamodel_imports_ImportsImpl.class /home/rzhang/lab/1brms6/6.1.0/bpmsuite-6.1.0.ER6/jboss-bpmsuite-6.1.0.ER6-deployable-eap6.x/jboss-eap-6.4/standalone/deployments/business-central.war/WEB-INF/classes/org/jboss/errai/marshalling/server/impl/ServerMarshallingFactoryImpl$Marshaller_for_org_drools_workbench_models_guided_dtree_shared_model_values_impl_FloatValueImpl.class It would exceeds 260 (the default maximum length in windows). Kris, Would it report the same error if you unzip the engine.zip package in windows? The engine zip opens up fine. Mar Barkley was able to shorten the paths on the Errai side (see https://issues.jboss.org/browse/ERRAI-880). Now when I try to unzip the BPM Suite directly under c:\, it works using the Windows Explorer. Of course if you go deeper into the file system, like "c:\program files\my files\some other dir\" you will likely hit the path length limit again. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |