[
https://issues.apache.org/jira/browse/DIRSERVER-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910314#comment-13910314
]
Edouard BAUDRY commented on DIRSERVER-1959:
-------------------------------------------
So, with "mvn -Pinstallers install" in the folder "apacheds-trunk" after a
successful "mvn -Dmaven.test.skip=true clean install -U"
The result is a test failure.
I tested with "skip test" too, resulting on an error of compilation
I keep trying
______________________________________________________________________________________________
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:31.812s
[INFO] Finished at: Mon Feb 24 14:30:11 CET 2014
[INFO] Final Memory: 123M/348M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on
project mavibo
t: There are test failures.
[ERROR]
[ERROR] Please refer to
C:\Users\edouabau\workspace\apacheds\apacheds-trunk\mavibot\mavibot\target\surefire-reports
for
the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :mavibot
> Certificates corruption during replication
> -------------------------------------------
>
> Key: DIRSERVER-1959
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1959
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 2.0.0-M15
> Environment: Replication master/slave.
> master with Windows server 2003 R2
> slave with Windows server 2003 R2 or Windows 7
> Reporter: Edouard BAUDRY
> Assignee: Kiran Ayyagari
> Priority: Critical
> Labels: bug
> Fix For: 2.0.0-M16
>
>
> Environment: "master/slave" LDAP replication.
> Slave configuration:
> ads-replAliasDerefMode: never
> ads-replAttributes: *
> ads-replConsumerId: 1
> ads-replProvHostName: SLAVE-DOMAIN-NAME
> ads-replProvPort: 10389
> ads-replrefreshinterval: 60000
> ads-replRefreshNPersist: true
> ads-replSearchFilter: (objectClass=*)
> ads-replSearchScope: sub
> ads-replSearchSizeLimit: 0
> ads-replSearchTimeOut: 0
> ads-replUserDn: uid=admin,ou=system
> ads-replUserPassword: password
> ads-searchBaseDN: dc=data,dc=serverDownload
> To reproduce this issue:
> 1/ Put a certificate in "master" LDAP as binary field in field
> "usercertificate"
> 2/ See with Apache Directory Studio the field "usercertificate": it's a
> x509v3 with all info readable
> 3/ wait for the replication to the "slave" LDAP
> 4/ see with Apache Directory Studio the field "usercertificate": "Invalid
> Certificate (2340 Bytes)" with "2340 bytes" the size of the certificate.
> After verification, all Bytes upper than 0x7F are replaced by 0xEFBFBD.
> It appears to be linked to UTF-8 encoding/decoding, but the field is a binary
> field.
> It's blocking as I can't use replication with this issue.
> Thanks in advance for your help
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)