NutzCN Logo
问答 访问方法突然很慢,一个登录也需要几秒,启动tomcat 45秒都不够,突然这样 什么原因?
发布于 1823天前 作者 qq_722cb381 1579 次浏览 复制 上一个帖子 下一个帖子
标签:

访问方法突然很慢,一个登录也需要几秒,启动tomcat 45秒都不够,突然这样 什么原因? 也没报错

13 回复

@wendal 还是本地,我就改完代码,在启动就出现这个问题,之前就是默认的45秒 现在45秒根本起不来,改到100可以了,但是不管点哪个操作明显很慢,第一次遇见

把日志调到debug, 看看中间发生了什么

@wendal 我发现多打印了好多日志,下面这些之前都没打印过,我也没改og4j的配置。

04-29 13:02:36.191  DEBUG - [NutLoading.localhost-startStop-1] @IocBy(type=org.nutz.mvc.ioc.provider.ComboIocProvider, args=["*js", "ioc", "*anno", "com.dgj", "com.brt", "*tx", "*com.dgj.quartz.QuartzIocLoader"],init=[])
04-29 13:02:36.225  DEBUG - [JsonLoader.localhost-startStop-1] loading ioc js config from [ioc.js]
04-29 13:02:36.232  DEBUG - [JsonLoader.localhost-startStop-1] loading ioc js config from [mail.js]
04-29 13:02:36.233  DEBUG - [JsonLoader.localhost-startStop-1] Loaded 13 bean define from path=[ioc] --> [con, htmlEmail, dataSource, dataSource4Sdy, $aop, conf, log, emailAuthenticator, sqlManeger, dao, config, fileuplad, dao4Sdy]
04-29 13:02:36.715  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.dgj.utils.ENVConfigLoader
04-29 13:02:36.745  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.dgj.nutz.interceptor.NameSpaceAndSessionInterceptor
04-29 13:02:36.752  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.dgj.nutz.validation.ValidationInterceptor
04-29 13:02:36.752  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.dgj.nutz.interceptor.ExecutionTimeInterceptor
04-29 13:02:37.001  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.dao.setting.impl.LabelDao
04-29 13:02:37.009  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.module.device.DeviceModule
04-29 13:02:37.014  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.module.info.collectionlog.StorageinModule
04-29 13:02:37.015  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.dao.museum.impl.RegionUserDao
04-29 13:02:37.016  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.service.cache.MenuCacheManager
04-29 13:02:37.018  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.module.store.CheckLogModule
04-29 13:02:37.020  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.dao.device.impl.DeviceLogDao
04-29 13:02:37.020  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.dao.info.impl.InfoDao
04-29 13:02:37.024  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.dao.auth.impl.RoleDao
04-29 13:02:37.024  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.module.resource.ResourceModule
04-29 13:02:37.027  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.module.user.SettingModule
04-29 13:02:37.033  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.service.museum.impl.RegionService
04-29 13:02:37.036  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.dao.info.impl.CollectionLogDao
04-29 13:02:37.036  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.service.auth.impl.UserService
04-29 13:02:37.037  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.dao.store.impl.ChestDao
04-29 13:02:37.038  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.module.chart.ChartDataModule
04-29 13:02:37.039  DEBUG - [AnnotationIocLoader.localhost-startStop-1] Found a Class with Ioc-Annotation : class com.brt.collection.module.user.RoleModule
04-29 13:03:30.652  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/user/check'               >> SettingModule.check(...)       : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:30.671  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/user/password'            >> SettingModule.password(...)    : Result     | @Ok(vel:user/password.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:30.689  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/user/setting'             >> SettingModule.setting(...)     : Result     | @Ok(vel:user/setting.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:30.913  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/user/passwordupdate'      >> SettingModule.passwordUpdate(...) : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:30.931  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/user/modifypassword'      >> SettingModule.modifyPassword(...) : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:30.949  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/user/uploadhead'          >> SettingModule.uploadHead(...)  : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:30.999  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/user/uploadHead/*'        >> SettingModule.uploadHead(...)  : Result     | @Ok(vel:/user/uploadHead.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.016  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/texture/add'              >> TextureModule.add(...)         : Result     | @Ok(vel:label/texture/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.084  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/texture/add'              >> TextureModule.add(...)         : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.105  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/texture/list'             >> TextureModule.list(...)        : Result     | @Ok(vel:label/texture/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.142  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/texture/delete/*'         >> TextureModule.delete(...)      : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.164  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/texture/search'           >> TextureModule.search(...)      : Result     | @Ok(vel:label/texture/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.227  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/texture/update'           >> TextureModule.update(...)      : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.266  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/texture/detail/*'         >> TextureModule.detail(...)      : Result     | @Ok(vel:label/texture/detail.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.306  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/texture/edit/*'           >> TextureModule.edit(...)        : Result     | @Ok(vel:label/texture/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.412  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/texture/searchsubmenu'    >> TextureModule.searchSubMenu(...) : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.496  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/add'               >> DeviceModule.add(...)          : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.514  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/add'               >> DeviceModule.add(...)          : Result     | @Ok(vel:device/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.544  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/list'              >> DeviceModule.list(...)         : Result     | @Ok(vel:device/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.593  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/delete/*'          >> DeviceModule.delete(...)       : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.616  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/search'            >> DeviceModule.search(...)       : Result     | @Ok(vel:device/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.701  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/update'            >> DeviceModule.update(...)       : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.751  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/detail/*'          >> DeviceModule.detail(...)       : Result     | @Ok(vel:device/detail.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.800  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/checkmacid'        >> DeviceModule.checkMacid(...)   : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.877  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/adddevicerule'     >> DeviceModule.addDeviceRule(...) : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.931  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/device/edit/*'            >> DeviceModule.edit(...)         : Result     | @Ok(vel:device/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:31.970  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subcate/add'              >> SubCateModule.add(...)         : Result     | @Ok(vel:label/cate/subcate/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.047  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subcate/add'              >> SubCateModule.add(...)         : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.090  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subcate/list'             >> SubCateModule.list(...)        : Result     | @Ok(vel:label/cate/subcate/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.124  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subcate/delete/*'         >> SubCateModule.delete(...)      : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.168  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subcate/search'           >> SubCateModule.search(...)      : Result     | @Ok(vel:label/cate/subcate/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.244  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subcate/update'           >> SubCateModule.update(...)      : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.281  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subcate/detail/*'         >> SubCateModule.detail(...)      : Result     | @Ok(vel:label/cate/subcate/detail.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.342  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subcate/edit/*'           >> SubCateModule.edit(...)        : Result     | @Ok(vel:label/cate/subcate/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.359  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/web3d/modelview3'         >> Web3DModule.modelview3(...)    : Result     | @Ok(vel:web3d/modelview3.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.373  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/web3d/bsthree'            >> Web3DModule.bsthree(...)       : Result     | @Ok(vel:web3d/bsthree.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.387  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/web3d/ht3d'               >> Web3DModule.ht3d(...)          : Result     | @Ok(vel:web3d/ht.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.403  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/web3d/ht13d'              >> Web3DModule.ht13d(...)         : Result     | @Ok(vel:web3d/ht1.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.419  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/web3d/webgl3d'            >> Web3DModule.webgl3d(...)       : Result     | @Ok(vel:web3d/webgl.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.433  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/web3d/three'              >> Web3DModule.three(...)         : Result     | @Ok(vel:web3d/three.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.471  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subtexture/add'           >> SubTextureModule.add(...)      : Result     | @Ok(vel:label/texture/subtexture/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.558  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subtexture/add'           >> SubTextureModule.add(...)      : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.602  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subtexture/list'          >> SubTextureModule.list(...)     : Result     | @Ok(vel:label/texture/subtexture/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.636  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subtexture/delete/*'      >> SubTextureModule.delete(...)   : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.680  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subtexture/search'        >> SubTextureModule.search(...)   : Result     | @Ok(vel:label/texture/subtexture/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.766  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subtexture/update'        >> SubTextureModule.update(...)   : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.806  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subtexture/detail/*'      >> SubTextureModule.detail(...)   : Result     | @Ok(vel:label/texture/subtexture/detail.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.868  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subtexture/edit/*'        >> SubTextureModule.edit(...)     : Result     | @Ok(vel:label/texture/subtexture/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.896  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/system/main'              >> SystemModule.main(...)         : Result     | @Ok(vel:system/main.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.931  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/system/login'             >> SystemModule.login(...)        : Result     | @Ok(json ) @Fail(http:404) | by 0 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:32.977  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/system/login'             >> SystemModule.login(...)        : Result     | @Ok(vel:login/login.html) @Fail(http:404) | by 0 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.011  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/system/logout'            >> SystemModule.logout(...)       : Result     | @Ok(json ) @Fail(http:404) | by 0 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.052  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subyears/add'             >> SubYearsModule.add(...)        : Result     | @Ok(vel:label/years/subyears/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.142  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subyears/add'             >> SubYearsModule.add(...)        : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.186  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subyears/list'            >> SubYearsModule.list(...)       : Result     | @Ok(vel:label/years/subyears/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.220  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subyears/delete/*'        >> SubYearsModule.delete(...)     : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.265  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subyears/search'          >> SubYearsModule.search(...)     : Result     | @Ok(vel:label/years/subyears/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.352  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subyears/update'          >> SubYearsModule.update(...)     : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.390  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subyears/detail/*'        >> SubYearsModule.detail(...)     : Result     | @Ok(vel:label/years/subyears/detail.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.450  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/subyears/edit/*'          >> SubYearsModule.edit(...)       : Result     | @Ok(vel:label/years/subyears/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.471  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/statistical/statisticaldata' >> ChartModule.statisticaldata(...) : Result     | @Ok(vel:chart/chartlist.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.524  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/statistical/searchcondition' >> ChartModule.searchCondition(...) : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.649  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/statistical/ajaxdatawmy'  >> ChartModule.ajaxdataWMY(...)   : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.811  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/statistical/ajaxdataset'  >> ChartModule.ajaxdataSET(...)   : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.831  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/statistical/statistical'  >> ChartModule.statistical(...)   : Result     | @Ok(vel:chart/chart.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.848  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/storage/add'              >> StorageModule.add(...)         : Result     | @Ok(vel:store/storage/add_edit.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.921  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/storage/add'              >> StorageModule.add(...)         : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.942  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/storage/list'             >> StorageModule.list(...)        : Result     | @Ok(vel:store/storage/list.html) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
04-29 13:03:33.978  DEBUG - [UrlMappingImpl.localhost-startStop-1]    '/storage/delete/*'         >> StorageModule.delete(...)      : Result     | @Ok(json ) @Fail(http:404) | by 2 Filters | (I:UTF-8/O:UTF-8)
#\u7ebf\u4e0b\u65e5\u5fd7\u914d\u7f6e
log4j.rootLogger=DEBUG, stdout
#log4j.logger.org.nutz=WARN

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%-d{MM-dd HH\:mm\:ss.SSS}  %-5p - [%c{1}.%t] %m%n

你得找出哪个地方停顿

@wendal 加载到这就停了 在数据库连接那停顿一下

04-29 13:38:02.651  DEBUG - [NutIoc.localhost-startStop-1] Get 'userRoleDao'<class com.brt.collection.dao.auth.impl.UserRoleDao>
04-29 13:38:02.653  DEBUG - [NutIoc.localhost-startStop-1] Get 'rolePermissionDao'<class com.brt.collection.dao.auth.impl.RolePermissionDao>
04-29 13:38:02.654  DEBUG - [ApplicationSetup.localhost-startStop-1] setup application...
04-29 13:38:02.656  DEBUG - [NutIoc.localhost-startStop-1] Get 'nutQuartzCronJobFactory'<class com.dgj.quartz.NutQuartzCronJobFactory>
04-29 13:38:02.657  DEBUG - [NutIoc.localhost-startStop-1] 	 >> Load definition
04-29 13:38:02.658  DEBUG - [MapLoader.localhost-startStop-1] Loading define for name=nutQuartzCronJobFactory
04-29 13:38:02.664  DEBUG - [ComboIocLoader.localhost-startStop-1] Found IocObject(nutQuartzCronJobFactory) in IocLoader(QuartzIocLoader@1742747096)
04-29 13:38:02.667  DEBUG - [NutIoc.localhost-startStop-1] 	 >> Make...'nutQuartzCronJobFactory'<class com.dgj.quartz.NutQuartzCronJobFactory>
04-29 13:38:02.669  DEBUG - [NutIoc.localhost-startStop-1] Get 'log'<interface org.nutz.aop.MethodInterceptor>
04-29 13:38:02.715  DEBUG - [ScopeContext.localhost-startStop-1] Save object 'nutQuartzCronJobFactory' to [app] 
04-29 13:38:02.723  DEBUG - [NutIoc.localhost-startStop-1] Get 'scheduler'<>
04-29 13:38:02.724  DEBUG - [NutIoc.localhost-startStop-1] 	 >> Load definition
04-29 13:38:02.725  DEBUG - [MapLoader.localhost-startStop-1] Loading define for name=scheduler
04-29 13:38:02.733  DEBUG - [ComboIocLoader.localhost-startStop-1] Found IocObject(scheduler) in IocLoader(QuartzIocLoader@1742747096)
04-29 13:38:02.735  DEBUG - [NutIoc.localhost-startStop-1] 	 >> Make...'scheduler'<>
04-29 13:38:02.737  DEBUG - [ScopeContext.localhost-startStop-1] Save object 'scheduler' to [app] 
04-29 13:38:04.081  INFO  - [StdSchedulerFactory.localhost-startStop-1] Using default implementation for ThreadExecutor

这部分停顿了

04-29 13:49:07.494  DEBUG - [NutIoc.localhost-startStop-1] Get 'log'<interface org.nutz.aop.MethodInterceptor>
04-29 13:49:07.576  DEBUG - [ScopeContext.localhost-startStop-1] Save object 'jobFactory' to [app] 
04-29 13:49:07.595  INFO  - [QuartzScheduler.localhost-startStop-1] JobFactory set to: com.dgj.quartz.NutQuartzJobFactory$$NUTZAOP@1713b61d
04-29 13:49:07.596  INFO  - [QuartzScheduler.localhost-startStop-1] Scheduler DGJQuartzScheduler_$_NON_CLUSTERED started.
04-29 13:49:07.597  DEBUG - [QuartzSchedulerThread.DGJQuartzScheduler_QuartzSchedulerThread] batch acquisition of 0 triggers
04-29 13:49:07.602  DEBUG - [NutIoc.localhost-startStop-1] Get 'conf'<>
04-29 13:49:07.603  DEBUG - [NutIoc.localhost-startStop-1] 	 >> Load definition
04-29 13:49:07.604  DEBUG - [MapLoader.localhost-startStop-1] Loading define for name=conf
04-29 13:49:07.609  DEBUG - [ComboIocLoader.localhost-startStop-1] Found IocObject(conf) in IocLoader(JsonLoader@486981102)
04-29 13:49:07.611  DEBUG - [NutIoc.localhost-startStop-1] 	 >> Make...'conf'<>
04-29 13:49:07.614  DEBUG - [DefaultMirrorFactory.localhost-startStop-1] class org.nutz.ioc.impl.PropertiesProxy without AOP
04-29 13:49:07.616  DEBUG - [ScopeContext.localhost-startStop-1] Save object 'conf' to [app] 
04-29 13:49:08.619  DEBUG - [LoggingMethodInterceptor.localhost-startStop-1] [beforeInvoke] Obj = [com.dgj.quartz.NutQuartzCronJobFactory$$NUTZAOP] , Method = public void com.dgj.quartz.NutQuartzCronJobFactory.init() throws java.lang.Exception , args = []
04-29 13:49:08.621  DEBUG - [NutQuartzCronJobFactory.localhost-startStop-1] job define name=com.brt.collection.service.job.Test cron=0 0 * * * ?
04-29 13:49:08.898  DEBUG - [QuartzSchedulerThread.DGJQuartzScheduler_QuartzSchedulerThread] batch acquisition of 0 triggers
04-29 13:49:08.901  DEBUG - [LoggingMethodInterceptor.localhost-startStop-1] [afterInvoke] Obj = [com.dgj.quartz.NutQuartzCronJobFactory$$NUTZAOP] , Return = null , Method = public void com.dgj.quartz.NutQuartzCronJobFactory.init() throws java.lang.Exception , args = []
04-29 13:49:08.903  DEBUG - [NutIoc.localhost-startStop-1] Get 'dao'<interface org.nutz.dao.Dao>

这日志体现的时间也就1秒, 看不出停顿呀

@wendal 我打个war包运行就没有问题,在eclipse里就完蛋,死卡,特慢

怎么把这些给屏蔽了

04-29 14:34:28.249  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT...]
04-29 14:34:28.372  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = null , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT...]
04-29 14:34:28.497  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = null , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT...]
04-29 14:34:29.054  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = null , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT...]
04-29 14:34:29.160  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:29.288  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:29.862  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:29.927  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:30.107  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:30.676  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:30.691  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:30.814  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:31.525  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:31.543  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}, {"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"transfer_list","id":22}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:31.675  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}, {"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"transfer_list","id":22}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:32.421  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"出库管理","url":"/outstorage/list","description":"出库管理","installed":true,"menuGroup":"ACCOUN...]
04-29 14:34:32.512  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}, {"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"transfer_list","id":22}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_...]
04-29 14:34:32.582  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"出库管理","url":"/outstorage/list","description":"出库管理","installed":true,"menuGroup":"ACCOUN...]
04-29 14:34:33.371  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}, {"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"transfer_list","id":22}, {"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"accident_list","id":23}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"出库管理","url":"/outstorage/list","description":"出库管理","installed":true,"menuGroup":"ACCOUN...]
04-29 14:34:33.417  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"出库管理","url":"/outstorage/list","description":"出库管理","installed":true,"menuGroup":"ACCOUN...]
04-29 14:34:33.579  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}, {"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"transfer_list","id":22}, {"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"accident_list","id":23}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"出库管理","url":"/outstorage/list","description":"出库管理","installed":true,"menuGroup":"ACCOUN...]
04-29 14:34:34.258  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"资源利用管理","url":"/use/list","description":"资源利用管理","installed":true,"menuGroup":"RESOURCE_...]
04-29 14:34:34.438  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}, {"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"transfer_list","id":22}, {"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"accident_list","id":23}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"出库管理","url":"/outstorage/list","description":"出库管理","installed":true,"menuGroup":"ACCOUN...]
04-29 14:34:34.522  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"资源利用管理","url":"/use/list","description":"资源利用管理","installed":true,"menuGroup":"RESOURCE_...]
04-29 14:34:35.212  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"RESOURCE_ADMIN","permissions":[{"name":"资源管理","url":"/resource/list","description":"资源管理","installed":true,"menuGroup":"RESOURCE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"resource_list","id":10}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"资源利用管理","url":"/use/list","description":"资源利用管理","installed":true,"menuGroup":"RESOURCE_...]
04-29 14:34:35.431  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [beforeInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"资源利用管理","url":"/use/list","description":"资源利用管理","installed":true,"menuGroup":"RESOURCE_...]
04-29 14:34:35.521  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"RESOURCE_ADMIN","permissions":[{"name":"资源管理","url":"/resource/list","description":"资源管理","installed":true,"menuGroup":"RESOURCE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"resource_list","id":10}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"资源利用管理","url":"/use/list","description":"资源利用管理","installed":true,"menuGroup":"RESOURCE_...]
04-29 14:34:36.118  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-1] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = [{"group":"INFO_ADMIN","permissions":[{"name":"藏品分类管理","url":"/cate/list","description":"藏品分类管理","installed":true,"menuGroup":"INFO_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"cate_list","id":7}, {"name":"藏品管理","url":"/info/list","description":"藏品管理","installed":true,"menuGroup":"INFO_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"info_list","id":9}]}, {"group":"RESOURCE_ADMIN","permissions":[{"name":"资源管理","url":"/resource/list","description":"资源管理","installed":true,"menuGroup":"RESOURCE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"resource_list","id":10}, {"name":"资源利用管理","url":"/use/list","description":"资源利用管理","installed":true,"menuGroup":"RESOURCE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"use_list","id":25}]}, {"group":"DISPLAYUSE_ADMIN","permissions":[{"name":"藏品陈列展览管理","url":"/show/list","description":"藏品陈列展览管理","installed":true,"menuGroup":"DISPLAYUSE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"show_list","id":17}]}, {"group":"REPAIR_ADMIN","permissions":[{"name":"藏品修复任务管理","url":"/repairtask/list","description":"藏品修复任务管理","installed":true,"menuGroup":"REPAIR_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"repairtask_list","id":15}, {"name":"藏品修复过程","url":"/repairlog/list","description":"藏品修复过程","installed":true,"menuGroup":"REPAIR_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"repairlog_list","id":16}]}, {"group":"STORE_ADMIN","permissions":[{"name":"库房管理","url":"/storage/list","description":"库房管理","installed":true,"menuGroup":"STORE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storage_list","id":12}, {"name":"柜架管理","url":"/chest/list","description":"柜架管理","installed":true,"menuGroup":"STORE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"chest_list","id":13}, {"name":"盘点管理","url":"/checklog/list","description":"盘点管理","installed":true,"menuGroup":"STORE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"checklog_list","id":14}]}, {"group":"DEVICE_ADMIN","permissions":[{"name":"监测设备管理","url":"/device/list","description":"监测设备管理","installed":true,"menuGroup":"DEVICE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"device_list","id":18}, {"name":"监测日志管理","url":"/devicelog/list","description":"监测日志管理","installed":true,"menuGroup":"DEVICE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"devicelog_list","id":19}, {"name":"监测报警日志管理","url":"/devicealarmlog/list","description":"监测报警日志管理","installed":true,"menuGroup":"DEVICE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"devicealarmlog_list","id":20}]}, {"group":"STATISTICAL_ADMIN","permissions":[{"name":"统计管理","url":"/statistical/statisticaldata","description":"统计管理","installed":true,"menuGroup":"STATISTICAL_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"statistical_statisticaldata","id":11}]}, {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}, {"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"transfer_list","id":22}, {"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"accident_list","id":23}, {"name":"出库管理","url":"/outstorage/list","description":"出库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"outstorage_list","id":24}]}, {"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","installed":true,"menuGroup":"USER_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"user_list","id":2}, {"name":"角色列表","url":"/role/list","description":"角色列表","installed":true,"menuGroup":"USER_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"role_list","id":3}]}, {"group":"SYSTEM_ADMIN","permissions":[{"name":"时代设置","url":"/years/list","description":"时代设置","installed":true,"menuGroup":"SYSTEM_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"years_list","id":5}, {"name":"材质设置","url":"/texture/list","description":"材质设置","installed":true,"menuGroup":"SYSTEM_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"texture_list","id":6}]}] , Method = public java.util.List com.brt.collection.service.auth.impl.ShiroUserService.getMenu(int) , args = [16]
04-29 14:34:36.395  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = {"group":"RESOURCE_ADMIN","permissions":[{"name":"资源管理","url":"/resource/list","description":"资源管理","installed":true,"menuGroup":"RESOURCE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"resource_list","id":10}]} , Method = protected com.brt.collection.vo.MenuNode com.brt.collection.service.auth.impl.ShiroUserService.getNode(java.util.List,com.brt.collection.bean.auth.Permission) , args = [[{"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","i...,{"name":"资源利用管理","url":"/use/list","description":"资源利用管理","installed":true,"menuGroup":"RESOURCE_...]
04-29 14:34:36.466  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-4] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = [{"group":"INFO_ADMIN","permissions":[{"name":"藏品分类管理","url":"/cate/list","description":"藏品分类管理","installed":true,"menuGroup":"INFO_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"cate_list","id":7}, {"name":"藏品管理","url":"/info/list","description":"藏品管理","installed":true,"menuGroup":"INFO_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"info_list","id":9}]}, {"group":"RESOURCE_ADMIN","permissions":[{"name":"资源管理","url":"/resource/list","description":"资源管理","installed":true,"menuGroup":"RESOURCE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"resource_list","id":10}, {"name":"资源利用管理","url":"/use/list","description":"资源利用管理","installed":true,"menuGroup":"RESOURCE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"use_list","id":25}]}, {"group":"DISPLAYUSE_ADMIN","permissions":[{"name":"藏品陈列展览管理","url":"/show/list","description":"藏品陈列展览管理","installed":true,"menuGroup":"DISPLAYUSE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"show_list","id":17}]}, {"group":"REPAIR_ADMIN","permissions":[{"name":"藏品修复任务管理","url":"/repairtask/list","description":"藏品修复任务管理","installed":true,"menuGroup":"REPAIR_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"repairtask_list","id":15}, {"name":"藏品修复过程","url":"/repairlog/list","description":"藏品修复过程","installed":true,"menuGroup":"REPAIR_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"repairlog_list","id":16}]}, {"group":"STORE_ADMIN","permissions":[{"name":"库房管理","url":"/storage/list","description":"库房管理","installed":true,"menuGroup":"STORE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storage_list","id":12}, {"name":"柜架管理","url":"/chest/list","description":"柜架管理","installed":true,"menuGroup":"STORE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"chest_list","id":13}, {"name":"盘点管理","url":"/checklog/list","description":"盘点管理","installed":true,"menuGroup":"STORE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"checklog_list","id":14}]}, {"group":"DEVICE_ADMIN","permissions":[{"name":"监测设备管理","url":"/device/list","description":"监测设备管理","installed":true,"menuGroup":"DEVICE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"device_list","id":18}, {"name":"监测日志管理","url":"/devicelog/list","description":"监测日志管理","installed":true,"menuGroup":"DEVICE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"devicelog_list","id":19}, {"name":"监测报警日志管理","url":"/devicealarmlog/list","description":"监测报警日志管理","installed":true,"menuGroup":"DEVICE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"devicealarmlog_list","id":20}]}, {"group":"STATISTICAL_ADMIN","permissions":[{"name":"统计管理","url":"/statistical/statisticaldata","description":"统计管理","installed":true,"menuGroup":"STATISTICAL_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"statistical_statisticaldata","id":11}]}, {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}, {"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"transfer_list","id":22}, {"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"accident_list","id":23}, {"name":"出库管理","url":"/outstorage/list","description":"出库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"outstorage_list","id":24}]}, {"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","installed":true,"menuGroup":"USER_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"user_list","id":2}, {"name":"角色列表","url":"/role/list","description":"角色列表","installed":true,"menuGroup":"USER_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"role_list","id":3}]}, {"group":"SYSTEM_ADMIN","permissions":[{"name":"时代设置","url":"/years/list","description":"时代设置","installed":true,"menuGroup":"SYSTEM_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"years_list","id":5}, {"name":"材质设置","url":"/texture/list","description":"材质设置","installed":true,"menuGroup":"SYSTEM_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"texture_list","id":6}]}] , Method = public java.util.List com.brt.collection.service.auth.impl.ShiroUserService.getMenu(int) , args = [16]
04-29 14:34:37.203  DEBUG - [LoggingMethodInterceptor.http-nio-8089-exec-2] [afterInvoke] Obj = [com.brt.collection.service.auth.impl.ShiroUserService$$NUTZAOP] , Return = [{"group":"INFO_ADMIN","permissions":[{"name":"藏品分类管理","url":"/cate/list","description":"藏品分类管理","installed":true,"menuGroup":"INFO_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"cate_list","id":7}, {"name":"藏品管理","url":"/info/list","description":"藏品管理","installed":true,"menuGroup":"INFO_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"info_list","id":9}]}, {"group":"RESOURCE_ADMIN","permissions":[{"name":"资源管理","url":"/resource/list","description":"资源管理","installed":true,"menuGroup":"RESOURCE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"resource_list","id":10}, {"name":"资源利用管理","url":"/use/list","description":"资源利用管理","installed":true,"menuGroup":"RESOURCE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"use_list","id":25}]}, {"group":"DISPLAYUSE_ADMIN","permissions":[{"name":"藏品陈列展览管理","url":"/show/list","description":"藏品陈列展览管理","installed":true,"menuGroup":"DISPLAYUSE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"show_list","id":17}]}, {"group":"REPAIR_ADMIN","permissions":[{"name":"藏品修复任务管理","url":"/repairtask/list","description":"藏品修复任务管理","installed":true,"menuGroup":"REPAIR_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"repairtask_list","id":15}, {"name":"藏品修复过程","url":"/repairlog/list","description":"藏品修复过程","installed":true,"menuGroup":"REPAIR_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"repairlog_list","id":16}]}, {"group":"STORE_ADMIN","permissions":[{"name":"库房管理","url":"/storage/list","description":"库房管理","installed":true,"menuGroup":"STORE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storage_list","id":12}, {"name":"柜架管理","url":"/chest/list","description":"柜架管理","installed":true,"menuGroup":"STORE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"chest_list","id":13}, {"name":"盘点管理","url":"/checklog/list","description":"盘点管理","installed":true,"menuGroup":"STORE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"checklog_list","id":14}]}, {"group":"DEVICE_ADMIN","permissions":[{"name":"监测设备管理","url":"/device/list","description":"监测设备管理","installed":true,"menuGroup":"DEVICE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"device_list","id":18}, {"name":"监测日志管理","url":"/devicelog/list","description":"监测日志管理","installed":true,"menuGroup":"DEVICE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"devicelog_list","id":19}, {"name":"监测报警日志管理","url":"/devicealarmlog/list","description":"监测报警日志管理","installed":true,"menuGroup":"DEVICE_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"devicealarmlog_list","id":20}]}, {"group":"STATISTICAL_ADMIN","permissions":[{"name":"统计管理","url":"/statistical/statisticaldata","description":"统计管理","installed":true,"menuGroup":"STATISTICAL_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"statistical_statisticaldata","id":11}]}, {"group":"ACCOUNT_ADMIN","permissions":[{"name":"入库管理","url":"/storagein/list","description":"入库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"storagein_list","id":21}, {"name":"移库管理","url":"/transfer/list","description":"移库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"transfer_list","id":22}, {"name":"事故管理","url":"/accident/list","description":"事故管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"accident_list","id":23}, {"name":"出库管理","url":"/outstorage/list","description":"出库管理","installed":true,"menuGroup":"ACCOUNT_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"outstorage_list","id":24}]}, {"group":"USER_ADMIN","permissions":[{"name":"管理员列表","url":"/user/list","description":"管理员列表","installed":true,"menuGroup":"USER_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"user_list","id":2}, {"name":"角色列表","url":"/role/list","description":"角色列表","installed":true,"menuGroup":"USER_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"role_list","id":3}]}, {"group":"SYSTEM_ADMIN","permissions":[{"name":"时代设置","url":"/years/list","description":"时代设置","installed":true,"menuGroup":"SYSTEM_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"years_list","id":5}, {"name":"材质设置","url":"/texture/list","description":"材质设置","installed":true,"menuGroup":"SYSTEM_ADMIN","isMenu":true,"needPermission":0,"hilightKey":"texture_list","id":6}]}] , Method = public java.util.List com.brt.collection.service.auth.impl.ShiroUserService.getMenu(int) , args = [16]

@wendal 这些是突然多打印的 之前没有这个

根据package设置log级别

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