You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Tomas Fecko (JIRA)" <ji...@apache.org> on 2015/05/20 18:53:59 UTC

[jira] [Created] (JCLOUDS-909) GCE NullPointer

Tomas Fecko created JCLOUDS-909:
-----------------------------------

             Summary: GCE NullPointer
                 Key: JCLOUDS-909
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-909
             Project: jclouds
          Issue Type: Bug
    Affects Versions: 1.9.0
            Reporter: Tomas Fecko


After calling destroy on instance, NPE appeared.
Instance was started with network, I already created before, for all future instances.

java.lang.NullPointerException
        at org.jclouds.googlecomputeengine.compute.GoogleComputeEngineService.cleanUpNetworksAndFirewallsForGroup(GoogleComputeEngineService.java:138)
        at org.jclouds.googlecomputeengine.compute.GoogleComputeEngineService.cleanUpIncidentalResourcesOfDeadNodes(GoogleComputeEngineService.java:128)
        at org.jclouds.compute.internal.BaseComputeService.destroyNodesMatching(BaseComputeService.java:274)
        at org.librade.comla.components.ComlaServerManagementComponent$8.run(ComlaServerManagementComponent.java:586)
        at org.fabric3.execution.runtime.PropagatingRunnable.run(PropagatingRunnable.java:33)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)