This file contains 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
wrapper.java.additional=-Dorg.neo4j.server.properties=conf/neo4j-server.properties | |
wrapper.java.additional=-Djava.util.logging.config.file=conf/logging.properties | |
wrapper.java.additional=-Dlog4j.configuration=file:conf/log4j.properties | |
#******************************************************************** | |
# JVM Parameters | |
#******************************************************************** | |
wrapper.java.additional=-XX:+UseConcMarkSweepGC | |
wrapper.java.additional=-XX:+CMSClassUnloadingEnabled |
This file contains 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
boxen | |
--> Preparing to auto-update... | |
--> Complete! Nothing new from upstream. | |
Fact file /opt/boxen/repo/facts.d/example.yaml was parsed but returned an empty data set | |
Notice: Compiled catalog for etlabs-macbook-air.local in environment production in 4.11 seconds | |
Notice: Package[boxen/brews/mongodb](provider=homebrew): Updating homebrew formulas | |
Error: Could not update: Execution of 'brew install boxen/brews/mongodb --build-bottle' returned 1: ==> Installing mongodb from boxen/homebrew-brews | |
==> Downloading http://downloads.mongodb.org/src/mongodb-src-r2.6.1.tar.gz | |
Already downloaded: /opt/boxen/cache/homebrew/mongodb-2.6.1-boxen1.tar.gz | |
==> /opt/boxen/homebrew/opt/scons/bin/scons install --prefix=/opt/boxen/homebrew/Cellar/mongodb/2.6.1-boxen1 -j4 --osx-version-min=10.9 --64 --cc=/usr/bin/clang --cxx=/usr/bin/clang++ --full |
This file contains 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
7/11/13 9:29:44 PM org.neo4j.server.database.Database INFO: Loaded neo4j tuning properties from conf/neo4j.properties | |
7/11/13 9:30:47 PM org.neo4j.server.database.Database INFO: Successfully started database | |
7/11/13 9:30:47 PM org.neo4j.server.AbstractNeoServer INFO: Starting Neo Server on port [7474] with [40] threads available | |
7/11/13 9:30:48 PM org.neo4j.server.AbstractNeoServer INFO: Enabling HTTPS on port [7473] | |
7/11/13 9:30:49 PM org.neo4j.server.modules.DiscoveryModule INFO: Mounted discovery module at [/] | |
7/11/13 9:30:49 PM org.neo4j.server.plugins.PluginManager INFO: Loaded server plugin "CypherPlugin" | |
7/11/13 9:30:49 PM org.neo4j.server.modules.RESTApiModule INFO: Mounted REST API at [/db/data/] | |
7/11/13 9:30:49 PM org.neo4j.server.modules.ManagementApiModule INFO: Mounted management API at [/db/manage/] | |
7/11/13 9:30:49 PM org.neo4j.server.modules.WebAdminModule INFO: Mounted webadmin at [/webadmin] | |
21:30:49.609 [main] INFO org.mortbay.log - Logging to Logger[org.mortbay.log] via org.mortbay.log.Slf |