William Bradee
Posts: 0
Joined: Thu Oct 03, 2013 8:45 pm

{"code":"SCSX009","description":"Script launch interval time has not elapsed"}

I am getting the server code error in title. What causes this?

I am not calling the script particularly fast, nor is it particularly taxing.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

{"code":"SCSX009","description":"Script launch interval time has not elapsed"}

Where exactly do you get this error, when you test inside Server Code or when you invoke the script via API?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

{"code":"SCSX009","description":"Script launch interval time has not elapsed"}

And when you test it, it works fine?

William Bradee
Posts: 0
Joined: Thu Oct 03, 2013 8:45 pm

{"code":"SCSX009","description":"Script launch interval time has not elapsed"}

Yes and i can run in a browser ok too

William Bradee
Posts: 0
Joined: Thu Oct 03, 2013 8:45 pm

{"code":"SCSX009","description":"Script launch interval time has not elapsed"}

I am invoking a service inside an ajax callback. I put service execute call in setTimeout of 100ms and its ok now. It works, but why is a mystery.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

{"code":"SCSX009","description":"Script launch interval time has not elapsed"}

Hello! Yes, that's strange... Could you please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us screen name where you have this problem? So we can check, perhaps it's a bug.

bahar.wadia
Posts: 0
Joined: Wed Aug 07, 2013 2:05 am

{"code":"SCSX009","description":"Script launch interval time has not elapsed"}

Error code : SCSX009
Description : Script launch interval time has not elapsed

I got the same message. It does not happen every time, but frequently. I have server side code that I am invoking from the app.

I call the script, wait for it to successfully complete, and then call it again.

Thanks

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

{"code":"SCSX009","description":"Script launch interval time has not elapsed"}

Could you share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us how can we reproduce this.

bahar.wadia
Posts: 0
Joined: Wed Aug 07, 2013 2:05 am

{"code":"SCSX009","description":"Script launch interval time has not elapsed"}

It's simple to reproduce.

I have a server side script that queries records based on a certain criteria and returns just the total count of records found, to the app.

My app makes multiple queries back to back using the server side script (only launching the next request upon successfully completing the prior request). The problem never occurs during the first run of the query. When the problem does occur, it is always on subsequent calls.

Like I mentioned in my prior comment, the behavior is random, but frequent enough that I cannot ignore.

Does that help?

Return to “Issues”