FWLSE3030E: The runtime "mfp" does not exist in the MobileFirst administration database. The database may be corrupted

779 views Asked by At

After installing and configuring MobileFirst 8 on WebSphere Application Server 8.5.5.10, RedHat Linux 7.3, I am getting error

FWLSE3030E: The runtime "mfp" does not exist in the MobileFirst administration database. The database may be corrupted.

I am using WebSphere SDK 1.7 with FP40

I have checked the Database, and all tables are present.


In the SystemOut.log, I am getting exceptions and it is as below:

com.ibm.worklight.admin.common.util.exceptions.SystemException: FWLSE3002E: The resource is not found.


SystemOut.log


Edit1: I have installed MobileFirst 8 using Command line, and configured it using Ant task.

Edit2: WAS Full profile deployed applications. Deployed Application

2

There are 2 answers

3
patbarron On BEST ANSWER

The symptom you're seeing seems like an open issue that is being tracked as APAR PI71317. Please open a PMR and mention this APAR number; we can give you a test fix to try to help us confirm that it is indeed this issue.

1
taitelman On

first: go to the WAS ND JDBC data sources section and choose the MFP data source and press the "test connection" button. look carefully at the DSN definition and make sure you can browse that same DB with other tool and ensure the schema and tables exist. bare in mind: in WAS ND there should be two entries : one for runtime DB and one for MFP admin DB.