NutzCN Logo
问答 启动提示找不到项目目录
发布于 2308天前 作者 qq_88dd2c69 1966 次浏览 复制 上一个帖子 下一个帖子
标签:

我用springboot启动nutz,然后启动报找不到项目目录

java.io.FileNotFoundException: D:\work\agriculture\agri-inputs\! (系统找不到指定的文件。)
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:219)
	at java.util.zip.ZipFile.<init>(ZipFile.java:149)
	at java.util.jar.JarFile.<init>(JarFile.java:166)
	at java.util.jar.JarFile.<init>(JarFile.java:103)
	at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
	at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
	at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:94)
	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
	at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
	at org.nutz.resource.impl.JarResourceLocation.<init>(JarResourceLocation.java:72)
	at org.nutz.resource.impl.JarResourceLocation.<init>(JarResourceLocation.java:92)
	at org.nutz.resource.impl.ResourceLocation.jar(ResourceLocation.java:28)
	at org.nutz.resource.Scans.makeResourceLocation(Scans.java:168)
	at org.nutz.resource.Scans.registerLocation(Scans.java:151)
	at org.nutz.resource.Scans.<init>(Scans.java:492)
	at org.nutz.resource.Scans.<clinit>(Scans.java:59)
	at org.nutz.mvc.config.AbstractNutConfig.<init>(AbstractNutConfig.java:43)
	at org.nutz.mvc.config.ServletNutConfig.<init>(ServletNutConfig.java:15)
	at org.nutz.mvc.NutServlet.init(NutServlet.java:39)
	at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1183)
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:992)
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4931)
	at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedContext.deferredLoadOnStartup(TomcatEmbeddedContext.java:78)
	at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.startConnector(TomcatEmbeddedServletContainer.java:273)
	at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.start(TomcatEmbeddedServletContainer.java:196)
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.startEmbeddedServletContainer(EmbeddedWebApplicationContext.java:297)
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.finishRefresh(EmbeddedWebApplicationContext.java:145)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546)
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107)
	at com.jinyatu.InputsApplication.main(InputsApplication.java:9)
5 回复

换最新版插件

附启动全部日志

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/brant/.m2/repository/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/D:/work/agriculture/agri-inputs/src/main/webapp/WEB-INF/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
2018-01-03 11:42:11.179  INFO 19100 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1189dd52: startup date [Wed Jan 03 11:42:11 CST 2018]; root of context hierarchy
2018-01-03 11:42:11.424  INFO 19100 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-01-03 11:42:11.460  INFO 19100 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$28eee863] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.5.6.RELEASE)

2018-01-03 11:42:12.279  INFO 19100 --- [           main] com.jinyatu.InputsApplication            : No active profile set, falling back to default profiles: default
2018-01-03 11:42:12.291  INFO 19100 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4da602fc: startup date [Wed Jan 03 11:42:12 CST 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1189dd52
2018-01-03 11:42:13.126  INFO 19100 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'scopedTarget.oauth2ClientContext' with a different definition: replacing [Root bean: class [null]; scope=session; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.security.oauth2.config.annotation.web.configuration.OAuth2ClientConfiguration$OAuth2ClientContextConfiguration; factoryMethodName=oauth2ClientContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/security/oauth2/config/annotation/web/configuration/OAuth2ClientConfiguration$OAuth2ClientContextConfiguration.class]] with [Root bean: class [null]; scope=session; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration$SessionScopedConfiguration$ClientContextConfiguration; factoryMethodName=oauth2ClientContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/security/oauth2/client/OAuth2RestOperationsConfiguration$SessionScopedConfiguration$ClientContextConfiguration.class]]
2018-01-03 11:42:13.619  INFO 19100 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=a268c8cd-6f43-3b9f-8464-e6377a2fb513
2018-01-03 11:42:13.648  INFO 19100 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-01-03 11:42:14.012  INFO 19100 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration' of type [org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration$$EnhancerBySpringCGLIB$$3f018ba7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-01-03 11:42:14.031  INFO 19100 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$28eee863] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-01-03 11:42:14.750  INFO 19100 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8081 (http)
2018-01-03 11:42:14.762  INFO 19100 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2018-01-03 11:42:14.763  INFO 19100 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.16
2018-01-03 11:42:15.354  INFO 19100 --- [ost-startStop-1] org.apache.jasper.servlet.TldScanner     : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2018-01-03 11:42:15.373  INFO 19100 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2018-01-03 11:42:15.373  INFO 19100 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3082 ms
2018-01-03 11:42:16.631  INFO 19100 --- [ost-startStop-1] o.s.aop.framework.CglibAopProxy          : Final method [protected final org.springframework.context.ApplicationContext org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter.getApplicationContext()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2018-01-03 11:42:16.631  INFO 19100 --- [ost-startStop-1] o.s.aop.framework.CglibAopProxy          : Final method [protected final org.springframework.security.config.annotation.web.builders.HttpSecurity org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter.getHttp() throws java.lang.Exception] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
2018-01-03 11:42:16.663  WARN 19100 --- [ost-startStop-1] com.opensymphony.oscache.base.Config     : OSCache: No properties file found in the classpath by filename /oscache.properties
2018-01-03 11:42:16.664  INFO 19100 --- [ost-startStop-1] c.o.o.general.GeneralCacheAdministrator  : Constructed GeneralCacheAdministrator()
2018-01-03 11:42:16.664  INFO 19100 --- [ost-startStop-1] c.o.o.general.GeneralCacheAdministrator  : Creating new cache
2018-01-03 11:42:17.265  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'metricsFilter' to: [/*]
2018-01-03 11:42:17.265  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-01-03 11:42:17.265  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-01-03 11:42:17.265  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-01-03 11:42:17.266  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'OAuth2ClientContextFilter' to: [/*]
2018-01-03 11:42:17.266  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
2018-01-03 11:42:17.267  INFO 19100 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
2018-01-03 11:42:17.268  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2018-01-03 11:42:17.268  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'applicationContextIdFilter' to: [/*]
2018-01-03 11:42:17.268  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'zuulServlet' to [/zuul/*]
2018-01-03 11:42:17.270  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'nutServlet' to [*.nutz]
2018-01-03 11:42:17.271  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'uploadImage' to [/servlet/clientImage]
2018-01-03 11:42:17.271  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'downService' to [/servlet/down/*]
2018-01-03 11:42:17.271  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'authCodeImage' to [/servlet/auth.jpg]
2018-01-03 11:42:17.271  INFO 19100 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2018-01-03 11:42:17.924  WARN 19100 --- [           main] com.opensymphony.oscache.base.Config     : OSCache: No properties file found in the classpath by filename /oscache.properties
2018-01-03 11:42:17.925  INFO 19100 --- [           main] c.o.o.general.GeneralCacheAdministrator  : Constructed GeneralCacheAdministrator()
2018-01-03 11:42:17.925  INFO 19100 --- [           main] c.o.o.general.GeneralCacheAdministrator  : Creating new cache
2018-01-03 11:42:18.161  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : Init file-pool by: C:\Users\brant/.nutz/tmp/dao/ [200000]
2018-01-03 11:42:18.163  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : file-pool.cursor: 0
2018-01-03 11:42:18.255  INFO 19100 --- [           main] org.nutz.dao.jdbc.Jdbcs                  : Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
2018-01-03 11:42:18.944  WARN 19100 --- [           main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
2018-01-03 11:42:18.944  INFO 19100 --- [           main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-01-03 11:42:18.952  INFO 19100 --- [           main] c.netflix.config.DynamicPropertyFactory  : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@5b0902b4
2018-01-03 11:42:19.164  INFO 19100 --- [           main] o.s.c.n.zuul.ZuulFilterInitializer       : Starting filter initializer
2018-01-03 11:42:19.853  WARN 19100 --- [           main] o.s.c.n.a.ArchaiusAutoConfiguration      : No spring.application.name found, defaulting to 'application'
2018-01-03 11:42:19.854  WARN 19100 --- [           main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
2018-01-03 11:42:19.854  INFO 19100 --- [           main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-01-03 11:42:20.046  INFO 19100 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4da602fc: startup date [Wed Jan 03 11:42:12 CST 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1189dd52
2018-01-03 11:42:20.201  INFO 19100 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/**.do]}" onto public void com.jinyatu.configuration.NutzMappingController.mapping(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.security.Principal,org.springframework.security.oauth2.provider.OAuth2Authentication) throws javax.servlet.ServletException,java.io.IOException
2018-01-03 11:42:20.205  INFO 19100 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2018-01-03 11:42:20.205  INFO 19100 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2018-01-03 11:42:20.766  INFO 19100 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-01-03 11:42:20.766  INFO 19100 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-01-03 11:42:20.842  INFO 19100 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-01-03 11:42:20.895  INFO 19100 --- [           main] oConfiguration$WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2018-01-03 11:42:21.116 DEBUG 19100 --- [           main] eGlobalAuthenticationAutowiredConfigurer : Eagerly initializing {org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration=org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration$$EnhancerBySpringCGLIB$$54c9aa0e@3aca2579}
2018-01-03 11:42:21.218  INFO 19100 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], []
2018-01-03 11:42:21.296 DEBUG 19100 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/index.html']
2018-01-03 11:42:21.297 DEBUG 19100 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/app.html']
2018-01-03 11:42:21.297 DEBUG 19100 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/']
2018-01-03 11:42:21.298 DEBUG 19100 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/login']
2018-01-03 11:42:21.298 DEBUG 19100 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'authenticated', for org.springframework.security.web.util.matcher.AnyRequestMatcher@1
2018-01-03 11:42:21.308 DEBUG 19100 --- [           main] o.s.s.w.a.i.FilterSecurityInterceptor    : Validated configuration attributes
2018-01-03 11:42:21.309 DEBUG 19100 --- [           main] o.s.s.w.a.i.FilterSecurityInterceptor    : Validated configuration attributes
2018-01-03 11:42:21.327  INFO 19100 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@20155dae, org.springframework.security.web.context.SecurityContextPersistenceFilter@5b74902c, org.springframework.security.web.header.HeaderWriterFilter@13d5606c, org.springframework.security.web.authentication.logout.LogoutFilter@5a4b8e25, org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter@6c49ea0c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4f2b1e9f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3d7314b3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@417bfebd, org.springframework.security.web.session.SessionManagementFilter@4af84a76, org.springframework.security.web.access.ExceptionTranslationFilter@5e62ca19, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4db568e1]
2018-01-03 11:42:21.343 DEBUG 19100 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'authenticated', for org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@56f61d74
2018-01-03 11:42:21.344 DEBUG 19100 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@44d84313
2018-01-03 11:42:21.344 DEBUG 19100 --- [           main] o.s.s.w.a.i.FilterSecurityInterceptor    : Validated configuration attributes
2018-01-03 11:42:21.344 DEBUG 19100 --- [           main] o.s.s.w.a.i.FilterSecurityInterceptor    : Validated configuration attributes
2018-01-03 11:42:21.736  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String)
2018-01-03 11:42:21.736  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2018-01-03 11:42:21.736  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.737  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/resume || /resume.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke()
2018-01-03 11:42:21.737  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String)
2018-01-03 11:42:21.738  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/restart || /restart.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.restart.RestartMvcEndpoint.invoke()
2018-01-03 11:42:21.738  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal)
2018-01-03 11:42:21.739  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.739  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.739  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.741  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.741  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.742  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/features || /features.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.742  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.742  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/refresh || /refresh.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke()
2018-01-03 11:42:21.743  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
2018-01-03 11:42:21.744  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.value(java.util.Map<java.lang.String, java.lang.String>)
2018-01-03 11:42:21.744  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/reset],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.Object> org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.reset()
2018-01-03 11:42:21.744  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2018-01-03 11:42:21.745  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.746  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/routes || /routes.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.netflix.zuul.RoutesMvcEndpoint.reset()
2018-01-03 11:42:21.746  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/routes || /routes.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.746  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2018-01-03 11:42:21.747  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.747  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.747  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/archaius || /archaius.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-01-03 11:42:21.748  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/hystrix.stream/**]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.cloud.netflix.endpoint.ServletWrappingEndpoint.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
2018-01-03 11:42:21.748  INFO 19100 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/pause || /pause.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke()
2018-01-03 11:42:21.754  INFO 19100 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@4c9d833, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@18b58c77, org.springframework.security.web.context.SecurityContextPersistenceFilter@3458dab6, org.springframework.security.web.header.HeaderWriterFilter@7d80e1b3, org.springframework.web.filter.CorsFilter@20f99c18, org.springframework.security.web.authentication.logout.LogoutFilter@33373f70, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@d08f85a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@23d060c2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@59278072, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3c20e9d6, org.springframework.security.web.session.SessionManagementFilter@1b732dd, org.springframework.security.web.access.ExceptionTranslationFilter@3d05435c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@369fb99a]
2018-01-03 11:42:21.756 DEBUG 19100 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'hasAnyRole('ROLE_USER','ROLE_ACTUATOR')', for org.springframework.security.web.util.matcher.AnyRequestMatcher@1
2018-01-03 11:42:21.756 DEBUG 19100 --- [           main] o.s.s.w.a.i.FilterSecurityInterceptor    : Validated configuration attributes
2018-01-03 11:42:21.756 DEBUG 19100 --- [           main] o.s.s.w.a.i.FilterSecurityInterceptor    : Validated configuration attributes
2018-01-03 11:42:21.757  INFO 19100 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6719f206, org.springframework.security.web.context.SecurityContextPersistenceFilter@4ba402b5, org.springframework.security.web.header.HeaderWriterFilter@24d0c6a4, org.springframework.security.web.authentication.logout.LogoutFilter@4205d5d0, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@29dfc68f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@22172b00, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@d02c00, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5ae16aa, org.springframework.security.web.session.SessionManagementFilter@50e24ea4, org.springframework.security.web.access.ExceptionTranslationFilter@30cb223b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@8c18bde]
2018-01-03 11:42:22.237  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
2018-01-03 11:42:22.238  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'dataSource' has been autodetected for JMX exposure
2018-01-03 11:42:22.248  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'zuulEndpoint' has been autodetected for JMX exposure
2018-01-03 11:42:22.248  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'zuulMvcEndpoint' has been autodetected for JMX exposure
2018-01-03 11:42:22.250  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
2018-01-03 11:42:22.251  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'refreshEndpoint' has been autodetected for JMX exposure
2018-01-03 11:42:22.252  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'restartEndpoint' has been autodetected for JMX exposure
2018-01-03 11:42:22.253  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'environmentManager' has been autodetected for JMX exposure
2018-01-03 11:42:22.253  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'refreshScope' has been autodetected for JMX exposure
2018-01-03 11:42:22.256  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'zuulMvcEndpoint': registering with JMX server as MBean [org.springframework.cloud.netflix.zuul:name=zuulMvcEndpoint,type=RoutesMvcEndpoint]
2018-01-03 11:42:22.274  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
2018-01-03 11:42:22.278  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'restartEndpoint': registering with JMX server as MBean [org.springframework.cloud.context.restart:name=restartEndpoint,type=RestartEndpoint]
2018-01-03 11:42:22.289  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
2018-01-03 11:42:22.300  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'zuulEndpoint': registering with JMX server as MBean [org.springframework.cloud.netflix.zuul:name=zuulEndpoint,type=RoutesEndpoint]
2018-01-03 11:42:22.300  WARN 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with key 'zuulEndpoint' has been registered as an MBean but has no exposed attributes or operations
2018-01-03 11:42:22.302  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=4da602fc,type=ConfigurationPropertiesRebinder]
2018-01-03 11:42:22.304  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located MBean 'dataSource': registering with JMX server as MBean [com.jolbox.bonecp:name=dataSource,type=BoneCPDataSource]
2018-01-03 11:42:22.306  INFO 19100 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'refreshEndpoint': registering with JMX server as MBean [org.springframework.cloud.endpoint:name=refreshEndpoint,type=RefreshEndpoint]
2018-01-03 11:42:22.440  INFO 19100 --- [           main] o.s.c.support.DefaultLifecycleProcessor  : Starting beans in phase 0
2018-01-03 11:42:22.493  INFO 19100 --- [           main] o.s.c.support.DefaultLifecycleProcessor  : Starting beans in phase 2147483647
2018-01-03 11:42:22.498  INFO 19100 --- [           main] ration$HystrixMetricsPollerConfiguration : Starting poller
java.io.FileNotFoundException: D:\work\agriculture\agri-inputs\! (系统找不到指定的文件。)
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:219)
	at java.util.zip.ZipFile.<init>(ZipFile.java:149)
	at java.util.jar.JarFile.<init>(JarFile.java:166)
	at java.util.jar.JarFile.<init>(JarFile.java:103)
	at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
	at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
	at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:94)
	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
	at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
	at org.nutz.resource.impl.JarResourceLocation.<init>(JarResourceLocation.java:72)
	at org.nutz.resource.impl.JarResourceLocation.<init>(JarResourceLocation.java:92)
	at org.nutz.resource.impl.ResourceLocation.jar(ResourceLocation.java:28)
	at org.nutz.resource.Scans.makeResourceLocation(Scans.java:168)
	at org.nutz.resource.Scans.registerLocation(Scans.java:151)
	at org.nutz.resource.Scans.<init>(Scans.java:492)
	at org.nutz.resource.Scans.<clinit>(Scans.java:59)
	at org.nutz.mvc.config.AbstractNutConfig.<init>(AbstractNutConfig.java:43)
	at org.nutz.mvc.config.ServletNutConfig.<init>(ServletNutConfig.java:15)
	at org.nutz.mvc.NutServlet.init(NutServlet.java:39)
	at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1183)
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:992)
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4931)
	at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedContext.deferredLoadOnStartup(TomcatEmbeddedContext.java:78)
	at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.startConnector(TomcatEmbeddedServletContainer.java:273)
	at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.start(TomcatEmbeddedServletContainer.java:196)
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.startEmbeddedServletContainer(EmbeddedWebApplicationContext.java:297)
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.finishRefresh(EmbeddedWebApplicationContext.java:145)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546)
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107)
	at com.jinyatu.InputsApplication.main(InputsApplication.java:9)
java.io.FileNotFoundException: D:\work\agriculture\agri-inputs\! (系统找不到指定的文件。)
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:219)
	at java.util.zip.ZipFile.<init>(ZipFile.java:149)
	at java.util.jar.JarFile.<init>(JarFile.java:166)
	at java.util.jar.JarFile.<init>(JarFile.java:103)
	at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
	at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
	at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:94)
	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
	at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
	at org.nutz.resource.impl.JarResourceLocation.<init>(JarResourceLocation.java:72)
	at org.nutz.resource.impl.JarResourceLocation.<init>(JarResourceLocation.java:92)
	at org.nutz.resource.impl.ResourceLocation.jar(ResourceLocation.java:28)
	at org.nutz.resource.Scans.makeResourceLocation(Scans.java:168)
	at org.nutz.resource.Scans.registerLocation(Scans.java:151)
	at org.nutz.resource.Scans.<init>(Scans.java:492)
	at org.nutz.resource.Scans.<clinit>(Scans.java:59)
	at org.nutz.mvc.config.AbstractNutConfig.<init>(AbstractNutConfig.java:43)
	at org.nutz.mvc.config.ServletNutConfig.<init>(ServletNutConfig.java:15)
	at org.nutz.mvc.NutServlet.init(NutServlet.java:39)
	at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1183)
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:992)
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4931)
	at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedContext.deferredLoadOnStartup(TomcatEmbeddedContext.java:78)
	at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.startConnector(TomcatEmbeddedServletContainer.java:273)
	at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.start(TomcatEmbeddedServletContainer.java:196)
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.startEmbeddedServletContainer(EmbeddedWebApplicationContext.java:297)
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.finishRefresh(EmbeddedWebApplicationContext.java:145)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546)
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107)
	at com.jinyatu.InputsApplication.main(InputsApplication.java:9)
2018-01-03 11:42:22.778  INFO 19100 --- [           main] org.nutz.mvc.impl.NutLoading             : Nutz Version : 1.r.61.r2 2017-04-18 
2018-01-03 11:42:22.778  INFO 19100 --- [           main] org.nutz.mvc.impl.NutLoading             : Nutz.Mvc[nutServlet] is initializing ...
2018-01-03 11:42:22.929  INFO 19100 --- [           main] o.n.i.l.annotation.AnnotationIocLoader   : Found 33 classes in 1 base-packages!
beans = ["deptAction", "goodsPublicAction", "roleAction", "loginAction", "integralManageAction", "trailAction", "exportAction", "resourceAction", "excelUpLoadAction", "goodsAction", "mainMenuAction", "agricultureEmployeetAction", "barcodeAction", "clientAction", "msgAction", "integralGiftMemberAction", "databaseAction", "reportAction", "integralExchangeAction", "producerAction", "userAction", "dataTransformAction", "menuAction", "supplierAction", "employeeAction", "orderAction", "gdgcAction", "prescriptionClientAction", "memberAction", "integralGiftAction", "agricultureDeptAction", "sysManageAction", "stockAction"]
2018-01-03 11:42:22.931  INFO 19100 --- [           main] org.nutz.ioc.impl.NutIoc                 : NutIoc init begin ...
2018-01-03 11:42:22.933  INFO 19100 --- [           main] org.nutz.ioc.impl.NutIoc                 : ... NutIoc init complete
2018-01-03 11:42:22.936  INFO 19100 --- [           main] org.nutz.mvc.impl.NutLoading             : Build URL mapping by org.nutz.mvc.impl.UrlMappingImpl ...
2018-01-03 11:42:22.997  INFO 19100 --- [           main] org.nutz.mvc.impl.NutActionChainMaker    : Optional processor class not found, disabled : org.nutz.integration.shiro.NutShiroProcessor
2018-01-03 11:42:23.016  INFO 19100 --- [           main] org.nutz.mvc.impl.NutActionChainMaker    : Optional processor class not found, disabled : org.nutz.plugins.validation.ValidationProcessor
2018-01-03 11:42:23.035  INFO 19100 --- [           main] o.n.mvc.impl.processor.ModuleProcessor   : Create Module obj without Ioc --> class com.jinyatu.inputs.controllers.ExcelExportAction
2018-01-03 11:42:23.064  INFO 19100 --- [           main] o.n.mvc.impl.processor.ModuleProcessor   : Create Module obj without Ioc --> class com.jinyatu.controllers.softupdate.SoftUpAction
2018-01-03 11:42:23.077  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : Init file-pool by: c:/ [10]
2018-01-03 11:42:23.078  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : file-pool.cursor: 0
2018-01-03 11:42:23.084  WARN 19100 --- [           main] o.nutz.mvc.impl.processor.ViewProcessor  : Not a good idea : Return String ,and using JsonView!! (Using @Ok("raw") or return map/list/pojo)--> DatabaseAction.alterTable(...)
2018-01-03 11:42:23.085  INFO 19100 --- [           main] o.n.mvc.impl.processor.ModuleProcessor   : Create Module obj without Ioc --> class com.jinyatu.inputs.controllers.HighChartsExportAction
2018-01-03 11:42:23.090  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : Init file-pool by: C:\Users\brant\AppData\Local\Temp [2000]
2018-01-03 11:42:23.197  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : file-pool.cursor: 0
2018-01-03 11:42:23.198  INFO 19100 --- [           main] o.n.mvc.impl.processor.ModuleProcessor   : Create Module obj without Ioc --> class com.jinyatu.inputs.controllers.PosDeviceAuthAction
2018-01-03 11:42:23.219  INFO 19100 --- [           main] o.n.mvc.impl.processor.ModuleProcessor   : Create Module obj without Ioc --> class com.jinyatu.global.controllers.BMapAction
2018-01-03 11:42:23.236  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : Init file-pool by: C:\Users\brant\AppData\Local\Temp [2000]
2018-01-03 11:42:23.249  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : file-pool.cursor: 0
2018-01-03 11:42:23.265  INFO 19100 --- [           main] o.n.mvc.impl.processor.ModuleProcessor   : Create Module obj without Ioc --> class com.jinyatu.global.controllers.ExportExcelAction
2018-01-03 11:42:23.269  WARN 19100 --- [           main] org.nutz.mvc.impl.UrlMappingImpl         : Duplicate @At mapping ? path=//stockdetaillistexport
2018-01-03 11:42:23.278  INFO 19100 --- [           main] o.n.mvc.impl.processor.ModuleProcessor   : Create Module obj without Ioc --> class com.jinyatu.inputs.controllers.SoftUpAction
2018-01-03 11:42:23.280  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : Init file-pool by: c:/ [10]
2018-01-03 11:42:23.281  INFO 19100 --- [           main] org.nutz.filepool.NutFilePool            : file-pool.cursor: 0
2018-01-03 11:42:23.283  INFO 19100 --- [           main] org.nutz.mvc.impl.NutLoading             : Found 285 module methods
2018-01-03 11:42:23.284  INFO 19100 --- [           main] org.nutz.mvc.impl.NutLoading             : Setup application...
2018-01-03 11:42:23.431  INFO 19100 --- [           main] org.nutz.dao.jdbc.Jdbcs                  : Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
2018-01-03 11:42:23.603  INFO 19100 --- [           main] o.nutz.dao.impl.sql.run.NutDaoExecutor   : Can't identify SQL type :   if not exists(select * from syscolumns where id=object_id('member') and name='member_description')BEGIN ALTER TABLE member add member_description varchar(255) DEFAULT 0;END
2018-01-03 11:42:23.636  INFO 19100 --- [           main] o.nutz.dao.impl.sql.run.NutDaoExecutor   : Can't identify SQL type :   if not exists ( select *  from  sysobjects where name = 'menuinfo' and type = 'U') CREATE TABLE menuinfo (menuinfo_id int NOT NULL IDENTITY(1,1) ,menuinfo_name varchar(20) NOT NULL ,menuinfo_link varchar(200) NULL ,menuinfo_num varchar(20) NULL ,menuinfo_parent varchar(20) NULL ,menuinfo_rel varchar(20) NULL ,menuinfo_last_operate_date varchar(30) NULL ,menuinfo_isshow varchar(4) NULL ,menuinfo_root varchar(3) NULL ,menuinfo_level varchar(2) NULL ,menuinfo_isIframe varchar(1) NOT NULL DEFAULT (0))
2018-01-03 11:42:23.641  INFO 19100 --- [           main] o.nutz.dao.impl.sql.run.NutDaoExecutor   : Can't identify SQL type :   if not exists ( select *  from  sysobjects where name = 'member' and type = 'U') CREATE TABLE member (member_id int NOT NULL IDENTITY(1,1) ,member_name varchar(60) NOT NULL ,member_address varchar(200) NULL ,member_type varchar(10) NULL ,member_code varchar(50) NULL ,member_business_licence varchar(50) NULL ,member_corporation varchar(20) NULL ,member_tel varchar(20) NULL ,member_area varchar(20) NULL ,member_numofeople int NULL DEFAULT ((1)) ,member_variety varchar(200) NULL ,member_region varchar(30) NULL ,member_last_operate_date varchar(30) NULL ,member_isshow varchar(4) NULL ,member_higher_level_id int NULL ,member_location varchar(50) NULL)
2018-01-03 11:42:23.645  INFO 19100 --- [           main] o.nutz.dao.impl.sql.run.NutDaoExecutor   : Can't identify SQL type :   if not exists ( select *  from  sysobjects where name = 'employee' and type = 'U') CREATE TABLE employee (employee_id int NOT NULL IDENTITY(1,1) ,employee_name varchar(60) NOT NULL ,employee_sex varchar(4) NULL ,employee_birthday varchar(30) NULL ,employee_tel varchar(20) NULL ,employee_address varchar(80) NULL ,employee_passport varchar(50) NULL ,employee_type varchar(4) NULL ,employee_last_operate_date varchar(30) NULL ,employee_isshow varchar(4) NULL ,member_id int NULL )
2018-01-03 11:42:23.649  INFO 19100 --- [           main] o.nutz.dao.impl.sql.run.NutDaoExecutor   : Can't identify SQL type :   if not exists ( select *  from  sysobjects where name = 'roleinfo' and type = 'U') CREATE TABLE roleinfo (roleinfo_id int NOT NULL IDENTITY(1,1) ,roleinfo_name varchar(20) NOT NULL ,roleinfo_menu text NULL ,roleinfo_last_operate_date varchar(30) NULL ,roleinfo_isshow varchar(4) NULL ,member_id int NULL)
2018-01-03 11:42:23.653  INFO 19100 --- [           main] o.nutz.dao.impl.sql.run.NutDaoExecutor   : Can't identify SQL type :   if not exists ( select *  from  sysobjects where name = 'userinfo' and type = 'U') CREATE TABLE userinfo (userinfo_id int NOT NULL IDENTITY(1,1) ,userinfo_username varchar(40) NOT NULL ,userinfo_password varchar(40) NOT NULL ,roleinfo_id int NULL ,userinfo_binding int NULL ,userinfo_type varchar(6) NULL ,userinfo_last_operate_date varchar(30) NULL ,userinfo_isshow varchar(4) NULL)
2018-01-03 11:42:23.760  INFO 19100 --- [           main] com.jinyatu.global.init.InitService      : 数据库初始化完成
2018-01-03 11:42:23.764  INFO 19100 --- [           main] com.jinyatu.global.init.InitService      : 系统基本配置加载完成
注册信息:v-v7_wAFBuPIW3aFwAM
application项目启动完毕
2018-01-03 11:42:24.525  INFO 19100 --- [           main] org.nutz.mvc.impl.NutLoading             : Nutz.Mvc[nutServlet] is up in 1747ms
2018-01-03 11:42:24.527 ERROR 19100 --- [           main] c.j.controllers.softupdate.DownService   : 软件的存放路径:d:/log/tomcat/webapps/scnz/soft/
=====图片上传路径:d:/nz_img/
2018-01-03 11:42:24.540  INFO 19100 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8081 (http)
2018-01-03 11:42:24.546  INFO 19100 --- [           main] com.jinyatu.InputsApplication            : Started InputsApplication in 14.249 seconds (JVM running for 15.39)

wendal,你说的插件是指nutz-plugins-spring-boot-starter 这个么

哦, 换新版nutz

可以了,谢谢wendal

添加回复
请先登陆
回到顶部