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

Oracle Weblogic 11g(10.3.6.0) doesn't show bundled JDKs

I am seeing this when try to install WLS 11g. Has anyone came across with this?Or any solution. At JDK selection pannel, I see nothing under bundled JDK section. I want to install jrockit with this.
Subash Chaturanga
  • 814
  • 2
  • 10
  • 20
0
votes
1 answer

OBIEE 11g not working : not entering to analytics?

i'm using OBIEE 11g, and i have a problem with logging into the analytics, i post my username and password, but it tells me invalid username !! here follows the entire stacktrace of the problem ( WebLogic ) : at…
mounaim
  • 165
  • 1
  • 3
  • 8
0
votes
1 answer

JSTL in Javascript for Weblogic 11g

We are planning to convert the project from Weblogic 10.x to 11g. In many places, we used JSTL in javascript. Will it be a problem during the conversion? Does Weblogic 11g supports JSTL in javascript? I heard from someone that it doesn't? I want to…
Vikram P
  • 85
  • 2
  • 11
0
votes
1 answer

OpenAM weblogic Policy Agent Installation

I have installed Weblogic Policy Agent in OpenAM. Followed the URL “http://openam.forgerock.org/openam-documentation/openam-doc-source/doc/agent-install-guide/index/chap-weblogic.html” to install the policy Agent. I am using Oracle Weblogic server…
user1537056
  • 45
  • 1
  • 6
0
votes
1 answer

Richfaces 4.3.1 weblogic 10.3.5.0 duplicate key on deploy

I'm having trouble with richfaces 4.3.1 on weblogic 10.3.5.0, on deploy the following exception happens: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! duplicate key: class…
Joel Pearson
  • 1,622
  • 1
  • 16
  • 28
0
votes
1 answer

WebService WSDL discrepancy between 10.3.0 and 10.3.6

I'm working on a web service and I've encountered a discrepancy in it's WSDL when I deploy it on Weblogic 10.3.0 and when I do it on 10.3.6. Basically, there's a small variation that pretty much changes what, for example, soapUI interprets. Here's…
bassprodukt
  • 121
  • 1
  • 10
0
votes
1 answer

how to make a code run once on the cluster during the server startup and will also work on non cluster environment

Background: What I need is a way to subscribe to the external system only once during the server startup on clustered environment. So far we were using ApplicationLifecycleListener to run the subscription. In our code we were trying to find a winner…
0
votes
1 answer

weblogic jms connection factory not found

I have a an admin and a managed server. A JMS server is targeting the admin server. The JMS Module which contains the Queue and the Connection Factory is targetting both the admin and the managed server. When my application is deployed on the admin…
boom123
  • 91
  • 1
  • 10
0
votes
1 answer

JNDI with JMS in jdeveloper 11g

I'm trying to start JMS application from OAS 10.1.2 to BeaWebLogic 11g but there is a problem locating the JMS JNDI's. When I start the server this exception is thrown: weblogic.application.ModuleException: Could not setup environment …
Jordan Borisov
  • 1,603
  • 6
  • 34
  • 69
0
votes
2 answers

WLS loadbalancing query

I have a Weblogic Cluster and Apache is acting as a front end proxy. By default the Weblogic Cluster and plugin uses round robin algorithm and suppose if i change the loadbalancing algorithm to weightbased or randon how will the weblogic plugin…
user1115980
  • 13
  • 1
  • 7
0
votes
1 answer

Errors when using maven plugin for Weblogic deployment

I have been trying to deploy application to Weblogic 10.3.6 using maven I have created weblogic plugin for maven as mentioned in this article. I have added the following to pom.xml
Jacob
  • 14,463
  • 65
  • 207
  • 320
0
votes
2 answers

Log without failing

I am using WebLogic 10.3.3. I want to write a log entry to a database every time one of my web services is called. My question is, what is the best way to send the log info to the database? if the database is down I don't want the logging code to…
John
  • 1,852
  • 4
  • 26
  • 49
0
votes
1 answer

Weblogic 11 G : Altering default class loading

I have one query regarding Weblogic server 11 G class loading infrastructure. Lets say I have two application jars named A.jar and B.jar loaded in classpath during server start up. Both jar contains class say LoadMe.class and sever loads…
Ketan
  • 2,612
  • 5
  • 31
  • 44
0
votes
2 answers

Weblogic 11G : java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()

When using Weblogic 11G, I am facing below error. weblogic.application.ModuleException: at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486) at…
Ketan
  • 2,612
  • 5
  • 31
  • 44
0
votes
0 answers

Eclipse configure Weblogic server installed on Virtual Box

I have installed Weblogic Server on Linux which is running on Virtual Box. How can I integrate Weblogic server? How can I point to Weblogic Home on Linux when I configure server in Eclipse? Is the procedure same as Remote Debugging With Eclipse?…
Jacob
  • 14,463
  • 65
  • 207
  • 320