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
2
votes
0 answers

JMS Consumers Are Not Balanced Within All Members Of A Distributed Queue

The issue is related with how consumers are balanced in a distributed topic in WebLogic Server 12.1.3.0.0. The problem is that consumers do not get balanced to each JMS server. In the attached image we see, for the JMS server, JMSServer_5b, the…
user3916928
  • 123
  • 2
  • 13
2
votes
1 answer

HTTP 302 error while accessing web application deployed on Oracle Weblogic 10.3.3

I have deployed war on weblogic with following URL http://xx.xx.xx.xx:6767/em/index.html My cisco loadbalancer probe following URL http://xx.xx.xx.xx:6767/em and on getting http 200 response it make status of my servers to active. But currently…
ImranRazaKhan
  • 1,955
  • 5
  • 33
  • 74
2
votes
2 answers

How to enable DomainRuntimeMBean?

I've been trying to installing JDeveloper and Weblogic server , and when trying to login as first time as Administrator in console of weblogic , The Server give me this error A required MBean Server is disabled which prevents the proper operation of…
MineIsMine
  • 424
  • 2
  • 10
  • 20
2
votes
0 answers

Web logic domain page is not open

i am newbie about web logic parts. I have created web logic server and when i want to create a domain not giving error but not appear any screen just shown 2 second and not open page. I am texting this…
Beyhan Gül
  • 171
  • 2
  • 11
2
votes
1 answer

How add transport header in weblogic (CORS)?

I work with Oracle SOA Suite and need to add one transport header Access-Control-Allow-Origin: * In the configuration the server weblogic for get this: this picture is of one service in IIS7, that he have the next configuration:
maryvargas
  • 31
  • 1
  • 1
  • 3
2
votes
0 answers

weblogic 10.3.6 classloader shared library

I have weblogic server 10.3.6. I want to deploy a web app (without maven) with some jars and some shared library. So, I created my shared library and then I deploy my web app, but when server go up I receive this exception
hancock46
  • 51
  • 2
  • 7
2
votes
0 answers

How to remove X-Content-Type-Options header parameter from Oracle Weblogic Server response header

When opening my web page in IE11, I'm seeing javascript files are blocked from executing with a message "Script from https://actual url goes here/jquery-1.8.3.min.js was blocked due to mime type mismatch". When I googled I found some posts which…
Sreeraj TR
  • 99
  • 1
  • 12
2
votes
0 answers

Configure Atmosphere as a bean in spring

I'm trying to use Atmosphere with spring in weblogic 11G (10.3.6), so I only have servlet 2.5 available. I tried following the atmosphere tutorials in http://async-io.org/tutorial.html and…
sophy cat
  • 43
  • 4
2
votes
1 answer

Weblogic capacity sizing

Please can anyone suggest.We are trying to estimate how manay managed server instances are required in a weblogic domain and how many servers would we need as well. Our estimate is that on there will be 10,000 concurrent users(doesn't include…
optimist
  • 33
  • 1
  • 2
  • 5
2
votes
0 answers

Log4j logging to wrong log file in Weblogic

Context: I have two java applications (A.EAR and B.EAR) deployed in weblogic. Both applications have their own log4j jars bundled inside the EARs (packaged as maven dependencies). I have used saperate log4j.properties (a-log4j.properties and…
Sherlock123
  • 61
  • 1
  • 1
  • 4
2
votes
1 answer

Weblogic No unique bean of type [javax.persistence.EntityManager]

I am new to EJB3 and working on an exisitng code. We are using weblogic10.3 and the below code works…
newweblogic
  • 21
  • 1
  • 2
2
votes
2 answers

How to check if application was deployed on a specific managed server?

I use following wlst command in order to check if application was already deployed before: oldApplication = find(name=d['name'], type='AppDeployment') But it does not show that application was deployed on a specific server. How can I find that…
Volodymyr Bezuglyy
  • 16,295
  • 33
  • 103
  • 133
2
votes
2 answers

MQ With WLS Foreign Server

I am facing two issues when i try to connect to MQ which is deployed on a Remote Server from Weblogic Server(WLS) by creating a Foreign Server. 1. When I try to connect to MQ Queuemanager in Bindings mode(after importing the .Bindings file) i keep…
hakish
  • 3,990
  • 7
  • 39
  • 56
2
votes
0 answers

Asynchronous methods with EJB 3.0 and weblogic 11G

What is the correct way to call an EJB 3.0 ( weblogic 11G) in asynchronous way. In Jboss exists Asynch Echo asynchEcho = Asynch.getAsynchronousProxy(echo); System.out.println("-------- Asynchronous call"); ret = asynchEcho.echo("asynchronous…
Kaltresian
  • 961
  • 3
  • 14
  • 32
2
votes
0 answers

Weblogic 10.3.6: Enable SSLv2Hello Handshake Protocol

We have a Weblogic 10.3.6 instance that needs to go to TLS 1.0. We have both a webpage and a .Net Compact Framework 3.5 application connecting to it. When it's set to the default, everything works. When we set the…
Michael Fan
  • 97
  • 1
  • 11