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

WebLogic Response with 503 HTTP Code

I have a WS Server based on a cluster WebLogic (11 version). And try to answer with a 503 http code. response.setStatus(503); Request is handled by custom HttpFilter When i execute my service from browser on admin node of the server. I…
user2078222
  • 135
  • 10
0
votes
1 answer

Error occured while performing nmConnect in weblogic

I am new to Weblogic, and I want to start the admin server using a Python script. When I try to do so, I get the following errors: WLSTException: Error occured while performing nmConnect : Cannot connect to Node Manager. : t3://192.##.##.##. Could…
user3391532
  • 1
  • 1
  • 2
0
votes
1 answer

Could not find the WLServlet Jar

I have below code which works fine in apache @WebServlet("/myservlet") When I deploy the same in weblogic it is not working. After internet search I came to know that I should use something like: @WLServlet (name = "LoginServlet", mapping =…
rinuthomaz
  • 1,393
  • 2
  • 23
  • 38
0
votes
1 answer

How can I use Augeas and Puppet to update a single xml file from multiple resources?

I have a Weblogic config.xml file that is being created by WLST. It has the following xml on creation : `-Xms1024m -Xmx1024m -XX:MaxPermSize=350m -Dweblogic.TracingEnabled=true` I have a number of puppet resources that…
skibum55
  • 276
  • 2
  • 11
0
votes
1 answer

Object doesn't support this property or method error for jquery when deployed in weblogic 11g

When i am deploying my application in weblogic9.2, i am getting javascript error "Object doesn't support this property or method",but the functionality on button click are happening.But when i am deploying in weblogic11g the same javascript error is…
0
votes
1 answer

wlst hangs intermittently in ServerRuntime()

I am observing the below behavior while running any command for my managed instances: wls:/application/domainRuntime/ServerRuntimes/MS015> ls() this command hangs indefinitely. no operations will work here. IT just displays the directories and hangs…
SSA
  • 73
  • 1
  • 9
0
votes
0 answers

Get Exception Caused By: java.lang.RuntimeException: Cannot create a secure XMLInputFactory with CXF 2.7.11 JAX-RS

I am try to use CXF 2.7.11 and Spring to develop Restfull web service. get this Cannot create a secure XMLInputFactory when try to implement JAX-RS Security Caused By: java.lang.RuntimeException: Cannot create a secure XMLInputFactory at…
0
votes
2 answers

No user defined transport headers in pulled messages from queue OSB JMS WLS

im facing a problem with my jms messeages. Case is: in my mainPS i give an employeeId on request which routes to BS to get employees with emploeeId >= than given. Response is employees collecion. On response action in mainPS I loop through whole…
Miet0
  • 23
  • 5
0
votes
2 answers

Publish WebLogic instance to other computers in the same wifi network and/or internet

I have two laptops connected to my home Wi-Fi. One laptop runs WebLogic 12c server and contains a deployed application. I can access this application from the same machine using :7001/myapplication. But When I type this address from the…
Archit Arora
  • 2,508
  • 7
  • 43
  • 69
0
votes
1 answer

Share the JMS Queue Weblogic clusters

I have configure three weblogic 10.3 cluster with two nodes for each. I need to crate some queues and share it through out the those three clusters. That mean I need to put and listen to Queues from those three clusters. Could someone help me out.…
Dinusha
  • 696
  • 1
  • 14
  • 27
0
votes
1 answer

What is the business benefit for Oracle Weblogic Server over OC4J?

Apart from Technology support , what are all the business benefits for oracle web logic server. For example in area of security,support etc. What are all the new features supported by weblogic ?
Kalpana
  • 491
  • 1
  • 7
  • 21
0
votes
2 answers

What is the location of OSB Message Reports on the server

We want to periodically archive the log files as well as the report files on the production server. I could locate the log file but not the files which contains reports. Any help is appreciated.
Aniruddha Jagtap
  • 383
  • 5
  • 16
0
votes
1 answer

Orbeon running on Weblogic 10.3 on Ubuntu Server 13.10 PermGen space Error

As the title tells I am running 64bit on Ubuntu Server. I am getting the following when clicking on form builder link. Error 500--Internal Server Error java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native…
gdotryan
  • 21
  • 3
0
votes
0 answers

Injecting HIbernate session into Welblogic 10.3.6 EJB2

Can someone please provide the example of injecting hebiernate session into ejb 2 deployed on Weblogic 10.3.6 either with WELD or OpenWebBeans ? Is it supported at all ? Thanks
Alexander.Furer
  • 1,817
  • 1
  • 16
  • 24
0
votes
1 answer

Oracle ADF Application and OpenAM

Using OpenAM i am trying to protect an ADF application, i have installed the weblogic policy agent as documented. i get prompted to login with the OpenAM screens however once logged in and redirected back to the application i get the following…
jtyreman
  • 256
  • 3
  • 15