Status: Accepted
Owner: [email protected]
CC: [email protected], [email protected]
Labels: Type-Defect Priority-Medium Component-SS7 Roadmap-Fix
Version-2.0.0.BETA4
New issue 177 by [email protected]: "sccp rsp show" throws exception
http://code.google.com/p/jss7/issues/detail?id=177
16:16:37,859 ERROR [SccpExecutor] Error while executing command
java.lang.UnsupportedOperationException: Direct view over unmodifiable map
entries is not supported (to prevent access to Entry.setValue(Object)
method). To iterate over unmodifiable map entries, applications may use the
keySet() and values() fast collection views in conjonction.
at javolution.util.FastMap$Unmodifiable.entrySet(FastMap.java:1751)
at
org.mobicents.protocols.ss7.sccp.impl.oam.SccpExecutor.manageRsp(SccpExecutor.java:276)
at
org.mobicents.protocols.ss7.sccp.impl.oam.SccpExecutor.execute(SccpExecutor.java:96)
at
org.mobicents.ss7.management.console.ShellServer.perform(ShellServer.java:174)
at org.mobicents.protocols.ss7.scheduler.Task.run(Task.java:116)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)