Compilation ends with some unspecified error

I'm getting unspecified error (see attached screenshot) when compiling my Android project but the project is ok and I can compile it from command line without any problem. It started when I had no space left on my disk (it can happen quite often with small SSD). Idea seems not to count on with such situation - it froze and then started with this error.

I've already tried to:
* invalidate caches
* reimport project
* reinstall idea

There are no logs in idea.log when compiling and there is only a few uninteresting rows in build.log:
{code}
2013-04-19 00:20:25,098 [      0]   INFO - jps.cmdline.JpsModelLoaderImpl - Loading model: project path = /opt/xx/android-client, global options path = /Users/xx/Library/Preferences/IntelliJIdea12/options
2013-04-19 00:20:25,365 [    267]   INFO - jps.cmdline.JpsModelLoaderImpl - Model loaded in 268 ms
2013-04-19 00:20:25,365 [    267]   INFO - jps.cmdline.JpsModelLoaderImpl - Project has 1 modules, 18 libraries
2013-04-19 00:20:25,498 [    400]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=631504896
2013-04-19 00:20:25,562 [    464]   INFO - ps.incremental.BuilderRegistry - org.jetbrains.jps.incremental.scala.ScalaBuilderService$ScalaBuilderDecorator builder returns 'null' from 'getCompilableFileExtensions' method so files for module-level builders won't be filtered
2013-04-19 00:20:25,574 [    476]   INFO - .incremental.IncProjectBuilder - Building project; isRebuild:false; isMake:true parallel compilation:false
{code}
OS: Mac OS X 10.8.3


... Does anybody know, what to do?
Thanks


Message was edited by: Libor Rysavy  Build log (also on debug level) attached.

Bug issue created: http://youtrack.jetbrains.com/issue/IDEA-105726



Attachment(s):
Screen Shot 2013-04-18 at 11.35.16 PM.png
build.debug.log.zip
build.log.zip
0
4 comments
Avatar
Permanently deleted user

Please attach build.log file. You can learn its location here: http://intellij-support.jetbrains.com/entries/23358108

0

It's been 5 months since reported this issue and it is still there. This is quite alarming! Paid IDE and I can't compile my projects! Now it happens with imported maven project (java and scala).

My version is now 12.1.5
I can see some strange exception in idea.log:

2013-10-07 13:30:37,257 [ 176572]   INFO - ler.impl.GenericCompilerRunner -   java.io.EOFException      at java.io.DataInputStream.readInt(DataInputStream.java:375)      at com.intellij.compiler.impl.generic.GenericCompilerPersistentData.<init>(GenericCompilerPersistentData.java:51)      at com.intellij.compiler.impl.GenericCompilerRunner.a(GenericCompilerRunner.java:105)      at com.intellij.compiler.impl.GenericCompilerRunner.a(GenericCompilerRunner.java:97)      at com.intellij.compiler.impl.GenericCompilerRunner.invokeCompilers(GenericCompilerRunner.java:73)      at com.intellij.javaee.web.validation.JasperValidationTask.execute(JasperValidationTask.java:31)      at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:2308)      at com.intellij.compiler.impl.CompileDriver.access$900(CompileDriver.java:111)      at com.intellij.compiler.impl.CompileDriver$8.run(CompileDriver.java:703)      at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:167)      at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:495)      at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:185)      at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:226)      at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:175)      at com.intellij.openapi.progress.impl.ProgressManagerImpl$8.run(ProgressManagerImpl.java:400)      at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:454)      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)      at java.util.concurrent.FutureTask.run(FutureTask.java:138)      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)      at java.lang.Thread.run(Thread.java:680)      at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:152) 2013-10-07 13:30:37,324 [ 176639]   INFO - lij.compiler.impl.CompilerUtil -      COMPILATION FINISHED (BUILD PROCESS); Errors: 1; warnings: 0 took 2223 ms: 0 min 2sec


Could anyone please help me?
Thanks

0
Avatar
Permanently deleted user

Hi Libor,  According to exception, it seems like some storages for post-compile validation tasks (JasperValidator) are corrupted or data storage format for them has been changed. We've already done better handling for such cases. In the version you have please locate and delete the "

/compiler" directory on disk, this should help.
0

Hi Eugene,
thank you for resolution.
This could have been caused by no space on drive - you know this can happen quite often in times of small SSDs ;) It would be nice if IDEA can detect it and e.g. delete dome temp files.

0

Please sign in to leave a comment.