Looks like this topology is already running per the log:
Exception in thread "main" java.lang.RuntimeException: Topology with name `batch_indexing` already exists on cluster
You can run storm list
to check if the topology is running and if it is, then run storm kill batch_indexing
to terminate the existing one and restart indexing topology