简体   繁体   中英

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.

I runned the project with mvn jetty:run-war . The maven projects are based of the "Getting started with Blossom" magnolia tutorial.

Could it be because you have just single instance? Go to Configuration App, there in the tree to /server/activation/subscribers/<your subscriber> . Under subscriber, check the url it points to. Most likely it is invalid. If yes, you can just switch off the subscriber by setting its enabled value to false . That way you disable publishing completely.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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