Bug 829807 - Command line bind address being ignored for HTTP and Infinispan servers
Summary: Command line bind address being ignored for HTTP and Infinispan servers
Keywords:
Status: CLOSED DUPLICATE of bug 829813
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Server
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Tristan Tarrant
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-07 15:20 UTC by Galder Zamarreño
Modified: 2012-08-15 14:45 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-06-13 11:46:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.