Try changing the path in the batch file to "c:\Progra~1". Changing references to paths with spaces to their 8.3 names often solves these problems... that worked for Tomcat, Jikes and Apache for me. Haven't tried it with IDEA, but figured its worth a try.
-----Original Message----- From: Kevin Henrikson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 2:09 PM To: Eap-Bugs@Lists. Jetbrains. Com Subject: [Eap-bugs] Win2k #632 - Failed to init Log4j Seems the path can't have spaces... This prevents me from starting IDEA. If I move IDEA to a directory path with that does not have any spaces it works fine. C:\Program Files\Idea632\bin>idea log4j:ERROR Could not open [C:\Program%20Files\Idea632\bin\log.xml]. java.io.FileNotFoundException: C:\Program%20Files\Idea632\bin\log.xml (The syste m 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.Plugi nManager). log4j:ERROR Please initialize the log4j system properly. C:\Program Files\Idea632\bin> -kevin -- Kevin Henrikson Openwave Systems, Inc. _______________________________________________ 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
