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

WebLogic Admin server changes not persisting across restarts

A startAdmin.sh server script which is used to start the administration server was written with the following lines at the end: DATE=/usr/bin/date +%d /usr/bin/cp -pr /opt/bea/user_projects/domains/Domain/servers/Admin…
0
votes
2 answers

Deploy .ear with Ant to WebLogic Server fails

I have build a working Java application which I can succesfully build and deploy to my WebLogic11g server. I'm automating this process now with Ant. I can build my application, the builded application works fine when deployed manually. But the…
0
votes
3 answers

set class path in weblogic 11g console

How to set class path in weblogic 11g console for classes present in web-inf/classes/ And my classes are in the below structure which needs to be set as class path to avoid exception which needs these classes to be loaded first. /com/cdy/ws/a.class…
pal
  • 1,202
  • 6
  • 17
  • 27
0
votes
1 answer

WSO2 IS Generate a Metadata partner file

I am trying to use Oracle Weblogic server and add WSO2 IS as SAML 2.0 Web Single Sign-on Identity Provider Partner however to acheive this i need to generate a metadata partner file or use the one from WSO2 IS. how can i retrieve this information…
jtyreman
  • 256
  • 3
  • 15
0
votes
1 answer

How to stop an application on only one server in a cluster?

How can I stop an application deployed to a cluster on only specific servers? I want to use the AppDeploymentRuntimesMBean to issue an application stop command to a deployed application, but to only specific servers in the cluster.
user177800
0
votes
1 answer

Need to know HTTP Error code for weblogic.servlet.SessionCreationException

In my web application , for putting a cap on maximum session I m using max-in-memory-sessions attribute , which is configured in my application's weblogic.xml file.
xyle0105
  • 1
  • 1
0
votes
2 answers

Set EJB jar file in manager server

Im new to weblogic Can you please advise how to set the ejb file in weblogic 11g console parameters for manager servers. I have to do the deployment of an EJB application. Can you please help? Thanks
pal
  • 1,202
  • 6
  • 17
  • 27
0
votes
2 answers

Is it safe to delete the stage directory?

One of my servers is running out of capacity, mostly due to WebLogic's stage folder. I've been looking for information and it seems to be a temporal folder, but unlike older versions, on WL11g this folder is out of the tmp folder. So I'm not sure…
user1351781
0
votes
1 answer

JPA IllegalArgumentException, but expected and actual type are identical

Recently a co-worker and I started to experience a problem with our WebLogic development environments. Suddenly we can no longer deploy our project. The application builds in Eclipse, but when we deploy to our local WebLogic instance we receive an…
Jefferey Cave
  • 2,507
  • 1
  • 27
  • 46
0
votes
1 answer

Oracle Enterprise Manager Keystore vs Weblogic Keystore

I am having to consume a web service via 2 way SSL. We have exchanged certificates and I am trying to connect and am getting a handshake failure. I am using Oracle Service Bus to connect to the web service. My questions: What is the keystore in the…
0
votes
1 answer

Huge Storage for Weblogic JMS Server

In my weblogic server (4 nodes) I defined a migratable JMS Server with (Oracle) Database Storage. Here I receive 1000 messages per second. Every message is an XML message of about 1kB. I might have the need to stop the java MDB for 1 day and store…
giusy
  • 365
  • 2
  • 5
  • 17
0
votes
1 answer

reading weblogic.xml from a location external to war

I have deployed 2 web applications in oracle weblogic 11gR1. For both of these applications i wanted to configure weblogic.xml in an external location such as in domain home. Is there any way this can be achieved or is it mandatory for weblogic.xml…
Murali
  • 46
  • 1
  • 7
0
votes
1 answer

Error while starting the Oracle Weblogic Server 11g

When I'm starting the weblogic server, I'm getting the below error.
Raj Wadhwa
  • 335
  • 2
  • 13
0
votes
1 answer

WebLogic's @AsyncWebService annotation location

I'm implementing asynchronous web services for WebLogic 11g, following this guide. At some point it instructs to annotate the web service implementation class with @AsyncWebService. This annotation, or the package for that matter…
Dormouse
  • 1,617
  • 1
  • 23
  • 33
0
votes
2 answers

Can we set JTA datasource name in properties file

Can we set the JTA datasource name in properties file , which will be read in persistance.xml of application.
Sai prateek
  • 11,842
  • 9
  • 51
  • 66