Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error writing xml to file./ade /...../atf/index.xml (No such file or directory)

Datawarehousing_newbieeMar 7 2016 — edited Mar 7 2016

Below is the error i'm getting when trying to run my Junit file. any inputs would be appreciated.

I do not get any error while compiling though.

Mar 6, 2016 11:42:43 PM oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser processPermissionSet

Error writing xml to file./ade/<viewname>/atf/index.xml (No such file or directory)

java.io.FileNotFoundException: /ade/<view name>/atf/index.xml (No such file or directory)

        at java.io.FileOutputStream.open(Native Method)

        at java.io.FileOutputStream.<init>(FileOutputStream.java:194)

        at java.io.FileOutputStream.<init>(FileOutputStream.java:145)

        at java.io.FileWriter.<init>(FileWriter.java:73)

        at oracle.apps.common.applicationsTestFramework.util.XslUtil.prettyPrintXmlToFile(XslUtil.java:54)

        at oracle.apps.common.applicationsTestFramework.analysis.IndexGenerator.generateIndex(IndexGenerator.java:105)

        at oracle.apps.common.applicationsTestFramework.analysis.gap.GapReporter.generateHtmlReport(GapReporter.java:708)

        at oracle.apps.common.applicationsTestFramework.service.view.AtfAbstractNonUpdateableVOTest.AtfAbstractNonUpdateableVOTestAfterClass(AtfAbstractNonUpdateableVOTest.java:353)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)

        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)

        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)

        at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:36)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2016
Added on Mar 7 2016
1 comment
608 views