Wednesday, August 23, 2017

OnlyAQL - Aerospike GUI client

Right now it can only fetch records from Aerospike but we are continuously working on the improvement of this tool and will add other features also.


you can download it from : https://drive.google.com/file/d/0BylEbVLsc5L8OFB2eGNLWFFLQ0E/view?usp=sharing&resourcekey=0-UbNqAlEdmJbNr-j5FjIoHQ


Git hub link to project code: https://github.com/jain-neeeraj/OnlyAQL



2 comments:

  1. I am getting below error while running from ubuntu machine

    Direct download from above URL
    root@:/home/rahul/Downloads # java -jar onlyAQL-1.0.1.jar
    Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/aerospike/client/AerospikeException
    at guiComponents.onlyAQL.initialize(onlyAQL.java:418)
    at guiComponents.onlyAQL.(onlyAQL.java:109)
    at guiComponents.onlyAQL$1.run(onlyAQL.java:95)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
    Caused by: java.lang.ClassNotFoundException: com.aerospike.client.AerospikeException
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
    ... 16 more
    root@:/home/rahul/Downloads #



    After checkout source code from GIT repo and make the maven build
    root@:/home/rahul/Downloads/OnlyAQL [master ?]# java -jar /home/rahul/Downloads/OnlyAQL/target/onlyAQL-0.0.1.jar
    no main manifest attribute, in /home/rahul/Downloads/OnlyAQL/target/onlyAQL-0.0.1.jar
    root@:/home/rahul/Downloads/OnlyAQL [master ?]#



    java version
    root@:/home/rahul/Downloads # java --version
    openjdk 11.0.8 2020-07-14
    OpenJDK Runtime Environment (build 11.0.8+10-post-Ubuntu-0ubuntu118.04.1)
    OpenJDK 64-Bit Server VM (build 11.0.8+10-post-Ubuntu-0ubuntu118.04.1, mixed mode, sharing)
    root@:/home/rahul/Downloads #

    ReplyDelete
  2. Please use it as mentioned in https://stackoverflow.com/questions/44200799/gui-for-view-data-in-aerospike

    ReplyDelete