- 
                Notifications
    
You must be signed in to change notification settings  - Fork 235
 
SCTPError
        amit.bhayani edited this page May 8, 2012 
        ·
        7 revisions
      
    - Getting error java.lang.UnsupportedOperationException: libsctp.so.1: cannot open when trying to start SCTP
 
Mobicents jSS7 uses Mobicents SCTP library which leverages the SCTP API of JDK 7. JDK 7 uses the sctp native library of underlyiing OS. If sctp library is not installed you will get above error
- Linux*
 
* _Fedora 10_: sudo yum install lksctp-tools-1.0.9-1.fc10 or * _Ubuntu_: sudo apt-get install lksctp-tools
- Solaris*
 
- Running a simple SCTP application*
 
If it compiles and runs without any errors, then congratulations you have a correctly configured machine and JDK. You can now start Mobicents jSS7 over M3UA
