org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.NoSuchMethodError: org.mobicents.protocols.ss7.sccp.parameter.SccpAddress.<init>(Lorg/mobicents/protocols/ss7/indicator/RoutingIndicator;ILorg/mobicents/protocols/ss7/sccp/parameter/GlobalTitle;I)V
The odd thing is that I run on the same set of Mobicents Protocol JAR libraries on the development machine, but I receive this on the server.
The line causing the problems is:
SccpAddress localAddress = new SccpAddress(RoutingIndicator.ROUTING_BASED_ON_DPC_AND_SSN, Controller.LOCAL_SPC, localGT, Controller.SSN_CAP);
And is very similar to the one used in their test cases. I received the same error when I tried that line verbatim as well.
I received the same error when I tried using the decode method in SccpAddressCodec, with a valid byte array.
I'm using the version 1.0.0.CR1 of the Mobicents SS7 Protocols stack.