Intellij idea does not start
Hi All.
10 min ago I was using IDEA witrhout any problem, i was debugging code and something happend and idea stopped coming to foreground.
I cleared the cache by manually(since idea is down), but still does not work, restarted comp no luck.
My version is 11.1.5
Attached log file.
Can you help me out with that?
Attachment(s):
idea.log.zip
Please sign in to leave a comment.
To the log file, lat time it wrote 10 min ago:
2013-03-19 14:36:44,649 [ 485981] INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 154313 ms
2013-03-19 14:36:44,649 [ 485981] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 230561 files to update
after that nothing is written there
Please start to launch IJ from command line and check if there is a trace from uncaught exception there.
Denis
When i want to close it, it is telling running process in background. But idea does not come to monitor, it in taskbar and keep running
I see this log recently added:
Could not connect to intellijoin.org:5222.: (504) Could not connect to intellijoin.org:5222.
-- caused by: java.net.UnknownHostException: intellijoin.org
at org.jivesoftware.smack.XMPPConnection.connectUsingConfiguration(XMPPConnection.java:281)
at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:221)
at jetbrains.communicator.jabber.impl.JabberFacadeImpl._createConnection(JabberFacadeImpl.java:155)
at jetbrains.communicator.jabber.impl.JabberFacadeImpl.connect(JabberFacadeImpl.java:120)
at jetbrains.communicator.jabber.impl.JabberFacadeImpl.connect(JabberFacadeImpl.java:116)
at jetbrains.communicator.jabber.impl.JabberTransport$1.run(JabberTransport.java:123)
at com.intellij.openapi.application.impl.ApplicationImpl$6.run(ApplicationImpl.java:434)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
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:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:145)
Nested Exception:
java.net.UnknownHostException: intellijoin.org
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:189)
at org.jivesoftware.smack.XMPPConnection.connectUsingConfiguration(XMPPConnection.java:273)
at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:221)
at jetbrains.communicator.jabber.impl.JabberFacadeImpl._createConnection(JabberFacadeImpl.java:155)
at jetbrains.communicator.jabber.impl.JabberFacadeImpl.connect(JabberFacadeImpl.java:120)
at jetbrains.communicator.jabber.impl.JabberFacadeImpl.connect(JabberFacadeImpl.java:116)
at jetbrains.communicator.jabber.impl.JabberTransport$1.run(JabberTransport.java:123)
at com.intellij.openapi.application.impl.ApplicationImpl$6.run(ApplicationImpl.java:434)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
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:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:145)
2013-03-19 15:03:02,156 [ 41675] INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/customSpringBeans.xml file is null
2013-03-19 15:03:02,156 [ 41675] INFO - .impl.stores.XmlElementStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/customSpringBeans.xml
Started with C:\Program Files (x86)\JetBrains\IntelliJ IDEA 11.1.5\bin>idea.exe
nothing is getting printed.
If i do
C:\Program Files (x86)\JetBrains\IntelliJ IDEA 11.1.5\bin>idea.bat
Unrecognized VM option 'MaxPermGen=256M'
Could not create the Java virtual machine.
i am getting that.
Any other suggestions?
Check you $IDEA_HOME/bin/idea.vmoptions file and change a line which mentions 'MaxPermGen=256M' to '-XX:MaxPermSize=256m'
Denis
Reinstalled it.
it should not be the reason.
I am telling i was using it 10 min ago. None changes it unless I change it manually.
Thanks for support.
I have same error message.
It happened after i changed 64 bit options file.
Datagirip 32 bit works normal.
But 64 not.
Please can you share with me fresh 64 bit DataGrip configuration file ?
My configuration file for 64 bit is below (i think i made changes with mistake)
-Xms2048m
-XX:ReservedCodeCacheSize=4096m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=100
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-XX:MaxPermSize=4096m
-Xmx2048m
-Dide.no.platform.update=true
Something happened interesting. My configuration file has reseted ( i dont know how it happened)
But it works normal now.
If you have same problem, try to use fresh config file first, it works for me...