Quantcast
Channel: VMware Communities : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 180259

Problem with gfsecurity in agent

$
0
0

Hi, I was trying to divide the configuration props and security prop using a gfsecurity.properties. But i found a problem in the agent.

 

 

I have a agent.properties with the next values:

 

 

 

# logging properties

log-level

log-disk-space-limit

log-file-size-limit

 

 

# gemfire cluster properties

locators

mcast-port

http-enabled

http-port

rmi-port

 

 

# license properties

license-application-cache

license-data-management

 

 

## security properties

security-peer-auth-init

security-peer-authenticator

security-client-authenticator

 

 

security-keystorepath

security-keystorepass

security-alias

 

 

security-publickey-filepath

security-publickey-pass

 

 

security-crypto-provider

security-crypto-provider-class

security-crypto-max-ciphers

security-crypto-max-keygens

 

 

 

and now,  I have two properties files (agent.properties and gfsecurity.properties)

 

 

In the gfsecurity.properties i put all the ## security values ( security-peer-auth-init , ....)

 

 

 

But the problems is that the agent is running but in the log show that

 

 

 

Caused by: java.lang.IllegalArgumentException: Could not set "security-peer-auth-init" to "com.gire.rp.server.infrastructure.security.ServerAuthInit.create" because "mcast-port[10334]" must be 0 when security is enabled.

 

 

 

Why this happen?


Viewing all articles
Browse latest Browse all 180259

Trending Articles