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

Duplicate request in web logic server 11g after every 5 mins

We are facing an issue with long running threads in our web logic server 11g. What actually happening is when we made a request in our application, if the thread associated with the request is taking more than 5 mins. Our weblogic server 11g is…
4
votes
2 answers

Commit while Open new Transaction within Transaction

Using Ejb3.0, Weblogic 11g, JDBC I am invoking a method which is running remotely in another deployment EAR. The method in the remote deployment being invoked but it's annotated with the…
rayman
  • 20,786
  • 45
  • 148
  • 246
4
votes
5 answers

Injecting EJB3.0 Beans into JSF2.0 Backing Beans... Impossible?

I'm working on a JSF project on Weblogic 11g, and our initial design is calling for JSF Backing Beans to invoke EJB3.0 beans to perform business logic and data access calls. The @EJB annotation doesn't seem to work in my project when I try to inject…
bakoyaro
  • 2,550
  • 3
  • 36
  • 63
4
votes
3 answers

How to change deployment order in WebLogic?

According to this documentation it is possible to change deployment order in WebLogic: http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e13952/taskhelp/deployment/ChangeTheServerDeploymentOrder.html For example I have two web applications…
Volodymyr Bezuglyy
  • 16,295
  • 33
  • 103
  • 133
4
votes
0 answers

Weblogic exception: "weblogic.wsee.jaxws.client.async.AsyncTransportProvider" failed to preload on startup in Web application:

I am running an application on Oracle Weblogic server version:10.3.5 The below exception is thrown while launching the application. I checked for weblogic.jar and weblogic.fullclient.jar files in the war file and none of these jar files are present…
Bharath Reddy
  • 301
  • 2
  • 4
  • 15
4
votes
3 answers

Weblogic Management Exception

I have been trying to deploy my Java Servlet on Oracle weblogic 11g, but getting this exception, when I try to start it after deploying my war. weblogic.management.ManagementException: [Deployer:149001]No application named 'XXXX' exists for…
asmat soomro
  • 41
  • 1
  • 1
  • 4
4
votes
3 answers

Weblogic 11g URL Rewrite

I have a client running a WebLogic 11g install on a Windows Server machine who wishes to implement Apache-style mod_rewrite-like functionality to translate requests for http://easyurl.com to http://super.complicated.com/with/this/junk?here=and_more.…
A. Wilson
  • 8,534
  • 1
  • 26
  • 39
4
votes
2 answers

weblogic.transaction.internal.TimedOutException: Transaction timed out after 32 seconds

I have following configuration OS Sparc 11 OCSG 5.1 Environment : Cluster (Admin+MS), (MS) Weblogic : 11g Problem: I have deployed existing running ear from old environment (ocsg 5.1 windows ) to my new environment sparc 11 ocsg 5.1. I am facing…
Muhammad Maroof
  • 141
  • 1
  • 3
  • 9
4
votes
1 answer

Why do I get a java.lang.NoSuchFieldError: on an Enum value?

I have an Enum inside a jar that I have produced myself. This jar is a dependency of a second jar, which uses the enum values. Now, the second jar is a logging framework, whereas the first jar in this case is the model classes of the logging…
jumps4fun
  • 3,994
  • 10
  • 50
  • 96
4
votes
1 answer

ServletContext state replication on Weblogic Cluster

I know that Weblogic cluster replicates session state between nodes of the cluster (according to replication policy), but as far as I understand it does not replicate ServletContext (application scope) state. Is there any configuration in Weblogic…
Amir Pashazadeh
  • 7,170
  • 3
  • 39
  • 69
4
votes
2 answers

An error has occurred with the WebSphere MQ JMS connection

Getting below error with MQ(Message Queue), how to resolve this? Message : com.ibm.msg.client.jms.DetailedJMSException: JMSWMQ1107: A problem with this connection has occurred. An error has occurred with the WebSphere MQ JMS connection. Use the…
user3644696
  • 61
  • 1
  • 2
  • 8
4
votes
1 answer

Spring MVC 3.0.0 app won't bootstrap on Weblogic Server 11gR1 - ClassCastException

I have a Spring MVC (3.0.0.RELEASE) based application I need to deploy to Oracle Weblogic Server 11gR1. It works fine on Spring TC Server. When I deploy my application WAR file (either via STS/Eclipse "Servers" view or to the "auto-deploy" folder,…
Andrew Harmel-Law
  • 7,739
  • 12
  • 44
  • 55
4
votes
1 answer

Proper G1 GC tuning for sparc T4 8-core

my application is deployed on a weblogic running on Solaris, on a dual SPARC T4 8-core 3.0 GHz. This weblogic instance is using g1 gc and I think it's possible to improve the current configuration: GC_OPTIONS=" -server -XX:ConcGCThreads=4…
César Varona
  • 61
  • 1
  • 6
4
votes
2 answers

Error when deploying ear in weblogic 11g

Error in admin console: Unable to access the selected application Exception in AppMerge flows' progression Exception in AppMerge flows' progression VALIDATION PROBLEMS WERE FOUND problem: cvc-attribute.4: The value '6' does not equal the fixed value…
user2538100
4
votes
2 answers

Weblogic: java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z

I'm attempting to implement Hibernate in one of our applications, running on Weblogic 11g, and receive the following error when attempting to deploy while using OneToMany, OneToOne, and other join tags: java.lang.NoSuchMethodError:…
Mike
  • 2,334
  • 1
  • 23
  • 27
1 2
3
41 42