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

Trusted CA Certificate Issue in Jdeveloper Weblogic server

Everytime i run my Java project in Jdeveloper following WARNING appears due to hwcih my JSP page appears late.How do I avoid this
Sankalp
  • 173
  • 2
  • 9
  • 25
0
votes
1 answer

how should we remove dependency jar conditionally from maven

we have project that run on two different server. Tomcat and Weblogic. but there are few dependency jars which are conflicting in weblogic because weblogic built in library have those jars. So we have to delete those jars manually. We are planning…
Zuned Ahmed
  • 1,357
  • 6
  • 29
  • 56
0
votes
1 answer

Error while creating datasource using WLST

I am trying to create a datasource using wlst. I am using the jython script and created a file named createDataSource.py. when i try to run this file from ant script i am getting the below error. [wlst] Creating JDBCSystemResource with name…
rbhawsar
  • 805
  • 7
  • 25
0
votes
1 answer

Bean Validation ADF and myFaces extVal on weblogic 10.3.6

I have tried to use myFaces extVal Bean Validation on Weblogic 10.3.6 (JSF 1.2, patched JPA to 2.0) and with ADF Faces. Is it possible to use "ADF Faces" and "Apache myFaces extVal Bean Validation" together on Weblogic 10.3.6? I habe tried to add…
Max
  • 475
  • 1
  • 10
  • 19
0
votes
1 answer

Expecting NamingException, getting NoSuchObjectException

I'm running Java 6 on Weblogic 11g. I'm working on a Web Service projects that uses an EJB to communicate with a database. Currently I'm working on error-handling, and thus I tried undeploying the EJB before invoking the web service. My…
baron5
  • 577
  • 2
  • 11
  • 25
0
votes
2 answers

How can I create a new WebLogic managed server and add it to the cluster "dynamically"?

I want to be able to "spin up" additional WebLogic 11g managed servers in a cluster to add additional horizontal instances. The use case is that I start with a WebLogic cluster that has X instances and I want to add an additional instance…
BestPractices
  • 12,738
  • 29
  • 96
  • 140
0
votes
2 answers

cannot call getWriter() after getOutputStream() error

I am using my-faces 2.1.5 primefaces 3.2 and WebLogic Server Version: 10.3.2.0 While I am generating files and trying to download them via p:fileDownload I get the following error message: java.lang.IllegalStateException: strict servlet API: cannot…
angus
  • 3,210
  • 10
  • 41
  • 71
0
votes
1 answer

Weblogic Deployment Failing

I am trying to deploy my .ear file to a weblogic server and I am getting an issue with deploying the files...Here is the stack trace and errors - I am deploying using the admin console Message icon - Error Unable to access the selected…
JonH
  • 501
  • 7
  • 13
  • 25
0
votes
2 answers

When would one use the WebLogic RDBMS Authentication Provider versus the RDBMS Security Store?

If I wish to store application username/passwords in a database, it is unclear whether I should use the RDBMS Authentication Provider functionality (on the Providers tab in the Security Realm section of the WebLogic console) or the RDBMS Security…
BestPractices
  • 12,738
  • 29
  • 96
  • 140
0
votes
1 answer

Connecting from WebLogic 11g to SQL Server

I am unable to set up a WebLogic 11g data source to our SQL Server database. Can you please help diagnose the error weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: [FMWGEN][SQLServer JDBC …
Sri Sankaran
  • 8,120
  • 4
  • 38
  • 47
0
votes
1 answer

Deploying a Web service (WAR) application in Weblogic 11g with WS- Security enabled - Error

I am trying to deploy our proprietary web service application (WAR) into Weblogic 11g server. I have created the WAR using Eclipse Indigo and Java 1.6. I got the below error, Messages An error occurred during activation of changes, please see …
user1455463
  • 23
  • 2
  • 7
0
votes
1 answer

Send multiple JMS messages during one transaction

My application is deployed on Weblogic 10.3.5, i ran 2 scenarios: invoking 5000 times EJB (with transaction) that sends one message. invoking EJB (with transaction) that sends 5000 JMS messages. the first scenario run smoothly but the second never…
Maxim Kirilov
  • 2,639
  • 24
  • 49
0
votes
1 answer

HttpSessionListener events not invoking with Grails 1.3.7 and WLS

I have an application that is successfully deploying on tomcat, which I must migrate to running on Weblogic Server, however when I try to deploy there is a listener registered in the web.xml that is not firing. Is there some additional configuration…
kblair
  • 303
  • 1
  • 4
  • 5
0
votes
1 answer

Where can I get a copy of WebLogic 11g?

The org I program for just upgraded us to WebLogic 11g from WebLogic 9.2. The org is really huge and the networking group is unresponsive to the point of being a blackbox. I went to the Oracle site and could only find links for downloading WebLogic…
Steve
  • 3,127
  • 14
  • 56
  • 96
0
votes
1 answer

Possible to configure JSF 2.0 web.xml to redirect to another context root if user is not logged in?

I need to implement security for a new JSF web app that is deployed along with a "legacy" JSP/servlet-based app in a single EAR file (container is WebLogic 11g). Right now I have a JSF Phase Listener that checks whether the user has a flag in their…
BestPractices
  • 12,738
  • 29
  • 96
  • 140