Posts

Showing posts with the label was

Error writing to server

post로 전달 되는 파라메터의 값이 너무 커서 에러가 난 상황 -------------------------------------------------------------- java.io.IOException: Error writing to server at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:588) at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:600) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1203) at kr.go.elevator.rep.kmtc.web.KeepMsTecCareerMngController.HttpConnetionMiwon(KeepMsTecCareerMngController.java:2643) at kr.go.elevator.rep.kmtc.web.KeepMsTecCareerMngController.RepKmtcCertiCall(KeepMsTecCareerMngController.java:2181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:611) at org.springframework.web.bind.annotation.support.Handl...