cancel
Showing results for 
Search instead for 
Did you mean: 

Getting warning in while action

Former Member
0 Kudos

I am getting the following warning while executing the transaction.

[WARN] Error during repeater execution. Exception: [while trying to invoke the method com.sun.org.apache.xpath.internal.objects.XObject.getType() of an object loaded from local variable 'evalOutput']

Accepted Solutions (0)

Answers (1)

Answers (1)

swaroop_anasane
Active Contributor
0 Kudos

Hi Prasad,

Are you assigning some value to evalOutput? Please share a screenshot.

Regards,

Swaroop

Former Member
0 Kudos

No

swaroop_anasane
Active Contributor
0 Kudos

Hi Prasad,

There is definitely some assignment or retrieval from your local variable. I can see the transactions is successfully executed even when u get this warning. M i right?

-Swaroop

Former Member
0 Kudos

Yes swaroop but i don't have any local variable named evalOutput.

swaroop_anasane
Active Contributor
0 Kudos

So do you get the same error for all transactions or only this one. Let me know what all actions are present in you transaction.

Former Member
0 Kudos

Yes, transaction in which i use repeater. The actions used in this particular transactions are Document, Row, Repeater, Condition, Assignment and sql query.

swaroop_anasane
Active Contributor
0 Kudos

MII Version and SP?

Former Member
0 Kudos

Version 14.0

Service Pack 4

swaroop_anasane
Active Contributor
0 Kudos

Hi Prasad,

I have replicated the issue by assigning element of output of a query that results a blank xml to a row. It's definite that this error is due to invalid assignment in the ROW.

You have to reconsider your logic, nothing wrong with MII.

-Swaroop

Former Member
0 Kudos

Getting the output what i wanted.

swaroop_anasane
Active Contributor
0 Kudos

That's becoz, it;s a warning not error.