.Y。 2020-07-08 13:43 采纳率: 0%
浏览 456

Logstash创建索引运行时出错

 E:\tools\logstash-6.2.1\bin>.\logstash.bat -f ..\config\mysql.conf
Sending Logstash's logs to E:/tools/logstash-6.2.1/logs which is now configured via log4j2.properties
[2020-07-08T13:32:37,590][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"fb_apache", :directory=>"E:/tools/logstash-6.2.1/modules/fb_apache/configuration"}
[2020-07-08T13:32:37,632][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"netflow", :directory=>"E:/tools/logstash-6.2.1/modules/netflow/configuration"}
[2020-07-08T13:32:37,951][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options are specified
[2020-07-08T13:32:38,757][INFO ][logstash.runner          ] Starting Logstash {"logstash.version"=>"6.2.1"}
[2020-07-08T13:32:39,297][INFO ][logstash.agent           ] Successfully started Logstash API endpoint {:port=>9600}
[2020-07-08T13:32:43,208][WARN ][logstash.outputs.elasticsearch] You are using a deprecated config setting "document_type" set in elasticsearch. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. Document types are being deprecated in Elasticsearch 6.0, and removed entirely in 7.0. You should avoid this feature If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"document_type", :plugin=><LogStash::Outputs::ElasticSearch hosts=>[//localhost:9200], index=>"xc_course", document_id=>"%{id}", document_type=>"doc", template=>"E:/tools/logstash-6.2.1/config/xc_course_template.json", template_name=>"xc_course", template_overwrite=>true, id=>"2b68346a2dcba059c266e8c43513e231b8ef88495ce709831a3a93c755e8fc39", enable_metric=>true, codec=><LogStash::Codecs::Plain id=>"plain_bc8f56e0-9abf-44af-bb83-bfa9d6cc1c20", enable_metric=>true, charset=>"UTF-8">, workers=>1, manage_template=>true, doc_as_upsert=>false, script_type=>"inline", script_lang=>"painless", script_var_name=>"event", scripted_upsert=>false, retry_initial_interval=>2, retry_max_interval=>64, retry_on_conflict=>1, action=>"index", ssl_certificate_verification=>true, sniffing=>false, sniffing_delay=>5, timeout=>60, pool_max=>1000, pool_max_per_route=>100, resurrect_delay=>5, validate_after_inactivity=>10000, http_compression=>false>}
[2020-07-08T13:32:43,404][INFO ][logstash.pipeline        ] Starting pipeline {:pipeline_id=>"main", "pipeline.workers"=>4, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
[2020-07-08T13:32:44,134][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://localhost:9200/]}}
[2020-07-08T13:32:44,148][INFO ][logstash.outputs.elasticsearch] Running health check to see if an Elasticsearch connection is working {:healthcheck_url=>http://localhost:9200/, :path=>"/"}
[2020-07-08T13:32:44,416][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>"http://localhost:9200/"}
[2020-07-08T13:32:44,504][INFO ][logstash.outputs.elasticsearch] ES Output version determined {:es_version=>nil}
[2020-07-08T13:32:44,514][WARN ][logstash.outputs.elasticsearch] Detected a 6.x and above cluster: the `type` event field won't be used to determine the document _type {:es_version=>6}
[2020-07-08T13:32:44,539][INFO ][logstash.outputs.elasticsearch] Using mapping template from {:path=>"E:/tools/logstash-6.2.1/config/xc_course_template.json"}
[2020-07-08T13:32:44,565][INFO ][logstash.outputs.elasticsearch] Attempting to install template {:manage_template=>{"mappings"=>{"course"=>{"_source"=>{"excludes"=>["teachplan", "description", "content"]}, "properties"=>{"@timestamp"=>{"type"=>"date"}, "@version"=>{"fields"=>{"keyword"=>{"ignore_above"=>256, "type"=>"keyword"}}, "type"=>"text"}, "charge"=>{"type"=>"keyword"}, "content"=>{"analyzer"=>"ik_max_word", "search_analyzer"=>"ik_max_word", "store"=>false, "type"=>"text"}, "description"=>{"copy_to"=>["content"], "store"=>false, "type"=>"text"}, "teachplan"=>{"copy_to"=>["content"], "store"=>false, "type"=>"text"}, "grade"=>{"type"=>"keyword"}, "id"=>{"type"=>"keyword"}, "mt"=>{"type"=>"keyword"}, "name"=>{"copy_to"=>["content"], "type"=>"text"}, "pic"=>{"index"=>false, "type"=>"keyword"}, "price"=>{"type"=>"double"}, "st"=>{"type"=>"keyword"}, "status"=>{"type"=>"keyword"}, "studymodel"=>{"type"=>"keyword"}, "timestamp"=>{"type"=>"date"}, "valid"=>{"type"=>"keyword"}}}}, "order"=>0, "settings"=>{"number_of_shards"=>3}, "template"=>"xc_course"}}
[2020-07-08T13:32:44,646][INFO ][logstash.outputs.elasticsearch] Installing elasticsearch template to _template/xc_course
[2020-07-08T13:32:44,784][INFO ][logstash.outputs.elasticsearch] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>["//localhost:9200"]}
[2020-07-08T13:32:45,178][INFO ][logstash.pipeline        ] Pipeline started succesfully {:pipeline_id=>"main", :thread=>"#<Thread:0x38b84248 sleep>"}
The stdin plugin is now waiting for input:
[2020-07-08T13:32:45,323][INFO ][logstash.agent           ] Pipelines running {:count=>1, :pipelines=>["main"]}
[2020-07-08T13:33:01,897][INFO ][logstash.inputs.jdbc     ] (0.006000s) SELECT version()
[2020-07-08T13:33:02,089][INFO ][logstash.inputs.jdbc     ] (0.001000s) SELECT version()
[2020-07-08T13:33:02,155][INFO ][logstash.inputs.jdbc     ] (0.006000s) SELECT count(*) AS `count` FROM (select * from course_pub where timestamp > date_add('2017-07-08 05:29:00',INTERVAL 8 HOUR)) AS `t1` LIMIT 1
[2020-07-08T13:33:02,203][INFO ][logstash.inputs.jdbc     ] (0.006000s) SELECT * FROM (select * from course_pub where timestamp > date_add('2017-07-08 05:29:00',INTERVAL 8 HOUR)) AS `t1` LIMIT 50000 OFFSET 0
[2020-07-08T13:33:02,597][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"297e7c7c62b8aa9d0162b8ab13910000", :_index=>"xc_course", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x681f08e9>], :response=>{"index"=>{"_index"=>"xc_course", "_type"=>"doc", "_id"=>"297e7c7c62b8aa9d0162b8ab13910000", "status"=>400, **"error"=>{"type"=>"mapper_parsing_exception"**, "reason"=>"failed to parse [pub_time]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: \"2018-04-26 17:10:55\" is malformed at \"-04-26 17:10:55\""}}}}}
[2020-07-08T13:33:02,616][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"402885816243d2dd016243f24c030002", :_index=>"xc_course", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x5655a311>], :response=>{"index"=>{"_index"=>"xc_course", "_type"=>"doc", "_id"=>"402885816243d2dd016243f24c030002", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [pub_time]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: \"2018-04-25 19:11:35\" is malformed at \"-04-25 19:11:35\""}}}}}
[2020-07-08T13:33:02,670][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"297e7c7c62b888f00162b8a965510001", :_index=>"xc_course", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x4e8d33f5>], :response=>{"index"=>{"_index"=>"xc_course", "_type"=>"doc", "_id"=>"297e7c7c62b888f00162b8a965510001", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [pub_time]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: \"2018-04-25 19:11:35\" is malformed at \"-04-25 19:11:35\""}}}}}
[2020-07-08T13:33:02,702][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"297e7c7c62b888f00162b8a7dec20000", :_index=>"xc_course", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x11804920>], :response=>{"index"=>{"_index"=>"xc_course", "_type"=>"doc", "_id"=>"297e7c7c62b888f00162b8a7dec20000", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [pub_time]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: \"2018-04-26 16:57:23\" is malformed at \"-04-26 16:57:23\""}}}}}
[2020-07-08T13:33:02,705][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"4028e58161bd3b380161bd3bcd2f0000", :_index=>"xc_course", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x541c5cfe>], :response=>{"index"=>{"_index"=>"xc_course", "_type"=>"doc", "_id"=>"4028e58161bd3b380161bd3bcd2f0000", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [pub_time]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: \"2018-04-25 19:11:35\" is malformed at \"-04-25 19:11:35\""}}}}}
[2020-07-08T13:33:02,708][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"4028858162e0bc0a0162e0bfdf1a0000", :_index=>"xc_course", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x3f8ef0d8>], :response=>{"index"=>{"_index"=>"xc_course", "_type"=>"doc", "_id"=>"4028858162e0bc0a0162e0bfdf1a0000", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [pub_time]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: \"2018-04-25 19:11:35\" is malformed at \"-04-25 19:11:35\""}}}}}
[2020-07-08T13:33:02,712][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"4028e581617f945f01617f9dabc40000", :_index=>"xc_course", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x4a73cbdd>], :response=>{"index"=>{"_index"=>"xc_course", "_type"=>"doc", "_id"=>"4028e581617f945f01617f9dabc40000", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [pub_time]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: \"2020-07-08 12:24:00\" is malformed at \"-07-08 12:24:00\""}}}}}
[2020-07-08T13:33:02,715][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"4028e58161bcf7f40161bcf8b77c0000", :_index=>"xc_course", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x1154dfcb>], :response=>{"index"=>{"_index"=>"xc_course", "_type"=>"doc", "_id"=>"4028e58161bcf7f40161bcf8b77c0000", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [pub_time]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: \"2018-04-25 19:11:35\" is malformed at \"-04-25 19:11:35\""}}}}}
[2020-07-08T13:33:02,717][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"4028e58161bd22e60161bd23672a0001", :_index=>"xc_course", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x22cc7901>], :response=>{"index"=>{"_index"=>"xc_course", "_type"=>"doc", "_id"=>"4028e58161bd22e60161bd23672a0001", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [pub_time]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: \"2018-04-25 19:11:35\" is malformed at \"-04-25 19:11:35\""}}}}}
{"grade":"200001","charge":"203001","description":"java基础3java基础3java基础3java基础3java基础3java基础3","users":"java基础3","name":"java基础3","pic":"group1/M00/00/00/wKhlQFrZS2aACA0LAAAxkpcK7CQ874.jpg","@version":"1","start_time":null,"studymodel":"201001","qq":null,"teachmode":null,"expires":null,"end_time":null,"timestamp":"2018-04-27T14:57:24.000Z","pub_time":"2018-04-26 17:10:55","price":null,"@timestamp":"2020-07-08T05:33:02.278Z","teachplan":"","id":"297e7c7c62b8aa9d0162b8ab13910000","mt":"1-3","valid":"204001","st":"1-3-2","price_old":null}
{"grade":"200001","charge":"203002","description":"111111大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大 数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据大数据","users":"具有一定的java基础","name":"大数据","pic":"group1/M00/00/02/wKhlQFrQfNqAL0d_AALDG1Ia4xE439.png","@version":"1","start_time":null,"studymodel":"201001","qq":null,"teachmode":null,"expires":null,"end_time":null,"timestamp":"2018-05-26T08:49:33.000Z","pub_time":"2018-04-25 19:11:35","price":99.0,"@timestamp":"2020-07-08T05:33:02.279Z","teachplan":"第一节 ","id":"402885816243d2dd016243f24c030002","mt":"1-6","valid":"204001","st":"1-6-1","price_old":199.0}
{"grade":"200002","charge":"203002","description":"test_java基础33test_java基础33test_java基础33","users":"java爱好者d","name":"test_java基础33","pic":"group1/M00/00/02/wKhlQFrQfNqAL0d_AALDG1Ia4xE439.png","@version":"1","start_time":null,"studymodel":"201002","qq":"32432","teachmode":null,"expires":null,"end_time":null,"timestamp":"2018-04-27T14:57:24.000Z","pub_time":"2018-04-26 16:57:23","price":55.0,"@timestamp":"2020-07-08T05:33:02.252Z","teachplan":"","id":"297e7c7c62b888f00162b8a7dec20000","mt":"1-3","valid":"204002","st":"1-3-3","price_old":null}
{"grade":"200002","charge":"203002","description":"redis在当前的大型网站和500强企业中,已被广泛应用。 redis是基于内存的key-value数据库,比传统的关系型数据库在性能方面有非常大的优势。 肖老师这套视频,精选了redis在实际项目中的十几个应用场景。通过本课程的学习,可以让学员快速掌握redis在实际项目中如何应用。 作为架构师,redis是必须要掌握的技能!","users":"","name":"Redis从入门到项目实战","pic":"group1/M00/00/01/wKhlQFqO5yqAQMozAAAqor3lyz0082.jpg","@version":"1","start_time":null,"studymodel":"201001","qq":"32432432","teachmode":null,"expires":null,"end_time":null,"timestamp":"2018-05-16T10:55:36.000Z","pub_time":"2018-04-25 19:11:35","price":0.009999999776482582,"@timestamp":"2020-07-08T05:33:02.295Z","teachplan":"第一章:redis简介 第一节 NoSQL简介 第二节 认识Redis 第二章:redis的安装与配置 第三章:Redis数据操作 第四章:Redis进阶操作 第五章:Redis主从配置 ","id":"4028e58161bd3b380161bd3bcd2f0000","mt":"1-3","valid":"204001","st":"1-3-2","price_old":null}
{"grade":"200001","charge":"203001","description":"test_java基础2test_java基础2test_java基础2test_java基础2test_java基础2test_java基础2test_java基础2test_java基础2test_java基础2test_java基础2","users":"test_java基础","name":"test_java基础","pic":"group1/M00/00/00/wKhlQFrZS2aACA0LAAAxkpcK7CQ874.jpg","@version":"1","start_time":null,"studymodel":"201001","qq":"443242","teachmode":null,"expires":null,"end_time":null,"timestamp":"2018-04-27T14:57:24.000Z","pub_time":"2018-04-25 19:11:35","price":null,"@timestamp":"2020-07-08T05:33:02.277Z","teachplan":"java基础语法 ","id":"297e7c7c62b888f00162b8a965510001","mt":"1-3","valid":"204001","st":"1-3-2","price_old":null}
{"grade":"200002","charge":"203002","description":"人工智能+python非常不错!!!","users":"小白","name":"人工智能+python","pic":"group1/M00/00/00/wKhlQFrZS2aACA0LAAAxkpcK7CQ874.jpg","@version":"1","start_time":null,"studymodel":"201001","qq":"45323453","teachmode":null,"expires":null,"end_time":null,"timestamp":"2018-04-27T14:57:24.000Z","pub_time":"2018-04-25 19:11:35","price":198.0,"@timestamp":"2020-07-08T05:33:02.280Z","teachplan":"","id":"4028858162e0bc0a0162e0bfdf1a0000","mt":"1-6","valid":"204002","st":"1-6-5","price_old":null}
{"grade":"200002","charge":"203002","description":"Bootstrap是由Twitter推出的一个前台页面开发框架,在行业之中使用较为广 泛。此开发框架包含了大量的CSS、JS程序代码,可以帮助开发者(尤其是不擅长页面开发的程序人员)轻松的实现一个不受浏览器限制 的精美界面效果。","users":"所有人","name":"Bootstrap开发框架","pic":"group1/M00/00/01/wKhlQFqO0OGAFyhGAAA-8SWa8Qc537.jpg","@version":"1","start_time":null,"studymodel":"201001","qq":"4455432","teachmode":null,"expires":null,"end_time":null,"timestamp":"2020-07-08T04:24:00.000Z","pub_time":"2020-07-08 12:24:00","price":0.009999999776482582,"@timestamp":"2020-07-08T05:33:02.281Z","teachplan":"{\"children\":[{\"children\":[{\"id\":\"40286b8173082f1b017308407a840002\",\"pname\":\"案例1\"}],\"id\":\"40286b8173082f1b0173083ff48e0001\",\"pname\":\"案例开发\"},{\"children\":[{\"id\":\"3\",\"pname\":\"计算机硬件\"},{\"id\":\"4\",\"pname\":\"计算机软件\"},{\"id\":\"40286b8173082f1b0173083e88fa0000\",\"pname\":\"测试\"}],\"id\":\"2\",\"pname\":\"计算机原理\"},{\"children\":[{\"id\":\"6\",\"pname\":\"java语法介绍\"},{\"id\":\"7\",\"pname\":\"Hello World\"}],\"id\":\"5\",\"pname\":\"计算机编程入门\"},{\"children\":[{\"id\":\"402885816347f814016348d68bad0000\",\"pname\":\"数据库基础知识\"},{\"id\":\"402885816347f814016348d6c5920001\",\"pname\":\"SQL查询\"},{\"id\":\"402885816347f814016348d7153c0002\",\"pname\":\"SQL优化\"}],\"id\":\"4028e581617ce7b601617ce801790000\",\"pname\":\"数据库编程\"},{\"children\":[{\"id\":\"4028e58161bbcd350161bbcefe3d0001\",\"pname\":\"操作系统原理\"},{\"id\":\"4028e581617d02e101617d070ed90000\",\"pname\":\"操作系统类型介绍\"}],\"id\":\"8\",\"pname\":\"操作系统原理\"}],\"id\":\"1\",\"pname\":\"Bootstrap开发框架\"}","id":"4028e581617f945f01617f9dabc40000","mt":"1-1","valid":"204001","st":"1-1-1","price_old":null}
{"grade":"200003","charge":"203002","description":"本课程主要从四个章节进行讲解: 1.微服务架构入门 2.spring cloud 基础入门 3.实战Spring Boot 4.注册中心eureka。","users":"所有人","name":"spring cloud实战","pic":"group1/M00/00/01/wKhlQFqO2HqAA6sPAAArlhJed-w088.jpg","@version":"1","start_time":null,"studymodel":"201001","qq":"54354353","teachmode":"","expires":null,"end_time":null,"timestamp":"2018-04-27T14:57:24.000Z","pub_time":"2018-04-25 19:11:35","price":0.009999999776482582,"@timestamp":"2020-07-08T05:33:02.282Z","teachplan":"微服务架构入门 为什么要使用微服务:单体架构的特点 为什么要使用微服务:微服务的优缺点 spring cloud 基础入门 为什么要选择spring cloud? 为什么springcloud要设计一套新的版本升级规则? 实战-Spring Boot 为什么越来越多的开发者选择使用spring boot?它解决了什么问题? spring boot的入门例子 注册中心Eureka 微服务架构为什么需要注册中心,它解决了什么问题?  一个Eureka注册中心的入门例子 ","id":"4028e58161bcf7f40161bcf8b77c0000","mt":"1-3","valid":"204002","st":"1-3-2","price_old":null}
{"grade":"200002","charge":"203002","description":"Vue系列课程:从Vue1.0讲到Vue2.0,从理论讲到实战,理论与案例巧妙结合,让课程更容易理解!","users":"所有人","name":"Javascript之VueJS","pic":"group1/M00/00/01/wKhlQFqO4MmAOP53AAAcwDwm6SU490.jpg","@version":"1","start_time":null,"studymodel":"201001","qq":"4324322","teachmode":"","expires":null,"end_time":null,"timestamp":"2018-04-27T08:57:24.000Z","pub_time":"2018-04-25 19:11:35","price":0.009999999776482582,"@timestamp":"2020-07-08T05:33:02.284Z","teachplan":"Vuejs 第一讲 第一节 vue基础、常用指令、bootstrap+vue的简易留言 第二节 属性和事件、模板、交互、案例 Vuejs 第二讲 第一节 计算属性的使用、vue实例的简单方法、提高循环的性能,让重复数据显示出来 第二节 自定义过滤器、自定义指令 、自定义键盘事件、数据的监听 Vuejs 第三讲 ","id":"4028e58161bd22e60161bd23672a0001","mt":"1-1","valid":"204001","st":"1-1-9","price_old":null}
[2020-07-08T13:34:00,318][INFO ][logstash.inputs.jdbc     ] (0.001000s) SELECT version()
[2020-07-08T13:34:00,338][INFO ][logstash.inputs.jdbc     ] (0.000000s) SELECT version()
[2020-07-08T13:34:00,351][INFO ][logstash.inputs.jdbc     ] (0.008000s) SELECT count(*) AS `count` FROM (select * from course_pub where timestamp > date_add('2020-07-08 05:33:01',INTERVAL 8 HOUR)) AS `t1` LIMIT 1
[2020-07-08T13:34:19,454][WARN ][logstash.runner          ] SIGINT received. Shutting down.
[2020-07-08T13:34:20,707][INFO ][logstash.pipeline        ] Pipeline has terminated {:pipeline_id=>"main", :thread=>"#<Thread:0x38b84248 run>"}
终止批处理操作吗(Y/N)? y

"error"=>{"type"=>"mapper_parsing_exception"

才开始用,不知道怎么回事。

  • 写回答

1条回答 默认 最新

  • 已、删除 2020-07-09 10:40
    关注

    出现这个不影响使用吧 我之前就遇到过,然后可以正常使用

    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器