LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Netbeans startup problem (https://www.linuxquestions.org/questions/linux-software-2/netbeans-startup-problem-580328/)

brownflamigo1 08-28-2007 01:35 AM

Netbeans startup problem
 
Hello, after installing Netbeans 6.0 M10, at a startup I am experiencing the following problem:

Quote:

A java.lang.IllegalArgumentException exception has occurred.
However, the system should continue working without further problems.
Click Show Details for the stack trace.
And the details say the following:

Quote:

java.lang.IllegalArgumentException: port out of range:-3292
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.ja va: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:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
What should I do?
Thanks

reddazz 08-28-2007 05:56 PM

What version of Java are you using (java -version)? Also have you tried the stable version of Netbeans (5.5)?

brownflamigo1 08-29-2007 01:33 AM

java version "1.4.2-02"

And, no, I havent tried to install a lower version. Should I do it then?
And what is the "proper" Java version that needs to be used?

reddazz 08-29-2007 05:43 PM

I suggest you try newer versions of java (1.5.x or java 6). Also try Netbeans 5.5. because its the current stable release.


All times are GMT -5. The time now is 08:36 AM.