unable to setup jts in windows 2012 r2 server
Hello,
SRVE0232E: Internal Server Error.
Exception Message: [com/ibm/ws/security/context/internal/SubjectThreadContext]
com/ibm/ws/security/context/internal/SubjectThreadContext
IBM WebSphere Application Server
2 answers
I would suggest to refer to Install Interactive guide for details on jts setup procedures.
https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.5/com.ibm.jazz.install.doc/topics/roadmap_form.html
By default, jts setup should be something like
https://server:port/jts/setup
default port is 9443 here.
SRVE0232E: Internal Server Error.
Exception Message: [com/ibm/ws/security/context/internal/SubjectThreadContext]
com/ibm/ws/security/context/internal/SubjectThreadContext
IBM WebSphere Application Server
Comments
Check in the system requirements if 8gb RAM is sufficient. More then that, RAM in a hosted virtual machine can be tricky. Try to spin up a larger VM.
8 GB RAM is too small in this case. If it is memory related issue, system.out should have OOM messages. I saw a case that setting the below property could prevent the similar error, I hope that helps.
1) Log in to the Websphere administration console (http://<server name>:<admin
port>/ibm/console
2) Navigate to the following location:
Servers > Server Types > WebSphere application servers > server_name > Session
management
3) Uncheck Security integration
4) Save and then Save to Master Configuration
5) Restart the application server