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
2
votes
1 answer

Replacement to Event Generators in Weblogic

I am trying to use the Event generators in a later version of Weblogic. Currently I am using the Event Generators in Weblogic 10.3.1, and it is working fine. But in the later versions of weblogic when I am tryin to use them they are not being able…
Nigel Thomas
  • 1,881
  • 8
  • 30
  • 50
2
votes
1 answer

WebLogic SSL: No identity key/certificate entry was found under alias in keystore

I'm struggling with the following problem. I've been provided of a certificate and I added it to the default java keystore as follows: keytool -import -alias finesceKey -keystore cacerts -trustcacerts -file certificate.cer Now, I've both configured…
cloooze
  • 163
  • 1
  • 2
  • 12
2
votes
5 answers

How to change Weblogic 10/11's log format?

I want to change the log format for Weblogic's server log. Right now it's generating logs using its default format-- I want to be able to specify my own format. For example, it generates logs that look like this: ####
tippytai
  • 21
  • 1
  • 2
2
votes
2 answers

Weblogic 10.3.5 Admin console Deployment page - Missing status of applications

I have an instance of Weblogic 10.3.5 running with a bunch of apps. For some reason, the deployments page in the Admin console stopped showing the health (status) of the deployed apps (usually a green check icon). Just looks weird. Any ideas on how…
user6123723
  • 10,546
  • 18
  • 67
  • 109
2
votes
1 answer

IE certificate issue in Weblogic server application

Deployed the project in weblogic server 10.3 in local. The application works fine in Firefox but in IE says error There is a problem with this website's security certificate after click the login. Used J_Security_Check for login. even clicked…
jackyesind
  • 3,343
  • 14
  • 47
  • 74
2
votes
5 answers

Solaris JMS Client connect to Weblogic 11g t3s security problem

When I try to connect Weblogic t3s protocol in Solaris Server, it shows this error: java.lang.IllegalStateException: Not enough cryptography available to enable a cipher suite! at…
chris13work
  • 89
  • 3
  • 12
2
votes
2 answers

javax.jms.InvalidSelectorException when calling javax.jms.QueueSession.createBrowser() in weblogic12c

after upgrading Weblogic version from 10.3.6 to 12.1.2 i get javax.jms.InvalidSelectorException when calling JMS API javax.jms.QueueSession.createBrowser(Queue queue, String messageSelector) the selector i'm using is String…
Yoni
  • 375
  • 3
  • 19
2
votes
1 answer

How to forward a jms message from one managed server (Weblogic) to another based on some selectors without using JMS Bridges?

I have a application in which I need to route my JMS messages to different managed servers based on some selector value. But I cannot use JMS bridges for the purpose as the application has more than 20 managed servers in production.so with the JMS…
Soumen K
  • 41
  • 4
2
votes
1 answer

maven weblogic security jar

I am working on an existing application which has below reference inside the code. import weblogic.security.providers.authentication.UserNameMapper; The exising application has weblogic.jar as dependency, but from weblogic 10 onwards, weblogic.jar…
user2982680
  • 979
  • 2
  • 9
  • 16
2
votes
0 answers

addTemplate() gives UndeterministicSelectionException

We have 3 weblogic extension templates jars A,B and C. We have created another template jar D which deploys all the three templates by specifying their names under dependency tag in template-info.xml as shown below. template-info.xml
user507333
  • 79
  • 1
  • 6
2
votes
0 answers

Error while publishing to Weblogic Server 11gR1

I am receiving the following error. What does this mean and how to fix it? Unable to deploy EJB : xxxEJB from xx.JAR Error deployin gthe EJB 'xxxEJB, the JNDI name 'xxxEJB' is already in use. You must set a different JNDI name in…
Mike
  • 725
  • 2
  • 11
  • 21
2
votes
1 answer

How to search a given JNDI in Weblogic console

How can you search a given JNDI in weblogic console - to see where/how it is configured?
Roxana
  • 1,569
  • 3
  • 24
  • 41
2
votes
1 answer

Weblogic log customization

I have a weblogic server (10.3.5). I have configured a new logger/log_handler, no problem. I now want to change, on this log_handler, the way the log are written. For the moment, it is written this way : [2013-07-29T09:41:16.653+00:00] [MS_server1]…
MTranchant
  • 485
  • 1
  • 7
  • 23
2
votes
1 answer

org.hibernate.cfg.beanvalidation.TypeSafeActivator;141) HHH000274: Unable to apply constraints on DDL

I am using JDK 1.7 with Maven 3.0 for my project. When I have the following in pom.xml javax javaee-api 6.0 compile I am getting the following…
Jacob
  • 14,463
  • 65
  • 207
  • 320
2
votes
1 answer

Maven install error javax.el.ELContext not found and javax.el.ELResolver not found

I am using Maven 3 and JDK 1.7. When I tried to do mvn install, I am getting the following errors [ERROR] /domain/view/EmployeeNameConverter.java:[29,76] cannot access javax.el.ELContext class file for javax.el.ELContext not found [ERROR]…
Jacob
  • 14,463
  • 65
  • 207
  • 320