Forum Discussion

JIMMY_47731's avatar
JIMMY_47731
Icon for Nimbostratus rankNimbostratus
Feb 23, 2011

Monitor log

Cannot parse the http request. Http error response [400 Bad Request] will be returned. Request is [GET /index.html

 

].

 

com.sap.engine.services.httpserver.exceptions.HttpIllegalArgumentException: Illegal argument(s) [., 21] of method [indexOf] in class MessageBytes.

 

at com.sap.engine.services.httpserver.lib.util.MessageBytes.indexOf(MessageBytes.java:563)

 

at com.sap.engine.services.httpserver.lib.impl.RequestLineImpl.init(RequestLineImpl.java:282)

 

at com.sap.engine.services.httpserver.lib.impl.RequestLineImpl.parseRequestLine(RequestLineImpl.java:213)

 

at com.sap.engine.services.httpserver.

 

2 Replies

  • Hi Jimmy,

     

     

    Which LTM version are you running? What is the monitor send string configured as?

     

     

    Aaron
  • Jimmy: A good first thing to check is that you've got a HOST header included in the request, for example:

     

    GET / HTTP/1.1\r\nHost: host.domain.com\r\nConnection: Close\r\n\r\n

     

    -Matt