首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法登录Incode Platform

无法登录Incode Platform
EN

Stack Overflow用户
提问于 2017-09-28 04:54:23
回答 2查看 40关注 0票数 0

成功构建Incode Platform后,我无法使用sven/pass或任何我能想到的密码组合登录。将记录以下错误

代码语言:javascript
复制
22:31:49,645  [ShiroAuthenticatorOrAuthorizor qtp1315447704-15 ERROR]  Unable to authenticate

org.apache.shiro.authc.DisabledAccountException at org.isisaddons.module.security.shiro.IsisModuleSecurityRealm.doGetAuthenticationInfo(IsisModuleSecurityRealm.java:78) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:568) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267) at org.apache.shiro.authc。AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)在org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)在org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:270)在org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:256)在org.apache.isis.security.shiro.ShiroAuthenticatorOrAuthorizor.authenticate(ShiroAuthenticatorOrAuthorizor.java:151)在org.apache.isis.core.runtime.authentication.standard.AuthenticationManagerStandard.authenticate(AuthenticationManagerStandard.java:111)在org.apache.isis.viewer.wicket.viewer.integration.wicket.AuthenticatedWebSessionForIsis.authenticate(AuthenticatedWebSessionForIsis.java:73)在org.apache.wicket.authroles.authentication.AuthenticatedWebSession.signIn(AuthenticatedWebSession.java:66)在org.apache.wicket.authroles.authentication.panel.SignInPanel.signIn(SignInPanel.java:210)在org.apache.wicket.authroles.authentication.panel.SignInPanel.access$100(SignInPanel在org.apache.wicket.authroles.authentication.panel.SignInPanel$SignInForm.onSubmit(SignInPanel.java:305) at org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1313) at org.apache.wicket.markup.html.form.Form.process(Form.java:976) at org.apache.wicket.markup.html.form.StatelessForm.process(StatelessForm.java:100) at org) .java:46)。apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:797) at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:708) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498)在org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258) at org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:216) at org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:241) at org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:234) at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895) at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64) at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:265) at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:222) at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293)

不确定问题是什么,以及我可以做些什么来解决它。

EN

回答 2

Stack Overflow用户

发布于 2017-09-28 05:29:31

没问题。我用错了AppManifest。正确的是mvn jetty:run \ -Disis.appManifest=domainapp.appdefn.DomainAppAppManifestWithFixtures

票数 0
EN

Stack Overflow用户

发布于 2017-09-28 06:10:21

是啊。默认的appmanifest只设置安全模块,所以您可以使用isis- module - security -admin/pass登录,但仅此而已。使用安全管理员,您当然可以设置另一个用户...但无论如何,这就是另一个清单及其fixture所做的事情。

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

https://stackoverflow.com/questions/46457059

复制
相关文章

相似问题

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