Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server dump command fails in WL on IBM i #24007

Closed
gjwatts opened this issue Jan 21, 2023 · 0 comments · Fixed by #24008
Closed

server dump command fails in WL on IBM i #24007

gjwatts opened this issue Jan 21, 2023 · 0 comments · Fixed by #24008
Assignees
Labels
release bug This bug is present in a released version of Open Liberty release:23002 team:Zombie Apocalypse

Comments

@gjwatts
Copy link
Member

gjwatts commented Jan 21, 2023

Describe the bug
When the server dump command is run on the IBM i platform in QSH, it fails with a message similar to this one:

/QIBM/ProdData/WebSphere/LibertyServer/V22.0.0.13/Base/bin/server dump  dumptest

Dumping server dumptest.                                                                         
The command introspect#23.01.20_20.22.52 failed because of a communication error with the server.
Server dumptest dump failed. Check server logs for details.

and an FFDC file is created with

------Start of DE processing------ = [1/20/23 20:22:52:492 CST]                                                      
Exception = java.lang.IllegalStateException                                                                          
Source = com.ibm.ws.kernel.launch.internal.ServerCommandListener                                                     
probeid = 437                                                                                                        
Stack Dump = java.lang.IllegalStateException: introspections directory could not be created.                         
 at com.ibm.ws.kernel.launch.internal.FrameworkManager$IntrospectionContext.introspectAll(FrameworkManager.java:1240)
 at com.ibm.ws.kernel.launch.internal.FrameworkManager.introspectFramework(FrameworkManager.java:1214)               
 at com.ibm.ws.kernel.launch.internal.ServerCommandListener.executeCommand(ServerCommandListener.java:467)           
 at com.ibm.ws.kernel.launch.internal.ServerCommandListener.acceptAndExecuteCommand(ServerCommandListener.java:427)  
 at com.ibm.ws.kernel.launch.internal.ServerCommandListener.startListening(ServerCommandListener.java:355)           
 at com.ibm.ws.kernel.launch.internal.FrameworkManager$6.run(FrameworkManager.java:891)                              

If there is a stack trace, please include the FULL stack trace (without any [internal classes] lines in it). To find the full stack trace, you may need to check in $WLP_OUTPUT_DIR/messages.log

Steps to Reproduce

/QIBM/ProdData/WebSphere/LibertyServer/V22.0.0.13/Base/bin/server create  dumptest
/QIBM/ProdData/WebSphere/LibertyServer/V22.0.0.13/Base/bin/server start  dumptest
/QIBM/ProdData/WebSphere/LibertyServer/V22.0.0.13/Base/bin/server dump  dumptest

Expected behavior
The server dump file should be correctly created

Diagnostic information:

  • OpenLiberty Version: All
  • Affected feature(s) All
  • Java Version: All
  • server.xml configuration (WITHOUT sensitive information like passwords)
  • If it would be useful, upload the messages.log file found in $WLP_OUTPUT_DIR/messages.log
@gjwatts gjwatts added team:Zombie Apocalypse release bug This bug is present in a released version of Open Liberty labels Jan 21, 2023
@gjwatts gjwatts self-assigned this Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release bug This bug is present in a released version of Open Liberty release:23002 team:Zombie Apocalypse
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants