timeout « weblogic « Java Enterprise Q&A





1. What raises HTTP 503 and how to change timeout?    stackoverflow.com

I have inherited an application (internal to my company) that uses javascript running in Internet Explorer which makes Ajax calls to a Struts-based application running in WebLogic Server v10. Certain server-side operations ...

2. Weblogic Transaction Timeout : how to set in admin console in WebLogic AS 8.1    stackoverflow.com

I face the following exception:
weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds this is set within the Stateless Session EJB Bean as javax.transaction.UserTransaction jtaTransaction.setTransactionTimeout(300) but I cannot figure out, ...

3. Does the StuckThreadMaxTime parameter in Weblogic 10.3 abort the thread?    stackoverflow.com

I get below message on application console when a some process takes unusually long time to complete. Does this message imply that my thread is aborted, or can it continue after ...

4. JTA transaction timeout exception - weblogic 10.X    stackoverflow.com

I changed the JTA transaction timeout from admin console and set to 300, even after changing it fails saying JTA transaction unexpectedly rolled back (maybe due to a timeout) with a:

weblogic.transaction.RollbackException: ...

5. Weblogic 10.1 HttpsURLConnection timeout/reconnect issue    stackoverflow.com

Okay all - I've searched extensively for this and haven't found an answer, was hoping you guys could help out. I'm connecting to an external service via an HttpsURLConnection using only GET parameters ...

6. solrj timeout error when commit    stackoverflow.com

I followed the example SolrJ on how to perform indexing on my server. When my codes run the line server.commit();, I could see the documents being added => INFO: ...

7. Time out error in deploying the process on weblogic server    stackoverflow.com

While deploying the BPEL process in Weblogic 10.3.4, following Exception comes on soa server console. I am sure this is not related to my application, but due to this I am ...

8. how to know there is waits in WebLogic connection pool and what is the default wait timeout and what error will weblogic throw in the event of such?    stackoverflow.com

How would one know if there is a wait in WebLogic connection pool and what is the default wait timeout and what error will weblogic throw in the event of such? ...

9. weblogic ssl webservice client with axis 1 timeout problem    stackoverflow.com

My ssl web sevice client uses axis 1.3 generated stubs and runs on weblogic 8.1 sp 6 (java 1.4_5). I set 2 secs timeout for Call (to Stub in the way ...





10. Where should I start investigating SocketTimeoutException: Read timed out    stackoverflow.com

Every now and then I see following stacktrace in the log in which, HttpClient socket times out trying to access text/script content from another server. My question is what config settings ...