2012-08-28 19:22:20,854 [DEBUG][org.jppf.client.AbstractGenericClient.initRemotePools(168)]: found peers in the configuration2012-08-28 19:22:20,856 [DEBUG][org.jppf.client.AbstractGenericClient.initRemotePools(171)]: list of drivers: driver12012-08-28 19:22:20,870 [ERROR][org.jppf.management.JMXConnectionWrapper.<init>(165)]: Bad port number: "": java.lang.NumberFormatException: For input string: ""java.net.MalformedURLException: Bad port number: "": java.lang.NumberFormatException: For input string: "" at javax.management.remote.JMXServiceURL.<init>(JMXServiceURL.java:193) at org.jppf.management.JMXConnectionWrapper.<init>(JMXConnectionWrapper.java:160) at org.jppf.management.JMXDriverConnectionWrapper.<init>(JMXDriverConnectionWrapper.java:63) at org.jppf.client.AbstractJPPFClientConnection.initializeJmxConnection(AbstractJPPFClientConnection.java:367) at org.jppf.client.JPPFClientConnectionImpl.<init>(JPPFClientConnectionImpl.java:69) at org.jppf.client.JPPFClient.createConnection(JPPFClient.java:110) at org.jppf.client.AbstractGenericClient.newConnection(AbstractGenericClient.java:220) at org.jppf.client.AbstractGenericClient.initRemotePools(AbstractGenericClient.java:191) at org.jppf.client.AbstractGenericClient.initPools(AbstractGenericClient.java:135) at org.jppf.client.AbstractGenericClient$1.run(AbstractGenericClient.java:109) at java.lang.Thread.run(Thread.java:662)2012-08-28 19:22:20,871 [INFO ][org.jppf.client.AbstractGenericClient.newConnection(244)]: connection [driver1] created2012-08-28 19:22:20,871 [DEBUG][org.jppf.management.JMXConnectionThread.run(80)]: A.B.C.D:-1 about to perform connection attempts2012-08-28 19:22:20,871 [DEBUG][org.jppf.client.AbstractJPPFClientConnection.setStatus(179)]: connection 'driver1' status changing from CREATED to NEW2012-08-28 19:22:20,872 [DEBUG][org.jppf.management.JMXConnectionThread.run(88)]: A.B.C.D:-1 JMX URL = nulljava.lang.NullPointerException: Null JMXServiceURL at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:246) at org.jppf.management.JMXConnectionWrapper.performConnection(JMXConnectionWrapper.java:225) at org.jppf.management.JMXConnectionThread.run(JMXConnectionThread.java:81) at java.lang.Thread.run(Thread.java:662)
if (config.getBoolean("jppf.management.enabled", true)){ connectionInfo.managementPort = config.getInt("jppf.management.port", 11198); connectionInfo.sslManagementPort = config.getInt("jppf.management.port", 11198);}
# disable JMX via non-secure connections jppf.management.enabled = false # enable JMX via secure connections jppf.management.ssl.enabled = true # secure JMX server port jppf.management.ssl.port = 11193
2012-08-29 15:03:36,314 [DEBUG][org.jppf.client.AbstractGenericClient.initRemotePools(171)]: list of drivers: driver12012-08-29 15:03:36,328 [ERROR][org.jppf.management.JMXConnectionWrapper.<init>(165)]: Bad port number: "": java.lang.NumberFormatException: For input string: ""java.net.MalformedURLException: Bad port number: "": java.lang.NumberFormatException: For input string: "" at javax.management.remote.JMXServiceURL.<init>(JMXServiceURL.java:193) at org.jppf.management.JMXConnectionWrapper.<init>(JMXConnectionWrapper.java:160) at org.jppf.management.JMXDriverConnectionWrapper.<init>(JMXDriverConnectionWrapper.java:63) at org.jppf.client.AbstractJPPFClientConnection.initializeJmxConnection(AbstractJPPFClientConnection.java:367) at org.jppf.client.JPPFClientConnectionImpl.<init>(JPPFClientConnectionImpl.java:69) at org.jppf.client.JPPFClient.createConnection(JPPFClient.java:110) at org.jppf.client.AbstractGenericClient.newConnection(AbstractGenericClient.java:220) at org.jppf.client.AbstractGenericClient.initRemotePools(AbstractGenericClient.java:191) at org.jppf.client.AbstractGenericClient.initPools(AbstractGenericClient.java:135) at org.jppf.client.AbstractGenericClient$1.run(AbstractGenericClient.java:109) at java.lang.Thread.run(Thread.java:662)2012-08-29 15:03:36,329 [INFO ][org.jppf.client.AbstractGenericClient.newConnection(244)]: connection [driver1] created2012-08-29 15:03:36,329 [DEBUG][org.jppf.client.AbstractJPPFClientConnection.setStatus(179)]: connection 'driver1' status changing from CREATED to NEW2012-08-29 15:03:36,329 [DEBUG][org.jppf.management.JMXConnectionThread.run(80)]: A.B.C.D:-1 about to perform connection attempts2012-08-29 15:03:36,330 [DEBUG][org.jppf.management.JMXConnectionThread.run(88)]: A.B.C.D:-1 JMX URL = nulljava.lang.NullPointerException: Null JMXServiceURL at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:246) at org.jppf.management.JMXConnectionWrapper.performConnection(JMXConnectionWrapper.java:225) at org.jppf.management.JMXConnectionThread.run(JMXConnectionThread.java:81) at java.lang.Thread.run(Thread.java:662)
jppf.management.host=A.B.C.Djppf.management.enabled=truejppf.management.port=11198jppf.management.ssl.enabled=truejppf.management.ssl.port=22298jppf.ssl.configuration.file=ssl.propertiesjppf.server.port=11111jppf.ssl.server.port=22222jppf.peer.ssl.enabled=truejppf.ssl.enabled=truejppf.peer.discovery.enabled=falsejppf.local.node.enabled=falsejppf.jvm.options=-serverjppf.discovery.enabled=false
jppf.drivers = driver1driver1.jppf.server.host = A.B.C.D# ssljppf.ssl.enabled = truedriver1.jppf.server.port = 22222driver1.jppf.management.port = 22298# no ssl#jppf.ssl.enabled = false#driver1.jppf.server.port = 11111#driver1.jppf.management.port = 11198driver1.priority = 10driver1.jppf.management.host = A.B.C.D# location of the SSL configuration on the file systemjppf.ssl.configuration.file = config/ssl/ssl.propertiesjppf.discovery.enabled = falsereconnect.max.time = 5default.refresh.interval = 1000
jppf.recovery.enabled=falsereconnect.interval=1processing.threads=12jppf.jvm.options=-serverjppf.management.port=11198jppf.management.enabled=truejppf.discovery.port=11111jppf.server.port=11111jppf.recovery.read.timeout=60000jppf.management.host=E.F.G.Hjppf.classloader.cache.size=50jppf.server.host=A.B.C.Dreconnect.initial.delay=1jppf.discovery.enabled=falsejppf.discovery.timeout=5000jppf.recovery.max.retries=2jppf.recovery.server.port=22222reconnect.max.time=60jppf.ssl.configuration.file=ssl.propertiesjppf.ssl.enabled=truejppf.discovery.group=230.0.0.1
strategy.proportional_profile.proportionalityFactor=2strategy.rl_profile.performanceVariationThreshold=0.0010jppf.recovery.max.retries=3jppf.load.balancing.algorithm=nodethreadsjppf.peer.ssl.enabled=truestrategy.proportional_profile.performanceCacheSize=3000jppf.recovery.read.timeout=6000strategy.manual_profile.size=1strategy.nodethreads_profile.multiplicator=1jppf.recovery.reaper.run.interval=60000jppf.ssl.enabled=truejppf.management.host=A.B.C.Djppf.peer.discovery.enabled=falsestrategy.proportional_profile.size=5strategy.autotuned_profile.decreaseRatio=0.2jppf.management.ssl.port=11198strategy.autotuned_profile.maxDeviation=0.2jppf.ssl.server.port=11111strategy.autotuned_profile.maxGuessToStable=50jppf.ssl.configuration.file=ssl.propertiesjppf.discovery.broadcast.interval=1000jppf.discovery.port=11111jppf.recovery.enabled=falsejppf.server.port=-1jppf.local.node.enabled=falsejppf.discovery.group=230.0.0.1strategy.autotuned_profile.sizeRatioDeviation=1.5jppf.management.ssl.enabled=truejppf.jvm.options=-serverstrategy.autotuned_profile.minSamplesToCheckConvergence=50jppf.recovery.server.port=22222strategy.autotuned_profile.size=5jppf.load.balancing.strategy=nodethreads_profilestrategy.rl_profile.performanceCacheSize=3000jppf.discovery.enabled=falsejppf.management.port=-1strategy.autotuned_profile.minSamplesToAnalyse=100jppf.management.enabled=false
jppf.recovery.enabled=falsereconnect.interval=1processing.threads=12jppf.jvm.options=-serverjppf.management.port=11198jppf.management.enabled=truejppf.discovery.port=11111jppf.server.port=11111jppf.recovery.read.timeout=60000jppf.management.host=E.F.G.Hjppf.classloader.cache.size=50jppf.management.ssl.enabled=falsejppf.server.host=A.B.C.Dreconnect.initial.delay=1jppf.discovery.enabled=falsejppf.discovery.timeout=5000jppf.recovery.max.retries=2jppf.recovery.server.port=22222reconnect.max.time=60jppf.ssl.configuration.file=ssl.propertiesjppf.ssl.enabled=truejppf.discovery.group=230.0.0.1