cancel
Showing results for 
Search instead for 
Did you mean: 

SUP UltraLiteJ SynchronizeException on Android emulator

Former Member
0 Kudos
3,330

When connecting to the SUP Server 2.1.1 from the Android emulator the application registers but fails on the synchronization with the following error message:

com.sybase.persistence.SynchronizeException: com.ianywhere.ultralitejni12.implementation.JniException: UltraLiteJ Error[-1305]: MobiLink communication error -- code: 63, parameter: , system code: 110Details: StreamErrorCode = 63 StreamErrorMessage = null

The same source code works on an actual device, so I'm assuming I am missing config on the emulator?

Accepted Solutions (0)

Answers (1)

Answers (1)

jeff_albion
Product and Topic Expert
Product and Topic Expert

'Code 63' is 'Unable to connect a socket' so check for general device network connectivity, you have the correct SUP server hostname/port configured, there are no firewalls blocking you, etc.

Note that all Android applications require that the AndroidMainfest.xml must also contain the permission: <uses-permission android:name="android.permission.INTERNET" /> in order to use network communications.


Since this is SUP, this may be a question you will need to re-ask on the SAP Mobile Platform Discussions on the SAP Community Network (SCN).