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 113785 - Execption NB6m10 during startup
Summary: Execption NB6m10 during startup
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-25 04:12 UTC by kfoster1723
Modified: 2007-08-26 05:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kfoster1723 2007-08-25 04:12:10 UTC
During netbeans startup right after a fresh install of NetBeans6 m10 got the exception below. Closed error window and
then NB would still run OK, just froze up for awhile. 

Appears to be Ruby plugin. Disabled Ruby plugin and that stopped the exception. Could be a permission problem but I have
a standard umask 022. Installed as root of course. Have not had problems before on NB 5.0, 5.5, and 5.5.1.

System:
JDK1.5.0_12
Slackware 11 standard install, nothing odd
NB 6.0m10


java.io.IOException: could not run [/bin/chmod, u+rx, index_gem_repository.rb, generate_yaml_index.rb,
_jrubycleanup.bat, _jrubyvmopts.bat, _jrubysetcp.bat, spec_translator, update_rubygems, _jrubyvars.bat, gem_mirror.bat,
gem_server.bat, jirb_swing.bat, gemwhich.bat, gem_mirror, gem_server, jirb_swing, jrubyd.bat, jrubyw.bat, jruby.bat,
gemwhich, jirb.bat, jruby.rb, jrubycli, jrubysrv, gem.bat, gemlock, jrubyc, testrb, gemri, jruby, rails, jirb, rake,
spec, rdoc, gem] : Exit value=1
	at org.netbeans.api.ruby.platform.RubyInstallation.ensureExecutable(RubyInstallation.java:887)
	at org.netbeans.modules.ruby.rubyproject.RubyProjectModuleInstaller.restored(RubyProjectModuleInstaller.java:40)
	at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:354)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:273)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:903)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:380)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:316)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:260)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:149)
	at org.netbeans.core.startup.Main.start(Main.java:300)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:88)
[catch] at java.lang.Thread.run(Thread.java:595)

java.lang.IllegalArgumentException: port out of range:-3439
	at java.net.InetSocketAddress.<init>(InetSocketAddress.java:118)
	at org.netbeans.modules.j2ee.sun.ide.j2ee.ui.DomainCreator.isPortAvaibale(DomainCreator.java:239)
	at org.netbeans.modules.j2ee.sun.ide.j2ee.ui.DomainCreator.createPersonalDomain(DomainCreator.java:163)
	at org.netbeans.modules.j2ee.sun.ide.j2ee.ui.DomainCreator.createPersonalDefaultDomain(DomainCreator.java:101)
	at org.netbeans.modules.j2ee.sun.ide.Installer.createDomainAndRecord(Installer.java:99)
	at org.netbeans.modules.j2ee.sun.ide.Installer.access$100(Installer.java:33)
	at org.netbeans.modules.j2ee.sun.ide.Installer$PrepareEnvironment.run(Installer.java:89)
[catch] at org.netbeans.core.windows.WindowManagerImpl$Exclusive.run(WindowManagerImpl.java:1268)
	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 kfoster1723 2007-08-26 05:26:36 UTC
Reinstalled nightly build NB 6.0 200708250000, this fixed many issues I has having. NB 6.0 looks like it's going to be a
winner.