09-26-2016 11:54 AM - edited 03-01-2019 04:31 AM
Hello,
I can successfully push a configuration to a 3650 switch and automatically add the device to CPI without errors. However my "Post Pnp Status" is still "PENDING". I can manually push the post configuration successfully through deploying it from "Features & Technologies".
How can I get the post configuration to automatically push to the device with PnP and APIC-EM?
Solved! Go to Solution.
12-08-2016 11:17 AM
Hello Adam,
Yes, we completely reset APIC-EM. We switched to using APIC-EM for plug and play deployments. We have not run into the same issue using APIC-EM.
Thank you for your help
10-09-2016 09:07 PM
Hi Christopher,
a couple of quick questions:
1) which versions of APIC and CPI are you running?
2) Where are you defining the PnP rules/configs in CPI?
Adam
10-10-2016 01:25 PM
Hello Adam,
CPI is on version 3.1.3
APIC-EM is on version 1.2.1.691
I am defining the PnP rules/configs in the "Plug and Play Profiles"
10-15-2016 03:02 PM
Hi Christopher,
if you look at the PnP status in APIC-EM, does it say the device is provisioned?
I just want to confirm that..
Adam
10-18-2016 06:03 AM
Hello Adam,
Yes, it says the device is provisioned in APIC-EM.
Thank you for trying to troubleshoot this problem
Chris
10-18-2016 08:20 AM
Hi Chris,
are you able to check the logs on PI?
ssh admin@<your-prime>
#then get root shell
shell
# cd into log directory.
cd /opt/CSCOlumos/logs
# look for issues
grep -i exception ifm_apic.log
10-19-2016 12:27 PM
Hello Adam,
The logs don't go far enough back. I will run a test and check the logs once our APIC-EM comes back online. We had to reset APIC-EM to fix a different issue.
10-19-2016 01:28 PM
There should be .1 .2 etc for older log files
Sent from my iPhone
11-08-2016 08:27 AM
Hello Adam,
My apologies for the long delay. Our APIC-EM was completely down for some issues as I mentioned earlier. I conducted a test on Nov 3th. The initial configuration pushed successfully and the device was added to CPI without errors. Here are the log messages using the commands you posted. The test was between 1pm and 2pm.
[2016-11-03 12:52:54,848] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:54,855] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:54,855] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:52:54,933] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:54,934] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:54,934] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:52:55,009] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:55,009] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:55,009] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:52:55,081] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:55,082] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:55,082] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:52:55,157] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:55,158] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:52:55,158] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:54:28,902] [seqtaskexecutor-625] [apic] [ERROR] - Thread Id : [115,706] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:54:29,081] [seqtaskexecutor-625] [apic] [ERROR] - Thread Id : [115,706] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:54:29,170] [seqtaskexecutor-625] [apic] [ERROR] - Thread Id : [115,706] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:54:29,241] [seqtaskexecutor-625] [apic] [ERROR] - Thread Id : [115,706] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:54:29,312] [seqtaskexecutor-625] [apic] [ERROR] - Thread Id : [115,706] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:54:29,385] [seqtaskexecutor-625] [apic] [ERROR] - Thread Id : [115,706] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:57:54,674] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:54,674] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:54,674] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:57:54,851] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:54,851] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:54,851] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:57:54,927] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:54,927] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:54,927] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:57:55,001] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:55,001] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:55,001] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:57:55,084] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:55,084] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:55,084] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:57:55,164] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:55,164] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 12:57:55,164] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 12:59:29,974] [seqtaskexecutor-626] [apic] [ERROR] - Thread Id : [115,904] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:59:30,152] [seqtaskexecutor-626] [apic] [ERROR] - Thread Id : [115,904] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:59:30,257] [seqtaskexecutor-626] [apic] [ERROR] - Thread Id : [115,904] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:59:30,339] [seqtaskexecutor-626] [apic] [ERROR] - Thread Id : [115,904] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:59:30,417] [seqtaskexecutor-626] [apic] [ERROR] - Thread Id : [115,904] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 12:59:30,496] [seqtaskexecutor-626] [apic] [ERROR] - Thread Id : [115,904] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:02:54,673] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:54,673] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:54,673] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:02:54,850] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:54,851] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:54,851] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:02:54,922] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:54,922] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:54,922] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:02:54,995] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:54,995] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:54,995] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:02:55,072] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:55,072] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:55,072] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:02:55,145] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:55,145] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:02:55,145] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:04:31,039] [seqtaskexecutor-627] [apic] [ERROR] - Thread Id : [116,069] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:04:31,219] [seqtaskexecutor-627] [apic] [ERROR] - Thread Id : [116,069] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:04:31,301] [seqtaskexecutor-627] [apic] [ERROR] - Thread Id : [116,069] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:04:31,373] [seqtaskexecutor-627] [apic] [ERROR] - Thread Id : [116,069] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:04:31,453] [seqtaskexecutor-627] [apic] [ERROR] - Thread Id : [116,069] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:04:31,526] [seqtaskexecutor-627] [apic] [ERROR] - Thread Id : [116,069] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:07:54,855] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:54,855] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:54,855] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:07:55,034] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,034] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,034] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:07:55,114] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,114] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,114] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:07:55,190] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,190] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,190] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:07:55,266] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,266] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,266] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:07:55,339] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,339] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:07:55,339] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:09:32,115] [seqtaskexecutor-628] [apic] [ERROR] - Thread Id : [116,262] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:09:32,297] [seqtaskexecutor-628] [apic] [ERROR] - Thread Id : [116,262] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:09:32,381] [seqtaskexecutor-628] [apic] [ERROR] - Thread Id : [116,262] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:09:32,460] [seqtaskexecutor-628] [apic] [ERROR] - Thread Id : [116,262] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:09:32,533] [seqtaskexecutor-628] [apic] [ERROR] - Thread Id : [116,262] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:09:32,608] [seqtaskexecutor-628] [apic] [ERROR] - Thread Id : [116,262] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:12:54,672] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:54,672] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:54,672] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:12:54,845] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:54,845] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:54,845] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:12:54,918] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:54,918] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:54,918] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:12:54,989] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:54,989] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:54,989] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:12:55,060] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:55,061] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:55,061] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:12:55,134] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:55,134] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:12:55,134] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:14:33,154] [seqtaskexecutor-629] [apic] [ERROR] - Thread Id : [116,467] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:14:33,341] [seqtaskexecutor-629] [apic] [ERROR] - Thread Id : [116,467] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:14:33,436] [seqtaskexecutor-629] [apic] [ERROR] - Thread Id : [116,467] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:14:33,512] [seqtaskexecutor-629] [apic] [ERROR] - Thread Id : [116,467] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:14:33,586] [seqtaskexecutor-629] [apic] [ERROR] - Thread Id : [116,467] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:14:33,664] [seqtaskexecutor-629] [apic] [ERROR] - Thread Id : [116,467] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:17:54,678] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:54,678] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:54,678] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:17:54,862] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:54,862] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:54,862] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:17:54,982] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:54,982] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:54,982] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:17:55,057] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:55,057] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:55,057] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:17:55,131] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:55,132] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:55,132] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:17:55,209] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:55,210] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:17:55,210] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:19:34,233] [seqtaskexecutor-630] [apic] [ERROR] - Thread Id : [116,640] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:19:34,422] [seqtaskexecutor-630] [apic] [ERROR] - Thread Id : [116,640] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:19:34,516] [seqtaskexecutor-630] [apic] [ERROR] - Thread Id : [116,640] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:19:34,592] [seqtaskexecutor-630] [apic] [ERROR] - Thread Id : [116,640] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:19:34,661] [seqtaskexecutor-630] [apic] [ERROR] - Thread Id : [116,640] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:19:34,735] [seqtaskexecutor-630] [apic] [ERROR] - Thread Id : [116,640] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:22:54,669] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:54,670] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:54,670] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:22:54,846] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:54,847] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:54,847] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:22:54,926] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:54,926] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:54,926] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:22:55,002] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:55,003] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:55,003] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:22:55,078] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:55,078] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:55,078] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:22:55,154] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:55,155] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:22:55,155] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:24:35,406] [seqtaskexecutor-631] [apic] [ERROR] - Thread Id : [116,818] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:24:35,584] [seqtaskexecutor-631] [apic] [ERROR] - Thread Id : [116,818] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:24:35,659] [seqtaskexecutor-631] [apic] [ERROR] - Thread Id : [116,818] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:24:35,730] [seqtaskexecutor-631] [apic] [ERROR] - Thread Id : [116,818] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:24:35,802] [seqtaskexecutor-631] [apic] [ERROR] - Thread Id : [116,818] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:24:35,877] [seqtaskexecutor-631] [apic] [ERROR] - Thread Id : [116,818] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:27:54,749] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:54,750] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:54,750] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:27:54,926] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:54,926] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:54,926] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:27:55,001] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:55,002] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:55,002] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:27:55,079] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:55,079] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:55,079] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:27:55,157] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:55,157] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:55,157] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:27:55,233] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:55,233] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:27:55,233] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:29:36,528] [seqtaskexecutor-632] [apic] [ERROR] - Thread Id : [117,022] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:29:36,706] [seqtaskexecutor-632] [apic] [ERROR] - Thread Id : [117,022] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:29:36,791] [seqtaskexecutor-632] [apic] [ERROR] - Thread Id : [117,022] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:29:36,869] [seqtaskexecutor-632] [apic] [ERROR] - Thread Id : [117,022] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:29:36,948] [seqtaskexecutor-632] [apic] [ERROR] - Thread Id : [117,022] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:29:37,028] [seqtaskexecutor-632] [apic] [ERROR] - Thread Id : [117,022] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:32:54,675] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:54,675] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:54,675] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:32:54,851] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:54,851] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:54,851] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:32:54,939] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:54,939] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:54,939] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:32:55,008] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:55,009] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:55,009] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:32:55,079] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:55,079] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:55,079] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:32:55,153] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:55,153] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:32:55,153] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:34:37,572] [seqtaskexecutor-633] [apic] [ERROR] - Thread Id : [117,199] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:34:37,749] [seqtaskexecutor-633] [apic] [ERROR] - Thread Id : [117,199] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:34:37,830] [seqtaskexecutor-633] [apic] [ERROR] - Thread Id : [117,199] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:34:37,901] [seqtaskexecutor-633] [apic] [ERROR] - Thread Id : [117,199] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:34:37,976] [seqtaskexecutor-633] [apic] [ERROR] - Thread Id : [117,199] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:34:38,049] [seqtaskexecutor-633] [apic] [ERROR] - Thread Id : [117,199] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:37:54,715] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:54,715] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:54,715] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:37:54,892] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:54,892] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:54,892] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:37:54,966] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:54,966] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:54,966] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:37:55,038] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:55,039] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:55,039] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:37:55,112] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:55,113] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:55,113] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:37:55,188] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:55,188] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:37:55,188] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:39:38,618] [seqtaskexecutor-634] [apic] [ERROR] - Thread Id : [117,357] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:39:38,798] [seqtaskexecutor-634] [apic] [ERROR] - Thread Id : [117,357] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:39:38,881] [seqtaskexecutor-634] [apic] [ERROR] - Thread Id : [117,357] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:39:38,951] [seqtaskexecutor-634] [apic] [ERROR] - Thread Id : [117,357] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:39:39,028] [seqtaskexecutor-634] [apic] [ERROR] - Thread Id : [117,357] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:39:39,100] [seqtaskexecutor-634] [apic] [ERROR] - Thread Id : [117,357] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:42:54,681] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:54,681] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:54,681] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:42:55,119] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,120] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,120] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:42:55,192] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,192] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,192] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:42:55,265] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,265] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,265] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:42:55,339] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,340] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,340] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:42:55,416] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,416] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:42:55,416] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:44:39,688] [seqtaskexecutor-635] [apic] [ERROR] - Thread Id : [117,561] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:44:39,872] [seqtaskexecutor-635] [apic] [ERROR] - Thread Id : [117,561] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:44:39,965] [seqtaskexecutor-635] [apic] [ERROR] - Thread Id : [117,561] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:44:40,042] [seqtaskexecutor-635] [apic] [ERROR] - Thread Id : [117,561] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:44:40,113] [seqtaskexecutor-635] [apic] [ERROR] - Thread Id : [117,561] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:44:40,186] [seqtaskexecutor-635] [apic] [ERROR] - Thread Id : [117,561] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:47:54,668] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:54,668] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:54,668] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:47:54,844] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:54,844] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:54,844] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:47:54,942] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:54,942] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:54,942] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:47:55,017] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:55,017] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:55,017] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:47:55,089] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:55,089] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:55,089] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:47:55,165] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:55,165] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:47:55,165] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:49:40,842] [seqtaskexecutor-636] [apic] [ERROR] - Thread Id : [117,729] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:49:41,017] [seqtaskexecutor-636] [apic] [ERROR] - Thread Id : [117,729] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:49:41,088] [seqtaskexecutor-636] [apic] [ERROR] - Thread Id : [117,729] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:49:41,161] [seqtaskexecutor-636] [apic] [ERROR] - Thread Id : [117,729] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:49:41,233] [seqtaskexecutor-636] [apic] [ERROR] - Thread Id : [117,729] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:49:41,317] [seqtaskexecutor-636] [apic] [ERROR] - Thread Id : [117,729] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:52:54,678] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:54,678] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:54,678] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:52:54,851] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:54,851] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:54,851] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:52:54,929] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:54,929] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:54,929] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:52:55,023] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:55,023] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:55,023] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:52:55,096] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:55,096] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:55,096] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:52:55,170] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:55,171] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:52:55,171] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:54:41,904] [seqtaskexecutor-637] [apic] [ERROR] - Thread Id : [117,887] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:54:42,084] [seqtaskexecutor-637] [apic] [ERROR] - Thread Id : [117,887] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:54:42,168] [seqtaskexecutor-637] [apic] [ERROR] - Thread Id : [117,887] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:54:42,239] [seqtaskexecutor-637] [apic] [ERROR] - Thread Id : [117,887] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:54:42,309] [seqtaskexecutor-637] [apic] [ERROR] - Thread Id : [117,887] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:54:42,383] [seqtaskexecutor-637] [apic] [ERROR] - Thread Id : [117,887] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:57:54,675] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:54,675] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:54,675] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:57:54,984] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:54,984] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:54,984] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:57:55,056] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:55,057] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:55,057] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:57:55,129] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:55,129] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:55,129] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:57:55,217] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:55,217] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:55,217] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:57:55,295] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:55,295] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 13:57:55,295] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 13:59:42,980] [seqtaskexecutor-638] [apic] [ERROR] - Thread Id : [118,095] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:59:43,168] [seqtaskexecutor-638] [apic] [ERROR] - Thread Id : [118,095] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:59:43,258] [seqtaskexecutor-638] [apic] [ERROR] - Thread Id : [118,095] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:59:43,336] [seqtaskexecutor-638] [apic] [ERROR] - Thread Id : [118,095] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:59:43,413] [seqtaskexecutor-638] [apic] [ERROR] - Thread Id : [118,095] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 13:59:43,488] [seqtaskexecutor-638] [apic] [ERROR] - Thread Id : [118,095] : IFM_APIC_ERROR: [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT]
[2016-11-03 14:02:54,671] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 14:02:54,671] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 14:02:54,671] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 14:02:54,842] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 14:02:54,842] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 14:02:54,842] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
[2016-11-03 14:02:54,924] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR: [ApicPollingService::Exception in polling apic device:java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 14:02:54,924] [pool-40-thread-1] [apic] [ERROR] - Thread Id : [237] : IFM_APIC_ERROR_DETAILS: [This is not a JSON Array.] : IFM_APIC_ERROR: [java.lang.IllegalStateException: This is not a JSON Array.]
[2016-11-03 14:02:54,924] [pool-40-thread-1] [apic] [ERROR] - IFM_TRUSTSEC_EXCEPTION
java.lang.IllegalStateException: This is not a JSON Array.
11-08-2016 11:11 PM
Looks like they are out of sync.
Did you reset APIC completely (i.e. remove disks?). PI is likely looking for a project in APIC that no longer exists.
Both APIC-EM 1.3 and PI 3.1.4 are now available, may be worth upgrading?
12-08-2016 11:17 AM
Hello Adam,
Yes, we completely reset APIC-EM. We switched to using APIC-EM for plug and play deployments. We have not run into the same issue using APIC-EM.
Thank you for your help
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