[
http://jira.magnolia-cms.com/browse/MAGNOLIA-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grégory Joseph reopened MAGNOLIA-3025:
--------------------------------------
Probably trivial to fix, but I now get this after startup
{code}
INFO: Server startup in 28628 ms
2010-01-25 20:06:47,622 ERROR
fo.magnolia.module.workflow.jcr.JCRExpressionStore: fetchNext() problem
java.lang.UnsupportedOperationException: This operation is only supported for
node datas of type BINARY
at
info.magnolia.cms.core.DefaultNodeData.getStream(DefaultNodeData.java:284)
at
info.magnolia.module.workflow.jcr.JCRExpressionStore.deserializeExpressionAsXml(JCRExpressionStore.java:280)
at
info.magnolia.module.workflow.jcr.JCRExpressionStore.access$100(JCRExpressionStore.java:79)
at
info.magnolia.module.workflow.jcr.JCRExpressionStore$StoreIterator.fetchNext(JCRExpressionStore.java:357)
at
info.magnolia.module.workflow.jcr.JCRExpressionStore$StoreIterator.<init>(JCRExpressionStore.java:343)
at
info.magnolia.module.workflow.jcr.JCRExpressionStore.contentIterator(JCRExpressionStore.java:171)
at
openwfe.org.engine.impl.expool.SimpleExpressionPool.contentIterator(SimpleExpressionPool.java:957)
at
openwfe.org.engine.impl.expool.SimpleExpressionPool.reschedule(SimpleExpressionPool.java:1315)
at
openwfe.org.engine.impl.expool.SimpleExpressionPool.trigger(SimpleExpressionPool.java:1393)
at openwfe.org.time.Scheduler$Entry.trigger(Scheduler.java:490)
at openwfe.org.time.Scheduler.wakeup(Scheduler.java:461)
at openwfe.org.time.Scheduler$SchedulerThread.run(Scheduler.java:577)
2010-01-25 20:06:47,628 ERROR
fo.magnolia.module.workflow.jcr.JCRExpressionStore: loadExpression() failed for
ee____env___
java.lang.UnsupportedOperationException: This operation is only supported for
node datas of type BINARY
at
info.magnolia.cms.core.DefaultNodeData.getStream(DefaultNodeData.java:284)
at
info.magnolia.module.workflow.jcr.JCRExpressionStore.deserializeExpressionAsXml(JCRExpressionStore.java:280)
at
info.magnolia.module.workflow.jcr.JCRExpressionStore.loadExpression(JCRExpressionStore.java:190)
at
openwfe.org.engine.impl.expool.AbstractExpressionStore.loadEngineEnvironment(AbstractExpressionStore.java:122)
at
openwfe.org.engine.impl.expool.SimpleExpressionPool.fetchEngineEnvironment(SimpleExpressionPool.java:406)
at
openwfe.org.engine.impl.expool.CachedExpressionPool.fetchEngineEnvironment(CachedExpressionPool.java:232)
at
openwfe.org.engine.impl.expool.SimpleExpressionPool.reschedule(SimpleExpressionPool.java:1330)
at
openwfe.org.engine.impl.expool.SimpleExpressionPool.trigger(SimpleExpressionPool.java:1393)
at openwfe.org.time.Scheduler$Entry.trigger(Scheduler.java:490)
at openwfe.org.time.Scheduler.wakeup(Scheduler.java:461)
at openwfe.org.time.Scheduler$SchedulerThread.run(Scheduler.java:577)
{code}
(possibly related to the fact that our implementations don't support calling
getStream on a String property and vice-versa, while jcr and jackrabbit allow
it)
> content API cleanup: extract a BinaryNodeData to cleanup DefaultNodeData
> ------------------------------------------------------------------------
>
> Key: MAGNOLIA-3025
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3025
> Project: Magnolia
> Issue Type: Sub-task
> Components: core
> Reporter: Philipp Bärfuss
> Assignee: Philipp Bärfuss
> Fix For: 4.3
>
>
--
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/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------