I just downloaded and installed build 5245 of Demetra, I am trying to run it, but after a splash screen it dissapears or crashes, nothing in event log.
I> I just downloaded and installed build 5245 of Demetra, I am trying to I> run it, but after a splash screen it dissapears or crashes, nothing I> in event log.
Most likely this is caused by an incompatible third-party plugin. Please try removing all third-party plugins.
-- Dmitry Jemerov Software Developer JetBrains, Inc. http://www.jetbrains.com "Develop with pleasure!"
Are you sure this is a clean install? If you have installed Demetra before, you should have a ~/.IntelliJIdea60 directory lying around (if you're on windows, that's on C:\Documents and Settings\]]>\.IntelliJIdea60).
Weird. 5245 has been out for almost a week now, and while it is sure plagued with bugs, it seems you're the only one who complained about being unable to even start it. I guess you're out of luck, buddy :(
Weird. 5245 has been out for almost a week now, and while it is sure plagued with bugs, it seems you're the only one who complained about being unable to even start it. I guess you're out of luck, buddy :(
Nah, he's not the only one - I just installed 5245 on a PC and got exactly the same problem. Setting IDEA_JDK fixed it though.
Hello Igor,
I> I just downloaded and installed build 5245 of Demetra, I am trying to
I> run it, but after a splash screen it dissapears or crashes, nothing
I> in event log.
Most likely this is caused by an incompatible third-party plugin. Please
try removing all third-party plugins.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Hi, Dmitry.
I didnt install any plugins at all. I just installed clean version of Demetra, it didnt even run for the first time after installation.
Are you sure this is a clean install? If you have installed Demetra before, you should have a ~/.IntelliJIdea60 directory lying around (if you're on windows, that's on C:\Documents and Settings\]]>\.IntelliJIdea60).
Yes, I am sure. I dont have this directory.
Weird. 5245 has been out for almost a week now, and while it is sure plagued with bugs, it seems you're the only one who complained about being unable to even start it. I guess you're out of luck, buddy :(
As a programmer I dont believe in luck :) Its always bugs :(
You should open a command shell, and execute idea.bat so that any errors are printed on the console.
ERROR: cannot start IntelliJ IDEA.
No JDK found to run IDEA. Please validate either IDEA_JDK or JDK_HOME points to
valid JDK installation
-
where can I specify this path?
You can use the IDEA_JDK environment variable to point to a valid JDK installation...
BTJ
thanks, it fixed now, but there is new problem:
Using JVMTI
cannot start: cannot listen on port 0
and I never installed profiler.
Are you on 64bit Linux?
Open bin/idea.vmoptions file and remove -agentlib:yjpagent line
-
Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I am on windows xp but it worked :)
thanks all.
Nah, he's not the only one - I just installed 5245 on a PC and got exactly the same problem. Setting IDEA_JDK fixed it though.