I am facing this issue while baseline. Any help is highly appreciated.
\logs\dgidxs\Dgidx\Dgidx.log
...
...
XMLParser: failed to read record data
ERROR 05/05/14 14:27:23.199 UTC (1399300043199) DGIDX {dgidx,baseline} XMLParser: failed to read records
FATAL 05/05/14 14:27:23.199 UTC (1399300043199)
DGIDX {dgidx,baseline}
Binary record parsing of file 'E:\Endeca\apps\app2012\data\forge_output\\data2011-sgmt0.records.binary' unsuccessful.
Note: app2011-sgmt0.records is a 1.2 GB file and I suspect whether the size of this file is causing this issue?
\app2012\logs\app2012.0.0.log
...
...
SEVERE: Batch component 'Dgidx' failed. Refer to component logs in E:\Endeca\apps\nfm2012\config\script\..\..\.\logs\dgidxs\Dgidx on host ITLHost.
Occurred while executing line 32 of valid BeanShell script:
[[
29| Forge.archiveLogDir();
30| Forge.run();
31| Dgidx.archiveLogDir();
32| Dgidx.run();
33|
34| // distributed index, update Dgraphs //jpp
35| //DistributeIndexAndApply.run();
]]
May 5, 2014 9:27:27 AM com.endeca.soleng.eac.toolkit.Controller execute
SEVERE: Caught an exception while invoking method 'run' on object 'BaselineUpdate'. Releasing locks.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.endeca.soleng.eac.toolkit.Controller.invokeRequestedMethod(Controller.java:925)
at com.endeca.soleng.eac.toolkit.Controller.execute(Controller.java:210)
at com.endeca.soleng.eac.toolkit.Controller.main(Controller.java:89)
Caused by: com.endeca.soleng.eac.toolkit.exception.AppControlException: Error executing valid BeanShell script.
at com.endeca.soleng.eac.toolkit.script.Script.runBeanShellScript(Script.java:134)
at com.endeca.soleng.eac.toolkit.script.Script.run(Script.java:82)
... 7 more
Caused by: com.endeca.soleng.eac.toolkit.exception.EacComponentControlException: Batch component 'Dgidx' failed. Refer to component logs in E:\Endeca\apps\nfm2012\config\script\..\..\.\logs\dgidxs\Dgidx on host ITLHost.
at com.endeca.soleng.eac.toolkit.component.BatchComponent.run(BatchComponent.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at bsh.Reflect.invokeMethod(Unknown Source)
at bsh.Reflect.invokeObjectMethod(Unknown Source)
at bsh.Name.invokeMethod(Unknown Source)
at bsh.BSHMethodInvocation.eval(Unknown Source)
at bsh.BSHPrimaryExpression.eval(Unknown Source)
at bsh.BSHPrimaryExpression.eval(Unknown Source)
at bsh.BSHBlock.evalBlock(Unknown Source)
at bsh.BSHBlock.eval(Unknown Source)
at bsh.BSHBlock.eval(Unknown Source)
at bsh.BSHIfStatement.eval(Unknown Source)
at bsh.BSHBlock.evalBlock(Unknown Source)
at bsh.BSHBlock.eval(Unknown Source)
at bsh.BSHBlock.eval(Unknown Source)
at bsh.BSHIfStatement.eval(Unknown Source)
at bsh.Interpreter.eval(Unknown Source)
at bsh.Interpreter.eval(Unknown Source)
at bsh.Interpreter.eval(Unknown Source)
at com.endeca.soleng.eac.toolkit.script.Script.runBeanShellScript(Script.java:120)
... 8 more
May 5, 2014 9:27:27 AM com.endeca.soleng.eac.toolkit.base.LockManager releaseLock
INFO: Released lock 'update_lock'.