Advertisement
guestAT

Untitled

Jul 10th, 2019
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. java.lang.NullPointerException
  2.     at java.io.Reader.<init>(Reader.java:78)
  3.     at java.io.InputStreamReader.<init>(InputStreamReader.java:113)
  4.     at com.atcsibir.cpgu.utils.XmlUtils.sendSoap(XmlUtils.java:282)
  5.     at com.atcsibir.cpgu.utils.XmlUtils.sendSoap(XmlUtils.java:217)
  6.     at com.atcsibir.cpgu.service.mkgu.rate.sender.soap.smev2.MkguRatesSoapMethodService.send(MkguRatesSoapMethodService.java:158)
  7.     at com.atcsibir.cpgu.service.mkgu.rate.sender.soap.MkguRatesSenderService.send(MkguRatesSenderService.java:28)
  8.     at com.atcsibir.cpgu.service.mkgu.rate.MkguRatesService.sendRates(MkguRatesService.java:76)
  9.     at com.atcsibir.cpgu.service.mkgu.rate.MkguRatesService$$FastClassByCGLIB$$f196e8aa.invoke(<generated>)
  10.     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  11.     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
  12.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  13.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  14.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  15.     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
  16.     at com.atcsibir.cpgu.service.mkgu.rate.MkguRatesService$$EnhancerByCGLIB$$c347aa82.sendRates(<generated>)
  17.     at com.atcsibir.cpgu.schedule.MkguRatesTaskSuite.sendRates(MkguRatesTaskSuite.java:26)
  18.     at com.atcsibir.cpgu.schedule.MkguRatesTaskSuite$$FastClassByCGLIB$$d95c5e0c.invoke(<generated>)
  19.     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  20.     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
  21.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  22.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  23.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  24.     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
  25.     at com.atcsibir.cpgu.schedule.MkguRatesTaskSuite$$EnhancerByCGLIB$$77362698.sendRates(<generated>)
  26.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  28.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29.     at java.lang.reflect.Method.invoke(Method.java:601)
  30.     at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64)
  31.     at com.atcsibir.cpgu.service.cluster.ClusteredRunnable.taskRun(ClusteredRunnable.java:71)
  32.     at com.atcsibir.cpgu.service.cluster.ClusteredRunnable.run(ClusteredRunnable.java:39)
  33.     at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53)
  34.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  35.     at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
  36.     at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
  37.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
  38.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  39.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  40.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  41.     at java.lang.Thread.run(Thread.java:722)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement