opensecure / jss7

Automatically exported from code.google.com/p/jss7
0 stars 0 forks source link

"sccp rsp show" throws exception #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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)

Original issue reported on code.google.com by amit.bha...@gmail.com on 24 Nov 2012 at 10:49

GoogleCodeExporter commented 9 years ago
Fixed
http://code.google.com/p/jss7/source/detail?r=bfeb35fb4974

Original comment by amit.bha...@gmail.com on 26 Nov 2012 at 8:11