Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gemini-dev] Did you see my last comment on the [Bug 381871]

Hi,
I finally succeed to reproduce the original bug in fact it is during the execution of integration tests that the download of the evil log4j lib:
In the test reports you find:
java.io.FileNotFoundException:
c:\tmp-m2-repos\org\apache\log4j\com.springsource.org.apache.log4j\1.2.16\com.springsource.org.apache.log4j-1.2.16.jar
(The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at org.springframework.core.io.FileSystemResource.getInputStream(FileSystemResource.java:113)
at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.installBundle(AbstractOsgiTests.java:305)
at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.startup(AbstractOsgiTests.java:236)
at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.prepareTestExecution(AbstractOsgiTests.java:357)
at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.runBare(AbstractOsgiTests.java:188)
at org.eclipse.gemini.blueprint.test.AbstractOsgiTests$1.protect(AbstractOsgiTests.java:170)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at org.eclipse.gemini.blueprint.test.AbstractOsgiTests.run(AbstractOsgiTests.java:167)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)

https://bugs.eclipse.org/bugs/show_bug.cgi?id=381871

Romain

Back to the top