This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.box.boxjavalibv2.*; | |
import com.box.boxjavalibv2.dao.*; | |
import com.box.boxjavalibv2.exceptions.*; | |
import com.box.boxjavalibv2.requests.requestobjects.*; | |
import com.box.boxjavalibv2.resourcemanagers.*; | |
import com.box.restclientv2.exceptions.*; | |
import java.io.*; | |
import java.net.ServerSocket; | |
import java.net.Socket; | |
import java.util.ArrayList; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aug 12 06:32:31 vos-node-03 marathon[2559]: [2015-08-12 06:32:31,200] INFO Connecting to Zookeeper... (mesosphere.marathon.Main$:37) | |
Aug 12 06:32:31 vos-node-03 marathon[2559]: [2015-08-12 06:32:31,212] INFO Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT (org.apache.zookeeper.ZooKeeper:100) | |
Aug 12 06:32:31 vos-node-03 marathon[2559]: [2015-08-12 06:32:31,213] INFO Client environment:host.name=vos-node-03 (org.apache.zookeeper.ZooKeeper:100) | |
Aug 12 06:32:31 vos-node-03 marathon[2559]: [2015-08-12 06:32:31,213] INFO Client environment:java.version=1.7.0_85 (org.apache.zookeeper.ZooKeeper:100) | |
Aug 12 06:32:31 vos-node-03 marathon[2559]: [2015-08-12 06:32:31,213] INFO Client environment:java.vendor=Oracle Corporation (org.apache.zookeeper.ZooKeeper:100) | |
Aug 12 06:32:31 vos-node-03 marathon[2559]: [2015-08-12 06:32:31,213] INFO Client environment:java.home=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.85-2.6.1.2.el7_1.x86_64/jre (org.apache.zookeeper.ZooKeeper:100) | |
Aug 12 06:32:31 vos-no |