Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
5 subscribers
Views
2069 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
we are using "Download DataSubset (On-Premise) " plugin in reports fo
rajashekarv
over 9 years ago
we are using "Download DataSubset (On-Premise) " plugin in reports for export to excel option , this works well if we have less amount of data ,however , at times , we get internal 500 error with "ConcurrentModificationException" in logs , any one has any clue on why we get this exception ?
OriginalPostID-189862
OriginalPostID-189862
Discussion posts and replies are publicly visible
Parents
0
ashish.deshmukh
A Score Level 1
over 9 years ago
Hi Rajashekhar,
This issue might occur if the size of the data is more that 1 MB (This is the default limit for the query rule). OR DB is having corrupted data.
- You can check if the rule which is returning the data is working fine and returning data correctly (If data is large). If this is memory issue this will throw error while retrieving data. Below are some points you check to resolve the issue.
- If you are using a!queryEntity, try to fetch only selected columns using selection attribute, this will reduce the data size of returned data.
- If this is memory issue, there are properties from Appian side you need to update to increase the limit for the data,
refer this link for more details,
forum.appian.com/.../Post-Install_Configurations.html
- If this is not a memory issue, then u can check in there is any corrupted data in DB which you are trying to retrieve.
Hope this gives you some pointers.
~ Ashish
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ashish.deshmukh
A Score Level 1
over 9 years ago
Hi Rajashekhar,
This issue might occur if the size of the data is more that 1 MB (This is the default limit for the query rule). OR DB is having corrupted data.
- You can check if the rule which is returning the data is working fine and returning data correctly (If data is large). If this is memory issue this will throw error while retrieving data. Below are some points you check to resolve the issue.
- If you are using a!queryEntity, try to fetch only selected columns using selection attribute, this will reduce the data size of returned data.
- If this is memory issue, there are properties from Appian side you need to update to increase the limit for the data,
refer this link for more details,
forum.appian.com/.../Post-Install_Configurations.html
- If this is not a memory issue, then u can check in there is any corrupted data in DB which you are trying to retrieve.
Hope this gives you some pointers.
~ Ashish
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data