You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/01/31 05:01:34 UTC

Build failed in Hudson: dir-apacheds-jdk15-ubuntu-deploy #161

See <https://hudson.apache.org/hudson/job/dir-apacheds-jdk15-ubuntu-deploy/161/changes>

Changes:

[akarasulu] moving back trunk for Emmanuel

[akarasulu] moving trunk into branch

[akarasulu] removing static instances of no value Controls like ManageDsaIT which are unsafe: thanks to Stefan Seelmann

[akarasulu] fixing compilation errors

[akarasulu] fixing compilation errors in apacheds

[akarasulu] adding unimplemented method

------------------------------------------
Started by timer
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/directory/apacheds/trunk
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/LdapProtocolHandler.java
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/SearchHandler.java
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/bind/AbstractSaslCallbackHandler.java
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/replication/ReplicaEventMessage.java
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/replication/SyncReplProvider.java
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/replication/SyncReplConsumer.java
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/replication/SyncReplSearchListener.java
U         core/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java
U         core/src/main/java/org/apache/directory/server/core/changelog/ChangeLogInterceptor.java
U         core/src/main/java/org/apache/directory/server/core/DefaultDirectoryService.java
U         core-integ/src/test/java/org/apache/directory/server/core/authn/ppolicy/PasswordPolicyTest.java
U         core-integ/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceIT.java
U         core-api/src/test/java/org/apache/directory/server/core/MockDirectoryService.java
U         core-api/src/main/java/org/apache/directory/server/core/LdapCoreSessionConnection.java
U         core-api/src/main/java/org/apache/directory/server/core/DirectoryService.java
U         server-integ/src/test/java/org/apache/directory/server/operations/search/SearchIT.java
U         server-integ/src/test/java/org/apache/directory/server/operations/search/PagedSearchIT.java
U         server-integ/src/test/java/org/apache/directory/server/operations/search/PersistentSearchIT.java
U         server-integ/src/test/java/org/apache/directory/server/operations/lookup/LookupPerfIT.java
U         server-integ/src/test/java/org/apache/directory/server/operations/bind/MiscBindIT.java
U         server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java
U         server-integ/src/main/java/org/apache/directory/server/integ/ServerIntegrationUtils.java
U         server-annotations/src/test/java/org/apache/directory/server/factory/DirectoryServiceAnnotationTest.java
A         core-jndi/src/main/java/org/apache/directory/server/core/jndi/ControlEnum.java
U         core-jndi/src/main/java/org/apache/directory/server/core/jndi/ServerContext.java
U         core-jndi/src/main/java/org/apache/directory/server/core/jndi/ServerLdapContext.java
At revision 1065479
ERROR: A Maven installation needs to be available for this project to be built.
Either your server has no Maven installations defined, or the requested Maven version does not exist.



Hudson build is back to stable : dir-apacheds-jdk15-ubuntu-deploy #168

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-apacheds-jdk15-ubuntu-deploy/168/changes>



Hudson build is still unstable: dir-apacheds-jdk15-ubuntu-deploy #167

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-apacheds-jdk15-ubuntu-deploy/167/>



Hudson build is still unstable: dir-apacheds-jdk15-ubuntu-deploy #166

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-apacheds-jdk15-ubuntu-deploy/changes>



Hudson build is still unstable: dir-apacheds-jdk15-ubuntu-deploy #165

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-apacheds-jdk15-ubuntu-deploy/changes>



Hudson build is still unstable: dir-apacheds-jdk15-ubuntu-deploy #164

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-apacheds-jdk15-ubuntu-deploy/changes>



Hudson build is unstable: dir-apacheds-jdk15-ubuntu-deploy #163

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-apacheds-jdk15-ubuntu-deploy/163/changes>



Build failed in Hudson: dir-apacheds-jdk15-ubuntu-deploy #162

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-apacheds-jdk15-ubuntu-deploy/162/changes>

Changes:

[akarasulu] Working on password policy control:

  ISSUES:
    o Response and request controls have same OID, and according to new factory
      based creation and handling mechanism for controls in the server this 
      presented a problem with OID based lookups of factories. So we have to 
      have a single interface, Control implementation, and one factory to serve
      both request and response purposes.

  ACTIONS:
    o Consolidated request and response representations into a single Control 
      interface which has a response object contained within. 
    o Conditionally sets this object on decode operations and uses the response
      if present to encode as a response Control with all response parameters
      encoded.
    o Created and enabled factory in the default ILdapCodecService impl
    o Fixed shared tests, some server tests are still failing. We need to fix 
      these tomorrow.

[elecharny] Using PSearch interface instead of the plain class

[elecharny] uses interface instead of plain classes.

[elecharny] Fix for SaslBindIT tests. We were using the BindRequestImpl in a check

[elecharny] Removed the import ....*;

[elecharny] Fix the way we convert controls

------------------------------------------
Started by timer
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/directory/apacheds/trunk
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/SearchHandler.java
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/LdapRequestHandler.java
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/replication/SyncReplProvider.java
U         protocol-ldap/src/main/java/org/apache/directory/server/ldap/replication/SyncReplConsumer.java
U         core/src/main/java/org/apache/directory/server/core/authn/PasswordPolicyException.java
U         core/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java
U         core-integ/src/test/java/org/apache/directory/server/core/authn/ppolicy/PasswordPolicyTest.java
U         server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java
U         core-jndi/src/main/java/org/apache/directory/server/core/jndi/ServerContext.java
At revision 1065906
ERROR: A Maven installation needs to be available for this project to be built.
Either your server has no Maven installations defined, or the requested Maven version does not exist.