#762
[Weblogic] Error from fcntl() for file locking, Resource temporarily unavailable
The error: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable.
The solution (thanks to the OTN forums and documentation research):
1. From your …domains/[DOMAIN] directory (and below) find and remove all *.DAT files
– ex: find . -name *.DAT
2. Find and remove all lok files in a similar method
– ex: find . -name *.lok
3. If necessary use netstat -lntp to find any processes started and using your AdminServer port
4. Run startWebLogic.sh
[Oracle] PMON (ospid: 4501): terminating the instance due to error 472 Javascript Css : Loading splash screen
Comments are currently closed.