MQX http_request.status not equal 200

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MQX http_request.status not equal 200

305 Views
r_letourneur
Contributor III

Hi, I'm working on a Kinetis tower K60 demo kit with an apache web app runing on sd memory. So sometimes I havn't the http_request.status == 200.

The webapp now has many folders like /css, /js, /form and I can tell that before Mqx 4.0.2 it wasn't possible to use many folders because the web pages was always incompletes

With the last Mqx version and patch 4.0.22 it's better but not totaly solved. Is this kind of error can be produced by the mqx file system or the rtcs performances?

Please could you tell me what I could modify in the BSP to try to increase the RTCS or filesystem performances?

Regards

0 Kudos
1 Reply

209 Views
Luis_Garabo
NXP TechSupport
NXP TechSupport

Hi Regis,

There is not enough information to make a judgment of what could be wrong. What is your application requesting to be waiting for a OK? MQX supports these requests:

HTTPSRV_REQ_GET
HTTPSRV_REQ_POST
HTTPSRV_REQ_HEAD

If the OK is not being returned then what is the web server answering?

Regards,

Garabo

0 Kudos