zhangwonderful
zhangwonderful
服务器环境:elasticsearch5.5.1 分词插件版本:5.5.1 客户端程序环境:spring-boot 运行客户端程序报错:Caused by: java.lang.IllegalArgumentException: Unknown tokenizer type [mmseg] for [mmseg_maxword] at org.elasticsearch.index.analysis.AnalysisRegistry.getAnalysisProvider(AnalysisRegistry.java:387) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.analysis.AnalysisRegistry.buildMapping(AnalysisRegistry.java:338) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.analysis.AnalysisRegistry.buildTokenizerFactories(AnalysisRegistry.java:176) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.analysis.AnalysisRegistry.build(AnalysisRegistry.java:154) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.IndexService.(IndexService.java:145) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.IndexModule.newIndexService(IndexModule.java:363) ~[elasticsearch-5.5.1.jar:5.5.1]...
我在nodejs 6.9.5环境下启动正常,上传文件就报这个错误 at Buffer.write (buffer.js:732:11) at MultipartParser.initWithBoundary (/opt/nimg-master/node_modules/formidable/lib/multipart_parser.js:61:17) at IncomingForm._initMultipart (/opt/nimg-master/node_modules/formidable/lib/incoming_form.js:308:10) at IncomingForm._parseContentType (/opt/nimg-master/node_modules/formidable/lib/incoming_form.js:250:12) at IncomingForm.writeHeaders (/opt/nimg-master/node_modules/formidable/lib/incoming_form.js:129:8) at IncomingForm.parse (/opt/nimg-master/node_modules/formidable/lib/incoming_form.js:97:8) at /opt/nimg-master/node_modules/connect/lib/middleware/multipart.js:125:12 at noop (/opt/nimg-master/node_modules/connect/lib/middleware/multipart.js:22:3) at multipart (/opt/nimg-master/node_modules/connect/lib/middleware/multipart.js:76:5) at /opt/nimg-master/node_modules/connect/lib/middleware/bodyParser.js:57:9
我按照示例创建了clientdetail,系统返回提示:username为test,password也为test,可是用这个用户名和密码登录报以下错误: Realm [com.monkeyk.os.infrastructure.shiro.AuthzRedisRealm@2ac8c111] was unable to find account data for the submitted AuthenticationToken [org.apache.shiro.authc.UsernamePasswordToken - test, rememberMe=false]. 传入参数为: client_id:ng2-admin scope:read response_type:code redirect_uri:http://localhost:7777/spring-oauth-client/authorization_code_callback state:7a7e3e00-040d-4425-8894-e6dba766d217 client_secret: username:test password:test 没有查出来是什么原因导致的。
These dependencies were not found: * @/views/index/index in ./src/router/index.js * @/views/index/nearby_shops in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/category/category.vue?vue&type=script&lang=js& To install them, you can run: npm install --save @/views/index/index @/views/index/nearby_shops
**问题描述 / Problem Description** 用简洁明了的语言描述这个问题 / Describe the problem in a clear and concise manner. **复现问题的步骤 / Steps to Reproduce** 1. 执行 '...' / Run '...' 2. 点击 '...' /...