Bizzare behavior from from 7.0.3 - won't open html files.
I don't what I did but for some reason IDEA will not open any of the .html files in my project. It also refuses to display
html files that "opened" outside of the project. I'm a webapp developer, so this is kind of important to how I work.
I have been turning off plugins hoping to isolate the issue. Anyone know what could cause this?
请先登录再写评论。
Hello Vincent,
There should be an exception in the idea.log file - you can post it here
so we can tell what exactly causes the problem.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I've been digging around my system. I forget where the log is on OSX. Is it on an FAQ somewhere?
Ok, this is what I am getting from Console.app on my mac:
3/25/08 11:04:36 AM .com.jetbrains.intellij[3511] A 64-bit JVM is available for 1.6.0
3/25/08 11:04:36 AM .com.jetbrains.intellij[3511] and it is the only version available
3/25/08 11:04:36 AM .com.jetbrains.intellij[3511] JVMArchs not found in Java dictionary
3/25/08 11:05:05 AM .com.jetbrains.intellij[3511] Watcher OK.
3/25/08 11:05:15 AM .com.jetbrains.intellij[3511] /Users/xaymaca/Library/Application Support/IntelliJIDEA70/IntelliJFX/lib
3/25/08 11:05:15 AM .com.jetbrains.intellij[3511] true
thinking this might be caused by me switching the default jvm to 1.6 , I switched it back and restarted IDEA,
now html files can be opened and the log now says:
3/25/08 11:29:57 AM .com.jetbrains.intellij[3602] A 64-bit JVM is available for 1.5.0
3/25/08 11:29:57 AM .com.jetbrains.intellij[3602] JVMArchs not found in Java dictionary
3/25/08 11:30:13 AM .com.jetbrains.intellij[3602] Watcher OK.
3/25/08 11:30:18 AM .com.jetbrains.intellij[3602] /Users/xaymaca/Library/Application Support/IntelliJIDEA70/IntelliJFX/lib
3/25/08 11:30:18 AM .com.jetbrains.intellij[3602] true
I'd like to use 1.6 as default but I guess I can live without it for now.
Hello Vincent,
~/Library/Caches/IntelliJIDEA70/logs
Alexander.
Similar behaviour here with idea-7782 on 64-bit Linux with JDK 1.6.0_05
Log is filling up with:
2008-05-08 12:38:01,709 ERROR - pl.awt.SingleThreadMessageLoop - Could not initialize class com.jniwrapper.gtk.GtkFunctions
java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.gtk.GtkFunctions
at com.jniwrapper.xpcom.impl.awt.AwtLinuxPlatform$LinuxLoopRunnable.runOneIteration(SourceFile:23)
at com.jniwrapper.xpcom.impl.awt.SingleThreadMessageLoop$3.run(SourceFile:72)
at com.jniwrapper.xpcom.impl.awt.SingleThreadMessageLoop$1.run(SourceFile:42)
at java.lang.Thread.run(Thread.java:619)
2008-05-08 12:38:01,810 ERROR - pl.awt.SingleThreadMessageLoop - Could not initialize class com.jniwrapper.gtk.GtkFunctions
java.lang.NoClassDefFoundError: Could not initialize class com.jniwrapper.gtk.GtkFunctions
at com.jniwrapper.xpcom.impl.awt.AwtLinuxPlatform$LinuxLoopRunnable.runOneIteration(SourceFile:23)
at com.jniwrapper.xpcom.impl.awt.SingleThreadMessageLoop$3.run(SourceFile:72)
at com.jniwrapper.xpcom.impl.awt.SingleThreadMessageLoop$1.run(SourceFile:42)
at java.lang.Thread.run(Thread.java:619)
Had an old ~/.IntelliJIdea70/system/ directory (from 32-bit sytem). Deleting this fixed the problem.
Hello Paudi,
This is caused by Mozilla HTML preview. Killing .IntellijIdea70/system/HtmlPreview_*
could be enough.
Alexander.