Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. 2015-03-31 12:42:09,538 INFO [main](StoreLocationHandlerImpl.java:78) - Loading page 0, size 20
  2. Exception in thread "main" org.springframework.web.client.ResourceAccessException: I/O error on PUT request for "http://localhost:8080/isteer-cdm-2.0.0-SNAPSHOT-a-lehdet-prod/rest/master/organisation":Connection refused; nested exception is java.net.ConnectException: Connection refused
  3. at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:498)
  4. at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:446)
  5. at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:418)
  6. at fi.steeri.store.client.dao.rest.OrganisationDaoRest.upsert(OrganisationDaoRest.java:78)
  7. at fi.steeri.store.client.dao.rest.OrganisationDaoRest$$FastClassByCGLIB$$55ce2b9.invoke(<generated>)
  8. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  9. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:698)
  10. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  11. at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:155)
  12. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  13. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:631)
  14. at fi.steeri.store.client.dao.rest.OrganisationDaoRest$$EnhancerByCGLIB$$819bd516.upsert(<generated>)
  15. at fi.steeri.store.client.service.LocationLoadServiceImpl.execute(LocationLoadServiceImpl.java:79)
  16. at fi.steeri.store.client.service.LocationLoadServiceImpl.loadLocationBatch(LocationLoadServiceImpl.java:71)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:606)
  21. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  22. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  23. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  24. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  25. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  26. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  27. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  28. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  29. at com.sun.proxy.$Proxy57.loadLocationBatch(Unknown Source)
  30. at fi.steeri.store.client.StoreLocationHandlerImpl.doBatch(StoreLocationHandlerImpl.java:80)
  31. at fi.steeri.store.client.StoreLocationHandlerImpl.loadLocationsBatched(StoreLocationHandlerImpl.java:71)
  32. at fi.steeri.store.client.StoreLocationLoader.main(StoreLocationLoader.java:54)
  33. Caused by: java.net.ConnectException: Connection refused
  34. at java.net.PlainSocketImpl.socketConnect(Native Method)
  35. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
  36. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
  37. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
  38. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  39. at java.net.Socket.connect(Socket.java:579)
  40. at java.net.Socket.connect(Socket.java:528)
  41. at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  42. at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
  43. at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
  44. at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
  45. at sun.net.www.http.HttpClient.New(HttpClient.java:308)
  46. at sun.net.www.http.HttpClient.New(HttpClient.java:326)
  47. at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:997)
  48. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:933)
  49. at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:851)
  50. at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)
  51. at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:46)
  52. at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:49)
  53. at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:483)
  54. ... 29 more
  55. isokarhu@a-lehdet:/data/store-client$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement