Other [SOLVED]Help with Ingenico products!!

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
Has anyone worked with Ingenico products for payments?
If so, can you guide me on how the data is sent to the device. Thanks
 

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
B4X:
Copying updated assets files (1)
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Error occurred on line: 11 (B4XMainPage)
java.lang.reflect.InvocationTargetException
    at java.lang.reflect.Method.invoke(Native Method)
    at com.prueba.lib1.b4xmainpage.innerInitialize(b4xmainpage.java:21)
    at com.prueba.lib1.b4xmainpage._initialize(b4xmainpage.java:92)
    at com.prueba.lib1.b4xpagesmanager._initialize(b4xpagesmanager.java:150)
    at com.prueba.lib1.main._activity_create(main.java:415)
    at java.lang.reflect.Method.invoke(Native Method)
    at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
    at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
    at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
    at java.lang.reflect.Method.invoke(Native Method)
    at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
    at com.prueba.lib1.main.afterFirstLayout(main.java:105)
    at com.prueba.lib1.main.access$000(main.java:17)
    at com.prueba.lib1.main$WaitForLayout.run(main.java:83)
    at android.os.Handler.handleCallback(Handler.java:938)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:236)
    at android.app.ActivityThread.main(ActivityThread.java:8037)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:656)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967)
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "libtlvtree.so" not found
    at java.lang.Runtime.loadLibrary0(Runtime.java:1087)
    at java.lang.Runtime.loadLibrary0(Runtime.java:1008)
    at java.lang.System.loadLibrary(System.java:1664)
    at com.ingenico.pclutilities.PclUtilities.<clinit>(PclUtilities.java:59)
    at johan.PCLServicio2.<init>(PCLServicio2.java:56)
    at com.prueba.lib1.b4xmainpage._class_globals(b4xmainpage.java:85)
    ... 21 more
** Activity (main) Resume **


I have a Library that I put together but I have an error when the App starts.
In mode Debug

 

Attachments

  • PCLServiceJH.zip
    33.6 KB · Views: 193
  • Java Libraries.zip
    173.2 KB · Views: 203
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…