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

Connecting a WebLogic 11g domain to a WebLogic 12c NodeManager

My system will be having both WebLogic 11g and WebLogic 12c domains running simultaneously on the same box. However, there is traditionally only one NodeManger running for the machine. If I try and connect an 11g domain to a 12c NodeManager it…
mpaulse
  • 87
  • 1
  • 11
0
votes
0 answers

WebLogic and rendering of nested Tiles - static content is ignored

We have a large web application, some of which uses Apache Tiles which, in places, are heavily nested. On all web application containers tested (Tomcat, JBoss, JonAs and I think WebSphere) there have been no issues, however on WebLogic we have…
Ed .
  • 6,373
  • 8
  • 62
  • 82
0
votes
1 answer

Why is the Weblogic server not releasing memory?

In my organization, we conduct Data Entry Operation though a 3-tier Application System. The Configuration is shown as below: Operating System : Linux Application Software has been built using: JSF (a Java EE Framework Technology) Database : Oracle…
Samcoder
  • 345
  • 1
  • 4
  • 14
0
votes
1 answer

Issue while setting RichFace4.2 Web Project

I am trying to create a simple Richface4 project. Following are jars that i used All the jars as per RichFace-4.2 documentation is added. Now on publishing it on server, I am getting following error: Apr 10, 2012 7:41:39 PM…
user811602
  • 1,314
  • 2
  • 17
  • 47
-1
votes
1 answer

How to expose an EJB3.0 session ejb for a desktop app in Weblogic 11g

Since: the @EJB doesn't work on desktop apps, because there's no container, Weblogic doesn't expose through JNDI the names of the EJB's (3.0), I didn't find anything about it in the official documentation for a few days now, does anyone know how…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
-1
votes
1 answer

weblogic11g setup

anyone knows the steps to follow when installing and setting and creating domain in weblogic11g? I have to deploy grails application. Thanks in advance
manoj
  • 1
  • 1
-1
votes
1 answer

weblogic.Admin: command not found

I am using linux terminal with below code to get server status but i am getting weblogic.Admin: command not found, any lead would be appreciable. cd /opt/SP/WEB_DATA/weblogic/wls12130/user_projects/domains/pega/bin . ./setDomainEnv.sh export…
S.Das
  • 7
  • 2
-1
votes
1 answer

Deploy error message on WebLogic 10.3.6.0

After fresh install of web logic, deployment shows the error: Message icon - Error Failed to load webapp: MyWebApp because of DeploymentException: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for…
-1
votes
1 answer

Weblogic creating EAR folder in WL_User temp folder

Trying to restart from command line weblogic server but it is picking up EAR file i deployed from Eclipse previously. Thought it was some kinda caching issue so opened/closed eclipse and cmd no help. Still picking up this EAR even when i delete it…
BatBold
  • 21
  • 1
  • 5
-1
votes
1 answer

Authenticate client windows user using ldap weblogic security

i try to Authenticate windows user to got the client windows log in user from this :::: request.getremoteuser() i get my LDap users on weblogic but after that i got lost can any one help me thanx a lot
-1
votes
2 answers

Unable to display xclock on aix

Im trying to install weblogic on aix, I have installed xmanager and started it in passive mode. Have set the export DISPLAY=xxxxxxxx:0.0 and when i do xclock i get the following error : Error: Can't open display: xxxxxxxx:0.0 Do we need to check…
anudeepks
  • 1,080
  • 1
  • 12
  • 23
-1
votes
1 answer

Options for @Asynchronous like feature in Weblogic 11g?

Options for @Asynchronous-like feature in Weblogic 11g (apart from JMS of course)? Use Executor service and spawn unmanaged threads?
Abhishek
  • 1,175
  • 1
  • 11
  • 21
-1
votes
2 answers

How to identify a weblogic admin server from its managed server?

The managed server is a remote machine. Given a managed server hostname or ip how can its admin Server be identified.
-1
votes
1 answer

Weblogic domain is not getting created because of jrockit error

I am creating a Basic Weblogic server domain(11g, version 10.3.5.0 ). And in the JDK selection Window, in Available JDKs , ' JRockit SDK 1.7.0_55 @ C:\Program Files\Java\jdk1.7.0_55' is selected.. The domain gets created, now i check the 'Start…
Aakash
  • 675
  • 1
  • 9
  • 28
-1
votes
1 answer

Commons-lang-2.6.jar and FilteringClassLoader Issue

This is in continuation of Despite having commons-lang included in pom, getting exception java.lang.NoSuchMethodError:org.apache.commons.lang.StringUtils.join I have the following in weblogic-application.xml
Jacob
  • 14,463
  • 65
  • 207
  • 320
1 2 3
41
42