Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Service causing C15r: component not found error

error comes back.

I have double check the service and mappings. it is all perfect. I have created a blank page with this service. Perfect

It is like this service is clashing with something on this page????\"

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Service causing C15r: component not found error

Scrap what I have said above.

Removing that mapping did work perfectly for a while. Now it does not.

I give up!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Service causing C15r: component not found error

So, now I have a duplicate page of the original. I have removed the mapping from the original as well as the duplicate. THEY ARE IDENTICAL. Original page fails. Duplicate passes????????????

Wasting my time here!

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Service causing C15r: component not found error

Generally - the C15r component errors are 'timing' errors - and - are caused by the app trying to display a page either after you have closed it in a service call - or before the page is visibile. When I say display - when the 'complete' and - or success methods fire in a service - they also call internals to re-display the page you are on.

What I've done to workaround this:

  1. Moved some code to execute in a timer (Say it I want to close a page after a service runs).

  2. I've edited the source in the Appery internals - a try {} catch (e) {} loop around it (find the exact line it fails in the Chrome or other debugger - and then go edit that source on the source tab - obvious challenge on forward compatibility) - to quiet the error.

    Not sure if this helps - but I've had your challenge - and agree - there should be a defect filed for it. In the meantime - try to work around it.... your call....

    Best,

    Bruce

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Service causing C15r: component not found error

Ps - if you're still having troubles tomorrow - I can get on a Skype call with you -and perhaps help.... emphasis on 'perhaps' lol....

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Service causing C15r: component not found error

Hi Bruce

Thanks again for your assistance. The service I am firing is an update service that only gets invoked on a click event. It is the only service that gets invoked on this event. So it is not related to timing (I am well aware of timing sequences.)

The behavior is just so frustrating due to the fact that I duplicated the page, removed the mappings on both the pages for that service. it works fine on the one page but not the other. They are an identical duplicate. It just does not make any sense. Then when I re-instate the mappings it fails again.

I have even killed the service and recreated the service over and over.
The service works 100% in test mode. Mappings are 100%.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Service causing C15r: component not found error

Ok, so guess what. It working now!!!!! Don't ask me why but it is working. It seems if you are patient and just leave things for a while, they miraculously fix them self???

Enough to drive me to drink!

Bruce, thanks for the offer to Skype. I appreciate it.

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Service causing C15r: component not found error

Deon, good luck my friend! Patience indeed is a big part of solving any problem lol :-)

Return to “Issues”