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 65201 - [50cat] java.net.UnknownHostException keeps netbeans from starting.
Summary: [50cat] java.net.UnknownHostException keeps netbeans from starting.
Status: VERIFIED DUPLICATE of bug 64004
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-27 15:39 UTC by ahagopian
Modified: 2008-12-22 20:24 UTC (History)
2 users (show)

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 ahagopian 2005-09-27 15:39:10 UTC
[ BUILD # : 200509151455 ]
[ JDK VERSION : 1.5.0_05 ]

I installed the latest qubild 200509151455 (this is also the first time i'm trying to run a 5.0 build) I tried to start netbeans and get a java.net.UnknownHostException (see stack trace below).

So in my /etc/hosts file i added for 127.0.0.1 spaceball2.localhost and then I was at least able to get farther but I don't think if netbeans can't resolve the machine's name it should keep netbeans from property starting.

java.net.UnknownHostException: spaceball2.localhost: spaceball2.localhost
        at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
        at org.netbeans.CLIHandler.initialize(CLIHandler.java:494)
        at org.netbeans.CLIHandler.initialize(CLIHandler.java:279)
        at org.netbeans.Main.execute(Main.java:157)
        at org.netbeans.Main.main(Main.java:39)
Comment 1 Jan Chalupa 2005-09-27 19:52:41 UTC
Duplicate of already fixed issue #64004. Please try a more recent build.

*** This issue has been marked as a duplicate of 64004 ***
Comment 2 Marian Mirilovic 2005-09-28 21:14:35 UTC
verified duplicate