when attempting to run the dpr linux binary release for openjdk, a Xena error occurs when attempting to connect to PF. QF and DR are fine with no Xena error. stack trace below:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: au/gov/naa/digipres/xena/kernel/XenaException
at au.gov.naa.digipres.dpr.ui.core.MainFrame.initXenaMenu(MainFrame.java:654)
at au.gov.naa.digipres.dpr.ui.core.MainFrame.createMenuBar(MainFrame.java:614)
at au.gov.naa.digipres.dpr.ui.core.MainFrame$2.onLogonSuccessful(MainFrame.java:455)
at au.gov.naa.digipres.dpr.ui.core.UserLogonPanelActions.fireLogonSuccessful(UserLogonPanelActions.java:358)
at au.gov.naa.digipres.dpr.ui.core.UserLogonPanelActions.access$300(UserLogonPanelActions.java:71)
at au.gov.naa.digipres.dpr.ui.core.UserLogonPanelActions$LogonActionProvider$1.finishing(UserLogonPanelActions.java:179)
at au.gov.naa.digipres.dpr.util.DatabaseWorker.finished(DatabaseWorker.java:61)
at au.gov.naa.digipres.dpr.util.DatabaseWorker$1.run(DatabaseWorker.java:38)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Caused by: java.lang.ClassNotFoundException: au.gov.naa.digipres.xena.kernel.XenaException
Specific instructions for running linux binaries are provided on the wiki. When using the specified command line the application works fine. However, it should be possible to run dpr without specific information on xena. As a result of there being instructions for users I will downgrade the severity of this bug.