-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
8.0.z.GA
JBoss EAP (WildFly) deletes the old "tmp/vfs/" directory by design. The same behavior occurs when the embed-server starts.
If embed-server is executed beside running server, it deletes the same "tmp/vfs" directory that the running server is currently using. This can result in an application error caused by NoClassDefFoundError due to missing class files that should exist in the "tmp/vfs" directory.
Also, note that JDR (JBOSS_HOME/bin/jdr.sh) can internally start the embed-server to gather information if it cannot connect to the specified host/port (localhsot:9990 by default). Therefore, if jdr.sh is invoked incorrectly by specifying the wrong IP address/port, it can cause deleting the same "tmp/vfs" directory that the running server is currently using. This can result in an application error caused by NoClassDefFoundError due to missing class files that should exist in the "tmp/vfs" directory.
- clones
-
JBEAP-30550 [GSS](8.1.z) WFCORE-7294 - embed-server can delete the same tmp/vfs directory for running server
-
- Verified
-
- is cloned by
-
JBEAP-30462 [GSS](7.4.z) embed-server can delete the same tmp/vfs directory for running server
-
- Pull Request Sent
-
- is incorporated by
-
JBEAP-30584 (8.0.z) Upgrade WildFly Core from 21.0.17.Final-redhat-00001 to 21.0.18.Final-redhat-00001
-
- Open
-
- links to