14 Replies Last post: May 20, 2009 3:16 AM by Hamilton Milligan  
Mick Staugaard Newbie 8 posts since
May 9, 2009
Currently Being Moderated

May 9, 2009 1:13 AM

Can't start RubyMine

I would love to try out RubyMine but it will not start.

 

I'm on OS 10.5.6. When I start the app, I do get the RubyMine icon in my dock, but no windows. All I can do is force quit it.

 

My console.app outputs this when I launch RubyMine:

 

 

08/05/09 17.07.13 com.apple.launchd[194] ([0x0-0x2d02d].com.jetbrains.rubymine[427]) Exited with exit code: 143

08/05/09 17.07.30 [0x0-0x36036].com.jetbrains.rubymine[497] [YourKit Java Profiler 7.5.7] Using JVMTI (1.5.0_16-133;Apple Inc.;mixed mode, sharing;Mac OS X;32 bit JVM)

08/05/09 17.07.30 [0x0-0x36036].com.jetbrains.rubymine[497] [YourKit Java Profiler 7.5.7] Using JVMTI (1.5.0_16-133;Apple Inc.;mixed mode, sharing;Mac OS X;32 bit JVM)

08/05/09 17.07.30 [0x0-0x36036].com.jetbrains.rubymine[497] [YourKit Java Profiler 7.5.7] Profiler agent is listening on port 10001...

08/05/09 17.07.30 [0x0-0x36036].com.jetbrains.rubymine[497] [YourKit Java Profiler 7.5.7] *** HINT ***: To get profiling results, connect to the application from the profiler UI

08/05/09 17.07.31 idea[497] Apple AWT Startup Exception : *** -[NSCFArray insertObject:atIndex:]: attempt to insert nil

08/05/09 17.07.31 idea[497] Apple AWT Restarting Native Event Thread

 

HELP



Roman.Chernyatchik  JetBrains 1,452 posts since
Sep 18, 2007
Currently Being Moderated
May 9, 2009 1:23 AM in response to: Mick Staugaard
Re: Can't start RubyMine

Which version of Java do you use?

Roman.Chernyatchik  JetBrains 1,452 posts since
Sep 18, 2007
Currently Being Moderated
May 9, 2009 1:30 AM in response to: Mick Staugaard
Re: Can't start RubyMine

I don't recommend you to run IDE's written on  64-bit JVM. They requires twice more heap memory than 32-bit. Please try RubyMine with java 1.5. On my MacOS 10.5.6 all works fine with:

 

 

java version "1.5.0_16"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)

Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)



Roman.Chernyatchik  JetBrains 1,452 posts since
Sep 18, 2007
Currently Being Moderated
May 9, 2009 2:33 AM in response to: Mick Staugaard
Re: Can't start RubyMine

Try to disable YourKit profiler:

1. Open file /Applications/RubyMine 1.0.app/Contents/Info.plist

2. Remove "-agentlib:yjpagent=disablej2ee" from Root | Java | VMOptions

3. Launch RubyMine

Roman.Chernyatchik  JetBrains 1,452 posts since
Sep 18, 2007
Currently Being Moderated
May 9, 2009 11:23 AM in response to: Mick Staugaard
Re: Can't start RubyMine

~ > /Applications/RubyMine\ 1.0.app/Contents/MacOS/idea

Mick,

 

How do you start RubyMine? Please double click on /Applications/RubyMine 1.0.app icon. Are "Spaces" enabled on your MacOS? RubyMine should show red splash screen and license dialog. Check all Spaces not only current space.

Roman.Chernyatchik  JetBrains 1,452 posts since
Sep 18, 2007
Currently Being Moderated
May 9, 2009 5:30 PM in response to: Mick Staugaard
Re: Can't start RubyMine

Ok, please capture thread dump of RubyMine. For this

1. Run RubyMine

2. Run in console jstack <RM's pid>

3. Post thread dump here

Dmitry Jemerov JetBrains 11,708 posts since
Aug 19, 2002
Currently Being Moderated
May 13, 2009 8:37 PM in response to: Mick Staugaard
Re: Can't start RubyMine

Hello Mick,

 

See the following thread for instructions on how to fix this problem:

http://blog.nominet.org.uk/tech/2008/04/24/restarting-the-awt-native-event-thread/

 

I would love to try out RubyMine but it will not start.

 

I'm on OS 10.5.6. When I start the app, I do get the RubyMine icon in

my dock, but no windows. All I can do is force quit it.

 

My console.app outputs this when I launch RubyMine:

 

08/05/09 17.07.13 com.apple.launchd[194]

(0x0-0x2d02d.com.jetbrains.rubymine[427]) Exited with exit code: 143

 

08/05/09 17.07.30 0x0-0x36036.com.jetbrains.rubymine[497] [YourKit

Java Profiler 7.5.7] Using JVMTI (1.5.0_16-133;Apple Inc.;mixed mode,

sharing;Mac OS X;32 bit JVM)

 

08/05/09 17.07.30 0x0-0x36036.com.jetbrains.rubymine[497] [YourKit

Java Profiler 7.5.7] Using JVMTI (1.5.0_16-133;Apple Inc.;mixed mode,

sharing;Mac OS X;32 bit JVM)

 

08/05/09 17.07.30 0x0-0x36036.com.jetbrains.rubymine[497] [YourKit

Java Profiler 7.5.7] Profiler agent is listening on port 10001...

 

08/05/09 17.07.30 0x0-0x36036.com.jetbrains.rubymine[497] [YourKit

Java Profiler 7.5.7] *** HINT ***: To get profiling results, connect

to the application from the profiler UI

 

08/05/09 17.07.31 idea[497] Apple AWT Startup Exception : ***

-[NSCFArray insertObject:atIndex:]: attempt to insert nil

 

08/05/09 17.07.31 idea[497] Apple AWT Restarting Native Event Thread

 

HELP

 

---

Original message URL:

http://www.jetbrains.net/devnet/message/5237765#5237765

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

 

 

 

Hamilton Milligan Newbie 1 posts since
May 20, 2009
Currently Being Moderated
May 20, 2009 3:16 AM in response to: Dmitry Jemerov
Re: Can't start RubyMine

Thanks. I had the same problem and the fix worked.

Is it possible that this can be part of the install notes or something.  I ask as it took me a while to find what the problem was.

 

Cheers.

More Like This

  • Retrieving data ...