[
http://jira.magnolia-cms.com/browse/MAGNOLIA-3988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Haderka updated MAGNOLIA-3988:
----------------------------------
Summary: Improve error message during Activation without a
running author instance . (was: Bad error message during Activation without a
running author instance .)
Affects Version/s: 4.4.6
(was: 4.5)
Priority: Minor (was: Neutral)
Description:
When activating content without a started Author instance, the error message
should be clearer to the end user.
The error message should hint user that public instance might not be running.
{noformat}
CURRENT OUTPUT
2012-03-02 08:25:50,182 ERROR info.magnolia.module.exchangesimple.ExchangeTask
: Failed to deactivate content.
info.magnolia.cms.exchange.ExchangeException: Not able to send the activation
request [http://localhost:8080/magnoliaPublic/.magnolia/activation]: cannot
retry due to redirection, in streaming mode
at
info.magnolia.module.exchangesimple.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:431)
at
info.magnolia.module.exchangesimple.SimpleSyndicator$2.runTask(SimpleSyndicator.java:103)
at
info.magnolia.module.exchangesimple.ExchangeTask.run(ExchangeTask.java:75)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.net.HttpRetryException: cannot retry due to redirection, in
streaming mode
at
sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2068)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1367)
at
sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2308)
at
info.magnolia.module.exchangesimple.BaseSyndicatorImpl.transportActivatedData(BaseSyndicatorImpl.java:445)
at
info.magnolia.module.exchangesimple.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:399)
... 4 more
2012-03-02 08:25:50,188 ERROR
fo.magnolia.module.exchangesimple.SimpleSyndicator: Not able to send the
activation request [http://localhost:8080/magnoliaPublic/.magnolia/activation]:
cannot retry due to redirection, in streaming mode
info.magnolia.cms.exchange.ExchangeException: Not able to send the activation
request [http://localhost:8080/magnoliaPublic/.magnolia/activation]: cannot
retry due to redirection, in streaming mode
{noformat}
was:
When activating content without a started Author instance, the error message
should be clearer to the end user.
The error message should hint user that public instance might not be running.
CURRENT OUTPUT
2012-03-02 08:25:50,182 ERROR info.magnolia.module.exchangesimple.ExchangeTask
: Failed to deactivate content.
info.magnolia.cms.exchange.ExchangeException: Not able to send the activation
request [http://localhost:8080/magnoliaPublic/.magnolia/activation]: cannot
retry due to redirection, in streaming mode
at
info.magnolia.module.exchangesimple.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:431)
at
info.magnolia.module.exchangesimple.SimpleSyndicator$2.runTask(SimpleSyndicator.java:103)
at
info.magnolia.module.exchangesimple.ExchangeTask.run(ExchangeTask.java:75)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.net.HttpRetryException: cannot retry due to redirection, in
streaming mode
at
sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2068)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1367)
at
sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2308)
at
info.magnolia.module.exchangesimple.BaseSyndicatorImpl.transportActivatedData(BaseSyndicatorImpl.java:445)
at
info.magnolia.module.exchangesimple.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:399)
... 4 more
2012-03-02 08:25:50,188 ERROR
fo.magnolia.module.exchangesimple.SimpleSyndicator: Not able to send the
activation request [http://localhost:8080/magnoliaPublic/.magnolia/activation]:
cannot retry due to redirection, in streaming mode
info.magnolia.cms.exchange.ExchangeException: Not able to send the activation
request [http://localhost:8080/magnoliaPublic/.magnolia/activation]: cannot
retry due to redirection, in streaming mode
> Improve error message during Activation without a running author instance .
> ---------------------------------------------------------------------------
>
> Key: MAGNOLIA-3988
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3988
> Project: Magnolia
> Issue Type: Bug
> Security Level: Public
> Components: activation
> Affects Versions: 4.4.6
> Reporter: Eric Hechinger
> Assignee: Philipp Bärfuss
> Priority: Minor
>
> When activating content without a started Author instance, the error message
> should be clearer to the end user.
> The error message should hint user that public instance might not be running.
> {noformat}
> CURRENT OUTPUT
> 2012-03-02 08:25:50,182 ERROR
> info.magnolia.module.exchangesimple.ExchangeTask : Failed to deactivate
> content.
> info.magnolia.cms.exchange.ExchangeException: Not able to send the activation
> request [http://localhost:8080/magnoliaPublic/.magnolia/activation]: cannot
> retry due to redirection, in streaming mode
> at
> info.magnolia.module.exchangesimple.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:431)
> at
> info.magnolia.module.exchangesimple.SimpleSyndicator$2.runTask(SimpleSyndicator.java:103)
> at
> info.magnolia.module.exchangesimple.ExchangeTask.run(ExchangeTask.java:75)
> at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> Source)
> at java.lang.Thread.run(Thread.java:680)
> Caused by: java.net.HttpRetryException: cannot retry due to redirection, in
> streaming mode
> at
> sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2068)
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1367)
> at
> sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2308)
> at
> info.magnolia.module.exchangesimple.BaseSyndicatorImpl.transportActivatedData(BaseSyndicatorImpl.java:445)
> at
> info.magnolia.module.exchangesimple.BaseSyndicatorImpl.activate(BaseSyndicatorImpl.java:399)
> ... 4 more
> 2012-03-02 08:25:50,188 ERROR
> fo.magnolia.module.exchangesimple.SimpleSyndicator: Not able to send the
> activation request
> [http://localhost:8080/magnoliaPublic/.magnolia/activation]: cannot retry due
> to redirection, in streaming mode
> info.magnolia.cms.exchange.ExchangeException: Not able to send the activation
> request [http://localhost:8080/magnoliaPublic/.magnolia/activation]: cannot
> retry due to redirection, in streaming mode
> {noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
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]>
----------------------------------------------------------------