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 184374 - IllegalArgumentException: Parameter file was not normalized. Was /Applications/Scala instead of /Applications/scala
Summary: IllegalArgumentException: Parameter file was not normalized. Was /Application...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-16 17:25 UTC by jportway
Modified: 2010-11-19 15:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168131


Attachments
stacktrace (2.67 KB, text/plain)
2010-04-16 17:25 UTC, jportway
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jportway 2010-04-16 17:25:47 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
jportway: opening scala shell window using new scala 2.8.0RC1 plugin




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was /Applications/Scala instead of /Applications/scala
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:963)
   at org.openide.filesystems.FileUtil.createData(FileUtil.java:610)
   at org.netbeans.modules.scala.console.ScalaExecution.getScala(ScalaExecution.java:277)
   at org.netbeans.modules.scala.console.ScalaConsoleTopComponent.createTerminal(ScalaConsoleTopComponent.java:299)
   at org.netbeans.modules.scala.console.ScalaConsoleTopComponent.componentOpened(ScalaConsoleTopComponent.java:163)
   at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:300)
Comment 1 jportway 2010-04-16 17:25:52 UTC
Created attachment 97553 [details]
stacktrace