[
https://issues.apache.org/jira/browse/MARMOTTA-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14015277#comment-14015277
]
ASF subversion and git services commented on MARMOTTA-490:
----------------------------------------------------------
Commit 9730c3c6abb90e9f9a8a6e6914236e3d7dfbd561 in marmotta's branch
refs/heads/develop from [~jakob]
[ https://git-wip-us.apache.org/repos/asf?p=marmotta.git;h=9730c3c ]
MARMOTTA-489, MARMOTTA-490: Improved Test-Logging for the KiWiDatabaseRunner
> LDCache KiWi Backend test fails with Postgres
> ---------------------------------------------
>
> Key: MARMOTTA-490
> URL: https://issues.apache.org/jira/browse/MARMOTTA-490
> Project: Marmotta
> Issue Type: Bug
> Components: LDCache
> Affects Versions: 3.2.0
> Environment: OSX 10.9.2 on MacBook Pro Retina, Mid 2012
> java version "1.7.0_45"
> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
> PostgreSQL 9.3.2 on x86_64-apple-darwin, compiled by
> i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658)
> (LLVM build 2336.9.00), 64-bit
> Reporter: Rupert Westenthaler
> Priority: Minor
> Attachments: MARMOTTA-490-traces.txt
>
>
> both calling
> mvn clean install
> -Dpostgresql.url="jdbc:postgresql://localhost:5432/kiwitest?prepareThreshold=3&socketTimeout=2"
> with a DB user "lmf" and the pass "lmf" as well as explicitly setting the
> user and the pwd by using
> mvn clean install
> -Dpostgresql.url="jdbc:postgresql://localhost:5432/kiwitest?prepareThreshold=3&socketTimeout=2"
> -Dpostgresql.user=postgres -Dpostgresql.pass={pass}
> failed with password authentication failing.
> The same system properties worked however fine with for the postgresql tests
> of the kiwi triplestore modules (e.g. the concurrency tests). So a
> configuration issue of my local postgres instance seams very unlikely
> Here is the trace of the call with an explicit user and pwd:
> 09:37:40.767 INFO o.a.m.l.b.k.t.LDCachePersistenceTest -
> testTablesCreateDrop[Database Test 1: PostgreSQL at
> jdbc:postgresql://localhost:5432/kiwitest?prepareThreshold=3&socketTimeout=2]
> being run...
> 09:37:40.767 INFO o.a.m.k.c.GuavaCacheManager - initialising Guava in-memory
> caching backend ...
> Apr 15, 2014 9:37:40 AM org.apache.tomcat.jdbc.pool.ConnectionPool init
> SEVERE: Unable to create initial connections of pool.
> org.postgresql.util.PSQLException: FATAL: password authentication failed for
> user "postgres"
> at
> org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:398)
> [..]
> at
> org.apache.tomcat.jdbc.pool.DataSourceProxy.getNumActive(DataSourceProxy.java:680)
> at
> org.apache.marmotta.kiwi.persistence.KiWiPersistence.logPoolInfo(KiWiPersistence.java:201)
> at
> org.apache.marmotta.kiwi.persistence.KiWiPersistence.initialise(KiWiPersistence.java:107)
> at
> org.apache.marmotta.ldcache.backend.kiwi.test.LDCachePersistenceTest.initDatabase(LDCachePersistenceTest.java:135)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [..]
--
This message was sent by Atlassian JIRA
(v6.2#6252)