Welcome to my blog...

Hello

I created this blog to share my minimal knowledge with others on the issues I came across, the POC's I did, Installations & Configurations I did on Oracle Fusion Middleware, OBIEE and Oracle Primavera Applications.

LinkedIn: https://in.linkedin.com/pub/vinoth-kumar-subramani/18/260/7b9

Technical Issues and Solutions

Tuesday, June 2, 2015

Weblogic Admin Server is running and its health is in Falied sate - The persistent store "XXXXXX" does not exist, [Store:280105]The persistent file store "XAFileStore" cannot open file XAFILESTORE000000.DAT.

If your Weblogic Admin server is running and its health is Failed, with the below error, follow the given solution.


weblogic.management.DeploymentException: Internal error activating the JMS Server XAJMSServer: weblogic.management.DeploymentException: The persistent store "XAFileStore" does not exist

weblogic.store.PersistentStoreFatalException: [Store:280105]The persistent file store "XAFileStore" cannot open file XAFILESTORE000000.DAT.

####<Jun 2, 2015 12:57:58 PM SAST> <Error> <JMS> <zaflappmlvu01.next.mtn.com> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <38c8073e-1b4a-425c-9a83-28f75f436aab-00000004> <1433242678319> <BEA-040123> <Failed to start JMS Server "XAJMSServer" due to weblogic.management.DeploymentException: The persistent store "P6FileStore" does not exist.


Solution:



1.       Go to Admin console -> Domain -> Services -> Messaging -> JMS Servers -> (JMS Server name)  -> Configuration -> General -> Untarget the Persistent Store.

2.       Then Go Services -> Messaging -> Persistent Stores -> Configuration -> Directory. Go to that specific directory in the specified path and take a backup and delete the contents in it.

3.       Now target the Persistent Store to the JMS Server and restart the server. 

No comments:

Post a Comment