Error While testing the Scenarios in Sonic Workbench

Posted by Admin on 30-Oct-2008 10:59

Hi All,

I have sonic workbench re installed on my system recently. When I am trying to re test my scenarios, I am getting the following dump. Can anyone suggest what might have caused this dump.

P.S:Sorry for this long dump in the mail.

With regards

Prady

All Replies

Posted by Thomas Mercer-Hursh on 30-Oct-2008 11:17

You probably want to ask this on the Sonic forum.

Posted by Bill Wood on 18-Oct-2009 16:43

          com.sonicsw.xq.XQServiceException: Error encountered processing transform rules: java.lang.StringBuffer: method append(Ljava/lang/CharSequence;)Ljava/lang/StringBuffer; not found (java.lang.StringBuffer: method append(Ljava/lang/CharSequence;)Ljava/lang/StringBuffer; not found) (java.lang.StringBuffer: method append(Ljava/lang/CharSequence;)Ljava/lang/StringBuffer; not found)


The above line is the key point.   Your JavaScript at this step seems to use a StringBuffer with the wrong arguements to 'append'.  It is a JavaScript error.  (In JavaScript, there is implicit type conversion. I am wondering the original code is using some arguements that are not easily converted.  You could try to get the StringBuffer to work, or just try to use Strings.

This thread is closed