I need heap dump of the web logic server that's running on IST environment. I don't have access to that so I have asked support team to do that. The command that's executed is as following on UNIX:
./jmap -heap:format=b 19153
When support team executes the command, they get below output:
Attaching to process ID 19153, please wait...
Error attaching to process:Attach failed : debuggee is 64 bit, use java -d64 for debugger
I think server is 64 bit, but what this suggestion is saying? Does it mean the server should be started with that flag in the command?
I tried to look for such issue on Internet, but I get nothing useful. Do any one has idea how to get to the solution!!!???
I thank you all for extending your kind help!
Regards,
Ketan