Skip to content

Instantly share code, notes, and snippets.

@anton0xf
Created November 5, 2015 11:13
Show Gist options
  • Save anton0xf/ea56ac91e1eed65c45a2 to your computer and use it in GitHub Desktop.
Save anton0xf/ea56ac91e1eed65c45a2 to your computer and use it in GitHub Desktop.
2015-11-05 11:05:00,658 WARN [TestScheduler_Worker-1] c.n.a.jobs.CheckVehicleServiceTasksJob [CheckVehicleServiceTasksJob.java:86] uid=3 Service task check failed VehicleServiceTaskToCheck{trackerId=15565, userI
d=3}VehicleServiceTask{comment=, start=ServiceTaskStartPosition{mileage=0, date=2015-11-02T05:16:56.000Z, engineHours=0}, conditions=ServiceTaskConditions{mileage=null, date=DateServiceTaskCondition{end=2015-11-
07T19:00:00.000Z, notificationInterval=3} , engineHours=null}, notifications=ServiceTaskNotificationSettings{smsPhones=[], emails=[], pushEnabled=false}} VehicleServiceTaskBase{vehicleId=18, status=notified, pre
diction=null, description=Почистить пепельницу, cost= 1000000.0000} Identifiable{id=51}
com.navixy.common.storage.StorageException: Failed calling com.navixy.apiserver.storage.dao.VehicleDao.changeServiceTaskStatus
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.7.0_67]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[na:1.7.0_67]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.7.0_67]
at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[na:1.7.0_67]
at com.navixy.commons.storage.dao.DaoEnhancer.createException(DaoEnhancer.java:54) ~[commons-0.1.171-SNAPSHOT.jar:na]
at com.navixy.commons.storage.dao.DaoEnhancer.access$200(DaoEnhancer.java:21) ~[commons-0.1.171-SNAPSHOT.jar:na]
at com.navixy.commons.storage.dao.DaoEnhancer$ExceptionConverter.intercept(DaoEnhancer.java:151) ~[commons-0.1.171-SNAPSHOT.jar:na]
at DaoEnhancer_com.navixy.apiserver.storage.dao.VehicleDao$$EnhancerByCGLIB$$703fd20a.changeServiceTaskStatus(<generated>) ~[cglib-nodep-2.2.2.jar:na]
at com.navixy.apiserver.jobs.CheckVehicleServiceTasksJob.checkTask(CheckVehicleServiceTasksJob.java:116) ~[api-server.jar:na]
at com.navixy.apiserver.jobs.CheckVehicleServiceTasksJob.doExecute(CheckVehicleServiceTasksJob.java:84) ~[api-server.jar:na]
at com.navixy.apiserver.jobs.AbstractRepeatJob.execute(AbstractRepeatJob.java:40) [api-server.jar:na]
at org.quartz.core.JobRunShell.run(JobRunShell.java:207) [quartz-2.2.0.jar:na]
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:560) [quartz-2.2.0.jar:na]
Caused by: java.lang.IllegalStateException: unable to bind bean properties
at com.navixy.commons.storage.argument.BindBeanDeep$BindBeanDeepFactory$1.bind(BindBeanDeep.java:45) ~[commons-0.1.171-SNAPSHOT.jar:na]
at com.navixy.commons.storage.argument.BindBeanDeep$BindBeanDeepFactory$1.bind(BindBeanDeep.java:32) ~[commons-0.1.171-SNAPSHOT.jar:na]
at org.skife.jdbi.v2.sqlobject.Bindifier.bind(Bindifier.java:38) ~[jdbi-2.49.jar:na]
at org.skife.jdbi.v2.sqlobject.CustomizingStatementHandler.applyBinders(CustomizingStatementHandler.java:108) ~[jdbi-2.49.jar:na]
at org.skife.jdbi.v2.sqlobject.UpdateHandler.invoke(UpdateHandler.java:56) ~[jdbi-2.49.jar:na]
at org.skife.jdbi.v2.sqlobject.SqlObject.invoke(SqlObject.java:147) ~[jdbi-2.49.jar:na]
at org.skife.jdbi.v2.sqlobject.SqlObject$1.intercept(SqlObject.java:60) ~[jdbi-2.49.jar:na]
at com.navixy.apiserver.storage.dao.VehicleDao$$EnhancerByCGLIB$$e49194b7.changeServiceTaskStatus(<generated>) ~[jdbi-2.49.jar:na]
at DaoEnhancer_com.navixy.apiserver.storage.dao.VehicleDao$$FastClassByCGLIB$$d6754c40.invoke(<generated>) ~[cglib-nodep-2.2.2.jar:na]
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[cglib-nodep-2.2.2.jar:na]
at com.navixy.commons.storage.dao.DaoEnhancer$ExceptionConverter.intercept(DaoEnhancer.java:148) ~[commons-0.1.171-SNAPSHOT.jar:na]
... 6 common frames omitted
Caused by: java.lang.NullPointerException: Inner bean "conditions.engineHours" is null
at com.navixy.commons.storage.argument.BindBeanDeep$BindBeanDeepFactory$1.bind0(BindBeanDeep.java:63) ~[commons-0.1.171-SNAPSHOT.jar:na]
at com.navixy.commons.storage.argument.BindBeanDeep$BindBeanDeepFactory$1.bind0(BindBeanDeep.java:65) ~[commons-0.1.171-SNAPSHOT.jar:na]
at com.navixy.commons.storage.argument.BindBeanDeep$BindBeanDeepFactory$1.bind(BindBeanDeep.java:43) ~[commons-0.1.171-SNAPSHOT.jar:na]
... 16 common frames omitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment