You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "manasaveloori (JIRA)" <ji...@apache.org> on 2013/06/14 09:34:20 UTC

[jira] [Created] (CLOUDSTACK-3003) [VPC]Unexpected exception while applying a static route in vpc.

manasaveloori created CLOUDSTACK-3003:
-----------------------------------------

             Summary: [VPC]Unexpected exception while applying a static route in vpc.
                 Key: CLOUDSTACK-3003
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3003
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Network Controller
    Affects Versions: 4.2.0
         Environment: latest master build
            Reporter: manasaveloori
            Priority: Critical
             Fix For: 4.2.0


Steps:
1.	Have a CS with advanced zone.
2.	Create a VPC.
3.	Create a private gateway to VPC .
4.	Apply a static route for private gateway .

Observation:

Applying the static route in vpc is failing with following exception:


2013-06-14 18:16:21,883 ERROR [cloud.async.AsyncJobManagerImpl] (Job-Executor-33:job-29) Unexpected exception while executing org.apache.cloudstack.api.command.user.vpc.CreateStaticRouteCmd
com.cloud.utils.exception.CloudRuntimeException: Failed to apply static routes in vpc [VPC [1-vpc1]
        at com.cloud.network.element.VpcVirtualRouterElement.applyStaticRoutes(VpcVirtualRouterElement.java:441)
        at com.cloud.network.vpc.VpcManagerImpl.applyStaticRoutes(VpcManagerImpl.java:1655)
        at com.cloud.network.vpc.VpcManagerImpl.applyStaticRoutes(VpcManagerImpl.java:1618)
        at com.cloud.network.vpc.VpcManagerImpl.applyStaticRoutes(VpcManagerImpl.java:1603)
        at com.cloud.network.vpc.VpcManagerImpl.revokeStaticRoute(VpcManagerImpl.java:1680)
        at com.cloud.utils.component.ComponentInstantiationPostProcessor$InterceptorDispatcher.intercept(ComponentInstantiationPostProcessor.java:125)
        at org.apache.cloudstack.api.command.user.vpc.CreateStaticRouteCmd.execute(CreateStaticRouteCmd.java:108)
        at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:155)
        at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:679)
2013-06-14 18:16:21,885 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-33:job-29) Complete async job-29, jobStatus: 2, resultCode: 530, result: Error Code: 530 Error text: Failed to apply static routes in vpc [VPC [1-vpc1]


Attached is the management server log.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira