Top "Weblogic" questions

WebLogic Server is a Java EE application server from Oracle.

Indirectly referenced from required .class file

I'm getting an error message when I try to build my project in eclipse: The type weblogic.utils.expressions.ExpressionMap …

java eclipse weblogic
Weblogic Transaction Timeout : how to set in admin console in WebLogic AS 8.1

I face the following exception: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds this is set within the Stateless …

transactions weblogic
how to change listen port from default 7001 to something different?

Can anyone tell me how to change the default listening port of Weblogic 10.3 to something different? I saw some posts …

weblogic weblogic-10.x weblogic11g
SessionTimeout: web.xml vs session.maxInactiveInterval()

I'm trying to timeout an HttpSession in Java. My container is WebLogic. Currently, we have our session timeout set in …

java session servlets weblogic session-timeout
How to lookup JNDI resources on WebLogic?

I deployed a legacy application on WebLogic 11g. The application has the following code: Context context = new InitialContext(); dataSource = (javax.…

weblogic jndi weblogic11g
Where is class weblogic.jndi.WLInitialContextFactory?

when trying to execute my jar file I get an exception: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory […

jar weblogic jndi
What is t3 protocol in weblogic server?

Recently I started working with weblogic and see references to t3 in urls that appear in logs. What is this …

weblogic
Troubleshooting connections stuck in CLOSE_WAIT status

I have a Java application running in WebLogic 11g on Windows, which after several days, becomes unresponsive. One suspicious symptom …

java sockets tcp weblogic netstat
Where should I start investigating SocketTimeoutException: Read timed out

Every now and then I see following stacktrace in the log in which, HttpClient socket times out trying to access …

java apache jakarta-ee weblogic httpclient
weblogic.application.ModuleException: Context path '' is already in use by the module: / application:

When i am trying to run weblogic server 12c , it is throwing this error and is unable to start. <…

java webserver weblogic weblogic12c