Skip to content

Instantly share code, notes, and snippets.

@bhenry
Created November 26, 2012 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhenry/59d8b537fcc5365341dc to your computer and use it in GitHub Desktop.
Save bhenry/59d8b537fcc5365341dc to your computer and use it in GitHub Desktop.
tnnapcsappu01% bin/nightly_import
/apps/wma/bin
Error: Could not find or load main class org.clojure.clojure.maven-metadata.xml
tnnapcsappu01% bin/nightly_import
/apps/wma/bin
Nov 26, 2012 9:32:03 AM com.mchange.v2.log.MLog <clinit>
INFO: MLog clients using java 1.4+ standard logging.
Nov 26, 2012 9:32:03 AM com.mchange.v2.c3p0.C3P0Registry banner
INFO: Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
Nov 26, 2012 9:32:03 AM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager
INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> z8kfsx8rh0rvew17q17cb|7be643a7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.postgresql.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> z8kfsx8rh0rvew17q17cb|7be643a7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:postgresql://172.29.1.46:5432/wma, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 10800, maxIdleTimeExcessConnections -> 1800, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
#!/bin/bash
DIR="$(cd "$(dirname "$0")"; pwd)"
echo $DIR
cd $DIR; cd ..
java -cp `lein classpath` clojure.main importer.clj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment