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

Modifying a JMS message before its sent to dead letter queue

I am using a MDB to process a JMS message. In case of an exception, I would ideally want to stamp a JMS message with the error detail as well (exception message) and allow it proceed to a dead letter queue (configured in Weblogic server). In the…
Abhishek
  • 1,175
  • 1
  • 11
  • 21
3
votes
0 answers

Usage of startscript.xml in weblogic to generate sh files during domain creation process

I used weblogic for my learning purpose and i have read in weblogic documentation that using startscript.xml one can update modify sh and cmd files and place in domains root directory during the domain creation process. For example using below…
3
votes
1 answer

JMS TextMessage - not working after deployment to WebLogic

I am facing a strange issue after migrating my application from OC4J to WebLogic 10.3.6 server. My application produces JMS TextMessage into OracleAQ queue. It was working fine. But after deploying the application to WebLogic, produced text messages…
Ahsan Shah
  • 3,931
  • 1
  • 34
  • 48
3
votes
2 answers

httpServletRequest.getParameter returns null

I have two servers one (local) and the other (remote calling through vpn). On both, the same application is deployed. I stop the vpn to call the local one, so no interference between them. I am trying to get the param in the servletFilter in…
3
votes
1 answer

Using Jersey Client inside EJB 3 stateless session bean on Weblogic

I am using Jersey client inside a EJB 3 stateless session bean. I can deploy the EJB project on Weblogic 11g. But when I try to look up the bean from a JSP, I get the following error javax.ejb.EJBException: EJB Exception: ; nested exception is: …
user59988
3
votes
4 answers

JRE 8 compatibility with weblogic 10.3.6 (11g

Could you please help in finding out if JRE 8 would be compatible with weblogic 10.3? We have a swing based application deployed on weblogic 10.3 server. We want to upgrade our JRE so wanted to check if JRE 8 would be able to run apps deployed on…
user2187029
  • 51
  • 1
  • 1
  • 2
3
votes
1 answer

Custom Thread on Weblogic Server 11g

I need a custom threda on my weblogic server; I cannot use TimerEJB or Delayed MDB since I have to use a 3d library. I know that custom threads on application server are discouraged; here a related post (4 years old): Why is spawning threads in Java…
giusy
  • 365
  • 2
  • 5
  • 17
3
votes
1 answer

Addressing "WebLogic server side components must use AQ JMS datasource configuration"

I'm migrating an old Java application, originally written for Oracle Application Server, to WebLogic 10.3.6 in Oracle Fusion Middleware. The application uses Oracle Advanced Queue / JMS functionality. The AQ is already configured in a database. Now…
tomfumb
  • 3,669
  • 3
  • 34
  • 50
3
votes
5 answers

User failed to be authenticated in WebLogic

I'm having problem with authenticating my weblogic server, i assigned correct username and password, what went wrong with my project? Is there any configuration that i need to be configure with my web logic server that causes this error …
DreamBigAlvin
  • 884
  • 3
  • 13
  • 35
3
votes
2 answers

XA error: XAResource.XAER_RMFAIL start() failed on resource Resource manager is unavailable

I developed an application on Weblogic 11g and configured a data source to connect Oracle 11g. When I start the application, I got an error, anyone have the ideas? java.sql.SQLException: Unexpected exception while enlisting XAConnection…
AnZhi
  • 43
  • 1
  • 2
  • 8
3
votes
1 answer

In WebLogic JMX: What is the status of threads that are not Idle, Hogging nor Standby?

I am using WebLogic's Monitoring Dashboard (which allows us to monitor MBeans graphically, see attached image). I'm monitoring: ExecuteThreadTotalCount, ExecuteThreadIdleCount, HoggingThreadCount and StandbyThreadCount. I expected…
Genia
  • 88
  • 1
  • 7
3
votes
2 answers

Weblogic kills CXF's SSL configuration?

Good time! I've created a simple CXF client to communicate with a remote service protected by SSL. If I run a JUnit test a handshake performs without mistakes and the communication goes normally.
Dmitry
  • 3,028
  • 6
  • 44
  • 66
3
votes
0 answers

obtaining jms connection to external weblogic server via jndi

I'm using spring to obtain connection factory for jms
user2409220
  • 31
  • 1
  • 2
3
votes
1 answer

How can I map multiple instances to the same war file in Weblogic?

is it possible to deploy mutiple instance of same war so that it can be accessed by different context? http:// localhost:7001/app1 points to --> app.war http:// localhost:7001/app2 points to --> app.war http:// localhost:7001/app3 points to -->…
3
votes
3 answers

how do I pass "-D" argument in Eclipse to my weblogic server

I am developing on Eclipse on ubuntu and deploy on weblogic. I am fething the system property values using System.getProperty("key") ... how do I pass "-Dxxx=yyy" argument in Eclipse to my weblogic server. In Run -> Run configurations I dont have…
anasdox
  • 629
  • 1
  • 7
  • 15