Bug 829807

Summary: Command line bind address being ignored for HTTP and Infinispan servers
Product: [JBoss] JBoss Data Grid 6 Reporter: Galder ZamarreƱo <galder.zamarreno>
Component: ServerAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: jdg-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-13 11:46:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Galder ZamarreƱo 2012-06-07 15:20:50 UTC
Starting AS 7.1.1 with lo2 (127.0.0.2) as bind address:
[g@:/opt/jboss]% ./bin/standalone.sh -b lo2

shows:
16:14:35,335 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-6) Starting Coyote HTTP/1.1 on http-lo2-127.0.0.2-8080

Starting JDG 6 CR0 with the same shows:
16:10:21,030 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-6) Starting Coyote HTTP/1.1 on http-/127.0.0.1:8080
...
16:10:21,731 DEBUG [org.infinispan.server.hotrod.HotRodServer] (MSC service thread 1-2) Starting server with basic settings: host=127.0.0.1, port=11222, masterThreads=-1, workerThreads=8, idleTimeout=-1, tcpNoDelay=true, sendBufSize=0, recvBufSize=0
...
server.log:788:16:10:21,731 DEBUG [org.infinispan.server.memcached.MemcachedServer] (MSC service thread 1-5) Starting server with basic settings: host=127.0.0.1, port=11211, masterThreads=-1, workerThreads=8, idleTimeout=-1, tcpNoDelay=true, sendBufSize=0, recvBufSize=0

So, JDG is ignoring the bind address passed for several subsystems. The only one where lo2 is being accepted is for the remoting connector for jmx.

Comment 1 Tristan Tarrant 2012-06-13 11:46:52 UTC

*** This bug has been marked as a duplicate of bug 829813 ***