This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 183287 - IllegalArgumentException: Parameter file was not normalized. Was C:\DOCUME~1\ALEXAN~1\LOCALS~1\Temp\NewWorflowTaskDefination4551295740874513255.wf instead of C:\Documents and Settings\AlexanderPermyac
Summary: IllegalArgumentException: Parameter file was not normalized. Was C:\DOCUME~1\...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: WorkList Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Alexey Anjeleevich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-31 14:33 UTC by Alexander Permyakov
Modified: 2010-04-01 06:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167406


Attachments
stacktrace (3.01 KB, text/plain)
2010-03-31 14:33 UTC, Alexander Permyakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Permyakov 2010-03-31 14:33:49 UTC
Build: NetBeans IDE Dev (Build 201003170201)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
alex02: Steps:
1) to create new Asynchronous Sample Project
2) go to BPEL Diagram
3) drop Human Task to the pallet
4) select {inputMessage: inputVar, OutputMessage: outputVar, FaultMessage: partnerInputVar}




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was C:\DOCUME~1\ALEXAN~1\LOCALS~1\Temp\NewWorflowTaskDefination4551295740874513255.wf instead of C:\Documents and Settings\AlexanderPermyacov\Local Settings\Temp\NewWorflowTaskDefination4551295740874513255.wf
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:963)
   at org.netbeans.modules.worklist.editor.spi.impl.WLMTaskDefinitionProvider.getWLMModelForTempleteWFDefinition(WLMTaskDefinitionProvider.java:119)
   at org.netbeans.modules.worklist.editor.spi.impl.WLMTaskDefinitionProvider.createWLMTaskDefinitionFile(WLMTaskDefinitionProvider.java:81)
   at org.netbeans.modules.wlm.bridge.wizard.WLMWizardAction.createWFFile(WLMWizardAction.java:168)
   at org.netbeans.modules.wlm.bridge.wizard.WLMWizardAction.performAction(WLMWizardAction.java:128)
   at org.netbeans.modules.wlm.bridge.dnd.DnDHandlerImpl.handleDrop(DnDHandlerImpl.java:100)
Comment 1 Alexander Permyakov 2010-03-31 14:33:53 UTC
Created attachment 96458 [details]
stacktrace
Comment 2 Sergey Lunegov 2010-04-01 06:18:31 UTC
Alexey, please take a look.