查看或 Solandra(0.7) 在启动时给我 NoSuchMethodError
8:55:18,996 失败 solandra.SolandraDispatchFilter-144715990: java.lang.NoSuchMethodError: org.apache.solr.common.util.DOMUtil.substituteProperties(Lorg/w3c/dom/Node;Ljava/util/Properties;)V 警告08:55:19,012失败org.mortbay.jetty.servlet.Context@59c958af{/solandra,null}:java.lang.NoSuchMethodError:org.apache.solr.common.util.DOMUtil.substituteProperties(Lorg / w3c / dom /Node;Ljava/util/Properties;)V 错误 08:55:19,012 启动处理程序时出错 java.lang.NoSuchMethodError: org.apache.solr.common.util.DOMUtil.substituteProperties(Lorg/w3c/dom/Node;Ljava/util/Properties;)V
我正在使用 java 1.6_25,所以我不明白为什么我正在吃这个。 有人可以帮忙吗???谢谢。
8:55:18,996 failed solandra.SolandraDispatchFilter-144715990: java.lang.NoSuchMethodError: org.apache.solr.common.util.DOMUtil.substituteProperties(Lorg/w3c/dom/Node;Ljava/util/Properties;)V
WARN 08:55:19,012 failed org.mortbay.jetty.servlet.Context@59c958af{/solandra,null}: java.lang.NoSuchMethodError: org.apache.solr.common.util.DOMUtil.substituteProperties(Lorg/w3c/dom/Node;Ljava/util/Properties;)V
ERROR 08:55:19,012 Error starting handlers
java.lang.NoSuchMethodError: org.apache.solr.common.util.DOMUtil.substituteProperties(Lorg/w3c/dom/Node;Ljava/util/Properties;)V
I am using java 1.6_25, so i don't understand why i am having this.
Can anyone help??? thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 Git 中的 solandra 0.7,我可以从命令行正常运行 solandra,没有任何问题......只有当我尝试在 Eclipse 中启动它时。
我敢打赌这是一个 Eclipse 问题,因为使用了错误的 JRE,不知何故。 :/
im using the solandra 0.7 from Git, I can run solandra just fine from command line with no issues....only when i try to start it in Eclipse.
I am betting this is an eclipse issue with using the wrong JRE,somehow. :/