Validating Struts model...
Building my Struts project against IDEA #5594 causes it to go into what I presume is an infinite loop. Cleaned down all caches before starting but log doesn't tell me very much (see below). A peculiarity of our project is that we have multiple struts-config files and some of the form-bean definitions are repeated between these files so that we can use strutstestcase. Our web.xml config of the action servlet lists the order in which these config files should be loaded. Is there anything I can do to get you better information to diagnose the problem?
2006-08-07 12:06:24,202 INFO - l.idCache.ImmutableIdCacheImpl - rebuilding cache: cache file does not exist
2006-08-07 12:07:10,561 INFO - nfig.impl.AntConfigurationImpl - Start up
2006-08-07 12:07:17,826 INFO - pplication.impl.LaterInvocator - leaveModal:com.intellij.openapi.progress.util.ProgressWindow@179ef7c
2006-08-07 12:07:17,826 INFO - pplication.impl.LaterInvocator - leaveModal:com.intellij.openapi.progress.util.ProgressWindow@179ef7c
2006-08-07 12:07:20,654 INFO - unicator.p2p.UserMonitorThread - Force finding users
2006-08-07 12:07:20,701 INFO - impl.local.LocalFileSystemImpl - Executing request:com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl$4@844528
2006-08-07 12:07:23,967 INFO - enapi.vfs.impl.jar.JarFileInfo - mirrorExists=false
2006-08-07 12:07:23,967 INFO - enapi.vfs.impl.jar.JarFileInfo - fileStamp=1154681944519
2006-08-07 12:07:23,967 INFO - enapi.vfs.impl.jar.JarFileInfo - copying C:\Program Files\JetBrains\IntelliJ IDEA 6.0 Beta\plugins\StrutsAssistant\lib\StrutsAssistant.jar to C:\Documents and Settings\richie.mcmahon\.IntelliJIdea60\system\jars\StrutsAssistant.jar.7db00d3c
2006-08-07 12:07:24,060 INFO - enapi.vfs.impl.jar.JarFileInfo - Opening zip-file C:\Program Files\JetBrains\IntelliJ IDEA 6.0 Beta\plugins\StrutsAssistant\lib\StrutsAssistant.jar...
2006-08-07 12:07:24,060 INFO - enapi.vfs.impl.jar.JarFileInfo - Opened
2006-08-07 12:07:24,060 INFO - enapi.vfs.impl.jar.JarFileInfo - Scanning entries in jar-file C:\Program Files\JetBrains\IntelliJ IDEA 6.0 Beta\plugins\StrutsAssistant\lib\StrutsAssistant.jar...
2006-08-07 12:07:24,076 INFO - enapi.vfs.impl.jar.JarFileInfo - Scanned
2006-08-07 12:07:24,076 INFO - enapi.vfs.impl.jar.JarFileInfo - Sorting entries in jar-file C:\Program Files\JetBrains\IntelliJ IDEA 6.0 Beta\plugins\StrutsAssistant\lib\StrutsAssistant.jar...
2006-08-07 12:07:24,076 INFO - enapi.vfs.impl.jar.JarFileInfo - Sorted
2006-08-07 12:07:36,607 INFO - vfs.impl.jar.JarFileSystemImpl - Jar file C:\work\repository\main\repository\lib\jsonrpc-1.0.jar not found
2006-08-07 12:07:36,623 INFO - .javaCompiler.ExternalCompiler - Running compiler: C:\work\j2sdk1.4.2\bin\java -Xmx128m -Dfile.encoding=windows-1252 -Duser.language=en -Duser.country=GB -classpath C:\work\j2sdk1.4.2\lib\tools.jar;C:\Program Files\JetBrains\IntelliJ IDEA 6.0 Beta\lib\idea_rt.jar com.intellij.rt.compiler.JavacRunner "java version "1.4.2_06"" com.sun.tools.javac.Main -source 1.4 -verbose -bootclasspath @C:\Documents and Settings\richie.mcmahon\Local Settings\Temp\javac_bootcp8066.tmp -classpath @C:\Documents and Settings\richie.mcmahon\Local Settings\Temp\javac_cp8067.tmp -sourcepath "" -d C:\work\repository\main\repository\classes -g -deprecation @C:\Documents and Settings\richie.mcmahon\Local Settings\Temp\javac8068.tmp
2006-08-07 12:07:45,279 INFO - .javaCompiler.ExternalCompiler - Running compiler: C:\work\j2sdk1.4.2\bin\java -Xmx128m -Dfile.encoding=windows-1252 -Duser.language=en -Duser.country=GB -classpath C:\work\j2sdk1.4.2\lib\tools.jar;C:\Program Files\JetBrains\IntelliJ IDEA 6.0 Beta\lib\idea_rt.jar com.intellij.rt.compiler.JavacRunner "java version "1.4.2_06"" com.sun.tools.javac.Main -source 1.4 -verbose -bootclasspath @C:\Documents and Settings\richie.mcmahon\Local Settings\Temp\javac_bootcp8072.tmp -classpath @C:\Documents and Settings\richie.mcmahon\Local Settings\Temp\javac_cp8073.tmp -sourcepath "" -d C:\work\repository\main\repository\testclasses -g -deprecation @C:\Documents and Settings\richie.mcmahon\Local Settings\Temp\javac8074.tmp
Please sign in to leave a comment.
Sorry, have created a JIRA issue for this against Struts Assistant (I presume?...)
Hi Richard,
it would be great to have a stacktrace of your building process. You can
start idea.bat, lanch building and press Ctrl-Break in console.
Thanks in advance.
"Richard McMahon" <richie.mcmahon@gmail.com> wrote in message
news:21093983.1154949491724.JavaMail.itn@is.intellij.net...
>
>