This problem occures if you killed the bin/startWebLogic process via kill -KILL.
To start the server again:
1. find -name "*.DAT" files in user_projects/domains/base_domains directory (in our case!) and move or remove them
2. remove "EmbeddedLDAP.lok" and "AdminServer.lok" (maybe some more)
3. netstat -lntp to find out which process listen to your serverport, kill this via kill -TERM
4. ./startWebLogic.sh
5. be happy ;-)