首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >UIMA Ruta版本2.7.0

UIMA Ruta版本2.7.0
EN

Stack Overflow用户
提问于 2019-11-08 14:37:18
回答 1查看 116关注 0票数 1

我已经将Uima Ruta版本升级到了2.7.0。我在控制台中收到以下消息,是否会影响任何进程。

代码语言:javascript
复制
Nov 08, 2019 11:54:31 AM org.apache.uima.internal.util.XMLUtils createSaxTransformerFactory(614)
WARNING: SAXTransformerFactory didn't recognize setting attribute http://javax.xml.XMLConstants/property/accessExternalDTD
Nov 08, 2019 11:54:31 AM org.apache.uima.internal.util.XMLUtils createSaxTransformerFactory(621)
WARNING: SAXTransformerFactory didn't recognize setting attribute http://javax.xml.XMLConstants/property/accessExternalStylesheet
log4j:WARN No appenders could be found for logger (org.springframework.validation.DataBinder).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Nov 08, 2019 11:54:32 AM org.apache.uima.jcas.impl.JCasImpl reportInitErrors(809)
WARNING: 
JCas Type "org.apache.uima.ruta.type.DebugBlockApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugRuleApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugScriptApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.

Nov 08, 2019 11:54:32 AM org.apache.uima.jcas.impl.JCasImpl reportInitErrors(809)
WARNING: 
JCas Type "org.apache.uima.ruta.type.DebugBlockApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugRuleApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugScriptApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.

Nov 08, 2019 11:54:33 AM org.apache.uima.jcas.impl.JCasImpl reportInitErrors(809)
WARNING: 
JCas Type "org.apache.uima.ruta.type.DebugBlockApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugRuleApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugScriptApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-11-08 16:08:07

是。对类型系统进行了更新,添加了新的功能时间戳。您需要更新项目中的类型系统,例如,右键单击您的ruta项目-> UIMA Ruta ->更新项目。通过清理项目来重新构建描述符。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/58761605

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档