06-12-2019 12:10 PM
Hey dearest community!
I have a problem with deploying any changes to my ASA 5508-X running FTD 6.4.0.1. I found out already how to create and display the deployment log (exper, sudo su, pigtail deploy).
It is failing with any changes, regardless what I try. The deployment always fails and I do not know how to get out of this situation without consulting you experts!
What can I do?
Thanks in advance!
Leon
Here is my log, starting with the first error until the last one:
[…]
NGUI: 06-12 18:47:30 deploy-task-worker-2: ERROR SqliteDataExporter:45 - Error populating DB tables in sqlite database - /ngfw/var/cisco/deploy/deploy_init_sqlite.db
NGUI: 06-12 18:47:30 java.lang.NullPointerException
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.sqlite.IntrusionPolicyTablesPopulator.enableFlowbitDependentRules(IntrusionPolicyTablesPopulator.java:447) ~[sru-importer.j
ar:?]
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.sqlite.IntrusionPolicyTablesPopulator.processIntrusionRuleMap(IntrusionPolicyTablesPopulator.java:368) ~[sru-importer.jar:?
]
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.sqlite.IntrusionPolicyTablesPopulator.populateTables(IntrusionPolicyTablesPopulator.java:209) ~[sru-importer.jar:?]
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.snortdeployutil.SqliteDataExporter.exportToFile(SqliteDataExporter.java:42) [common-snort-deploy.jar:?]
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.tasks.SnortExportTask.exportEntitiesToSqliteFile(SnortExportTask.java:108) [services.jar:?]
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.tasks.SnortExportTask.execute(SnortExportTask.java:97) [services.jar:?]
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.tasks.DeploymentTask.call(DeploymentTask.java:88) [services.jar:?]
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.tasks.DeploymentTask.call(DeploymentTask.java:34) [services.jar:?]
NGUI: 06-12 18:47:30 at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:125) [gu
ava-25.1-jre.jar:?]
NGUI: 06-12 18:47:30 at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57) [guava-25.1-jre.jar:?]
NGUI: 06-12 18:47:30 at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:78) [guava-25.1-jre.jar:?]
NGUI: 06-12 18:47:30 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_162]
NGUI: 06-12 18:47:30 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_162]
NGUI: 06-12 18:47:30 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
NGUI: 06-12 18:47:30 deploy-task-worker-2: ERROR DeploymentTask:92 - Deployment Task (SnortExportTask) failed:
NGUI: 06-12 18:47:30 deploy-task-worker-2: INFO DeploymentTask:130 - Failed SnortExportTask in 43029 ms
NGUI: 06-12 18:47:30 deploy-task-worker-2: INFO DeploymentRepository:944 - Updating deploymentStatus:7827 DEPLOY_FAILED
NGUI: 06-12 18:47:30 deploy-task-worker-2: INFO DeploymentRepository:964 - Updated DeploymentStatus:7827 6c34105f-8d42-11e9-a5a5-994e8b3a10a4 DEPLOY_FAILED
NGUI: 06-12 18:47:30 DeploymentRunner: ERROR NormalDeploymentController:154 - Failed to complete deployment:
NGUI: 06-12 18:47:30 DeploymentException:DeploymentException:DeploymentException: Deployment failed because exporting the Sensor configuration failed.
NGUI: 06-12 18:47:30 DeploymentRunner: ERROR DeploymentRunner:201 - DeploymentException occurred while executing deployment request : 6c34105f-8d42-11e9-a5a5-994e8b3a10a4
NGUI: 06-12 18:47:30 DeploymentException:DeploymentException:DeploymentException: Deployment failed because exporting the Sensor configuration failed.
NGUI: 06-12 18:47:30 DeploymentRunner: ERROR DeploymentRunner:202 - DeploymentException:DeploymentException:DeploymentException: Deployment failed because exporting the Sensor co
nfiguration failed.
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.controllers.DeploymentController.doInParallel(DeploymentController.java:224)
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.controllers.NormalDeploymentController.execute(NormalDeploymentController.java:135)
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.controllers.NormalDeploymentController$$FastClassBySpringCGLIB$$879e94a2.invoke(<generated>)
NGUI: 06-12 18:47:30 at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
NGUI: 06-12 18:47:30 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)
NGUI: 06-12 18:47:30 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
NGUI: 06-12 18:47:30 at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
NGUI: 06-12 18:47:30 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
NGUI: 06-12 18:47:30 at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.controllers.NormalDeploymentController$$EnhancerBySpringCGLIB$$93253f32.execute(<generated>)
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.DeploymentRunner.executeDeploymentTask(DeploymentRunner.java:196)
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.DeploymentRunner.run(DeploymentRunner.java:107)
NGUI: 06-12 18:47:30 at java.lang.Thread.run(Thread.java:748)
NGUI: 06-12 18:47:30 Caused by: DeploymentException:DeploymentException: Deployment failed because exporting the Sensor configuration failed.
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.tasks.SnortExportTask.exportEntitiesToSqliteFile(SnortExportTask.java:110)
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.tasks.SnortExportTask.execute(SnortExportTask.java:97)
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.tasks.DeploymentTask.call(DeploymentTask.java:88)
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.tasks.DeploymentTask.call(DeploymentTask.java:34)
NGUI: 06-12 18:47:30 at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:125)
NGUI: 06-12 18:47:30 at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57)
NGUI: 06-12 18:47:30 at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:78)
NGUI: 06-12 18:47:30 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
NGUI: 06-12 18:47:30 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
NGUI: 06-12 18:47:30 ... 1 more
NGUI: 06-12 18:47:30 Caused by: DeploymentException: Deployment failed because exporting the Sensor configuration failed.
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.snortdeployutil.SqliteDataExporter.exportToFile(SqliteDataExporter.java:46)
NGUI: 06-12 18:47:30 at com.cisco.ngfw.onbox.deploy.tasks.SnortExportTask.exportEntitiesToSqliteFile(SnortExportTask.java:108)
NGUI: 06-12 18:47:30 ... 9 more
NGUI: 06-12 18:47:30
NGUI: 06-12 18:47:30 DeploymentRunner: INFO NormalDeploymentController:190 - Performing clean up of deployment with success = false
NGUI: 06-12 18:47:30 DeploymentRunner: INFO DeploymentRepository:944 - Updating deploymentStatus:7827 DEPLOY_FAILED
NGUI: 06-12 18:47:30 DeploymentRunner: INFO DeploymentRepository:964 - Updated DeploymentStatus:7827 6c34105f-8d42-11e9-a5a5-994e8b3a10a4 DEPLOY_FAILED
NGUI: 06-12 18:47:30 DeploymentRunner: INFO LinaDeployCliFileWriter:66 - Number of old Lina deploy CLI files is 1
NGUI: 06-12 18:47:30 DeploymentRunner: INFO LinaDeployCliFileWriter:68 - Deleting old Lina deploy CLI file: DeltaFile_6c34105f-8d42-11e9-a5a5-994e8b3a10a4.txt
NGUI: 06-12 18:47:30 DeploymentRunner: INFO FileUtil:54 - Overwriting tar file: DeltaFile_6c34105f-8d42-11e9-a5a5-994e8b3a10a4.txt
NGUI: 06-12 18:47:30 DeploymentRunner: INFO FileUtil:59 - Done overwriting file.
NGUI: 06-12 18:47:30 DeploymentRunner: INFO DeploymentRepository:793 - Marking objects for deployment aborted.
NGUI: 06-12 18:47:30 DeploymentRunner: INFO DiskFileObjectProcessor:71 - Do not delete orphan file as it's in grace period: /ngfw/var/cisco/deploy/pkg/diskfiles/defaultClientPro
file.xml
NGUI: 06-12 18:47:30 DeploymentRunner: INFO NgfwEventingCacheHandler:74 - Starting postDeployment cache update
NGUI: 06-12 18:47:30 DeploymentRunner: INFO URLReputationMemCache:90 - URLReputationMemCache postDeploymentComplete - Starts, isSuccess=false
NGUI: 06-12 18:47:30 DeploymentRunner: INFO URLReputationMemCache:95 - postDeploymentComplete() - Ends, isSuccess=false
NGUI: 06-12 18:47:30 DeploymentRunner: INFO ObjectRevisionMemCache:204 - postDeploymentComplete() - starts, isSuccess=false
NGUI: 06-12 18:47:30 DeploymentRunner: INFO DeployedDataMemCacheBase:149 - Number of deploying-dbCaches: 0, number of deployed-dbCaches: 1
NGUI: 06-12 18:47:30 DeploymentRunner: INFO DeployedDataMemCacheBase:151 - Number of historic-dbCaches: 0, number of expired-historic-dbCaches: 0
NGUI: 06-12 18:47:30 DeploymentRunner: INFO ObjectRevisionMemCache:275 - postDeploymentFailure() - starts
NGUI: 06-12 18:47:30 DeploymentRunner: ERROR ObjectRevisionMemCache:280 - Failed to find any ObjectRevisionDbCache in DEPLOYING state
[…]
Solved! Go to Solution.