Skip to content

BusinessCode=16106, When tried calling Reseller Api/Merchant API #10

@RiSaxena9

Description

@RiSaxena9

BusinessCode=16106, When tried calling Reseller Api

Result [businessCode=16106, message=Request error!, validationErrors=null, data=null, rateLimit=null, rateLimitRemain=null, rateLimitReset=null, pageInfo=PageInfo [pageNo=1, limit=0, orderBy=null, totalCount=null, hasNext=false, dataSet=null]]

Error Log:
Caused by: java.lang.ClassNotFoundException: Didn't find class "javax.xml.bind.ValidationException" on path: DexPathList[[zip file "/data/app/com.example.encryptionexample-vioks5uzcQpc_E42-NewdA==/base.apk", zip file "/data/app/com.example.encryptionexample-vioks5uzcQpc_E42-NewdA==/split_lib_dependencies_apk.apk", zip file "/data/app/com.example.encryptionexample-vioks5uzcQpc_E42-NewdA==/split_lib_resources_apk.apk", zip file "/data/app/com.example.encryptionexample-vioks5uzcQpc_E42-NewdA==/split_lib_slice_0_apk.apk", zip file "/data/app/com.example.encryptionexample-vioks5uzcQpc_E42-NewdA==/split_lib_slice_1_apk.apk", zip file "/data/app/com.example.encryptionexample-vioks5uzcQpc_E42-NewdA==/split_lib_slice_2_apk.apk", zip file "/data/app/com.example.encryptionexample-vioks5uzcQpc_E42-NewdA==/split_lib_slice_3_apk.apk", zip file "/data/app/com.example.encryptionexample-vioks5uzcQpc_E42-NewdA==/split_lib_slice_4_apk.apk", zip file "/data/app/com.example.encryptionexample-vioks5uzcQpc_E42-NewdA==/split_lib_sl
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:453)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Object org.jboss.logging.Logger$1.run() (Logger.java:2252)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Object java.security.AccessController.doPrivileged(java.security.PrivilegedAction) (AccessController.java:43)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Object org.jboss.logging.Logger.getMessageLogger(java.lang.Class, java.lang.String, java.util.Locale) (Logger.java:2227)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Object org.jboss.logging.Logger.getMessageLogger(java.lang.Class, java.lang.String) (Logger.java:2214)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at org.hibernate.validator.internal.util.logging.Log org.hibernate.validator.internal.util.logging.LoggerFactory.make() (LoggerFactory.java:29)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void org.hibernate.validator.internal.util.Version.() (Version.java:27)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void org.hibernate.validator.internal.util.Version.touch() (Version.java:35)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void org.hibernate.validator.internal.engine.ConfigurationImpl.() (ConfigurationImpl.java:66)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at javax.validation.Configuration org.hibernate.validator.HibernateValidator.createGenericConfiguration(javax.validation.spi.BootstrapState) (HibernateValidator.java:41)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at javax.validation.Configuration javax.validation.Validation$GenericBootstrapImpl.configure() (Validation.java:276)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at javax.validation.ValidatorFactory javax.validation.Validation.buildDefaultValidatorFactory() (Validation.java:110)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void com.pax.market.api.sdk.java.api.BaseThirdPartySysApi.(java.lang.String, java.lang.String, java.lang.String) (BaseThirdPartySysApi.java:67)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void com.pax.market.api.sdk.java.api.merchant.MerchantApi.(java.lang.String, java.lang.String, java.lang.String) (MerchantApi.java:59)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void com.example.encryptionexample.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:49)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7136)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7127)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1271)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2893)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at android.app.Activity android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.app.servertransaction.PendingTransactionActions, android.content.Intent) (ActivityThread.java:3048)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.app.servertransaction.LaunchActivityItem.execute(android.app.ClientTransactionHandler, android.os.IBinder, android.app.servertransaction.PendingTransactionActions) (LaunchActivityItem.java:78)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.app.servertransaction.TransactionExecutor.executeCallbacks(android.app.servertransaction.ClientTransaction) (TransactionExecutor.java:108)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.app.servertransaction.TransactionExecutor.execute(android.app.servertransaction.ClientTransaction) (TransactionExecutor.java:68)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1808)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.os.Looper.loop() (Looper.java:193)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6669)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:493)
2020-02-29 16:17:46.095 9494-9494/com.example.encryptionexample I/cryptionexampl: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858)
2020-02-29 16:17:46.445 9494-9494/com.example.encryptionexample D/NetworkSecurityConfig: No Network Security Config specified, using platform default

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions