This happened to me as well. It looks like a IDEA escapes the spaces in the path but then passes the escaped string to the OS. In the meantime you can get around this by using a simpler path (like "C:\IDEA").
-M -----Original Message----- From: Donald F. McLean [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 10:54 AM To: [EMAIL PROTECTED] Subject: [Eap-bugs] Log4J Error on startup log4j:ERROR Could not open [C:\Program%20Files\IDEA%20626\bin\log.xml]. java.io.FileNotFoundException: C:\Program%20Files\IDEA%20626\bin\log.xml (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:103) at java.io.FileInputStream.<init>(FileInputStream.java:66) at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java :526) at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:6 06) at com.intellij.openapi.diagnostic.Logger.<clinit>(Logger.java:15) at com.intellij.idea.Main.<clinit>(Main.java:13) log4j:ERROR No appenders could be found for category (com.intellij.plugins.PluginManager). log4j:ERROR Please initialize the log4j system properly. _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
