Monday, July 19, 2010

Library Reference Error

Issue No.2
13-July-2010
Version: Weblogic Server 10.2
Getting the Below Error while Deploying the EAR application
#### <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1279091617514> webdav-web-lib#10.0.0@10.0.1.1From
...wlserver_10.0/cm/lib/modules/...To.../wlserver_10.0/cm/lib/modules/maintenance/1001/default/...A ticket has been created for this issue.Hope this helps.
3 Exact match means, waiting for same version, not accepting same name with another version.In my case, these problems' reason, the referenced libraries not targeted to same server
. I have admin server and clustered server, my referenced libraries targeted to the clustered server only, but not targeted to admin server. I have targeted all libraries to admin server and clustered servers, and then problem solved. When I deploy application, I have deploy it admin server and also managed servers.
Possible ways to trouble shoot
1. Checkout the versions of both the Jar and Weblogic server versions which you are using.
2. I was able to fix the problem by giving a work around. Also I found what causes the problem. If you are working with managed servers on WL10 MP1 or 2 you will face this problem for sure. This problem appears in these cases:a) If you target the libraries to the Admin server and the cluster. The libraries by default are target only to the cluster and not to the Admin server.b) When using pack/unpack to create managed servers after starting a managed server and target the libraries to the admin server.c) If the deployed application targets to the admin server.
To fix this you need to run the servers and after they are on Admin state you must undeploy the libraries that run into conflict and deploy them again with another name.Another way to fix this is by changing the path in the config.xml file for the libraries:content-management-app-lib#10.0.0@10.0.1.1content-management-web-lib#10.0.0@10.0.1.1webdav-app-lib#10.0.0@10.0.1.1

No comments:

Post a Comment