Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
2.3
-
None
-
None
Description
I installed the 2.3-RC5 Eclipse tooling, imported the examples projects and tried to run the pear installer via the preconfigured pear installer launch configuration. This results in the exception below. The same does not happen when the pear installer is started via the .bat file. Pear installation works regardless, so this is minor and should not hold up 2.3.
java.io.FileNotFoundException: \config\Logger.properties (The system cannot find the path specified.)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:112)
at java.io.FileInputStream.<init>(FileInputStream.java:72)
at java.util.logging.LogManager.readConfiguration(LogManager.java:459)
at java.util.logging.LogManager$3.run(LogManager.java:221)
at java.security.AccessController.doPrivileged(AccessController.java:202)
at java.util.logging.LogManager.<clinit>(LogManager.java:207)