cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry Test Enviroment crash

Former Member
0 Kudos

Hi,

I'm running the Agentry IDE (Eclipse Juno + Agentry SDK v70.12.1.11, on Windows 10 laptop). When running WorkManager within the test environment, both WM and Eclipse crash after login.

The Windows event viewer shows the error:

Uitzonderingsinformatie: System.AccessViolationException

Stack:

bij <Module>.AgentryControl.onUpdate(AgentryControl*, std.bitset<5>)

bij <Module>.AgentryPropertyListControl.onUpdate(AgentryPropertyListControl*, std.bitset<5>)

bij <Module>.AgentryPropertyListControl.selectByPosition(AgentryPropertyListControl*, UInt64, Boolean)

bij <Module>.AgentryPropertyTileListControl.setInitialSelection(AgentryPropertyTileListControl*)

bij <Module>.AgentryPropertyListControl.restoreSelectedRow(AgentryPropertyListControl*)

bij <Module>.AgentryListControl.calculateList(AgentryListControl*)

bij <Module>.AgentryPropertyListControl.initialize(AgentryPropertyListControl*)

bij <Module>.AgentryDetailScreen.createControls(AgentryDetailScreen*)

bij <Module>.AgentryDetailScreen.initialize(AgentryDetailScreen*)

bij <Module>.ClientScreenSet.createDetailScreen(ClientScreenSet*, RCP<AgentryScreen>*, PropertyScreenDefinition*, RCP<BusinessObjectProperty>*)

bij <Module>.ClientScreenSet.initialize(ClientScreenSet*)

bij <Module>.AgentryTileScreenSetControl.createTileScreenSet(AgentryTileScreenSetControl*, RCP<BusinessObjectProperty>*)

bij <Module>.AgentryTileScreenSetControl.initialize(AgentryTileScreenSetControl*)

bij <Module>.AgentryDetailScreen.createControls(AgentryDetailScreen*)

bij <Module>.AgentryDetailScreen.initialize(AgentryDetailScreen*)

bij <Module>.ClientScreenSet.createDetailScreen(ClientScreenSet*, RCP<AgentryScreen>*, PropertyScreenDefinition*, RCP<BusinessObjectProperty>*)

bij <Module>.ClientScreenSet.initialize(ClientScreenSet*)

bij <Module>.ClientUIManager.createTabbedScreenSet(ClientUIManager*, ScreenSetDefinition*, RCP<BusinessObjectProperty>*, PropertyContainer*, Boolean)

bij <Module>.ClientUIManager.displayScreenSet(ClientUIManager*, ScreenSetDefinition*, RCP<BusinessObjectProperty>*, ActionStep*, PropertyContainer*, Boolean, NavigationStep*, IScreenSet*)


When running the WorkManager application within the AgentryClient itself, it works flawlessly.

Reimporting the project does not solve the problem.

Any ideas how to solve this issue? This issue prevents me from debugging WorkManager and that's quite a handicap.


Kind regards,

Mike Overmeijer

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member208808
Active Participant
0 Kudos

Hello,

We faced similar problem and workaround that we use is...

1) Not to do development and testing in same workspace (use different eclipse workspace for development and testing )

2)Application in testing eclipse workspace can be any agentry app (like standard wm app or any dummy agentry app)

Thanks & regards,

AK

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

I should add that the newer version also includes a performance improvement for WPF transmits that especially helps with the initial transmit time for Work Manager.

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

I would start with upgrading to the latest version of the editor plugin/ATE. SMP3 SDK SP15 PL01 was just recently released. If after upgrading you are still having a problem I would reach out to support.

Former Member
0 Kudos

Hi Bill,

Thanks for the quick feedback, will give that a go.

Mike