[Yanel-dev] Re: [Yanel-commits] Build failed in Hudson: security-trunk #1

Michael Wechner michael.wechner at wyona.com
Tue Mar 30 16:37:53 CEST 2010


I think the problem is that Hudson cannot access the internal LDAP server.

I will try to fix this shortly.

Cheers

Michi

hudson at wyona.com wrote:
> See http://195.226.6.72:8080/job/security-trunk/1/changes
>
> Changes:
>
> [Michi] pass LDAP client implementation
>
> [Michi] notes about LDAP added
>
> [Michi] LDAP client added
>
> ------------------------------------------
> [...truncated 157 lines...]
>     [junit] 189913 2010-03-30 15:45:13,633 [main] ERROR org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers():78  - TODO: LDAP Implementation not finished yet!
>     [junit] 378906 2010-03-30 15:48:22,626 [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:32)
>     [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.216 sec
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 379.216 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] 0    2010-03-30 15:42:03,720 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
>     [junit] 622  2010-03-30 15:42:04,342 [main] ERROR org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers():78  - TODO: LDAP Implementation not finished yet!
>     [junit] 189721 2010-03-30 15:45:13,441 [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:32)
>     [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] 189741 2010-03-30 15:45:13,461 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
>     [junit] 189913 2010-03-30 15:45:13,633 [main] ERROR org.wyona.security.impl.ldap.LDAPUserManagerImpl.getUsers():78  - TODO: LDAP Implementation not finished yet!
>     [junit] 378906 2010-03-30 15:48:22,626 [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:32)
>     [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.739 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:32)
>     [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.166 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:32)
>     [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:48:23,398 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
>     [junit] 85   2010-03-30 15:48:23,483 [main] WARN  org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository.readConfiguration():180  - Use deprecated configuration version 1.0!
>     [junit] 94   2010-03-30 15:48:23,492 [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] 99   2010-03-30 15:48:23,497 [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:48:23,515 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
>     [junit] 125  2010-03-30 15:48:23,523 [main] WARN  org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository.readConfiguration():180  - Use deprecated configuration version 1.0!
>     [junit] 126  2010-03-30 15:48:23,524 [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:48:23,525 [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:48:23,527 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
>     [junit] 134  2010-03-30 15:48:23,532 [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.563 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.563 sec
>     [junit] ------------- Standard Output ---------------
>     [junit] 0    2010-03-30 15:48:23,398 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
>     [junit] 85   2010-03-30 15:48:23,483 [main] WARN  org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository.readConfiguration():180  - Use deprecated configuration version 1.0!
>     [junit] 94   2010-03-30 15:48:23,492 [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] 99   2010-03-30 15:48:23,497 [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:48:23,515 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
>     [junit] 125  2010-03-30 15:48:23,523 [main] WARN  org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository.readConfiguration():180  - Use deprecated configuration version 1.0!
>     [junit] 126  2010-03-30 15:48:23,524 [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:48:23,525 [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:48:23,527 [main] WARN  org.wyona.yarep.core.RepositoryFactory.<init>():47  - No such resource: yarep.properties
>     [junit] 134  2010-03-30 15:48:23,532 [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.261 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-development mailing list