Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

-_-||| HTTP error 413-FULL HEAD

hi, I encountered an error while passing a very long String (about 2000 chars) to jetty server through REST service:

com.ibm.team.repository.common.transport.TeamServiceException: CRJAZ0098I The "com.newteam.common.ISmarterService{/jazz/service/com.newteam.common.ISmarterService}" service failed. The server returned the HTTP error 413 with error text "FULL head".
at com.ibm.team.repository.transport.client.ClientHttpUtil.throwHttpClientError(ClientHttpUtil.java:1191)
at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:420)
at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:269)
at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:183)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeCancelableHttpMethod(RemoteTeamService.java:566)
at com.ibm.team.repository.transport.client.RemoteTeamService.invokeModelledRestService(RemoteTeamService.java:251)
at com.ibm.team.repository.transport.client.RemoteTeamService.invoke(RemoteTeamService.java:190)
at com.ibm.team.repository.transport.client.ServiceInvocationHandler.invoke(ServiceInvocationHandler.java:43)


I'd like to know if there is a way to pass long Strings to server through REST service............

thX in advance~~~ :)

0 votes



One answer

Permanent link
It sounds like you hit the size limit imposed by the server. I know that most servers like Tomcat impose such restrictions but they're usually configurable. You'd need to find the setting and increase the limit.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,928

Question asked: Aug 07 '11, 11:51 p.m.

Question was seen: 5,433 times

Last updated: Aug 07 '11, 11:51 p.m.

Confirmation Cancel Confirm