I get below message on application console when a some process takes unusually long time to complete. I am having doubt whether this message implies that my thread is aborted or can it continue after this ?
<[STUCK] ExecuteThread: '0' for q
ueue: 'weblogic.kernel.Default (self-tuning)' has been busy for "609" seconds working on...
Does anybody has a WebLogic 8.1 two-way SSL full example?
I am developing a small web application (1 HTML, 1 Servlet, 1 JSP) to send confidential data. The client could be a web browser. The server is WebLogic 8.1.
The information should travel encrypted. Besides, the web application needs to authenticate the client, using more than a ...
I did ear deployment in weblogic 10.It conatins war, ejb jar, APP-INF, META-INF. Now When I am calling the service from war, I am getting classnot found exception.When I deploy the war file , without using ear file this service works absoulutely fine.
How to resolve this problem. How classloader will check for jars
...
I changed the JTA transaction timeout from admin console and set to 300, even after changing it fails saying JTA transaction unexpectedly rolled back (maybe due to a timeout) with a:
weblogic.transaction.RollbackException: Transaction timed out after 181 seconds`
To make sure whether my changes (timeout value 300) got reflected for th...
We have a weblogic application talking to another weblogic application on another server.
We use JMS for communication between them. We're seeing odd behaviour where createTopicConnection takes 450 seconds (pretty accurately, so 7.5 minuutes) to complete one time, but the next time it will complete quickly, the time after 450 seconds ag...
I have defined a work manager (Global Workmanager) which has targets as managed servers.
When an ear application (containing many ejbs) is deployed on the server and the ejbs are invoked, it only uses the default WorkManager the server level workmanager is not being used. Even a server level MaxThreadsConstraint is also not being respec...
I am having few queries regarding heap usage in my app. At instances it is observed that user activity is minimal (or nil ) on weekend but heap usage increases linearly, reaches the threshold causing the GC to kick in. I wish to analyze the cause of this heap usage and confirm if this is normal and expected. Assuming no user activity, th...
Inside the weblogic console, when you click on a deployment, there is a tab named 'Monitoring' and a subtab named 'Health'.
How can i expose my application health to this tab? Is there a developer's guide somewhere?
http://i.imgur.com/T4agy.jpg
To clarify what i want to do: Output my application background process states to this 'Hea...
Hi guys, I'm currently looking into ruleML and I was wondering if maybe someone could give me a short list of advantages and disadvantages about it?
Thanks
...
I have a grails(v1.2.1) app using the acegi plugin(v0.5.2) to authenticate users against an Active Directory domain.
Everything works perfectly as long as I run the app using "grails run-app"; The correct controller/actions are protected, users can successfully log in, they don't have to log in on each page request, etc.
When I run the...
Hello.
I need to script an EAR deployment to Weblogic 9.2. Extra requirements I have though are:
Application Name shall be the one I provide, not just EAR name
Application is deployed in Prepared state, not Running one
As far as I can tell, when I use deploy(), the name is got assigned by me (good!), but application starts right aw...
In short, how can I restrict access to connection pool X based on application name or JAR name? A simple use case might help...
A business web-app (call it WEB_APP_A) uses pool Y to do basic look-up SQL. Some users of this web-app have access to also update some sensitive data in the database. This code is provided by a JAR file (call i...
I am trying to create a simple axis web service.
I am using axis 1.2.1, JDK 6, Weblogic.
Everything seems to be fine except invoking the web service.
When I try to invoke the service it gives me an 'Unauthorized' error.
Any ideas of what am I doing wrong?
AxisFault faultCode:
{http://xml.apache.org/axis/}HTTP
faultSubcode: ...
We recently migrated an application from a Weblogic 7.x server to a 9.x server. In earlier versions of Weblogic, deciding where to put JMS objects like queues and topics was easy -- you just put them on a JMS server.
Weblogic 9.x adds an extension to the JMS spec. You can either deploy JMS objects to a "system module" or an "application...
In Weblogic 10.3, how do I inject a remote EJB from one EAR into a Stateless bean of another, both EARs being deployed in the same container? Ideally I'd like to do as much as possible with annotations.
So suppose I have the following interface:
public interface HelloService {
public String hello();
}
implemented by the following E...
Is it possible to set a virtual host in WebLogic only ?
In my development machine, I have a WebLogic instance with two servers, listening to ports 7002 and 7003; the deployed application contains EJBs and MDBs.
I want to point a Java client outside of the container to a single url, which I know will be served by the cluster, instead of...
What does the following error error mean?
I'm use eclipse and export web project as war file then
I deploy to weblogic there is error message that I don't understand.
Message icon - Error Unable to access the selected application.
Message icon - Error Exception in AppMerge flows' progression
Message icon - Error Exception in AppMerge fl...
Hi,
Scenario:
If i try to start the server as a window service it gives an error stating that ceradentials are not correct.However on correcting the credentials in boot.properties when i try to start the server again it gives the same error.Any alternative for starting the server.I gave the same username and password in my startup Scri...
just curious to know issues in deploying compiled war with jdk 1.5 and deploying in jdk 1.6 environment (which is weblogic 10gR3)
...
We are running WebLogic 8.1.6.0 and when we attempt to shutdown all managed servers in a cluster some of the managed servers shutdown and start back up prior to us interacting with them. In order to stop all of the managed servers we have to manual force shutdown each server that “restarts” it’s self and often the manually process must b...