Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

这个DEMO真的能够愉快的跑起来吗? #3

Closed
uncle5 opened this issue Aug 14, 2014 · 2 comments
Closed

这个DEMO真的能够愉快的跑起来吗? #3

uncle5 opened this issue Aug 14, 2014 · 2 comments

Comments

@uncle5
Copy link

uncle5 commented Aug 14, 2014

整个项目down下来,Eclipse加载完毕,无错误提示,jetty跑起来,遇到各种问题:
1.提示 shiro.ini 为空,将shiro.ini复制到/WEB-INF下,OK
2.提示dao无法初始化,因为type=null,将/ioc/*.js复制到com.rekoe.mvc.view包下,OK
3.提示init_system_h2.sql无法找到文件,将init_system_h2.sql复制到com.rekoe包下,OK
至此,启动正常
4.访问/admin/login,
2014-08-14 16:33:28.805:WARN::/admin/login
java.lang.IllegalStateException: Committed
at org.mortbay.jetty.Response.resetBuffer(Response.java:1023)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:211)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)
at org.nutz.mvc.view.ForwardView.render(ForwardView.java:70)
at org.nutz.mvc.view.ViewWrapper.render(ViewWrapper.java:26)
at org.nutz.mvc.impl.processor.ViewProcessor.process(ViewProcessor.java:40)
at org.nutz.mvc.impl.processor.FailProcessor.process(FailProcessor.java:30)
at org.nutz.mvc.impl.NutActionChain.doChain(NutActionChain.java:45)
at org.nutz.mvc.impl.ActionInvoker.invoke(ActionInvoker.java:64)
at org.nutz.mvc.ActionHandler.handle(ActionHandler.java:31)

还能愉快的跑起来吗。

@Rekoe
Copy link
Owner

Rekoe commented Aug 14, 2014

请用 tomcat 或者resin 跑

@wendal
Copy link
Collaborator

wendal commented Jan 19, 2015

可以的

@wendal wendal closed this as completed Jan 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants