I'm working with WAS 6.1.0.17 with secure enabled, I configured a bus and this is secured too.
.
I tried to use sibexplorer to browse my bus and the defined queue but it doesn't work. I had to manually change the sibexplorer.bat file because it has and error:
FROM
%JAVA_CMD% -Dwas.install.root="%WAS%" -Djava.ext.dirs="%WAS%\plugins";"%WAS%\plugins\com.ibm.ws.security.crypto_6.1.0";"%WAS%\lib";"%WAS%\installedChannels";"%WAS%\java\jre\lib\ext" com.ibm.ws.sib.tools.explorer.SIBExplorer %1 %2 %3 %4 %5
TO%JAVA_CMD% -Dwas.install.root="%WAS%" -Djava.ext.dirs="%WAS%\plugins";"%WAS%\plugins\com.ibm.ws.security.crypto_6.1.0.jar";"%WAS%\lib";"%WAS%\installedChannels";"%WAS%\java\jre\lib\ext" com.ibm.ws.sib.tools.explorer.SIBExplorer %1 %2 %3 %4 %5
.
After this change I was able to establish a connection with the AS but I'm not able to see any bus.
I configured the sibexplorer connection tab "Messaging Client Configuration" using, the server hostname, the dmgr bootstrap port, BootstrapSecureMessaging and I defined alternative credential using the user defined in the bus security section. But ... nothing work.
.
Do you have any suggestion?