Link to home
Start Free TrialLog in
Avatar of Wilson Net
Wilson NetFlag for Argentina

asked on

LogManager error of type GENERIC_FAILURE using OpenCL with Java

Hi, after windows update on 2018-09-10, OpenCL faild to start on java application with the following error:

LogManager error of type GENERIC_FAILURE: Failed to move file C:\Servidor\JBossWF\standalone\log\server.log to C:\Servidor\JBossWF\standalone\log\server.log.2018-09-08.
java.nio.file.FileSystemException: C:\Servidor\JBossWF\standalone\log\server.log -> C:\Servidor\JBossWF\standalone\log\server.log.2018-09-08: El proceso no tiene acceso al archivo porque está siendo utilizado por otro proceso.

	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)

Open in new window


the file dont exist but it appear to be locked, what could be cause this error?
ASKER CERTIFIED SOLUTION
Avatar of Jan Louwerens
Jan Louwerens
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Wilson Net

ASKER

you're right, the first WAR is taking the file on the new version, lockit it, and the second can't use it.

i fix it change the log filename in log4j2.xml