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 189436 - IllegalArgumentException: Parameter file was not normalized. Was C:\Oracle\MIDDLE~1\WLS103~1\user_projects\domains\base_domain instead of C:\Oracle\Middleware\wls1034_dev\user_projects\domains\base_do
Summary: IllegalArgumentException: Parameter file was not normalized. Was C:\Oracle\MI...
Status: RESOLVED DUPLICATE of bug 189435
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 11:50 UTC by Sergey Petrov
Modified: 2010-08-13 07:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171904


Attachments
stacktrace (1.80 KB, text/plain)
2010-08-12 11:50 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2010-08-12 11:50:01 UTC
Build: NetBeans IDE Dev (Build 100812-ac891750fd5c)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
sj-nb: Have this exception on any server related action now.
But there may be second issue, this one is thrown after glassfish registration of services tab and it may be unnecessary call to this code.




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was C:\Oracle\MIDDLE~1\WLS103~1\user_projects\domains\base_domain instead of C:\Oracle\Middleware\wls1034_dev\user_projects\domains\base_domain
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:997)
   at org.netbeans.modules.j2ee.weblogic9.config.WLServerLibrarySupport.getDeployedLibraries(WLServerLibrarySupport.java:178)
   at org.netbeans.modules.j2ee.weblogic9.config.WLServerLibraryManager.getDeployedLibraries(WLServerLibraryManager.java:117)
   at org.netbeans.modules.j2ee.weblogic9.config.WLServerLibraryManager.filterDeployed(WLServerLibraryManager.java:172)
   at org.netbeans.modules.j2ee.weblogic9.config.WLServerLibraryManager.getDeployableDependencies(WLServerLibraryManager.java:125)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDeployableDependencies(ServerInstance.java:784)
Comment 1 Sergey Petrov 2010-08-12 11:50:05 UTC
Created attachment 101336 [details]
stacktrace
Comment 2 Petr Hejl 2010-08-13 07:50:27 UTC

*** This bug has been marked as a duplicate of bug 189435 ***