Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1096906

Summary: Cannot convert XLS DT on Windows - InvalidPathException
Product: [Retired] JBoss BRMS Platform 6 Reporter: Zuzana Krejčová <zkrejcov>
Component: Business CentralAssignee: manstis
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: medium Docs Contact:
Priority: high    
Version: 6.0.2CC: etirelli, kverlaen, lpetrovi
Target Milestone: DR2   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Windows   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:33:36 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:
Attachments:
Description Flags
exception stacktrace none

Description Zuzana Krejčová 2014-05-12 16:07:42 UTC
Created attachment 894804 [details]
exception stacktrace

Description of problem:
On Windows, it is not possible to convert XLS Decision Table to a guided one. The operation fails with "org.eclipse.jgit.dircache.InvalidPathException: Invalid path: dtables/src/main/resources/guvnor/feature/dtables/HelloWorld1 (converted on 07-May-2014 1:55:42).gdst" in server log, the gui is stuck on "Converting... Please wait..." modal.

Probable cause to this are the naming conventions of the Windows platform: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx#naming_conventions

Converting works fine on RHEL.


See exception stacktrace in attachment.


Version-Release number of selected component (if applicable):
BP/RMS 6.0.2 ER2

Comment 3 manstis 2014-05-21 15:33:47 UTC
The problem was indeed the use of ":" in the new file name. Prior to 6.0.x assets were stored in JCR and use of ":" was not a problem. I have replaced use of ":" with "-" in the generated file name.

Comment 4 Edson Tirelli 2014-06-10 16:24:32 UTC
Deferred to 6.1.0.