[Yanel-commits] Build failed in Hudson: security-trunk #2

hudson at wyona.com hudson at wyona.com
Tue Mar 30 15:58:21 CEST 2010


See http://195.226.6.72:8080/job/security-trunk/2/changes

Changes:

[Michi] LDAPClient made configurable

------------------------------------------
[...truncated 154 lines...]
    [junit] 189770 2010-03-30 15:55:11,529 [main] ERROR org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers():78  - TODO: LDAP Implementation not finished yet!
    [junit] 378767 2010-03-30 15:58:20,526 [main] ERROR org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers():89  - javax.naming.CommunicationException: 192.168.200.109:389 [Root exception is java.net.ConnectException: Connection timed out]
    [junit] javax.naming.CommunicationException: 192.168.200.109:389 [Root exception is java.net.ConnectException: Connection timed out]
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:210)
    [junit] 	at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:118)
    [junit] 	at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1580)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2652)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:293)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
    [junit] 	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    [junit] 	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    [junit] 	at javax.naming.InitialContext.init(InitialContext.java:223)
    [junit] 	at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:134)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getInitialLdapContext(LDAPClientImpl.java:73)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getAllUsernames(LDAPClientImpl.java:25)
    [junit] 	at org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers(LDAPUserManagerImpl.java:80)
    [junit] 	at org.wyona.security.impl.ldap.LDAPIdentityManagerImpl.<init>(LDAPIdentityManagerImpl.java:41)
    [junit] 	at org.wyona.security.test.LDAPIdentityManagerImplTest.setUp(LDAPIdentityManagerImplTest.java:34)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] Caused by: java.net.ConnectException: Connection timed out
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit] 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    [junit] 	at java.net.Socket.connect(Socket.java:525)
    [junit] 	at java.net.Socket.connect(Socket.java:475)
    [junit] 	at java.net.Socket.<init>(Socket.java:372)
    [junit] 	at java.net.Socket.<init>(Socket.java:186)
    [junit] 	at com.sun.jndi.ldap.Connection.createSocket(Connection.java:352)
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:187)
    [junit] 	... 27 more
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 379.077 sec
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 379.077 sec
    [junit] ------------- Standard Output ---------------
    [junit] 0    2010-03-30 15:52:01,759 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
    [junit] 567  2010-03-30 15:52:02,326 [main] ERROR org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers():78  - TODO: LDAP Implementation not finished yet!
    [junit] 189580 2010-03-30 15:55:11,339 [main] ERROR org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers():89  - javax.naming.CommunicationException: 192.168.200.109:389 [Root exception is java.net.ConnectException: Connection timed out]
    [junit] javax.naming.CommunicationException: 192.168.200.109:389 [Root exception is java.net.ConnectException: Connection timed out]
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:210)
    [junit] 	at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:118)
    [junit] 	at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1580)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2652)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:293)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
    [junit] 	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    [junit] 	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    [junit] 	at javax.naming.InitialContext.init(InitialContext.java:223)
    [junit] 	at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:134)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getInitialLdapContext(LDAPClientImpl.java:73)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getAllUsernames(LDAPClientImpl.java:25)
    [junit] 	at org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers(LDAPUserManagerImpl.java:80)
    [junit] 	at org.wyona.security.impl.ldap.LDAPIdentityManagerImpl.<init>(LDAPIdentityManagerImpl.java:41)
    [junit] 	at org.wyona.security.test.LDAPIdentityManagerImplTest.setUp(LDAPIdentityManagerImplTest.java:34)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] Caused by: java.net.ConnectException: Connection timed out
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit] 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    [junit] 	at java.net.Socket.connect(Socket.java:525)
    [junit] 	at java.net.Socket.connect(Socket.java:475)
    [junit] 	at java.net.Socket.<init>(Socket.java:372)
    [junit] 	at java.net.Socket.<init>(Socket.java:186)
    [junit] 	at com.sun.jndi.ldap.Connection.createSocket(Connection.java:352)
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:187)
    [junit] 	... 27 more
    [junit] 189599 2010-03-30 15:55:11,358 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
    [junit] 189770 2010-03-30 15:55:11,529 [main] ERROR org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers():78  - TODO: LDAP Implementation not finished yet!
    [junit] 378767 2010-03-30 15:58:20,526 [main] ERROR org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers():89  - javax.naming.CommunicationException: 192.168.200.109:389 [Root exception is java.net.ConnectException: Connection timed out]
    [junit] javax.naming.CommunicationException: 192.168.200.109:389 [Root exception is java.net.ConnectException: Connection timed out]
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:210)
    [junit] 	at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:118)
    [junit] 	at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1580)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2652)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:293)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
    [junit] 	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    [junit] 	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    [junit] 	at javax.naming.InitialContext.init(InitialContext.java:223)
    [junit] 	at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:134)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getInitialLdapContext(LDAPClientImpl.java:73)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getAllUsernames(LDAPClientImpl.java:25)
    [junit] 	at org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers(LDAPUserManagerImpl.java:80)
    [junit] 	at org.wyona.security.impl.ldap.LDAPIdentityManagerImpl.<init>(LDAPIdentityManagerImpl.java:41)
    [junit] 	at org.wyona.security.test.LDAPIdentityManagerImplTest.setUp(LDAPIdentityManagerImplTest.java:34)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:125)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:118)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:203)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] Caused by: java.net.ConnectException: Connection timed out
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit] 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    [junit] 	at java.net.Socket.connect(Socket.java:525)
    [junit] 	at java.net.Socket.connect(Socket.java:475)
    [junit] 	at java.net.Socket.<init>(Socket.java:372)
    [junit] 	at java.net.Socket.<init>(Socket.java:186)
    [junit] 	at com.sun.jndi.ldap.Connection.createSocket(Connection.java:352)
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:187)
    [junit] 	... 27 more
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetAllUsersFromCache took 189.596 sec
    [junit] 	Caused an ERROR
    [junit] 192.168.200.109:389
    [junit] org.wyona.security.core.api.AccessManagementException: 192.168.200.109:389
    [junit] 	at org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers(LDAPUserManagerImpl.java:90)
    [junit] 	at org.wyona.security.impl.ldap.LDAPIdentityManagerImpl.<init>(LDAPIdentityManagerImpl.java:41)
    [junit] 	at org.wyona.security.test.LDAPIdentityManagerImplTest.setUp(LDAPIdentityManagerImplTest.java:34)
    [junit] Caused by: javax.naming.CommunicationException: 192.168.200.109:389 [Root exception is java.net.ConnectException: Connection timed out]
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:210)
    [junit] 	at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:118)
    [junit] 	at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1580)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2652)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:293)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
    [junit] 	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    [junit] 	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    [junit] 	at javax.naming.InitialContext.init(InitialContext.java:223)
    [junit] 	at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:134)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getInitialLdapContext(LDAPClientImpl.java:73)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getAllUsernames(LDAPClientImpl.java:25)
    [junit] 	at org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers(LDAPUserManagerImpl.java:80)
    [junit] Caused by: java.net.ConnectException: Connection timed out
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit] 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    [junit] 	at java.net.Socket.connect(Socket.java:525)
    [junit] 	at java.net.Socket.connect(Socket.java:475)
    [junit] 	at java.net.Socket.<init>(Socket.java:372)
    [junit] 	at java.net.Socket.<init>(Socket.java:186)
    [junit] 	at com.sun.jndi.ldap.Connection.createSocket(Connection.java:352)
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:187)
    [junit] 
    [junit] Testcase: testGetAllUsersFromLDAP took 189.17 sec
    [junit] 	Caused an ERROR
    [junit] 192.168.200.109:389
    [junit] org.wyona.security.core.api.AccessManagementException: 192.168.200.109:389
    [junit] 	at org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers(LDAPUserManagerImpl.java:90)
    [junit] 	at org.wyona.security.impl.ldap.LDAPIdentityManagerImpl.<init>(LDAPIdentityManagerImpl.java:41)
    [junit] 	at org.wyona.security.test.LDAPIdentityManagerImplTest.setUp(LDAPIdentityManagerImplTest.java:34)
    [junit] Caused by: javax.naming.CommunicationException: 192.168.200.109:389 [Root exception is java.net.ConnectException: Connection timed out]
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:210)
    [junit] 	at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:118)
    [junit] 	at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1580)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2652)
    [junit] 	at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:293)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
    [junit] 	at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
    [junit] 	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    [junit] 	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    [junit] 	at javax.naming.InitialContext.init(InitialContext.java:223)
    [junit] 	at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:134)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getInitialLdapContext(LDAPClientImpl.java:73)
    [junit] 	at org.wyona.security.impl.ldap.LDAPClientImpl.getAllUsernames(LDAPClientImpl.java:25)
    [junit] 	at org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers(LDAPUserManagerImpl.java:80)
    [junit] Caused by: java.net.ConnectException: Connection timed out
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit] 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    [junit] 	at java.net.Socket.connect(Socket.java:525)
    [junit] 	at java.net.Socket.connect(Socket.java:475)
    [junit] 	at java.net.Socket.<init>(Socket.java:372)
    [junit] 	at java.net.Socket.<init>(Socket.java:186)
    [junit] 	at com.sun.jndi.ldap.Connection.createSocket(Connection.java:352)
    [junit] 	at com.sun.jndi.ldap.Connection.<init>(Connection.java:187)
    [junit] 
    [junit] Test org.wyona.security.test.LDAPIdentityManagerImplTest FAILED
    [junit] Running org.wyona.security.test.PolicyManagerImplTest
    [junit] Testsuite: org.wyona.security.test.PolicyManagerImplTest
    [junit] 0    2010-03-30 15:58:21,348 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
    [junit] 85   2010-03-30 15:58:21,433 [main] WARN  org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository.readConfiguration():180  - Use deprecated configuration version 1.0!
    [junit] 94   2010-03-30 15:58:21,442 [main] WARN  org.wyona.yarep.impl.search.lucene.LuceneConfig.configure():111  - No search index dir (<search-index src="..."/>) configured within: http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository-policies-version2 
    [junit] 100  2010-03-30 15:58:21,448 [main] WARN  org.wyona.yarep.impl.search.lucene.LuceneConfig.configure():111  - No search index dir (<search-index src="..."/>) configured within: http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository-policies-version2 
    [junit] 117  2010-03-30 15:58:21,465 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
    [junit] 125  2010-03-30 15:58:21,473 [main] WARN  org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository.readConfiguration():180  - Use deprecated configuration version 1.0!
    [junit] 126  2010-03-30 15:58:21,474 [main] WARN  org.wyona.yarep.impl.search.lucene.LuceneConfig.configure():111  - No search index dir (<search-index src="..."/>) configured within: http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository-policies-version2 
    [junit] 127  2010-03-30 15:58:21,475 [main] WARN  org.wyona.yarep.impl.search.lucene.LuceneConfig.configure():111  - No search index dir (<search-index src="..."/>) configured within: http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository-policies-version2 
    [junit] 129  2010-03-30 15:58:21,477 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
    [junit] 136  2010-03-30 15:58:21,484 [main] WARN  org.wyona.yarep.core.RepositoryFactory.newRepository():191  - No implementation class specified within 'http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository2/repository.xml'  and hence 'org.wyona.yarep.impl.DefaultRepository' will be used!
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.566 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.566 sec
    [junit] ------------- Standard Output ---------------
    [junit] 0    2010-03-30 15:58:21,348 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
    [junit] 85   2010-03-30 15:58:21,433 [main] WARN  org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository.readConfiguration():180  - Use deprecated configuration version 1.0!
    [junit] 94   2010-03-30 15:58:21,442 [main] WARN  org.wyona.yarep.impl.search.lucene.LuceneConfig.configure():111  - No search index dir (<search-index src="..."/>) configured within: http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository-policies-version2 
    [junit] 100  2010-03-30 15:58:21,448 [main] WARN  org.wyona.yarep.impl.search.lucene.LuceneConfig.configure():111  - No search index dir (<search-index src="..."/>) configured within: http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository-policies-version2 
    [junit] 117  2010-03-30 15:58:21,465 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
    [junit] 125  2010-03-30 15:58:21,473 [main] WARN  org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository.readConfiguration():180  - Use deprecated configuration version 1.0!
    [junit] 126  2010-03-30 15:58:21,474 [main] WARN  org.wyona.yarep.impl.search.lucene.LuceneConfig.configure():111  - No search index dir (<search-index src="..."/>) configured within: http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository-policies-version2 
    [junit] 127  2010-03-30 15:58:21,475 [main] WARN  org.wyona.yarep.impl.search.lucene.LuceneConfig.configure():111  - No search index dir (<search-index src="..."/>) configured within: http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository-policies-version2 
    [junit] 129  2010-03-30 15:58:21,477 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
    [junit] 136  2010-03-30 15:58:21,484 [main] WARN  org.wyona.yarep.core.RepositoryFactory.newRepository():191  - No implementation class specified within 'http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build/repository/repository2/repository.xml'  and hence 'org.wyona.yarep.impl.DefaultRepository' will be used!
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testAuthorization took 0.263 sec

BUILD FAILED
http://195.226.6.72:8080/job/security-trunk/ws/security-trunk.working-copy/build.xml :299: One or more junit tests failed. Please check the log (build/log).

Total time: 6 minutes 28 seconds
Recording test results
No test report files were found. Configuration error?



More information about the Yanel-commits mailing list