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 70135 - Starting 'all' domain does not specify a bind address
Summary: Starting 'all' domain does not specify a bind address
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks: 70046
  Show dependency tree
 
Reported: 2005-12-09 10:39 UTC by Libor Kotouc
Modified: 2005-12-12 11:10 UTC (History)
1 user (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 Libor Kotouc 2005-12-09 10:39:33 UTC
The bug is reported for the enhancement issue 70046.

1. add JBoss instance - 'all' domain
2. start it

Exception is thrown.
Comment 1 Libor Kotouc 2005-12-09 13:40:10 UTC
Fixed.

Checking in JBStartServer.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBStartServer.java,v
 <--  JBStartServer.java
new revision: 1.29; previous revision: 1.28
done
Comment 2 Libor Kotouc 2005-12-09 13:42:40 UTC
'all' domain is now started with the '-b 127.0.0.1' option
Comment 3 Libor Kotouc 2005-12-09 14:04:22 UTC
Previous commit mistakenly contained the old version.

Checking in JBStartServer.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBStartServer.java,v
 <--  JBStartServer.java
new revision: 1.30; previous revision: 1.29
done
Comment 4 Michal Mocnak 2005-12-12 11:10:48 UTC
Verified