Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Michael SaechangMichael Saechang(Deactivated)Reporter
Brian ChanBrian ChanBranch Version/s
6.1.xBackported to Branch
CommittedComponents
Affects versions
Priority
Medium
Details
Details
Assignee
Michael Saechang
Michael Saechang(Deactivated)Reporter
Brian Chan
Brian ChanBranch Version/s
6.1.x
Backported to Branch
Committed
Components
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created June 1, 2012 at 12:56 PM
Updated June 24, 2023 at 3:50 PM
Resolved June 1, 2012 at 1:15 PM
Startup the portal with an IBM JDK, now Company.key is using the default IBM JDK provider.
Now start the portal with a Sun JDK, company.getKey() is null because it can't read the value from the Company.key table since it is a key that is using a provider that is not supported.
Try signing in, big NullPointerException because bottom_js.jsp chokes on:
encryptedUserId: '<%= Encryptor.encrypt(company.getKeyObj(), String.valueOf(themeDisplay.getUserId())) %>',
This simply allows things to work and prints a warning. This should only happen in tests scenarios. Most ppl don't swap JDKs in production.