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 253675 - java.lang.IllegalArgumentException: Parameter file was not normalized
Summary: java.lang.IllegalArgumentException: Parameter file was not normalized
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-23 09:10 UTC by Alexander Simon
Modified: 2015-08-11 01:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-07-23 09:10:46 UTC
Exception from tests log.
    [junit] Testsuite: org.netbeans.modules.dlight.InvalidFileObjectSupportTest
    [junit] Jul 23, 2015 5:42:21 AM org.openide.filesystems.FileUtil toFileObject
    [junit] WARNING: Parameter file was not normalized. Was \var\tmp\hudson1\qwe1816965942002215854asd(class java.io.File) instead of C:\var\tmp\hudson1\qwe1816965942002215854asd(class java.io.File)
    [junit] Jul 23, 2015 5:42:21 AM org.openide.filesystems.FileUtil toFileObject
    [junit] INFO: Parameter file was not normalized. Was \var\tmp\hudson1\qwe1816965942002215854asd(class java.io.File) instead of C:\var\tmp\hudson1\qwe1816965942002215854asd(class java.io.File)
    [junit] java.lang.IllegalArgumentException: Parameter file was not normalized. Was \var\tmp\hudson1\qwe1816965942002215854asd(class java.io.File) instead of C:\var\tmp\hudson1\qwe1816965942002215854asd(class java.io.File)
    [junit] 	at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:873)
    [junit] 	at org.netbeans.modules.dlight.InvalidFileObjectSupportTest.testInvalidFileObject(InvalidFileObjectSupportTest.java:63)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [junit] 	at java.lang.reflect.Method.invoke(Unknown Source)
    [junit] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    [junit] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    [junit] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    [junit] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    [junit] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    [junit] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    [junit] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    [junit] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    [junit] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    [junit] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    [junit] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    [junit] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    [junit] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:520)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1060)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:911)
    [junit]
Comment 1 Vladimir Kvashin 2015-08-10 10:00:41 UTC
http://hg.netbeans.org/cnd-main/rev/1042264ca164
Comment 2 Quality Engineering 2015-08-11 01:14:41 UTC
Integrated into 'main-silver', will be available in build *201508110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1042264ca164
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #253675 - java.lang.IllegalArgumentException: Parameter file was not normalized