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
1
vote
0 answers

Works wls:prefer-web-inf-classes with external lib?

I know that there are hundreds of post about wls:prefer-web-inf-classes but I still having some doubts about how it works. If I have an application that relies on another lib: - my-app.war --- | - libs.war < --- If I set…
1
vote
1 answer

Problem with Weblogic Upgrade

I'm currently in the process of upgrading my WebLogic version from 10.0 to 10.3.3. I did manage to successfully create a new 10.3 domain, but when I try to start it, I get the following error:
KidCrippler
  • 1,633
  • 2
  • 19
  • 34
1
vote
0 answers

Cannot find dispatch method for operation on weblogic12c

We have deployed the EJB application, .ear file on weblogic 12c. (Application build on Java 8) Getting this error for 4 operations of 7 in WSDL. Same EAR is working fine on weblogic 11g server (Application build on Java 6) Cannot find…
tbaveja
  • 76
  • 11
1
vote
1 answer

LinkageError :Caused by: java.lang.LinkageError: loader constraint violation: when resolving field "DATETIME"

I am facing an issue. Not able to get the solution if any one can help me. I am implementing JAXB in my code for XML validation through XSD and XSLT. Error is a class conflicting between JRE and Weblogic server. Application is not able to understand…
Nikky
  • 31
  • 4
1
vote
1 answer

Getting server Name

Hi all I am using Weblogic11, EJB3.0 I am working in Cluster. I would like to retrieve inside the Java code the current server Name(instance/id). since I want to do some operation on one server one and a different operation on another thanks, ray.
rayman
  • 20,786
  • 45
  • 148
  • 246
1
vote
1 answer

Migrating MBean services from JBoss to WebLogic

The company I work for is migrating to a new data center. We'll be using WebLogic instead of JBoss what we're using now. I'm tasked with migrating the deployment (modifying ant scripts, ...etc) of some legacy J2EE applications (Apache Axis web…
wsb3383
  • 3,841
  • 12
  • 44
  • 59
1
vote
3 answers

How to view help instructions in Oracle Weblogic 11g console

I just installed Oracle Weblogic 11g with the zip developper package on Linux. I managed to create a domain, servers declare a machine, start the nodemanager however, I cannot access the help links inside it : when I click on a link, an xml file…
Denis R.
  • 818
  • 1
  • 9
  • 15
1
vote
1 answer

Lookup via Annotation in Weblogic

I am using EJB3.0, Weblogic 11g I am trying to do simple lookup from servlet to Statelessbean and run there a method. both under the same EAR. I managed to do it with Jboss. but I know that in Weblogic it's little bit diffrent so I channged my code…
rayman
  • 20,786
  • 45
  • 148
  • 246
1
vote
1 answer

Decryption of Transparent Data Encryption (TDE) in an Oracle Database using weblogic datasource

I have implemented Transparent Data Encryption (TDE) in an Oracle Database Can you please tell how to decrypt it using weblogic datasource connection? Thanks in advance
1
vote
1 answer

How to install .crt files(SSL) on web logic server?

I have CA certified chain of certificates each with '.crt' extention. Can some one please tell on how to install them on web logic server 11g/12c? Please note that I do not have keystore. I just need to import those .crt files on to web logic…
saikiran
  • 71
  • 2
  • 8
1
vote
1 answer

Finding WebLogic server process on my database and its current state

We're using WebLogic 11g with Oracle DB 11g. Perhaps there is no way to do it just using database queries since the deployment name of any application is stored on WL server. The query below shows some useful info but I'm not able to see the…
ayhn
  • 21
  • 6
1
vote
1 answer

Weblogic JMS client throws DispatcherException when trying to commit after long processing

I am working on a JMS client for WebLogic 11g (WebLogic Server 10.3.6.0). The client is based on wlthint3client.jar library. The client uses asynchronous API (listeners) to read messages from JMS queue. Client is multi-threaded and uses multiple…
tporeba
  • 867
  • 10
  • 23
1
vote
0 answers

How to login to the Weblogic Admin Console in code

Pages within Weblogic Administration Console (11g) use a REST-like URLs. I would need to access the contents of a specific URL within my Weblogic administration Console in code, for instance…
Tina J
  • 4,983
  • 13
  • 59
  • 125
1
vote
3 answers

Weblogic 10.3.6 generates empty heapdump on OutOfMemoryError

I'm trying to generate a full heapdump from Weblogic 10.3.6 due to an OutOfMemoryError generated by a Web Application deployed on the Server. I've setted the following start script: -XX:+HeapDumpOnOutOfMemoryError…
Alessandro C
  • 3,310
  • 9
  • 46
  • 82
1
vote
1 answer

Weblogic JMS client - reading from multiple queues in single transaction

I have a problem when reading messages from multiple JMS Queues in a single transaction using WebLogic JMS client (wlthin3client.jar) from WebLogic 11g (WebLogic Server 10.3.6.0). I am trying to read first one message from queue Q1 and then, if this…
tporeba
  • 867
  • 10
  • 23