Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ESBAUDIT-15
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Gert Vanthienen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forge: FUSE ESB Auditing

Browsing flows by status throws an Exception

Created: 21/Jun/11 11:47 AM   Updated: 15/Jul/11 04:59 PM
Component/s: web
Affects Version/s: None
Fix Version/s: 0.1


 Description  « Hide
When browsing flows by status, you get this exception:
java.lang.IllegalArgumentException: can't serialize class java.lang.Character
  at org.bson.BSONEncoder._putObjectField(BSONEncoder.java:205)
  at org.bson.BSONEncoder.putIterable(BSONEncoder.java:230)
  at org.bson.BSONEncoder._putObjectField(BSONEncoder.java:179)
  at org.bson.BSONEncoder.putObject(BSONEncoder.java:121)
  at org.bson.BSONEncoder._putObjectField(BSONEncoder.java:171)
  at org.bson.BSONEncoder.putObject(BSONEncoder.java:121)
  at org.bson.BSONEncoder.putObject(BSONEncoder.java:67)
  at com.mongodb.OutMessage._appendQuery(OutMessage.java:62)
  at com.mongodb.OutMessage.query(OutMessage.java:39)
  at com.mongodb.DBApiLayer$MyCollection.__find(DBApiLayer.java:264)
  at com.mongodb.DBCursor._check(DBCursor.java:309)
  at com.mongodb.DBCursor._hasNext(DBCursor.java:431)
  at com.mongodb.DBCursor.hasNext(DBCursor.java:456)
  at com.mongodb.casbah.MongoCursorBase$class.hasNext(MongoCursor.scala:72)
  at com.mongodb.casbah.MongoCursor.hasNext(MongoCursor.scala:517)
  at scala.collection.Iterator$$anon$19.hasNext(Iterator.scala:368)
  at scala.collection.Iterator$class.foreach(Iterator.scala:631)
  at scala.collection.Iterator$$anon$19.foreach(Iterator.scala:367)
  at org.fusesource.esbaudit.web.$_scalate_$FlowsActive_index_scaml$.$_scalate_$render(FlowsActive.index.scaml.scala:21)
  at org.fusesource.esbaudit.web.$_scalate_$FlowsActive_index_scaml.render(FlowsActive.index.scaml.scala:114)


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order