Wai created OFBIZ-6068:
--------------------------
Summary: Upload video content for category causes exception
Key: OFBIZ-6068
URL: https://issues.apache.org/jira/browse/OFBIZ-6068
Project: OFBiz
Issue Type: Bug
Components: content
Affects Versions: Trunk
Reporter: Wai
Using Demo data.
In
https://localhost:8443/catalog/control/EditCategoryContent?productCategoryId=CATALOG1_BEST_SELL
When upload a video for the content, an exception occurs.
Console output...
2015-02-10 17:55:21,787 |ttp-bio-8443-exec-14 |GenericDelegator
|E| Failure in create operation for entity [VideoDataResource]:
java.lang.ClassCastException: java.nio.HeapByteBuffer cannot be cast to
java.sql.Blob. Rolling back transaction.
2015-02-10 17:55:21,789 |ttp-bio-8443-exec-14 |TransactionUtil
|W| Calling transaction setRollbackOnly; this stack trace shows where this is
happening:
java.lang.Exception: Failure in create operation for entity
[VideoDataResource]: java.lang.ClassCastException: java.nio.HeapByteBuffer
cannot be cast to java.sql.Blob. Rolling back transaction.
at
org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:360)
[ofbiz-entity.jar:?]
at
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:301)
[ofbiz-entity.jar:?]
at org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:925)
[ofbiz-entity.jar:?]
at org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:770)
[ofbiz-entity.jar:?]
at
org.ofbiz.minilang.method.entityops.CreateValue.exec(CreateValue.java:73)
[ofbiz-minilang.jar:?]
at org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:305)
[ofbiz-minilang.jar:?]
at org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:452)
[ofbiz-minilang.jar:?]
at
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:269)
[ofbiz-minilang.jar:?]
at
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:288)
[ofbiz-minilang.jar:?]
at
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79)
[ofbiz-minilang.jar:?]
at
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48)
[ofbiz-minilang.jar:?]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)