build 5245

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.

0
Avatar
Permanently deleted user

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!"


0
Avatar
Permanently deleted user

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.

0
Avatar
Permanently deleted user

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).

0
Avatar
Permanently deleted user

Yes, I am sure. I dont have this directory.

0
Avatar
Permanently deleted user

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 :(

0
Avatar
Permanently deleted user

As a programmer I dont believe in luck :) Its always bugs :(

0
Avatar
Permanently deleted user

You should open a command shell, and execute idea.bat so that any errors are printed on the console.

0
Avatar
Permanently deleted user

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?

0

You can use the IDEA_JDK environment variable to point to a valid JDK installation...

BTJ

0
Avatar
Permanently deleted user

thanks, it fixed now, but there is new problem:

Using JVMTI
cannot start: cannot listen on port 0


and I never installed profiler.

0
Avatar
Permanently deleted user

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!"

thanks, it fixed now, but there is new problem:

Using JVMTI
cannot start: cannot listen on port 0
and I never installed profiler.



0
Avatar
Permanently deleted user

I am on windows xp but it worked :)
thanks all.

0
Avatar
Permanently deleted user

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.

0

请先登录再写评论。