cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP status 500( Internal Server Error):Extending Fiori App in Eclipse with Tomcat Server(locally)

wakky
Explorer
0 Kudos

Hi All,

I'm trying to run a Extending Fiori App (CRM My Opportunities) in Eclipse with Tomcat.

I have configured and followed the steps until p52  from the Fiori Guide(How to Extend Fiori Applications)

When I tried to test Opportunity App, I can't  getting Opportunity List

There is a error HTTP status 500( Internal Server Error) .

What is wrong?

-My TEST Environment-

Frontend server: NW731

CRM Backend: CRM 7.0 EhP2

Components: UIX02CRM SP01 and GBX02CRM SP01 Downport app

Development Tool:Eclipse Version: Juno Service Release 2 Build id: 20130225-0426

Eclipse plugin:SAP NetWeaver Gateway Productivity Accelerator (GWPA),UI Development Toolkit for HTML5,Fiori Toolkit


-Error message-

2014-10-07 14:13:12 The following problem occurred: HTTP request failed500,Internal Server Error,{"error":{"code":"005056A509B11ED1B9BF9F46AA8E82ED","message":{"lang":"ja","value":"In the context of Data Services an unknown internal server error occured"},"innererror":{"transactionid":"BAE04DE42E26F198B93F00155DD2460A","timestamp":"20141007051354.2000000","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"}}}}

Error Image

Google Chrome(F12)

Kindly advice me proceed further.

Thanks & regards,

Yuki

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

Hi Yuki,

What errors do you find in /IWFND/ERROR_LOG?  Have you verified that your user can log into the standard app without any issues?  Also have you made any extensions or is this just the base setup of the extension project?

Regards,

Jamie

SAP - Customer Experience Group

wakky
Explorer
0 Kudos

Hi Jamie,

Thanks.

I found error in /IWFND/ERROR_LOG.

The custom field is empty in error log, so custom field don't allow null.

I fixed to allow null about cutom field in SEGW.

Then I've solve thie issue.

My extension project is to add two custom filed about date & status.

Regards,

Yuki

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Yuki,

Please do the following checks

1. Same User exists in back-end system

2. Is your extended service ZCRM_OPPORTUNITY_SRV working in gateway?

//use Activate and maintain services - /IWFND/MAINT_SERVICE

3. RFC connection is proper? SM59

4. Proper setup of system alias?

5. find more details /IWFND/ERROR_LOG as Jamie said in above reply.

Best Regards,

Sunil B N

wakky
Explorer
0 Kudos

Hi Sunil,

Thanks.

This issue is fixed details in above reply.

Regards,

Yuki