简体   繁体   English

带有Spring MVC Maven项目的Magnolia CMS发布

[英]Magnolia CMS with Spring MVC maven project publish

When I want to publish my newly created Page in author mode, I got the following error in a popup: 当我想以作者模式发布新创建的页面时,在弹出窗口中出现以下错误:

error detected: Not able to send the activation request [ http://localhost:8080/magnoliaPublic/.magnolia/activation] : cannot retry due to server authentication, in streaming mode. 检测到错误:无法发送激活请求[ http:// localhost:8080 / magnoliaPublic / .magnolia / activation] :由于服务器身份验证,在流模式下无法重试。

I runned the project with mvn jetty:run-war . 我用mvn jetty:run-war该项目。 The maven projects are based of the "Getting started with Blossom" magnolia tutorial. Maven项目基于“ Blossom入门”木兰教程。

Could it be because you have just single instance? 可能是因为您只有一个实例吗? Go to Configuration App, there in the tree to /server/activation/subscribers/<your subscriber> . 转到Configuration App,位于树中/server/activation/subscribers/<your subscriber> Under subscriber, check the url it points to. 在订户下,检查它指向的URL。 Most likely it is invalid. 最有可能是无效的。 If yes, you can just switch off the subscriber by setting its enabled value to false . 如果是,则可以通过将订户的enabled值设置为false来关闭订户。 That way you disable publishing completely. 这样,您将完全禁用发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM