Baseline update failed with following error –

[01.29.20 10:28:39] SEVERE: Utility ‘move_dgraph-input_to_dgraph-input-old’ failed.

Occurred while executing line 5 of valid BeanShell script:

[[

 2|

 3|    AuthoringDgraphCluster.cleanDirs();

 4|    AuthoringDgraphCluster.copyIndexToDgraphServers();

 5|    AuthoringDgraphCluster.applyIndex();

 6|

 7|    LiveDgraphCluster.cleanDirs();

 8|    LiveDgraphCluster.copyIndexToDgraphServers();

]]

 

[01.29.20 10:28:39] SEVERE: Error executing valid BeanShell script.

Occurred while executing line 19 of valid BeanShell script:

[[

16|      Dgidx.run();

17|

18|      // distribute index, update Dgraphs

19|      DistributeIndexAndApply.run();

20|

21|      // archive state files, index

22|      Dgidx.archiveIndex();

]]

Check Platform services logs @ <Endeca-Installation>/PlatformServices/workspace/logs/shell/MyAppen.move_dgraph-input_to_dgraph-input-old.log –

vi <Endeca-Installlation>/PlatformServices/workspace/logs/shell/MyAppen.move_dgraph-input_to_dgraph-input-old.log

Following is whats in the log.

Failed to move /data/apps/endeca/apps/MyAppen/./data/dgraphs/AuthoringDgraph/dgraph_input to/data/apps/endeca/apps/MyAppen/./data/dgraphs/AuthoringDgraph/dgraph_input_old: No such file or directory at -e line 1.

Fix –

Create the directory mentioned in the log above

mkdir  mkdir /data/apps/endeca/apps/MyAppen/./data/dgraphs/AuthoringDgraph/dgraph_input

Leave a Reply