History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-14080
Type: Bug Bug
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Peter Hendry
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

CreateProcess error whenever try to compile project

Created: 04 Aug 07 15:00   Updated: 06 Sep 07 23:34
Component/s: Compiling Project

Environment: WinXP SP2, JDK1.5.0_11

Build: 7,111


 Description  « Hide
Whenever I try to compile my project I get the error

Error:CreateProcess: B:\java\jdk1.5.0_11\bin\java.exe -Xmx384m -classpath "C:\Program Files\JetBrains\7111\lib\xerces.jar;C:\Program Files\JetBrains\7111\lib\xml-apis.jar;C:\Program Files\JetBrains\7111\lib\ant\lib\ant.jar;B:\java\jdk1.5.0_11\lib\tools.jar;C:\Program Files\JetBrains\7111\lib/org.eclipse.jdt.core.jar;C:\Program Files\JetBrains\7111\lib\jasper2_rt.jar;C:\Program Files\JetBrains\7111\lib\jasper2_rt.jar;C:\Program Files\JetBrains\7111\lib\rt\jasper2\commons-el.jar;C:\Program Files\JetBrains\7111\lib\rt\jasper2\commons-logging-api.jar;C:\Program Files\JetBrains\7111\lib\rt\jasper2\jasper-compiler.jar;C:\Program Files\JetBrains\7111\lib\rt\jasper2\jasper-runtime.jar;C:\Program Files\JetBrains\7111\lib\rt\jasper2\jsp-api.jar;C:\Program Files\JetBrains\7111\lib\rt\jasper2\servlet-api.jar;B:\src\thirdparty\java.net\quartz\lib\optional\commons-digester-1.7.jar;B:\src\HEAD\ccdev\extlib\endorsed\xalan-2_6_0.jar;B:\src\HEAD\ccdev\extlib\endorsed\xml-apis-2_8_0.jar;B:\src\HEAD\ccdev\extlib\endorsed\xercesImpl-2_"

Notice that it appears to be truncated in the middle of the classpath. I don't know what module this refers to.

I was trying to compile my project and got stuck because of IDEA-14006. I added an exclude directory to remove the JSPs from the content and started getting this error. I don't know if the exclude caused it or if the compile just got further along because I added the exclude and this problem is unrelated.

It is stopping me from being able to complete a compile at all.

This happens on both 7096 and 7111 but didn't happen on 7046 originally. But now that it has happened, when I revert to 7046 the problem occurs there too! I now have to go back to 6.0 to get a compile.



 All   Comments   Work Log   Change History      Sort Order:
Eugene Zhuravlev - 14 Aug 07 16:35
The classpath doesn't look like the one that is formed by IDEA to start javac. Looks like you are compiling with ant, am I right?

Peter Hendry - 28 Aug 07 01:01
Sorry for the delay replying, was on holiday.

No, it is not an ant build. It is just a Make using CTRL-F9.

I have given up for now with the EA and M2 builds because of the auto-facet stuff which is completely screwing up my
projects by picking up lots of stuff that is not relevant and makes the projects unusable. I'll try a build in a few weeks
and see if I get this same issue.


Eugene Zhuravlev - 06 Sep 07 18:32
Are you using Eclipse compiler?

Peter Hendry - 06 Sep 07 23:34
No. Just standard JDK. I don't set any options for the compiler - no exclusions, etc.