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 Domain Configuration Wizard replaces forward slash (/) with back-slash (\) while creating domain

I have a Weblogic (10.3.6) domain template that I am using to create a domain on Windows. The "startscript.xml" in the template contains a section to set JAVA_OPTIONS as below -
Do Will
  • 711
  • 1
  • 9
  • 18
0
votes
1 answer

How can I find the root cause of my never ending maven dependency hell?

I have a maven java project in Eclipse IDE, and it needs to communicate with components on a weblogic server. When I first coded this, it worked without importing too many jars. However, I needed to make my project a part of a bigger assembly, and…
jumps4fun
  • 3,994
  • 10
  • 50
  • 96
0
votes
1 answer

Call EJB from another domain

What I am doing: I'm trying to develop a small prog for calling the EJB from another domain. Version EJB 3.0 Weblogic 10.3.6 There are 2 domains on Machine1 and Machine2 so the managed servers are domain1_cluster1_machine1 …
Janice
  • 25
  • 1
  • 6
0
votes
1 answer

Oracle UCM login page do not redirects to home page

I installed Oracle webcenter content 11g(UCM) 11.1.8, IBR and weblogic 10.3.6. I created domain and started the server successfully but i when i go to the UCM application front end and login for the first time with weblogic username-password, it do…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
1 answer

Is the HTTPS protocol affected by the Poodle SSLv3 attack?

We have an IPlanet webserver which communicates to WebLogic(app server) on non-SSL (HTTP) port. we are not using HTTPS in WebLogic and the webservers and app servers are behind a firewall. A certificate is installed on weblog server instances but we…
user2820644
  • 35
  • 1
  • 6
0
votes
1 answer

net.sf.hibernate.PropertyValueException: not-null property references a null or transient value

I am trying to set 'Level' with some values but i get exception. Below is the version and code. Hibernate version: 2.1 Server: Weblogic 11g Mapping documents: new…
Nisha
  • 91
  • 2
  • 3
  • 15
0
votes
2 answers

weblogic em console's Admin server/managed servers status & metrics are unavailable

Weblogic em console shows "status pending" for the admin servers and managed servers, even though when they are up. It is not showing other metrics as well. Below are the head error messages.…
Joachin Joseph
  • 333
  • 5
  • 18
0
votes
1 answer

WebLogic 11g - possible to deploy jdbc driver as shared library?

When configuring a data source on WebLogic 11g does anyone know if it's possible for the class specified as the connection pool driver to be deployed as a shared library rather than being installed in wlserver_10.3/server/lib? The reason for wishing…
Oversteer
  • 1,778
  • 1
  • 22
  • 38
0
votes
1 answer

Change encoding of adf rich faces' fileDownloadActionListener

I am using fileDownloadActionListener as follows:
user3667171
0
votes
1 answer

How to assign a role to users authenticated through specific web logic provider

Weblogic contains a lot of security providers. It's feasible to make more than one authentication provider active at a time. The problem is we need to assign a different role to the user whenever he is authenticated through one of the providers. Is…
Osama FelFel
  • 1,511
  • 2
  • 15
  • 17
0
votes
1 answer

HttpServletRequest inputstream empty on Weblogic 10.3

I'm using the Apache Commons FileUpload to receive file uploads. The below method works fine for all of the application servers tested, including Weblogic 12.1.3, except for Weblogic 10.3.6. The parseRequest method is returning an empty list which…
Moth
  • 765
  • 2
  • 7
  • 14
0
votes
2 answers

Weblogic 11g: How to prevent download of JAR files from \webapp directory?

I have a couple of Java Applet JAR files in /webapp deployment of Weblogic domain. When I hit the URL: http://localhost:7001/webapp/Applet.jar The browser directly downloads the file JAR file specified in the URL. I want to prevent this behavior…
0
votes
1 answer

Converting WebLogic MDBs to Spring Message-Driven POJOs

I have an application built on WebLogic 11b (10.3.4) using MDBs. I'm trying to convert these to Spring MDPs. Here is the MDB in question: @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "ejbName", propertyValue =…
Brett Slocum
  • 390
  • 1
  • 5
  • 21
0
votes
1 answer

Weblogic Server Exception: weblogic.management.DeploymentException

I got this error while trying to deploy the services used by the Store Front module to send orders to theOrderBookingComposite composite. According to the tutorial: a. In the Application Navigator, right click StoreFrontModule and choose Deploy >…
Nenad Bulatović
  • 7,238
  • 14
  • 83
  • 113
0
votes
1 answer

Unable to edit OHS Configuration Files in Enterprise Manager

So I got this issue in Oracle Enterprise Manager 11g. I've installed it successfully and everything seems fine - all green! BUT when I try to edit settings with the OHS eg right click performance directives I get the following error Failed to…
Vect0r
  • 66
  • 1
  • 4