0

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

Andy Guibert
  • 41,446
  • 8
  • 38
  • 61
Mohammad Ashfaq
  • 1,333
  • 2
  • 14
  • 38
  • You only mention what you did but not what you followed. It is more than likely that your server.xml is misconfigured or that you did not deploy all required resources. If the runtime "mfp" is missing then it's either missing as a .war file or the server.xml is not pointing to the correct place... Please edit the question and provide the full log file as well as the server.xml file. – Idan Adar Jan 02 '17 at 05:58
  • @IdanAdar, I have deployed all the necessary resources. Where is server.xml file when I have deployed MobileFirst on WAS? – Mohammad Ashfaq Jan 02 '17 at 06:02
  • server.xml is a standard Liberty file. It is typically found under usr/servers/your-server-folder/ – Idan Adar Jan 02 '17 at 06:05
  • I think there is some understanding gap, I have installed MobileFirst on WAS Network Deployment Profile, not in Liberty profile. – Mohammad Ashfaq Jan 02 '17 at 06:07
  • @IdanAdar I have attached SystemOut.log – Mohammad Ashfaq Jan 02 '17 at 06:14
  • Which instructions did you follow? Have you read thoroughly this document? https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/installation-configuration/production/appserver/ – Idan Adar Jan 02 '17 at 06:48
  • I have followed all of the instruction from there thoroughly. – Mohammad Ashfaq Jan 02 '17 at 07:37

2 Answers2

1

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.

patbarron
  • 1,364
  • 12
  • 17
  • Is there any web link from where I can see the details regarding this APAR? – Mohammad Ashfaq Jan 03 '17 at 09:13
  • 1
    There is no web link yet, as this APAR is relatively new and is still in progress. When the APAR becomes available on the web, you will be able to see it at http://www-01.ibm.com/support/docview.wss?uid=swg1PI71317, but it's not there just yet. – patbarron Jan 03 '17 at 12:56
  • The information about APAR PI71317 is now available at the URL I mentioned in my last comment. – patbarron Jan 04 '17 at 16:58
0

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.

taitelman
  • 612
  • 5
  • 9
  • I am seeing two JDBC providers. 1] MobileFirst JDBC Provider 2] MobileFirst administration JDBC Provider. I have checked data sources and test connection is successful. Also I am able to connect to DB with other tools like Dbeaver. – Mohammad Ashfaq Jan 02 '17 at 07:16