Unsolved
1 Rookie
•
6 Posts
0
316
April 17th, 2024 14:15
WMS 4.3 Tomcat error
Hello all and thanks for any help! I'm trying to standup a new WMS 4.3 Standard instance on Windows Server 2022 Standard (dedicated server, fresh build). I can get the WMS Setup, but after installing Microsoft Configuration Manager client, I start seeing the below error in Tomcat logs and cannot access the management site. I tried to uninstall MCM client and still get the error, I try to re-install WMS and it works for a bit and then the error comes back.
Error: SEVERE [main] com.dell.custom.customHttp11NioProtocol.AESCBCEncryptionUtil.decryptWithAESCBC Error in decrypting the key : Given final block not properly padded. Such issues can arise if a bad key is used during decryption.
INFO [main] com.dell.custom.customHttp11NioProtocol.CustomHttp11NioProtocolWrapper.addSslHostConfig Error : Tried to decrypt the keystore password. Setting the password without decrypting
Thank you,
Jason
DELL-Scott H
Moderator
•
878 Posts
0
April 22nd, 2024 13:33
You have a port conflict with the SCCM client and tomcat. I have seen this before.
This is a bit old, but you should be able to use it to get you headed down the proper path.
java.net.BindException: Address already in use: JVM_Bind
JBVCU
1 Rookie
•
6 Posts
0
April 23rd, 2024 21:34
O.K., fresh install of 4.3, I stopped the SCCM client for the install. The install completed, I got to the Inital setup page. I change the server.xml to 8010 and restarted the server. I'm still getting the same error message in the Tomcat log and the page is not coming up.
<Server port="8010" shutdown="SHUTDOWN">
thatoneadmin77
1 Rookie
•
1 Message
0
March 31st, 2025 14:40
Did you ever get a resolution for this? I upgraded my WMS to 5.0 from I believe 4.3 or 4.2 and I haven't been able to access the portal since. I keep getting the same error with SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector["https-openssl-nio-443"]]...It seems to not like my keystore pass even though I can get into it with keytool. I absolutely despise this management software but my org needs it. Very unreliable. I've changed my port to 8010 as well and it doesn't work after the upgrade.
Starfaesh
1 Rookie
•
1 Message
0
July 18th, 2025 23:26
@thatoneadmin77 This may not be of much use to you now, but I'm posting this in case anyone else stumbles across this thread (like I did) while troubleshooting. I started running into a similar issue recently. I'm unsure what triggered it, but I suspect it might have been either a recent Windows cumulative update or an unexpected shutdown. I'm still running v4.1.1 at the moment (I was trying to update when I ran into this problem).
I tried several different fixes but the one that seemed to actually resolve the issue was changing a value in the tomcat server.xml file.
File:
[InstallDir]\DELL\WMS\Tomcat-9\conf\server.xml
In server.xml file, in the keystorepass= field, I copied the passcode in the quotes and saved it to a separate file as a backup. I attempted to supply an alternate keystore pass, saved the server.xml file, and restarted the tomcat service, which ultimately didn't work. However, when I copied the ORIGINAL keystorepass value back into the server.xml, saved the file again, and restarted the tomcat service, this time the errors went away and I was able to access the WMS site again.
I'm really surprised this worked to be honest, but apparently it refreshed an incorrect value somewhere.