FYI, I had a similar issue where everything was dead. I had already restarted Apache, Jetty instances etc manually, as well as the whole Gluu instance via Ubuntu upstart:
```
service gluu-server-3.1.4 restart
```
Only the manual OpenDJ restart suggested by Mohib resolved my LDAP connectivity issues.
Not sure if it's worth including an OpenDJ restart in the Service scripts?
Thanks