application differences next press the Enter key39c39< driver1.jppf.server.port = 11111---> driver1.jppf.server.port = 1144342c42< driver1.jppf.ssl.enabled = false---> driver1.jppf.ssl.enabled = true87c87< #jppf.ssl.enabled = true---> jppf.ssl.enabled = truepress Enter57c57< jppf.ssl.keystore.file = config/ssl/keystore.ks---> jppf.ssl.keystore.file = config/ssl/server0KeyStore85c85< #jppf.ssl.truststore.file = config/ssl/truststore.ks---> jppf.ssl.truststore.file = config/ssl/server0TrustStore89c89< #jppf.ssl.truststore.password = password---> jppf.ssl.truststore.password = password.....................................................driver differences next press the Enter key25c25,26< jppf.server.port = 11111---> #jppf.server.port = 11111> jppf.server.port = -141c42< #jppf.ssl.configuration.file = config/ssl/ssl-server.properties---> jppf.ssl.configuration.file = config/ssl/ssl-server.properties127c128< jppf.load.balancing.algorithm = proportional---> jppf.load.balancing.algorithm = nodethreads130c131< jppf.load.balancing.profile = proportional_profile---> jppf.load.balancing.profile = nodethreads_profilepress Enter55c55< jppf.ssl.keystore.file = config/ssl/keystore.ks---> jppf.ssl.keystore.file = config/ssl/server0KeyStore83c83< jppf.ssl.truststore.file = config/ssl/truststore.ks---> jppf.ssl.truststore.file = config/ssl/server0TrustStore.....................................................node differences next press the Enter key25c25< #jppf.server.host = localhost---> jppf.server.host = localhost28c28< #jppf.server.port = 11111---> jppf.server.port = 1144351c51< #jppf.ssl.enabled = true---> jppf.ssl.enabled = true54c54< #jppf.ssl.configuration.file = config/ssl/ssl.properties---> jppf.ssl.configuration.file = config/ssl/ssl.propertiespress Enter57c57< jppf.ssl.keystore.file = config/ssl/keystore.ks---> jppf.ssl.keystore.file = config/ssl/nodeXKeyStore85c85< #jppf.ssl.truststore.file = config/ssl/truststore.ks---> jppf.ssl.truststore.file = config/ssl/nodeXTrustStore89c89< #jppf.ssl.truststore.password = password---> jppf.ssl.truststore.password = password.....................................................
2016-02-14 18:52:48,149 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-14 18:52:48,185 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-14 18:52:48,186 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-14 18:52:48,192 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting node with PID=3779, UUID=D68F26F6-F9A8-245E-E36E-16FE6254C0AD2016-02-14 18:52:48,192 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-14 18:52:54,797 [INFO ][org.jppf.classloader.ClassLoaderRequestHandler.run(155)]: maxBatchSize = 12016-02-14 18:52:54,914 [INFO ][org.jppf.execute.AbstractExecutionManager.<init>(114)]: running 1 processing thread2016-02-14 18:52:54,915 [INFO ][org.jppf.execute.AbstractExecutionManager.createThreadManager(140)]: Using default thread manager2016-02-15 05:04:11,570 [ERROR][org.jppf.server.node.JPPFNode.run(142)]: Connection resetjava.net.SocketException: Connection reset at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.net.SocketOutputStream.write(SocketOutputStream.java:153) at sun.security.ssl.OutputRecord.writeBuffer(OutputRecord.java:431) at sun.security.ssl.OutputRecord.write(OutputRecord.java:417) at sun.security.ssl.SSLSocketImpl.writeRecordInternal(SSLSocketImpl.java:876) at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:847) at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:123) at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122) at java.io.DataOutputStream.write(DataOutputStream.java:107) at org.jppf.comm.socket.AbstractSocketWrapper.write(AbstractSocketWrapper.java:149) at org.jppf.io.SocketWrapperOutputDestination.write(SocketWrapperOutputDestination.java:54) at org.jppf.io.MultipleBuffersLocation.blockingTransferTo(MultipleBuffersLocation.java:214) at org.jppf.io.MultipleBuffersLocation.transferTo(MultipleBuffersLocation.java:192) at org.jppf.io.IOHelper.writeData(IOHelper.java:126) at org.jppf.server.node.remote.RemoteNodeIO.sendResults(RemoteNodeIO.java:130) at org.jppf.server.node.AbstractNodeIO.writeResults(AbstractNodeIO.java:155) at org.jppf.server.node.JPPFNode.processResults(JPPFNode.java:261) at org.jppf.server.node.JPPFNode.processNextJob(JPPFNode.java:208) at org.jppf.server.node.JPPFNode.perform(JPPFNode.java:175) at org.jppf.server.node.JPPFNode.run(JPPFNode.java:136) at org.jppf.node.NodeRunner.main(NodeRunner.java:140)2016-02-15 05:04:11,582 [WARN ][org.jppf.classloader.AbstractClassLoaderConnection.sendCloseChannelCommand(105)]: error sending close channel command : java.io.EOFException: null
2016-02-14 18:54:33,055 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-14 18:54:33,070 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-14 18:54:33,071 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-14 18:54:33,071 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting node with PID=3853, UUID=90BA30A7-1899-0C80-1122-8FFC993548442016-02-14 18:54:33,071 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-14 18:54:38,694 [INFO ][org.jppf.classloader.ClassLoaderRequestHandler.run(155)]: maxBatchSize = 12016-02-14 18:54:38,747 [INFO ][org.jppf.execute.AbstractExecutionManager.<init>(114)]: running 4 processing threads2016-02-14 18:54:38,748 [INFO ][org.jppf.execute.AbstractExecutionManager.createThreadManager(140)]: Using default thread manager2016-02-15 05:04:11,572 [ERROR][org.jppf.server.node.remote.RemoteNodeIO.deserializeObjects(96)]: Exception occurred while deserializing the tasksjava.io.EOFException at java.io.DataInputStream.readInt(DataInputStream.java:392) at org.jppf.comm.socket.AbstractSocketWrapper.readInt(AbstractSocketWrapper.java:266) at org.jppf.io.SocketWrapperInputSource.readInt(SocketWrapperInputSource.java:85) at org.jppf.io.IOHelper.readData(IOHelper.java:110) at org.jppf.server.node.remote.JPPFRemoteContainer.deserializeObjects(JPPFRemoteContainer.java:78) at org.jppf.server.node.remote.RemoteNodeIO.deserializeObjects(RemoteNodeIO.java:89) at org.jppf.server.node.remote.RemoteNodeIO.deserializeObjects(RemoteNodeIO.java:69) at org.jppf.server.node.AbstractNodeIO.readObjects(AbstractNodeIO.java:107) at org.jppf.server.node.AbstractNodeIO.readTask(AbstractNodeIO.java:81) at org.jppf.server.node.JPPFNode.processNextJob(JPPFNode.java:190) at org.jppf.server.node.JPPFNode.perform(JPPFNode.java:175) at org.jppf.server.node.JPPFNode.run(JPPFNode.java:136) at org.jppf.node.NodeRunner.main(NodeRunner.java:140)2016-02-15 05:04:11,580 [ERROR][org.jppf.server.node.JPPFNode.run(142)]: Connection closed by remote hostjava.net.SocketException: Connection closed by remote host at sun.security.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1555) at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:71) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) at java.io.DataOutputStream.flush(DataOutputStream.java:123) at org.jppf.comm.socket.AbstractSocketWrapper.flush(AbstractSocketWrapper.java:176) at org.jppf.comm.socket.AbstractSocketWrapper.writeInt(AbstractSocketWrapper.java:164) at org.jppf.io.SocketWrapperOutputDestination.writeInt(SocketWrapperOutputDestination.java:85) at org.jppf.io.IOHelper.writeData(IOHelper.java:125) at org.jppf.server.node.remote.RemoteNodeIO.sendResults(RemoteNodeIO.java:130) at org.jppf.server.node.AbstractNodeIO.writeResults(AbstractNodeIO.java:155) at org.jppf.server.node.JPPFNode.processResults(JPPFNode.java:261) at org.jppf.server.node.JPPFNode.processNextJob(JPPFNode.java:208) at org.jppf.server.node.JPPFNode.perform(JPPFNode.java:175) at org.jppf.server.node.JPPFNode.run(JPPFNode.java:136) at org.jppf.node.NodeRunner.main(NodeRunner.java:140)2016-02-15 05:04:11,584 [WARN ][org.jppf.classloader.AbstractClassLoaderConnection.sendCloseChannelCommand(105)]: error sending close channel command : java.io.EOFException: null
2016-02-14 18:52:15,652 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-14 18:52:15,661 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-14 18:52:15,661 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-14 18:52:15,661 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting driver with PID=3753, UUID=942D45E9-4B3D-CAEE-4EA5-41A7434936C62016-02-14 18:52:15,661 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-14 18:52:15,854 [INFO ][org.jppf.nio.NioConstants.getCheckConnection(80)]: NIO checks are enabled2016-02-14 18:52:15,858 [INFO ][org.jppf.nio.StateTransitionManager.initExecutor(288)]: globalExecutor=java.util.concurrent.ThreadPoolExecutor@ea4a92b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], maxSize=2
2016-02-14 18:55:54,039 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-14 18:55:54,051 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-14 18:55:54,051 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-14 18:55:54,051 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting client with PID=3874, UUID=4B6EB3CB-0FD4-A1E2-7561-D0114BCC3E272016-02-14 18:55:54,052 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-14 18:55:54,320 [INFO ][org.jppf.client.AbstractGenericClient.newConnection(281)]: connection [jppf_discovery-1-1] created2016-02-14 18:55:54,340 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(76)]: [client: jppf_discovery-1-1 - ClassServer] Attempting connection to the class server at li1025-39.members.linode.com:114432016-02-14 18:55:54,363 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(84)]: [client: jppf_discovery-1-1 - ClassServer] Reconnected to the class server2016-02-14 18:55:54,367 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(78)]: [client: jppf_discovery-1-1 - TasksServer] Attempting connection to the task server at li1025-39.members.linode.com:114432016-02-14 18:55:54,910 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(91)]: [client: jppf_discovery-1-1 - TasksServer] Reconnected to the JPPF task server2016-02-14 18:55:54,914 [INFO ][org.jppf.client.balancer.queue.TaskQueueChecker.dispatchJobToChannel(299)]: dispatching 1000000 tasks to remote channel2016-02-15 05:04:11,567 [ERROR][org.jppf.client.BaseJPPFClientConnection.receiveBundleAndResults(277)]: java.io.EOFException: null2016-02-15 05:04:11,568 [WARN ][org.jppf.client.ClassServerDelegateImpl.run(108)]: [jppf_discovery-1-1 - ClassServer] caught java.io.EOFException: null, will re-initialise ...2016-02-15 05:04:11,570 [WARN ][org.jppf.client.balancer.ChannelWrapperRemote.run(239)]: java.io.EOFException: null2016-02-15 05:04:11,571 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(76)]: [client: jppf_discovery-1-1 - ClassServer] Attempting connection to the class server at li1025-39.members.linode.com:114432016-02-15 05:04:11,575 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(78)]: [client: jppf_discovery-1-1 - TasksServer] Attempting connection to the task server at li1025-39.members.linode.com:11443
import java.util.concurrent.atomic.AtomicInteger;import org.jppf.node.protocol.AbstractTask;public class MyTask extends AbstractTask<String> { private static final AtomicInteger instanceCount = new AtomicInteger(0); private final int taskNumber = instanceCount.incrementAndGet(); @Override public void run() { System.out.println("starting task #" + taskNumber); try { Thread.sleep(5000L); // sleep for 5s setResult("success"); } catch (Exception e) { setThrowable(e); e.printStackTrace(); } }}
node0, 1 core:starting task #5starting task #16starting task #24node1, 1 core:starting task #8starting task #11starting task #19node2, 2 core:starting task #6starting task #7starting task #9starting task #10starting task #17starting task #18node3, 4 core:starting task #1starting task #2starting task #3starting task #4starting task #12starting task #14starting task #13starting task #15starting task #20starting task #21starting task #22starting task #23
node0, 1 core:2 tasks (that is, the node said "hello" twice)node1, 1 core:1 tasknode2, 2 cores:5 tasksnode3, 4 cores:8 tasks
2016-02-15 20:36:07,455 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-15 20:36:07,469 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-15 20:36:07,469 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-15 20:36:07,470 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting driver with PID=3748, UUID=8739C394-7CC1-AC50-4BBB-F0439D506BDF2016-02-15 20:36:07,470 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-15 20:36:08,208 [INFO ][org.jppf.nio.NioConstants.getCheckConnection(80)]: NIO checks are enabled2016-02-15 20:36:08,212 [INFO ][org.jppf.nio.StateTransitionManager.initExecutor(288)]: globalExecutor=java.util.concurrent.ThreadPoolExecutor@ea4a92b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], maxSize=22016-02-15 20:37:55,496 [WARN ][org.jppf.nio.StateTransitionTask.run(89)]: error on channel SelectionKeyWrapper[id=20, readyOps=1, interestOps=0, context=ClientContext[channel=SelectionKeyWrapper[id=20], state=WAITING_JOB, uuid=8317CD9B-C9D2-E3C8-8348-CA42B24C932A, connectionUuid=8317CD9B-C9D2-E3C8-8348-CA42B24C932A_1, peer=false, ssl=true], nbTasksToSend=0, completedBundles={[]}] : java.io.EOFException: EOF reading inbound stream
JPPFJob job = new JPPFJob();job.getSLA().setCancelUponDisconnect(false);
job.getSLA().setCancelUponClientDisconnect(false); // there is no such method as setCancelUponDisconnect
2016-02-15 20:45:09,629 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-15 20:45:09,641 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-15 20:45:09,642 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-15 20:45:09,642 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting client with PID=3939, UUID=26F91872-B423-1DAE-C87E-8939CC0354CC2016-02-15 20:45:09,642 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-15 20:45:09,872 [INFO ][org.jppf.client.AbstractGenericClient.newConnection(281)]: connection [jppf_discovery-1-1] created2016-02-15 20:45:09,898 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(76)]: [client: jppf_discovery-1-1 - ClassServer] Attempting connection to the class server at li1025-39.members.linode.com:114432016-02-15 20:45:09,918 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(84)]: [client: jppf_discovery-1-1 - ClassServer] Reconnected to the class server2016-02-15 20:45:09,923 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(78)]: [client: jppf_discovery-1-1 - TasksServer] Attempting connection to the task server at li1025-39.members.linode.com:114432016-02-15 20:45:10,447 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(91)]: [client: jppf_discovery-1-1 - TasksServer] Reconnected to the JPPF task server2016-02-15 20:45:10,449 [INFO ][org.jppf.client.balancer.queue.TaskQueueChecker.dispatchJobToChannel(299)]: dispatching 1000000 tasks to remote channel
2016-02-16 02:54:46,836 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-16 02:54:46,847 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-16 02:54:46,847 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-16 02:54:46,848 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting driver with PID=3758, UUID=750317BF-AEF1-FFAB-6A02-7A5B5DCC12EA2016-02-16 02:54:46,848 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-16 02:54:47,111 [INFO ][org.jppf.nio.NioConstants.getCheckConnection(80)]: NIO checks are enabled2016-02-16 02:54:47,117 [INFO ][org.jppf.nio.StateTransitionManager.initExecutor(288)]: globalExecutor=java.util.concurrent.ThreadPoolExecutor@ea4a92b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], maxSize=22016-02-16 02:57:45,847 [WARN ][org.jppf.nio.StateTransitionTask.run(89)]: error on channel SelectionKeyWrapper[id=14, readyOps=1, interestOps=0, context=ClientClassContext[channel=SelectionKeyWrapper[id=14], state=WAITING_INITIAL_PROVIDER_REQUEST, resource=null, pendingRequests=0, currentRequest=null, connectionUuid=null, type=client, peer=false, uuid=null, secure=true, ssl=true]] : java.io.EOFException: EOF reading inbound stream
2016-02-16 02:57:44,831 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-16 02:57:44,840 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-16 02:57:44,841 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-16 02:57:44,841 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting client with PID=3913, UUID=ADFB15F0-7CCF-ECBC-53C8-DEFE7D6965982016-02-16 02:57:44,841 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-16 02:57:45,723 [INFO ][org.jppf.client.AbstractGenericClient.newConnection(281)]: connection [jppf_discovery-1-1] created2016-02-16 02:57:45,744 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(76)]: [client: jppf_discovery-1-1 - ClassServer] Attempting connection to the class server at li1025-39.members.linode.com:114432016-02-16 02:57:45,761 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(84)]: [client: jppf_discovery-1-1 - ClassServer] Reconnected to the class server2016-02-16 02:57:45,762 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(78)]: [client: jppf_discovery-1-1 - TasksServer] Attempting connection to the task server at li1025-39.members.linode.com:114432016-02-16 02:57:45,844 [WARN ][org.jppf.client.ClassServerDelegateImpl.run(108)]: [jppf_discovery-1-1 - ClassServer] caught org.jppf.ssl.SSLConfigurationException: java.security.UnrecoverableKeyException: Password must not be null, will re-initialise ...2016-02-16 02:57:45,844 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(76)]: [client: jppf_discovery-1-1 - ClassServer] Attempting connection to the class server at li1025-39.members.linode.com:114432016-02-16 02:57:45,852 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(84)]: [client: jppf_discovery-1-1 - ClassServer] Reconnected to the class server2016-02-16 02:57:46,226 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(91)]: [client: jppf_discovery-1-1 - TasksServer] Reconnected to the JPPF task server2016-02-16 02:57:46,229 [INFO ][org.jppf.client.balancer.queue.TaskQueueChecker.dispatchJobToChannel(299)]: dispatching 1000000 tasks to remote channel
node0, 1 core:1 tasknode1, 1 core:1 tasknode2, 2 cores:10 tasks.
2016-02-16 16:41:20,616 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-16 16:41:20,630 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-16 16:41:20,630 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-16 16:41:20,631 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting client with PID=4185, UUID=6E943B8C-DA6D-ADE0-555D-B0B2497150482016-02-16 16:41:20,631 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-16 16:41:21,505 [INFO ][org.jppf.client.AbstractGenericClient.newConnection(281)]: connection [jppf_discovery-1-1] created2016-02-16 16:41:21,521 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(76)]: [client: jppf_discovery-1-1 - ClassServer] Attempting connection to the class server at li1025-39.members.linode.com:114432016-02-16 16:41:21,539 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(84)]: [client: jppf_discovery-1-1 - ClassServer] Reconnected to the class server2016-02-16 16:41:21,541 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(78)]: [client: jppf_discovery-1-1 - TasksServer] Attempting connection to the task server at li1025-39.members.linode.com:114432016-02-16 16:41:22,112 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(91)]: [client: jppf_discovery-1-1 - TasksServer] Reconnected to the JPPF task server2016-02-16 16:41:22,115 [INFO ][org.jppf.client.balancer.queue.TaskQueueChecker.dispatchJobToChannel(299)]: dispatching 1000000 tasks to remote channel
2016-02-16 16:40:54,971 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-16 16:40:54,992 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-16 16:40:54,992 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-16 16:40:54,993 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting driver with PID=4131, UUID=4AA5778B-CDB5-D7AE-0526-CAA6A29D2CB52016-02-16 16:40:54,993 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-16 16:40:55,654 [INFO ][org.jppf.nio.NioConstants.getCheckConnection(80)]: NIO checks are enabled2016-02-16 16:40:55,659 [INFO ][org.jppf.nio.StateTransitionManager.initExecutor(288)]: globalExecutor=java.util.concurrent.ThreadPoolExecutor@ea4a92b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], maxSize=22016-02-16 16:41:52,355 [WARN ][org.jppf.nio.StateTransitionTask.run(89)]: error on channel SelectionKeyWrapper[id=16, readyOps=1, interestOps=0, context=ClientContext[channel=SelectionKeyWrapper[id=16], state=WAITING_JOB, uuid=6E943B8C-DA6D-ADE0-555D-B0B249715048, connectionUuid=6E943B8C-DA6D-ADE0-555D-B0B249715048_1, peer=false, ssl=true], nbTasksToSend=0, completedBundles={[]}] : java.io.EOFException: EOF reading inbound stream
2016-02-16 22:42:22,007 [WARN ][org.jppf.nio.StateTransitionTask.run(89)]: error on channel SelectionKeyWrapper[id=16, readyOps=1, interestOps=0, context=ClientContext[channel=SelectionKeyWrapper[id=16], state=WAITING_JOB, uuid=54E338C2-F1EC-B683-1459-FD19505BEAEE, connectionUuid=54E338C2-F1EC-B683-1459-FD19505BEAEE_1, peer=false, ssl=true], nbTasksToSend=0, completedBundles={[]}] : java.lang.NullPointerException: null
2016-02-16 02:57:45,844 [WARN ][org.jppf.client.ClassServerDelegateImpl.run(108)]: [jppf_discovery-1-1 - ClassServer] caught org.jppf.ssl.SSLConfigurationException: java.security.UnrecoverableKeyException: Password must not be null, will re-initialise ...
jppf.discovery.enabled = false
# jppf.ssl.configuration.file = config/ssl/ssl-server.properties
node0, 1 core: 8 tasksnode1, 1 core: 4 tasks node2, 2 core: 2 tasksnever sent: 2 tasks
2016-02-20 00:22:44,600 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-20 00:22:44,610 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-20 00:22:44,610 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-20 00:22:44,610 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting client with PID=4727, UUID=08B70C74-D553-D215-06B6-1303657A58022016-02-20 00:22:44,610 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-20 00:22:44,668 [INFO ][org.jppf.client.AbstractGenericClient.newConnection(281)]: connection [driver1-1] created2016-02-20 00:22:44,690 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(76)]: [client: driver1-1 - ClassServer] Attempting connection to the class server at localhost:114432016-02-20 00:22:44,702 [INFO ][org.jppf.client.ClassServerDelegateImpl.init(84)]: [client: driver1-1 - ClassServer] Reconnected to the class server2016-02-20 00:22:44,711 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(78)]: [client: driver1-1 - TasksServer] Attempting connection to the task server at localhost:114432016-02-20 00:22:45,163 [INFO ][org.jppf.client.TaskServerConnectionHandler.init(91)]: [client: driver1-1 - TasksServer] Reconnected to the JPPF task server2016-02-20 00:22:45,167 [INFO ][org.jppf.client.balancer.queue.TaskQueueChecker.dispatchJobToChannel(299)]: dispatching 1000000 tasks to remote channel
2016-02-20 00:21:31,297 [INFO ][org.jppf.utils.ManagementUtils.<clinit>(153)]: management successfully initialized2016-02-20 00:21:31,303 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(80)]: --------------------------------------------------------------------------------2016-02-20 00:21:31,303 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(81)]: JPPF Version: 5.1.2, Build number: 1758, Build date: 2016-02-05 06:24 CET2016-02-20 00:21:31,303 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(82)]: starting driver with PID=4595, UUID=8B6DFCCF-8BF9-E902-B373-EE6B768588162016-02-20 00:21:31,304 [INFO ][org.jppf.utils.VersionUtils.logVersionInformation(83)]: --------------------------------------------------------------------------------2016-02-20 00:21:31,401 [INFO ][org.jppf.nio.NioConstants.getCheckConnection(80)]: NIO checks are enabled2016-02-20 00:21:31,404 [INFO ][org.jppf.nio.StateTransitionManager.initExecutor(288)]: globalExecutor=java.util.concurrent.ThreadPoolExecutor@ea4a92b[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], maxSize=22016-02-20 00:22:02,071 [WARN ][org.jppf.nio.StateTransitionTask.run(89)]: error on channel SelectionKeyWrapper[id=16, readyOps=1, interestOps=0, context=ClientContext[channel=SelectionKeyWrapper[id=16], state=WAITING_JOB, uuid=0BBBE262-03AB-8A29-78C6-43D7FCBEA324, connectionUuid=0BBBE262-03AB-8A29-78C6-43D7FCBEA324_1, peer=false, ssl=true], nbTasksToSend=0, completedBundles={[]}] : java.io.EOFException: EOF reading inbound stream2016-02-20 00:22:20,146 [WARN ][org.jppf.nio.StateTransitionTask.run(89)]: error on channel SelectionKeyWrapper[id=20, readyOps=1, interestOps=0, context=ClientContext[channel=SelectionKeyWrapper[id=20], state=WAITING_JOB, uuid=2C8C8127-8DEC-F74E-EBB4-03DF4E969ECF, connectionUuid=2C8C8127-8DEC-F74E-EBB4-03DF4E969ECF_1, peer=false, ssl=true], nbTasksToSend=0, completedBundles={[]}] : java.io.EOFException: EOF reading inbound stream2016-02-20 00:22:35,852 [WARN ][org.jppf.nio.StateTransitionTask.run(89)]: error on channel SelectionKeyWrapper[id=24, readyOps=1, interestOps=0, context=ClientContext[channel=SelectionKeyWrapper[id=24], state=WAITING_JOB, uuid=1C02AC80-A205-807C-6D92-3B91F800811C, connectionUuid=1C02AC80-A205-807C-6D92-3B91F800811C_1, peer=false, ssl=true], nbTasksToSend=0, completedBundles={[]}] : java.lang.NullPointerException: null