I developed a ivr application using composer, a db data block included.
some times, not always, there is a error.badfetch event throwed, when this db data block was executed.
for dberror, dbconnection, dbconnectionerror, I can handle in my ivr application, but for this error.badfetch, looks like must be fixed, or should be handled in system level, not application level?
I am using Composer and I see error.badfetch.http.404: [http://IPADDRESS:PORT/JavaComposerProject/include/dbrequest.jsp] when the program try to execute a db block with correct connection and correct query.
I am new to composer and I am not sure what is it causing this. I could see dbrequest.jsp file present in include folder under main project folder.