@BeforeClass
public static void init_storage_node() throws SecurityException, IllegalArgumentException, NoSuchFieldException, IllegalAccessException {
System.setProperty("tangosol.coherence.wka", "localhost");
System.setProperty("tangosol.coherence.localhost", "localhost");
isolate = new Isolate("Remote", "org.gridkit", "com.tangosol");
isolate.start();
isolate.submit(NodeActions.Start.class, "auto-pof-cache-config-server.xml");
isolate.submit(NodeActions.GetCache.class, "objects");
initCache();