I am trying to start complinace testing our agent.I am getting the following exception when trying to connect to the zone created for me.[Category=11; Code=1] org.sifinfo.sif.SIFException: java.lang.NullPointerException. org.sifinfo.sif.SIFException: java.lang.NullPointerException at org.sifinfo.compliance.SIFComplianceZone.onSIFRegister(SIFComplianceZone.java:755) at org.sifinfo.sif.SIFZone.dispatchMessage(SIFZone.java:59) at org.sifinfo.compliance.SIFComplianceZone.dispatchMessage(SIFComplianceZone.java:367) at org.sifinfo.sif.SIFNode.onSIFMessage(SIFNode.java:243) at org.sifinfo.sif.SIFNode.onTransportMessageReceived(SIFNode.java:168) at org.sifinfo.sif.transport.SIFHTTPServer$ConnectionHandler.run(SIFHTTP.java:251) at java.lang.Thread.run(Unknown Source)Caused by: java.lang.NullPointerException at org.sifinfo.compliance.SIFComplianceZone.getAgentACL(SIFComplianceZone.java:2686) at org.sifinfo.compliance.SIFComplianceZone.onSIFRegister(SIFComplianceZone.java:749) ... 6 more at com.edustructures.sifworks.impl.ZoneImpl.connect(ZoneImpl.java:406) at agent.SpecialAgent.startAgent(SpecialAgent.java:114)I assume the url and zoneid is correct as if I try changing the agentId I get the message that the agent is not registrered in the zone.Tuva