cancel
Showing results for 
Search instead for 
Did you mean: 

Error During Deployment

Former Member
0 Kudos

Dear All,

I have got the following error when I am deploying Quick Car rental Application

"Caught exception during application startup from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Error occurred while starting application sap.com/QuickCarRentalApplication and wait. Reason: Clusterwide execption: server ID 108740950:According to the O/R mapping described in /META-INF/persistent.xml, a CMPBean intends to store one of its cmp-fields in column DATEFROM of table QCR_RESERVATION. However, a column with such name does not exist in the database table.

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Deployment exception : Got problems during deployment"

What is the problem ? Thanking you in advance.

Siladitya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Siladitya,

Check the data source name.

For more details... Look at this thread... Similar thread discussed.

Hope it helps.

Regards,

Maheswaran.B

Message was edited by: Maheswaran B

Former Member
0 Kudos

Hi,

There is a reference from the Bean to a table field which is not existing.

Check if the table "QCR_RESERVATION" has a field "DATEFROM".

If you have used the "DATEFROM" field, check the case. It should match with the definition in the table.

If error still persists, post the code for further help.

regards,

P.Venkat