[jboss-jira] [JBoss JIRA] Created: (JBRULES-2453) Marshalling issue with not rules

Kris Verlaenen (JIRA) jira-events at lists.jboss.org
Mon Mar 15 19:02:37 EDT 2010


Marshalling issue with not rules
--------------------------------

                 Key: JBRULES-2453
                 URL: https://jira.jboss.org/jira/browse/JBRULES-2453
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-core  (expert)
    Affects Versions: 5.1.0.M1
            Reporter: Kris Verlaenen
            Assignee: Mark Proctor
             Fix For: 5.1.0.M2


Issue with OutputMarshaller in specific case of Not rules:

java.lang.OutOfMemoryError: Java heap space
        at java.util.Arrays.copyOf(Arrays.java:2786)
        at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:94)
        at
java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
        at
java.io.ObjectOutputStream$BlockDataOutputStream.write(ObjectOutputStream.java:1769)
        at java.io.DataOutputStream.writeInt(DataOutputStream.java:182)
        at
java.io.ObjectOutputStream$BlockDataOutputStream.writeInt(ObjectOutputStream.java:1904)
        at java.io.ObjectOutputStream.writeInt(ObjectOutputStream.java:769)
        at
org.drools.marshalling.impl.OutputMarshaller.writeLeftTuple(OutputMarshaller.java:459)
        at
org.drools.marshalling.impl.OutputMarshaller.writeInitialFactHandleLeftTuples(OutputMarshaller.java:356)
        at
org.drools.marshalling.impl.OutputMarshaller.writeFactHandles(OutputMarshaller.java:251)
        at
org.drools.marshalling.impl.OutputMarshaller.writeSession(OutputMarshaller.java:85)
        at
org.drools.marshalling.impl.DefaultMarshaller.marshall(DefaultMarshaller.java:117)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list