unable to setup jts in windows 2012 r2 server
![](http://jazz.net/_images/myphoto/422b98d1e03819c6e74b835a2804eefa.jpg)
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
![](http://jazz.net/_images/myphoto/422b98d1e03819c6e74b835a2804eefa.jpg)
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.
![](http://jazz.net/_images/myphoto/422b98d1e03819c6e74b835a2804eefa.jpg)
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
![](http://jazz.net/_images/myphoto/35c6df45ccd7d41e94dfda4a8e24e299.jpg)
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.
![](http://jazz.net/_images/myphoto/7ba3e28e4328899302261ce7a8706f66.jpg)
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