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

2 Weblogic cluster in the same network

we have 2 servers (dev/int), one of this has 3 Weblogic clusters with one managed server and different mutlicast addresses. server 1 has the multicast addresses 239.192.3.7 and 239.192.3.8 and 239.192.3.9 for ione of his cluster server 2 has the…
luk3
  • 141
  • 1
  • 1
  • 6
2
votes
2 answers

Error starting weblogic in eclipse

When I start a Weblogic Server 11gR1 (10.3.1) in the server tab in Eclipse (3.4.2) I immediately get an error popup: Starting ... has encounterd a problem. Server ... failed to start. However the starting continues and the server ends up in RUNNING…
Gerard
  • 13,023
  • 14
  • 72
  • 125
2
votes
2 answers

Spring Batch DataSourceTransactionManager fails on Oracle

I'm using WebLogic 10.3.3 with Oracle 11g and face a weird problem with Spring Batch as soon as I'm switching from Spring ResourcelessTransactionManager (which is mainly for testing) to the productive DataSourceTransactionManager. First I used…
Jan Petzold
  • 1,561
  • 1
  • 15
  • 24
2
votes
1 answer

Spring 3.1: BeanDefinitionStoreException on startup

Microsoft Windows 7 Professional WebLogic 11g Java 1.6 ( the version with weblogic ) Spring 3.1 I was using WebLogic 11g and Spring 3.1 to do Java Webapp development on a Windows XP Professional PC. All was fine. Then I had to migrate to a new…
Steve
  • 3,127
  • 14
  • 56
  • 96
2
votes
1 answer

@SchemaValidation issue with weblogic's TransformerFactoryImpl

I have been troubled to the core with an issue with @SchemaValidation in combination with weblogic's TransformerFactoryImpl. I have written a few JAX-WS web services and I need to validate the messages by adding @SchemaValidation. But the problem is…
user2187029
  • 51
  • 1
  • 1
  • 2
2
votes
0 answers

Log4j and Java PermGen memory

I have run out of perm gen memory on a Weblogic server. A relevant thread can be found here Spring Forum thread Today i tried to run a Jprofiler and this is what i see in the memory view Why all these instances of log4j? and why all this memory…
boom123
  • 91
  • 1
  • 10
2
votes
1 answer

Weblogic WorkManager in JNDI Tree

Why WorkManager targeted to an Application Server is not part of JNDI Tree of Application Server? I have spent lot of time in this. Or am i missing something? Then can get it using java:comp/env/WorkManagerName.
srinivasan
  • 823
  • 1
  • 8
  • 14
2
votes
1 answer

WebLogic 11G: Deleted WARs Still Being Listed

WebLogic 11G Windows XP Hi, I'm running WebLogic 11g. I put two WARs into the autodeploy directory. Everything was fine. A few months later I no longer needed them so I deleted them from the autodeploy directory. When I log into the WebLogic 11g…
Steve
  • 3,127
  • 14
  • 56
  • 96
2
votes
2 answers

Weblogic 10.3.5 & EJB 3 JNDI names

Could someone tell me where I can find infos on the default JNDI naming for EJB 3 ? Does Weblogic use portable JNDI names like Glassfish? Can I find (like for Glassfish) a trace of EJB deployment with JNDI names used? For example : an interface…
tweetysat
  • 2,187
  • 14
  • 38
  • 75
2
votes
2 answers

ClassNotFoundException: org.hibernate.hql.internal.ast.HqlToken even after adding classic.ClassicQueryTranslatorFactory

Possible Duplicate: org.hibernate.HibernateException: could not instantiate QueryTranslatorFactory: org.hibernate.hql.classic.ClassicQueryTransactionFactory I am using Hibernate 4, Spring 3 and JSF 2.0. While running jsf page I am getting…
Jacob
  • 14,463
  • 65
  • 207
  • 320
2
votes
2 answers

Deploying applications to Web Logic production Server

I am here to get some expert advice on deploying applications to WebLogic Production Server. Is it a best practice to use Admin Server Console for deploying and redeploying applications in production. Actually I am deploying to a cluster having two…
KItis
  • 5,476
  • 19
  • 64
  • 112
2
votes
0 answers

Configuring the canonicalization algorithm in WebLogic 11g SAML2 identity provider

I'm implementing a .NET SAML2 service provider using the Microsoft WIF SAML2 protocol extension. Our partner's identity provider signs their responses using http://www.w3.org/2001/10/xml-exc-c14n#WithComments canonicalization algorithm. It turned…
Rafał Rutkowski
  • 1,419
  • 10
  • 11
2
votes
1 answer

Can Hibernate 2.1.7 work with Oracle Database 11gR2?

A quick and simple question: has anybody used the combination of Hibernate 2.1.7 and Oracle 11gR2 database? We have a legacy app that is using Hibernate 2.1.7 (which we are not planning to update at this point in time) and our database back-end is…
Ashkan Aryan
  • 3,504
  • 4
  • 30
  • 44
2
votes
2 answers

Axis2 WS-Security Running on Java EE Application Server

I have Axis2 web services running in an Application Server (like JBoss, WebSphere and Weblogic) and till now I am passing the user details within a request and authenticating the user before processing it. The next step is that I want to delegate…
SJunejo
  • 1,316
  • 4
  • 23
  • 39
2
votes
1 answer

Using the javax.validation API with Spring 3.1.1

I'm using Spring 3.3.1 WebLogic 11g JDK 1.60_29 I decided that wanted to do Java based form validation. When I went to compile my code I saw that I needed the javax.validation libraries. So, I put these tags in my pom.xml:
Steve
  • 3,127
  • 14
  • 56
  • 96