On 12/06/2019 17:45, Daan Hoogland wrote:



    This issue should have been fixed with the latest LDAP API release
    (2.0.0.AM4), which is out since monday.

so a pull of master should have worked? or do I need to update the pom.xml? I see it 'still' uses 2.0.0.AM4-SNAPSHOT.

I just updated the ApacheDS pom to point to 2.0.0.AM4 (something I should have done earlier).




    >
    > after alternating jvm (just to see if that was my prior 'error')
    I get
    > to ApacheDS Service which fails to create an ÜberJar
    >
    > [ERROR] Please refer to
    > /Users/dahn/apache/directory-server/service/target/surefire-reports
    > for the individual test results.
    > [ERROR] Please refer to dump files (if any exist) [date].dump,
    > [date]-jvmRun[N].dump and [date].dumpstream.
    > [ERROR] The forked VM terminated without properly saying
    goodbye. VM
    > crash or System.exit called?
    > [ERROR] Command was /bin/sh -c cd
    > /Users/dahn/apache/directory-server/service &&
    >
    
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/bin/java

    > -Xmx1024m -jar
    >
    
/Users/dahn/apache/directory-server/service/target/surefire/surefirebooter8751169659152956685.jar

    > /Users/dahn/apache/directory-server/service/target/surefire
    > 2019-06-12T14-24-08_517-jvmRun1 surefire1294047605614087720tmp
    > surefire_07367554630409192216tmp
    > [ERROR] Error occurred in starting fork, check output in log
    > [ERROR] Process Exit Code: 1
    > [ERROR] Crashed tests:
    > [ERROR] org.apache.directory.server.UberJarMainTest


    I wonder if you have not a running ApacheDS in the background. Can
    you
    check ?

I have studio running, but no DS. I never succeeded at installing it. I have only the native apple openldap implementation. Something is listening on 10389, thought and it doesn't close connection on ldapsearch :(
```
$ ldapsearch -H ldap://localhost:389 -D "uid=admin,ou=system" -w secret
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
$ ldapsearch -H ldap://localhost:10389 -D "uid=admin,ou=system" -w secret
^C
$
```
will report back...
...
Check that you don't have a server running in Studio.




    Yes, this one is benign, we need to fix that but it won't harm.


    >
    > not sure if pictures are allowed @here but <alt="AM25 installation
    > fails"/>
    > image.png
    > my macos version is 10.14.5


    That's because Apple now requires signed packages in order to have
    them
    accepted. We are working on that atm.

ok, tnx.


You can probably install the binary package, which is just a shell script installer. That should do the trick.


In case you are still blocked, we can organized a live session, you and me (skype or whatever). Just let me know.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to