guestAT

Untitled

Oct 6th, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2020-10-07_11:59:11.920 [SimpleAsyncTaskExecutor-4] ERROR com.sc.cpgu.service.solr.SolrUtil [] - Orders sync error: unable to commit 3488 orders due to error: ERROR: [doc=12363512] Error adding field 'departmentId'='uitest' msg=For input string: "uitest"
  2. org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: ERROR: [doc=12363512] Error adding field 'departmentId'='uitest' msg=For input string: "uitest"
  3.         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:424) ~[solr-solrj-4.5.0.jar:4.5.0 1527178 - jpountz - 2013-09-28 14:11:00]
  4.         at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180) ~[solr-solrj-4.5.0.jar:4.5.0 1527178 - jpountz - 2013-09-28 14:11:00]
  5.         at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117) ~[solr-solrj-4.5.0.jar:4.5.0 1527178 - jpountz - 2013-09-28 14:11:00]
  6.         at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68) ~[solr-solrj-4.5.0.jar:4.5.0 1527178 - jpountz - 2013-09-28 14:11:00]
  7.         at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54) ~[solr-solrj-4.5.0.jar:4.5.0 1527178 - jpountz - 2013-09-28 14:11:00]
  8.         at com.sc.cpgu.service.solr.CpguSolrServer.add(CpguSolrServer.java:205) ~[CpguSolrServer.class:na]
  9.         at com.sc.cpgu.service.solr.SolrUtil.batchCommitToSolrFast(SolrUtil.java:385) ~[SolrUtil.class:na]
  10.         at com.sc.cpgu.service.solr.OrderSolrService.saveToSolrViaNativeSql(OrderSolrService.java:229) [OrderSolrService.class:na]
  11.         at com.sc.cpgu.service.solr.OrderSolrService.fastSync(OrderSolrService.java:188) [OrderSolrService.class:na]
  12.         at com.sc.cpgu.service.solr.OrderSolrService$$FastClassByCGLIB$$d7221196.invoke(<generated>) [cglib-nodep-2.2.2.jar:na]
  13.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [cglib-nodep-2.2.2.jar:na]
  14.         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  15.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  16.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) [spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  17.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  18.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  19.         at com.sc.cpgu.service.solr.OrderSolrService$$EnhancerByCGLIB$$661e5b7c.fastSync(<generated>) [cglib-nodep-2.2.2.jar:na]
  20.         at com.sc.cpgu.service.solr.SolrSyncService.fastSyncIgnoringDocumentsOlderThanInDays(SolrSyncService.java:77) [SolrSyncService.class:na]
  21.         at com.sc.cpgu.service.solr.SolrSyncService$$FastClassByCGLIB$$50356ce7.invoke(<generated>) [cglib-nodep-2.2.2.jar:na]
  22.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [cglib-nodep-2.2.2.jar:na]
  23.         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  24.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  25.         at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:83) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  26.         at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_172]
  27.         at java.lang.Thread.run(Thread.java:748) [na:1.8.0_172]
  28. 2020-10-07_11:59:11.920 [SimpleAsyncTaskExecutor-4] DEBUG c.s.c.service.solr.OrderSolrService [] - Successfully committed 0 documents, spent 1019 ms
Add Comment
Please, Sign In to add comment