This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 101996

Summary: The exception happen when I try to open the Netbeans
Product: ruby Reporter: jrogerio69 <jrogerio69>
Component: CodeAssignee: Torbjorn Norbye <tor>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jchalupa
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Log from NetBeans

Description jrogerio69 2007-04-20 17:25:58 UTC
java.lang.NoClassDefFoundError: jline/Completor
	at org.jruby.ext.Readline$Service.load(Readline.java:57)
	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:277)
	at org.jruby.runtime.load.LoadService.require(LoadService.java:299)
	at org.jruby.demo.TextAreaReadline.hookIntoRuntime(TextAreaReadline.java:110)
	at
org.netbeans.modules.ruby.rubyproject.IrbTopComponent.createTerminal(IrbTopComponent.java:262)
	at
org.netbeans.modules.ruby.rubyproject.IrbTopComponent.componentOpened(IrbTopComponent.java:127)
	at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:280)
	at
org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:955)
	at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:719)
	at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:273)
	at
org.netbeans.core.windows.PersistenceHandler.initModeFromConfig(PersistenceHandler.java:358)
	at org.netbeans.core.windows.PersistenceHandler.load(PersistenceHandler.java:185)
	at org.netbeans.core.windows.WindowSystemImpl.load(WindowSystemImpl.java:47)
[catch] at org.netbeans.core.NonGui$3.run(NonGui.java:186)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 jrogerio69 2007-04-20 17:28:17 UTC
Created attachment 41355 [details]
Log from NetBeans
Comment 2 Torbjorn Norbye 2007-04-22 14:50:34 UTC
Fixed. To get the IDE running so you can auto update again, nuke your user directory's "config/
Windows2Local/" directory. (If you can't find it, either nuke your user directory or start with another - 
netbeans --userdir /foo/bar

*** This issue has been marked as a duplicate of 101406 ***
Comment 3 Jiri Kovalsky 2007-07-03 14:12:15 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 4 Jiri Kovalsky 2007-07-03 14:43:06 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.