Questions tagged [weblogic11g]

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

This tag covers specifics around version 11.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

627 questions
0
votes
1 answer

How to configure the Closing socket as no data read for session timeout

I need your help in getting rid of the below warning because it is stopping me of doing any activity in the jsf page: Socket BEA-000449 Closing socket as no data read from it on XXX.XXX.XXX.XX,XXX during the configured idle timeout of 5 secs I…
99maas
  • 1,239
  • 12
  • 34
  • 59
0
votes
1 answer

Getting intermittent Internal 500 errror while hitting the URL in Web Browser

The page is loading intermittently,Loading for 15 minutes again its start throwing Error,When we checked the Webserv logs we found below webgent error. Kindly help me to resolve this issue. ][CSmLowLevelAgent.cpp:492][ERROR] LLA: SiteMinder Agent…
stiwary2987
  • 31
  • 2
  • 6
0
votes
0 answers

SOA BPEL binary text to MTOM attachment

I have an ftp adapter in BPEL composite to get an xml file with binary text data in it. iVBORw0KGgoAAAANSUhEUgAABpAAAAPyCAIAAAD0RQtg BPEL composite calls OSB service that…
user2128585
  • 47
  • 2
  • 10
0
votes
1 answer

OSB Configuration jar

New to the create Oracle service Bus configuration development. My problem is i couldn't find option called Oracle service Bus configuration in the eclipse when i try to import/export or create new Oracle service Bus Configuration development. Can…
0
votes
0 answers

Oracle Weblogic server - get logs of requests served

I am using Oracle weblogic server 11g. I came to know that logs are created at this location "Oracle\Middleware\user_projects\domains\base_domain\servers\AdminServer\logs" I want to get following logs. All requests that were received by weblogic…
0
votes
2 answers

What are some sources to download previous Oracle Software versions? For example Oracle WebLogic Server 10.3.2

Have searched extensively for free versions of archived software. Some links resulted in software downloads from not so trusted sites.
Thar
  • 29
  • 1
  • 6
0
votes
1 answer

how to run weblogic domain as windows service

I have created a domain on weblogic server version 10.3.6. After that I deployed the war file on that domain. My Windows server is server 2003 When I start startWebLogic.cmd in mydomain\bin my server work alright. when I log off it stops…
Ankit Ag
  • 13
  • 4
0
votes
1 answer

How to setup apache jackrabbit to use MySQL DB to store metadata and Filesystem to store files associated with that metadata

I want to configure Apache JackRabbit in such a way that all metadata should be stored in a MyQSL database and files associated with that metadata to be stored in the file system. Use case: I will get some files in Pdf/Word format and the user will…
luiza
  • 74
  • 1
  • 8
0
votes
1 answer

Weblogic application on a cluster behavior

I have an application that successfully deploys to Weblogic Server. I've configured cluster and wanted to start this application on a cluster, but sometimes I am facing such a situation. 1st node - application runs and there isn't any errors. 2st…
edward_wong
  • 442
  • 7
  • 21
0
votes
1 answer

BPEL Transactions getting STUCK often in Weblogic SOA

We are really having a tough time recovering the BPEL transactions manually that are getting stuck in SOA often.. What could be the possible reason for that ? Why is it getting stuck often? We are using 11g.
Manisankar
  • 171
  • 1
  • 1
  • 9
0
votes
2 answers

get status of a remote web logic server which is on remote machine

Our project runs on web-logic server(10.3.6) which is installed remote machine and we need to check the status of that server and related (node manager,admin server, data source)from our local desktop machines/laptops by using some automated script…
0
votes
1 answer

How to redeploy soa projects to a managed node using Weblogic Enterprise Manager

I have configured a Soa Cluster with one admin node and two managed nodes and all server nodes configured in three different machines. once I deploy a Bpell to one managed node it automatically deploys in the other managed nodes as well(default…
hemal12
  • 89
  • 1
  • 1
  • 7
0
votes
1 answer

getOutputStream in HttpServletResponseWrapper getting called multiple times

We are using a servlet filter to inject a string into the response before returning it. We are using an implementation of HttpServletResponseWrapper to do this. The wrapper class is called from the `doFilter() method: chain.doFilter(request,…
0
votes
0 answers

S2SH run in weblogic error:

My project is struts2 + spring + hibernate. Now, I found a problem when running in Weblogic with the error below. Can someone help me? Thanks. 2014-11-01 15:10:04,718 ERROR [org.apache.struts2.dispatcher.Dispatcher] -
duke
  • 1
0
votes
0 answers

Make MDB wait/sleep for sometime programmatically

We have a MDB process which read messages, process it and post it to another queue consumed by downstream xpression application. Whenever heavy load is coming our way, this downstream application is not able to consume it at the rate in which we are…
WhyJava
  • 110
  • 3
  • 10