I've been working through the "pet products" example in the documentation on the "Quick guide to creating a site" page. I added a bunch of pages, added components, edited the CSS, and activated everything. The activated site shows up just fine. Then, after making some more changes to the content, I get the following error trying to activate anything. I've restarted Tomcat, same problem. No matter what I do, I can't activate anything without getting this error.
[img]http://imgur.com/CWPkodH[/img] Here is the About Magnolia info: [img]http://imgur.com/1Ua9Riy[/img] It's almost as if I can activate new content once, but after that, activation fails. I got this once before, couldn't figure out how to solve it, and wound up re-installing Magnolia. Obviously, it would be nice to figure out how to solve this without having to re-install every time. Help! The Catalina log shows: 2013-10-21 12:37:05,692 ERROR info.magnolia.module.activation.ExchangeTask : Failed to deactivate content. info.magnolia.cms.exchange.ExchangeException: Not able to send the activation request [http://localhost:8080/magnoliaPublic/.magnolia/activation]: Server returned HTTP response code: 500 for URL: http://localhost:8080/magnoliaPublic/.magnolia/activation at info.magnolia.module.activation.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:441) at info.magnolia.module.activation.SimpleSyndicator$2.runTask(SimpleSyndicator.java:103) at info.magnolia.module.activation.ExchangeTask.run(ExchangeTask.java:75) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Thread.java:695) Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/magnoliaPublic/.magnolia/activation at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1514) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1162) at java.net.URLConnection.getContent(URLConnection.java:688) at info.magnolia.module.activation.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:426) ... 4 more Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/magnoliaPublic/.magnolia/activation at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1459) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2340) at info.magnolia.module.activation.BaseSyndicatorImpl.transportActivatedData(BaseSyndicatorImpl.java:461) at info.magnolia.module.activation.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:405) ... 4 more 2013-10-21 12:37:05,693 ERROR info.magnolia.module.activation.SimpleSyndicator : Not able to send the activation request [http://localhost:8080/magnoliaPublic/.magnolia/activation]: Server returned HTTP response code: 500 for URL: http://localhost:8080/magnoliaPublic/.magnolia/activation info.magnolia.cms.exchange.ExchangeException: Not able to send the activation request [http://localhost:8080/magnoliaPublic/.magnolia/activation]: Server returned HTTP response code: 500 for URL: http://localhost:8080/magnoliaPublic/.magnolia/activation at info.magnolia.module.activation.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:441) at info.magnolia.module.activation.SimpleSyndicator$2.runTask(SimpleSyndicator.java:103) at info.magnolia.module.activation.ExchangeTask.run(ExchangeTask.java:75) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Thread.java:695) Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/magnoliaPublic/.magnolia/activation at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1514) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1508) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1162) at java.net.URLConnection.getContent(URLConnection.java:688) at info.magnolia.module.activation.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:426) ... 4 more Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/magnoliaPublic/.magnolia/activation at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1459) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2340) at info.magnolia.module.activation.BaseSyndicatorImpl.transportActivatedData(BaseSyndicatorImpl.java:461) at info.magnolia.module.activation.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:405) ... 4 more -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=5027bf94-3e60-4960-b9ab-3437c32087bb ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
