You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully testing the PR #1759, the following exception is thrown (stack trace):
2024-11-06 16:01:46 [main] INFO o.d.t.f.loader.GmlReader - Finished file SEISMIKLINIEN_INSPIRE_GE_angepasst_kurz.gml
2024-11-06 16:01:46 [main] ERROR o.s.batch.core.job.AbstractJob - Exception encountered in afterJob callback
java.lang.IllegalArgumentException: Cannot format given Object as a Date
at java.base/java.text.DateFormat.format(DateFormat.java:342)
at java.base/java.text.Format.format(Format.java:159)
at org.deegree.tools.featurestoresql.loader.ReportWriter.getStartTime(ReportWriter.java:137)
at org.deegree.tools.featurestoresql.loader.ReportWriter.afterJob(ReportWriter.java:75)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:137)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:124)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720)
at org.deegree.tools.featurestoresql.loader.ReportWriter$$SpringCGLIB$$0.afterJob(<generated>)
at org.springframework.batch.core.listener.CompositeJobExecutionListener.afterJob(CompositeJobExecutionListener.java:60)
at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:370)
at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:157)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:148)
at org.springframework.batch.core.launch.support.TaskExecutorJobLauncher.run(TaskExecutorJobLauncher.java:59)
at org.deegree.tools.featurestoresql.SubcommandApp.runJob(SubcommandApp.java:46)
at org.deegree.tools.featurestoresql.loader.GmlLoaderApp.run(GmlLoaderApp.java:48)
at org.deegree.tools.featurestoresql.GmlToolsApp.main(GmlToolsApp.java:23)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91)
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53)
at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58)
2024-11-06 16:01:46 [main] ERROR o.s.batch.core.job.AbstractJob - Exception encountered in afterJob callback
java.lang.IllegalArgumentException: Cannot format given Object as a Date
at java.base/java.text.DateFormat.format(DateFormat.java:342)
at java.base/java.text.Format.format(Format.java:159)
at org.deegree.tools.featurestoresql.loader.ReportWriter.getStartTime(ReportWriter.java:137)
at org.deegree.tools.featurestoresql.loader.ReportWriter.afterJob(ReportWriter.java:75)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:137)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:124)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720)
at org.deegree.tools.featurestoresql.loader.ReportWriter$$SpringCGLIB$$0.afterJob(<generated>)
at org.springframework.batch.core.listener.CompositeJobExecutionListener.afterJob(CompositeJobExecutionListener.java:60)
at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:370)
at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:157)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:148)
at org.springframework.batch.core.launch.support.TaskExecutorJobLauncher.run(TaskExecutorJobLauncher.java:59)
at org.deegree.tools.featurestoresql.SubcommandApp.runJob(SubcommandApp.java:46)
at org.deegree.tools.featurestoresql.loader.GmlLoaderApp.run(GmlLoaderApp.java:48)
at org.deegree.tools.featurestoresql.GmlToolsApp.main(GmlToolsApp.java:23)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91)
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53)
at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58)
2024-11-06 16:01:46 [main] ERROR o.s.batch.core.job.AbstractJob - Exception encountered in afterJob callback
java.lang.IllegalArgumentException: Cannot format given Object as a Date
at java.base/java.text.DateFormat.format(DateFormat.java:342)
at java.base/java.text.Format.format(Format.java:159)
at org.deegree.tools.featurestoresql.loader.ReportWriter.getStartTime(ReportWriter.java:137)
at org.deegree.tools.featurestoresql.loader.ReportWriter.afterJob(ReportWriter.java:75)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:137)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:124)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720)
at org.deegree.tools.featurestoresql.loader.ReportWriter$$SpringCGLIB$$0.afterJob(<generated>)
at org.springframework.batch.core.listener.CompositeJobExecutionListener.afterJob(CompositeJobExecutionListener.java:60)
at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:370)
at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:157)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:148)
at org.springframework.batch.core.launch.support.TaskExecutorJobLauncher.run(TaskExecutorJobLauncher.java:59)
at org.deegree.tools.featurestoresql.SubcommandApp.runJob(SubcommandApp.java:46)
at org.deegree.tools.featurestoresql.loader.GmlLoaderApp.run(GmlLoaderApp.java:48)
at org.deegree.tools.featurestoresql.GmlToolsApp.main(GmlToolsApp.java:23)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:91)
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:53)
at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:58)
2024-11-06 16:01:46 [main] INFO o.s.b.c.l.support.SimpleJobLauncher - Job: [SimpleJob: [name=gmlLoaderJob]] completed with the following parameters: [{'pathToFile':'{value=/root/.deegree/geophysics/data/SEISMIKLINIEN_INSPIRE_GE_angepasst_kurz.gml, type=class java.lang.String, identifying=true}','workspaceName':'{value=geophysics, type=class java.lang.String, identifying=true}','disabledResources':'{value=https://inspire.ec.europa.eu/codelist/, type=class java.lang.String, identifying=true}','sqlFeatureStoreId':'{value=GeophysicsCore, type=class java.lang.String, identifying=true}'}] and the following status: [COMPLETED] in 6s411ms
2024-11-06 16:01:46 [main] INFO o.s.b.c.l.support.SimpleJobLauncher - Job: [SimpleJob: [name=gmlLoaderJob]] completed with the following parameters: [{'pathToFile':'{value=/root/.deegree/geophysics/data/SEISMIKLINIEN_INSPIRE_GE_angepasst_kurz.gml, type=class java.lang.String, identifying=true}','workspaceName':'{value=geophysics, type=class java.lang.String, identifying=true}','disabledResources':'{value=https://inspire.ec.europa.eu/codelist/, type=class java.lang.String, identifying=true}','sqlFeatureStoreId':'{value=GeophysicsCore, type=class java.lang.String, identifying=true}'}] and the following status: [COMPLETED] in 6s411ms
2024-11-06 16:01:46 [main] INFO o.s.b.c.l.support.SimpleJobLauncher - Job: [SimpleJob: [name=gmlLoaderJob]] completed with the following parameters: [{'pathToFile':'{value=/root/.deegree/geophysics/data/SEISMIKLINIEN_INSPIRE_GE_angepasst_kurz.gml, type=class java.lang.String, identifying=true}','workspaceName':'{value=geophysics, type=class java.lang.String, identifying=true}','disabledResources':'{value=https://inspire.ec.europa.eu/codelist/, type=class java.lang.String, identifying=true}','sqlFeatureStoreId':'{value=GeophysicsCore, type=class java.lang.String, identifying=true}'}] and the following status: [COMPLETED] in 6s411ms
The text was updated successfully, but these errors were encountered:
After successfully testing the PR #1759, the following exception is thrown (stack trace):
The text was updated successfully, but these errors were encountered: