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
1
vote
0 answers

Changing Composite Audit Log via commands

In weblogic Server 11g, is it possible to change the Composite Audit Level via commands ? I was able to find some SOA Composite Application Management Commands which helped me create a python script to perform various action on the composites. PFB…
user3839347
  • 121
  • 10
1
vote
0 answers

OSB proxy service loosing jms messages from jms queue

We have defined a proxy service to consume messages from a jms queue hosted in OSB weblogic. The OSB version is 11.1.1.6. This jms queue is fed by a jms bridge hosted in the same OSB weblogic whereas the source destination hosted in a foreigh…
Dinusha
  • 21
  • 3
1
vote
1 answer

How to obtain WebLogic's commonj.work.WorkManager properties from java code?

I am running a web application in WebLogic 11gR1 which makes use of WorkManager. I need to print some properties like: wmName, state, workCount. This is my java code to get WorkManager info: InitialContext ic = new…
Jose Mena
  • 91
  • 9
1
vote
3 answers

Load balancing in Jmeter

I want to conduct a HTTP load test. I've 8 different managed servers(with different ports and same IP), and I want to load balance my requests(5 requests per sec). How should I configure it in JMeter?
1
vote
2 answers

Spring Security weblogic js loading

I have web app with Spring security. When I run my app on tomcat9 all works fine, but when I use oracle Weblogic something goes wrong and my js scripts in app doesnt work. Refused to execute script from…
sare3th
  • 758
  • 9
  • 20
1
vote
1 answer

Configuring Weblogic 11g for Spring

I am attempting to configure Weblogic 11g for a Spring-Hibernate servlet. I gather that web-app_3_0.xsd is not supported so I changed to using version 2.5 but when I start the web-app deployment it fails. java.lang.NoSuchMethodError:…
Legacy
  • 19
  • 4
1
vote
1 answer

weblogic.ejbc compiler is deprecated : EJB Application deployment in WebLogic 12c

I'm using EJB 2.1, jdk 1.6 with Weblogic 11g for application development. Latest I have been process of deploying application in WebLogic 12c. As I understood from online source, I need to have jdk 1.7 and higher to run application in weblogic 12c.…
Wanna Coffee
  • 2,742
  • 7
  • 40
  • 66
1
vote
1 answer

Error in "yyy.jspf" at line 7: The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files

We are using weblogic server 11g and this jsp file was working with jdk1.6. Now, when we tried to upgrade to JDK1.8, the weblogic is throwing this exception, when I hit the login page. The same code is working fine with Tomcat9.0 container. Tried…
1
vote
1 answer

How to deploy optional package shared libraries in weblogic

I've got a dozen ear files, which load the same set of jars for each component deployed as an enterprise application in weblogic... I want to move these dependencies to a "shared library" (optional package) jar file. I've done the leg work of moving…
niken
  • 2,499
  • 3
  • 33
  • 56
1
vote
1 answer

Jersey 1.9 RESTful service resource base redefinition

We have a REST Service deployed on a WebLogic Server 11g (10.3.6.0) cluster as Web Archive. The following screenshot shows the URLs: Accessing the WADL (http://172.29.0.21:16200/cwe-rest/jersey/application.wadl) should show resource base as…
VivekRatanSinha
  • 596
  • 1
  • 4
  • 17
1
vote
0 answers

dbms_transaction.LOCAL_TRANSACTION_ID returns null when calling through EJB

I am trying to retrieve the local transaction id from a EJB via an oracle function. The function has the below statement dbms_transaction.LOCAL_TRANSACTION_ID However, when trying to execute the function through a EJB method the function returns…
Coder
  • 307
  • 1
  • 3
  • 10
1
vote
0 answers

Weblogic manage node not coming up

I am getting below error while starting one of the manage node in my cluster. There are around 6 manage node and the other 5 are coming up fine. However one node is giving below error. Can someone let me know where i need to look for the cause of…
Ron
  • 11
  • 1
1
vote
1 answer

running struts project with weblogic server in eclipse

I am new to struts and trying to setup a basic struts application with weblogic server in eclipse. while running the project with the basic jsp, web xml,struts xml and action i am getting the below error ####
user251287
  • 101
  • 1
  • 3
  • 12
1
vote
1 answer

How to setup J2EE aplication (ear) to use shared JSF and JSTL libraries in weblogic 11g?

I'm trying to deploy J2EE application to Weblogic. It consists of web-module and ejb-module. My web-module uses JSF 1.2 and JSTL 1.2. I've deployed both libraries to Weblogic and then point my WebModule to use these libraries in weblogic.xml …
edio
  • 652
  • 1
  • 8
  • 21
1
vote
1 answer

Publishing Java EE project under Eclipse to WebLogic Server

I have a Java EE project under JDeveloper 11g and I'm now moving to Eclipse. My Java EE project has a standard structure: Project C (Utility Project) Project B (EJB Project) Project A (web project) Under JDeveloper, this is what we do to properly…
Brams
  • 309
  • 1
  • 5
  • 20