【发布时间】:2014-04-04 19:21:57
【问题描述】:
我正在尝试关注the official Tapestry tutorial
以下步骤很好:
- 启动 mvn jetty:run(从命令行)
- 启动 mvn eclipse:eclipse -DdownloadSources=true
- 在 Eclipse 中导入项目
- 从 Eclipse 中导入的项目配置新的 Jetty 配置
但是当我从 Eclipse 运行配置时,我得到一个错误,其日志是 here。 (相关部分,据我说:
ioc.Registry Error building service proxy for service 'RegistryStartup'
)
另外,请注意我的问题与 this post 中的问题不同:确实,我已经设法在 Eclipse 中设置了 Jetty 6。
我的操作系统是 Ubuntu 13.10 64 位。
在 ubuntu 上我安装了 Maven 3.1.1
我正在使用 Eclipse Kepler Service Release 2
我安装了码头插件 (RunJettyRun) 1.3.2 (Jetty 6)。
另外,我在 Eclipse 中设置了补丁以使用 java8 运行时。
【问题讨论】: