cancel
Showing results for 
Search instead for 
Did you mean: 

SPNEGO ERROR! Cannot parse the http request. Http error response

jorge_velasquez
Contributor
0 Kudos

Hi Experts,

I´ve configured SPNego Addon and it´s working fine with some users but with others is not!

This is the message of the trace made for one of those users:

User J2EE_GUEST, IP address

Cannot parse the http request. Http error response will be returned. Request is [Accept: text/html, application/xhtml+xml, /

Accept-Language: es-MX

User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; MALC)

Accept-Encoding: gzip, deflate

Host: portaldml.mx.goldcorp.net:50000

Connection: Keep-Alive

Cookie: PortalAlias=portal; saplb_*=(mxlmnr3d_DML_00)3503250; JSESSIONID=(mxlmnr3d_DML_00)ID1501282850DB11802912907310277907End

(...)

(...)

com.sap.engine.services.httpserver.exceptions.HttpIllegalArgumentException: Unrecognized field type in the MIME header.

at com.sap.engine.services.httpserver.lib.headers.MimeHeaderField.parse(MimeHeaderField.java:354)

at com.sap.engine.services.httpserver.lib.headers.MimeHeaders.init(MimeHeaders.java:519)

at com.sap.engine.services.httpserver.server.RequestAnalizer.initialize(RequestAnalizer.java:211)

at com.sap.engine.services.httpserver.server.Client.initialize(Client.java:87)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:170)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)

at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(AccessController.java:215)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

Operative system windows 7, ADS Windows 2003 Server.

Regards

Edited by: Desiree Matas on Jun 14, 2011 11:16 AM

Accepted Solutions (1)

Accepted Solutions (1)

desiree_matas
Contributor
0 Kudos

Hi Jorge,

Is there any difference in the browser or operating system used by the final users? This may be affecting the spnego.

Regards,

Désiré

0 Kudos

Hi All,

In addition you should check in the [PAM|http://service.sap.com/pam] the supported browsers to your system;

For example as per the pam, IE8 of windows7 is supported from 700 SP21.

Thanks

jorge_velasquez
Contributor
0 Kudos

Hi Desiree,

The ADS Server is Windows 2003, our OS Clients are windows7 and the browsers are IE 8.

Testing in our virtual host everything works fine..but in clients under domain landscape some users works others not.

Any clue?

Answers (3)

Answers (3)

jorge_velasquez
Contributor
0 Kudos

The problem is solved, the antivirus was the cause of the issue.

desiree_matas
Contributor
0 Kudos

Hi Jorge,

Did you obtain some new traces for this issue? Which is the release and SP of the system? IE8 is not supported for all the releases, as mentioned by Alvaro.

Best regards,

Désiré

desiree_matas
Contributor
0 Kudos

Hi Jorge,

I've edited your message so that is is more readable.

Regarding the issue, it is quite strange, specially because it affects just some users. I would suggest to create a diagtool trace of the issue (note 1045019 indicates how to do that). HTTPWatch may help you to verify the header requests.

Also, it would be useful to know if you are connecting through Web Dispatcher, proxies or similar.

Best regards,

Désiré

jorge_velasquez
Contributor
0 Kudos

Hi Desiree,

I used Diagtool for the trace in this post.

I going to use HTTP Watch as you said and also check if there is a wep dispatcher or something.

Regards