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.
10-28-2019 05:40 AM
06-12-2019 12:41 PM
10-16-2019 05:19 AM
sadly again, the recuring deployment failure is back.
[...]
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO SnortExportTask:158 - received response from PJB for sensor export
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO SnortExportTask:164 - Location of SQLite file is: /ngfw/var/cisco/deploy/db/1571227964/policy_deployment.db
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO SnortExportTask:186 - sensor config export - end
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO NgfwEventingCacheHandler:98 - Started postGenerateSnortConfig
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO ObjectRevisionMemCache:133 - postDataExport() - starts
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO ObjectRevisionMemCache:161 - QuerySqliteFile() - starts, sqliteFile=/ngfw/var/cisco/deploy/db/1571227964/policy_deployment.db
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO ObjectRevisionMemCache:185 - QuerySqliteFile() - ends, number of entries found: 15
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO ObjectRevisionMemCache:157 - postDataExport() - ends
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO NgfwEventingCacheHandler:101 - Completed deployedDataMemCache
NGUI: 10-16 12:13:03 deploy-task-worker-2: INFO DeploymentTask:123 - Completed SnortExportTask in 63377 ms
NGUI: 10-16 12:13:03 DeploymentRunner: ERROR NormalDeploymentController:154 - Failed to complete deployment:
NGUI: 10-16 12:13:03 DeploymentException:ApplicationException:java.lang.ArrayIndexOutOfBoundsException
NGUI: 10-16 12:13:03 DeploymentRunner: ERROR DeploymentRunner:201 - DeploymentException occurred while executing deployment request : 25fd5b39-f00e-11e9-a87d-4b6a22134c7f
NGUI: 10-16 12:13:03 DeploymentException:ApplicationException:java.lang.ArrayIndexOutOfBoundsException
NGUI: 10-16 12:13:03 DeploymentRunner: ERROR DeploymentRunner:202 - DeploymentException:ApplicationException:java.lang.ArrayIndexOutOfBoundsException
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.controllers.DeploymentController.doInParallel(DeploymentController.java:224)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.controllers.NormalDeploymentController.execute(NormalDeploymentController.java:135)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.controllers.NormalDeploymentController$$FastClassBySpringCGLIB$$879e94a2.invoke(<generated>)
NGUI: 10-16 12:13:03 at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
NGUI: 10-16 12:13:03 at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.controllers.NormalDeploymentController$$EnhancerBySpringCGLIB$$536c5648.execute(<generated>)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.DeploymentRunner.executeDeploymentTask(DeploymentRunner.java:196)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.DeploymentRunner.run(DeploymentRunner.java:107)
NGUI: 10-16 12:13:03 at java.lang.Thread.run(Thread.java:748)
NGUI: 10-16 12:13:03 Caused by: ApplicationException:java.lang.ArrayIndexOutOfBoundsException
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.utils.security.EncryptionUtil.decryptByKey(EncryptionUtil.java:120)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.utils.security.EncryptionUtil.decrypt(EncryptionUtil.java:96)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.cli.deltagen.commands.vpn.UserCli.generateCreateOrUpdateLines(UserCli.java:66)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.cli.deltagen.commands.vpn.UserCli.generateCreateLines(UserCli.java:53)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.cli.deltagen.commands.vpn.UserCli.generateDeltaCliLines(UserCli.java:45)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.cli.deltagen.DeltaCliGenerator.invokeCliGen(DeltaCliGenerator.java:348)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.cli.deltagen.DeltaCliGenerator.doGenerateLinesFull(DeltaCliGenerator.java:338)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.cli.deltagen.DeltaCliGenerator.generateLines(DeltaCliGenerator.java:248)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.cli.deltagen.DeltaCliGenerator.generateCliLinesAndGetRuntime(DeltaCliGenerator.java:205)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.cli.deltagen.DeltaCliGenerator$$FastClassBySpringCGLIB$$f3b4e0a7.invoke(<generated>)
NGUI: 10-16 12:13:03 at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
NGUI: 10-16 12:13:03 at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294)
NGUI: 10-16 12:13:03 at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.cli.deltagen.DeltaCliGenerator$$EnhancerBySpringCGLIB$$5fd62558.generateCliLinesAndGetRuntime(<generated>)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.tasks.LinaExportTask.generateLinaCliLines(LinaExportTask.java:83)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.tasks.LinaExportTask.execute(LinaExportTask.java:62)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.tasks.DeploymentTask.call(DeploymentTask.java:88)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.tasks.DeploymentTask.call(DeploymentTask.java:34)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.tasks.DeploymentTask$$FastClassBySpringCGLIB$$b29953ed.invoke(<generated>)
NGUI: 10-16 12:13:03 at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
NGUI: 10-16 12:13:03 at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:136)
NGUI: 10-16 12:13:03 at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:124)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
NGUI: 10-16 12:13:03 at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
NGUI: 10-16 12:13:03 at com.cisco.ngfw.onbox.deploy.tasks.LinaExportTask$$EnhancerBySpringCGLIB$$aa9880f6.call(<generated>)
NGUI: 10-16 12:13:03 at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:125)
NGUI: 10-16 12:13:03 at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57)
NGUI: 10-16 12:13:03 at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:78)
NGUI: 10-16 12:13:03 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
NGUI: 10-16 12:13:03 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
NGUI: 10-16 12:13:03 ... 1 more
NGUI: 10-16 12:13:03 Caused by: java.lang.ArrayIndexOutOfBoundsException
NGUI: 10-16 12:13:03
NGUI: 10-16 12:13:03 DeploymentRunner: INFO NormalDeploymentController:190 - Performing clean up of deployment with success = false
NGUI: 10-16 12:13:03 DeploymentRunner: INFO DeploymentRepository:944 - Updating deploymentStatus:47381 DEPLOY_FAILED
NGUI: 10-16 12:13:03 DeploymentRunner: INFO DeploymentRepository:964 - Updated DeploymentStatus:47381 25fd5b39-f00e-11e9-a87d-4b6a22134c7f DEPLOY_FAILED
NGUI: 10-16 12:13:03 DeploymentRunner: INFO LinaDeployCliFileWriter:66 - Number of old Lina deploy CLI files is 0
NGUI: 10-16 12:13:03 DeploymentRunner: INFO DeploymentRepository:793 - Marking objects for deployment aborted.
NGUI: 10-16 12:13:03 DeploymentRunner: INFO NgfwEventingCacheHandler:74 - Starting postDeployment cache update
NGUI: 10-16 12:13:03 DeploymentRunner: INFO URLReputationMemCache:90 - URLReputationMemCache postDeploymentComplete - Starts, isSuccess=false
NGUI: 10-16 12:13:03 DeploymentRunner: INFO URLReputationMemCache:95 - postDeploymentComplete() - Ends, isSuccess=false
NGUI: 10-16 12:13:03 DeploymentRunner: INFO ObjectRevisionMemCache:204 - postDeploymentComplete() - starts, isSuccess=false
NGUI: 10-16 12:13:03 DeploymentRunner: INFO DeployedDataMemCacheBase:149 - Number of deploying-dbCaches: 1, number of deployed-dbCaches: 1
NGUI: 10-16 12:13:03 DeploymentRunner: INFO DeployedDataMemCacheBase:151 - Number of historic-dbCaches: 0, number of expired-historic-dbCaches: 0
NGUI: 10-16 12:13:03 DeploymentRunner: INFO ObjectRevisionMemCache:275 - postDeploymentFailure() - starts
NGUI: 10-16 12:13:03 DeploymentRunner: INFO ObjectRevisionMemCache:282 - Deleting most recent DEPLOYING ObjectRevisionDbCache, uuid=4db50cf1-f00e-11e9-a87d-8168e6144888
NGUI: 10-16 12:13:03 DeploymentRunner: INFO ObjectRevisionMemCache:301 - postDeploymentFailure() - ends
NGUI: 10-16 12:13:03 DeploymentRunner: INFO ObjectRevisionMemCache:219 - postDeploymentComplete() - ends, isSuccess=false
I tried to apply the latest update, in the hope this helps, but I cannot apply it until the outstanding deployments are apllied. I cannot undo these deployment actions, as these seems to be internal tasks like snort version changes...
What can I do? Any idea?
Cheers
Leon
10-28-2019 05:40 AM
01-05-2021 04:49 PM
Hi Leon
i have the same issue and how did you fix this ? can you give me steps ?> and it there any way to fix without upgrading the version i have ? because even i cant take backup from the device ???
01-06-2021 01:18 AM
01-06-2021 07:18 AM
so you give a hand to TAC team accessing your ASA and fixed the issue?! did they fixed it already ?
because actually i dont wanna go to upgrade patch version because even i cant take backup from ASA to restore it if they go to upgrading option!!
any how ill see maybe ! thanks
01-06-2021 07:37 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide