Could you please explain the below stack trace, I tried to understand the source code but couldn’t enough information on what rename0() is doing.
"[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
java.io.UnixFileSystem.rename0(Native Method)
java.io.UnixFileSystem.rename(UnixFileSystem.java:317)
java.io.File.renameTo(File.java:1248)
com.bea.wli.sb.transports.file.resource.FileResource.renameToUniqueFilePath(FileResource.java:766)
Thanks in advance!
Looks like you (or something running on your machine) tried to rename a file or directory. The major hint comes in the line
Without knowing what file was being renamed, or what the new name would have been, it is hard to determine exactly why this won’t work.