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

Summary: Starting 'all' domain does not specify a bind address
Product: serverplugins Reporter: Libor Kotouc <lkotouc>
Component: JBossAssignee: Libor Kotouc <lkotouc>
Status: VERIFIED FIXED    
Severity: blocker CC: jpospisil
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 70046    

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