Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/hibernate/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java hibernate:Derby不支持10.6.1.0版之前的序列_Java_Hibernate_Derby - Fatal编程技术网

Java hibernate:Derby不支持10.6.1.0版之前的序列

Java hibernate:Derby不支持10.6.1.0版之前的序列,java,hibernate,derby,Java,Hibernate,Derby,我正在为ApacheDerbyDB使用hibernate。当我要构建我的应用程序时,我遇到了一个错误 Derby不支持10.6.1.0版之前的序列 我正在我的应用程序中使用下面的hibernate和derby JAR <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version&g

我正在为ApacheDerbyDB使用hibernate。当我要构建我的应用程序时,我遇到了一个错误

Derby不支持10.6.1.0版之前的序列

我正在我的应用程序中使用下面的hibernate和derby JAR

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>4.3.6.Final</version>
</dependency>

<dependency>
    <groupId>org.apache.derby</groupId>
    <artifactId>derbyclient</artifactId>
    <version>10.11.1.1</version>
</dependency>
错误跟踪如下所示:-

17:02:30,934 ERROR [stderr] (ServerService Thread Pool -- 137) org.hibernate.MappingException: Could not instantiate id generator [entity-name=rest.food.ordering.model.ServingLocation]

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.createIdentifierGenerator(DefaultIdentifierGeneratorFactory.java:123)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.mapping.SimpleValue.createIdentifierGenerator(SimpleValue.java:213)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:323)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1857)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.utils.HibernateUtils.getSessionFactoryObject(HibernateUtils.java:44)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.dao.FoodOrderingDaoImpl.<clinit>(FoodOrderingDaoImpl.java:21)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.configuration.AppBeansConfig.getFoodOrderingDaoObj(AppBeansConfig.java:14)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.configuration.AppBeansConfig$$EnhancerBySpringCGLIB$$f82ba1fe.CGLIB$getFoodOrderingDaoObj$0(<generated>)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.configuration.AppBeansConfig$$EnhancerBySpringCGLIB$$f82ba1fe$$FastClassBySpringCGLIB$$ce1e0aa.invoke(<generated>)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:318)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.configuration.AppBeansConfig$$EnhancerBySpringCGLIB$$f82ba1fe.getFoodOrderingDaoObj(<generated>)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.lang.reflect.Method.invoke(Method.java:498)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1145)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1069)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:967)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:543)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1145)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1069)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:967)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:543)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:834)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:446)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:328)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.lang.Thread.run(Thread.java:745)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.jboss.threads.JBossThread.run(JBossThread.java:320)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137) Caused by: org.hibernate.MappingException: Derby does not support sequence prior to release 10.6.1.0

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.dialect.DerbyDialect.getSequenceNextValString(DerbyDialect.java:136)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.id.SequenceGenerator.configure(SequenceGenerator.java:110)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.id.SequenceHiLoGenerator.configure(SequenceHiLoGenerator.java:55)

17:02:30,941 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.createIdentifierGenerator(DefaultIdentifierGeneratorFactory.java:117)

17:02:30,941 ERROR [stderr] (ServerService Thread Pool -- 137)  ... 67 more
17:02:30934错误[stderr](服务器服务线程池--137)org.hibernate.MappingException:无法实例化id生成器[entity name=rest.food.ordering.model.ServingLocation]
17:02:30935 org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.createIdentifierGenerator(DefaultIdentifierGeneratorFactory.java:123)处的错误[stderr](服务器服务线程池--137)
17:02:30935 org.hibernate.mapping.SimpleValue.createIdentifierGenerator(SimpleValue.java:213)处的错误[stderr](服务器服务线程池--137)
17:02:30935 org.hibernate.internal.sessionfactorympl上的错误[stderr](服务器服务线程池--137)。(sessionfactorympl.java:323)
17:02:30935 org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1857)处的错误[stderr](ServerService线程池--137)
17:02:30935 rest.food.ordering.utils.HibernateUtils.getSessionFactoryObject(HibernateUtils.java:44)中的错误[stderr](ServerService线程池--137)
17:02:30935 rest.food.ordering.dao.FoodOrderingDaoImpl.(FoodOrderingDaoImpl.java:21)中的错误[stderr](ServerService线程池--137)
17:02:30935 rest.food.ordering.configuration.AppBeansConfig.getFoodOrderingDaoObj(AppBeansConfig.java:14)中的错误[stderr](ServerService线程池--137)
17:02:30935 rest.food.ordering.configuration.AppBeansConfig$$EnhancerBySpringCGLIB$$f82ba1fe.CGLIB$getFoodOrderingDaoObj$0()时出现错误[stderr](服务器服务线程池--137)
17:02:30935 rest.food.ordering.configuration.AppBeansConfig$$EnhancerBySpringCGLIB$$f82ba1fe$$FastClassBySpringCGLIB$$ce1e0aa.invoke()中的错误[stderr](ServerService线程池--137)
17:02:30935 org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)处的错误[stderr](服务器服务线程池--137)
17:02:30936 org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:318)处的错误[stderr](ServerService线程池--137)
17:02:30936 rest.food.ordering.configuration.AppBeansConfig$$EnhancerBySpringCGLIB$$f82ba1fe.getFoodOrderingDaoObj()中的错误[stderr](服务器服务线程池--137)
17:02:30936 sun.reflect.NativeMethodAccessorImpl.invoke0(本机方法)处的错误[stderr](服务器服务线程池--137)
17:02:30936 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)处的错误[stderr](服务器服务线程池--137)
17:02:30936 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)处出现错误[stderr](服务器服务线程池--137)
17:02:30936 java.lang.reflect.Method.invoke(Method.java:498)处的错误[stderr](ServerService线程池--137)
17:02:30936 org.springframework.beans.factory.support.SimpleInstallationStrategy.instantiate(SimpleInstallationStrategy.java:162)处的错误[stderr](ServerService线程池--137)
17:02:30936 org.springframework.beans.factory.support.ConstructorResolver.InstantiationUsingFactoryMethod(ConstructorResolver.java:588)处的错误[stderr](ServerService线程池--137)
17:02:30936 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.InstanceUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)处的错误[stderr](ServerService线程池--137)
17:02:30936 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)处的错误[stderr](ServerService线程池--137)
17:02:30936 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)处的错误[stderr](ServerService线程池--137)
17:02:30936 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)处的错误[stderr](ServerService线程池--137)
17:02:30936 org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305)处的错误[stderr](ServerService线程池--137)
17:02:30937 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)处的错误[stderr](ServerService线程池--137)
17:02:30937 org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301)处的错误[stderr](ServerService线程池--137)
17:02:30937 org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)处的错误[stderr](ServerService线程池--137)
17:02:30937 org.springframework.beans.factory.support.DefaultListableBeanFactory.FindAuthories上的错误[stderr](ServerService线程池--137)(DefaultListableBeanFactory.java:1145)
17:02:30937 org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1069)处的错误[stderr](ServerService线程池--137)
17:02:30937 org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:967)处的错误[stderr](ServerService线程池--137)
17:02:30937 org.springframework.beans.factory.annotation.AutoWiredNotationBeanPostProcessor$AutoWiredFeldElement.inject(AutoWiredNotationBeanPostProcessor.java:543)处的错误[stderr](ServerService线程池--137)
17:02:30937 org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)处的错误[stderr](ServerService线程池--137)
17:02:30937错误[stderr](服务器服务T)
17:02:30,934 ERROR [stderr] (ServerService Thread Pool -- 137) org.hibernate.MappingException: Could not instantiate id generator [entity-name=rest.food.ordering.model.ServingLocation]

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.createIdentifierGenerator(DefaultIdentifierGeneratorFactory.java:123)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.mapping.SimpleValue.createIdentifierGenerator(SimpleValue.java:213)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:323)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1857)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.utils.HibernateUtils.getSessionFactoryObject(HibernateUtils.java:44)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.dao.FoodOrderingDaoImpl.<clinit>(FoodOrderingDaoImpl.java:21)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.configuration.AppBeansConfig.getFoodOrderingDaoObj(AppBeansConfig.java:14)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.configuration.AppBeansConfig$$EnhancerBySpringCGLIB$$f82ba1fe.CGLIB$getFoodOrderingDaoObj$0(<generated>)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.configuration.AppBeansConfig$$EnhancerBySpringCGLIB$$f82ba1fe$$FastClassBySpringCGLIB$$ce1e0aa.invoke(<generated>)

17:02:30,935 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:318)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at rest.food.ordering.configuration.AppBeansConfig$$EnhancerBySpringCGLIB$$f82ba1fe.getFoodOrderingDaoObj(<generated>)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.lang.reflect.Method.invoke(Method.java:498)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)

17:02:30,936 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1145)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1069)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:967)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:543)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)

17:02:30,937 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1145)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1069)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:967)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:543)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)

17:02:30,938 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:305)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:834)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:446)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:328)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

17:02:30,939 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at java.lang.Thread.run(Thread.java:745)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.jboss.threads.JBossThread.run(JBossThread.java:320)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137) Caused by: org.hibernate.MappingException: Derby does not support sequence prior to release 10.6.1.0

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.dialect.DerbyDialect.getSequenceNextValString(DerbyDialect.java:136)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.id.SequenceGenerator.configure(SequenceGenerator.java:110)

17:02:30,940 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.id.SequenceHiLoGenerator.configure(SequenceHiLoGenerator.java:55)

17:02:30,941 ERROR [stderr] (ServerService Thread Pool -- 137)  at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.createIdentifierGenerator(DefaultIdentifierGeneratorFactory.java:117)

17:02:30,941 ERROR [stderr] (ServerService Thread Pool -- 137)  ... 67 more