wutool didn't catch exception for not connecting to daliplugin

Description

While trying to use wutool to connect to cassandra for archiving and restoring workunits, I kept getting the following message:

/opt/HPCCSystems/bin/wutool restore DALISERVER=10.239.190.102 .xml CASSANDRASERVER=10.239.190.104 TRACELEVEL=10
terminate called after throwing an instance of 'IException'
Aborted

This is with a build of 6.0.0rc2 + a pull request for the daliplugin.

Here are the relevant sections of the xml for the system:

<BuildSet installSet="deploy_map.xml"
name="daliplugin"
path="componentfiles/daliplugin"
processName="DaliServerPlugin"
schema="daliplugin.xsd"/>
</Build>
...

<DaliServerPlugin build="_"
buildSet="daliplugin"
daliServers="mydali"
entrypoint="createWorkUnitFactory"
name="daliplugin"
pluginName="cassandraembed"
type="WorkunitServer">
<Option name="server" value="10.239.190.104"/>
<Option name="randomWuidSuffix" value="4"/>
<Option name="traceLevel" value="1"/>
<Option name="keyspace" value="hpcc"/>
<Option name="user" value="hpcc"/>
<Option name="password" value="****"/>
</DaliServerPlugin>

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Priority

Fix versions

Pull Request URL

Created April 20, 2016 at 12:51 PM
Updated April 20, 2016 at 1:41 PM
Resolved April 20, 2016 at 1:41 PM