Google logo

Write to index

Error message

Any of these conditions occur:

  • The project Asset log lists this error:

    Fusion Fatal : Unable to write record to index

  • Current state / Version Properties reads “In Progress”.

  • Canceling the project build in the GUI or on the command line causes the program to hang.

  • Running the command getop causes the program to hang.

Description

Your hard disk might be full, or a network drive might be disconnected.

Resolution

  1. Switch to root and enter:

    /etc/init.d/gefusion stop
    /etc/init.d/geserver stop
    sleep 5
    killall -9 gesystemmanager
    killall -9 geresourceprovider
    
  2. Enter:

    ps aux | grep ge
    
  3. Look for and stop any Fusion processes in the output.

  4. Make sure that you have enough free disk space, and then enter:

    /etc/init.d/gefusion start
    /etc/init.d/geserver start
    
  5. Cancel the build, and then resume it using the gecancel and geresume commands.