In this line:
col = DatabaseManager.getCollection("xmldb:xindice:///db/");
You are missing an IP address or hostname for the database.and example:
col = DatabaseManager.getCollection("xmldb:xindice://127.0.0.1/db/"); // localhost connection.
