ibm mobilefirst - Worklight Server/DB down, Hybrid app shows a dialog with "Server is temporarily unavailable". No error callback? -
we have case worklight server's (v6.1.0.02-20150509) database down, , server not connect , hybrid app presented below dialog.
we did not provide dialog , content in app, must come worklight client framework.
since phone set french, see there english/french mix in text.
what wondering whether there way catch this?
there seems no callback , seems adapter call did not timeout , did not return error our code.
also, why worklight framework showing visual error dialog? framework should provide callbacks , hooks, , not visual ui app developers did not create.
christian,
using ibm worklight studio 6.1.0.02-20150608-1406 followed these 2 scenarios:
use
wl.client.connect
wlcommoninit()
while server running mysql database of server (wrklght) shut downin scenario
connect
failed , reachedonfailure
callback.use
wl.client.invokeprocedure
wlcommoninit()
(instead ofconnect
) while server running mysql database server of server (wrklght) shut down. procedure calls sql adapter attempting retrieve data same database server.in scenario adapter invocation failed , reached
onfailure
callback.
so experiencing not happening here using latest build version mentioned @ beginning.
- try same build (see email you)
- provide clearer reproduction steps
Comments
Post a Comment