Hipi Exception in thread "main" java.lang.NoClassDefFoundError: org/json/simple/JSONValue
221 views
Skip to first unread message
abirami jeyagobi
unread,
Feb 23, 2016, 12:00:06 AM2/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HIPI Users
Hipi - while running ./hibInfo.sh .. Could anyone suggest possible solutions to resolve this error
Exception in thread "main" java.lang.NoClassDefFoundError: org/json/simple/JSONValue
hduser@localhost:/usr/local/hipi/tools$ ./hibInfo.sh images.hib 16/02/23 10:24:49 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable Input HIB: images.hib Display meta data: false Display EXIF data: false Exception in thread "main" java.lang.NoClassDefFoundError: org/json/simple/JSONValue at org.hipi.image.HipiImageHeader.setMetaDataFromBytes(HipiImageHeader.java:316) at org.hipi.image.HipiImageHeader.readFields(HipiImageHeader.java:421) at org.hipi.image.HipiImageHeader.<init>(HipiImageHeader.java:196) at org.hipi.imagebundle.HipiImageBundle$HibReader.nextKeyValue(HipiImageBundle.java:276) at org.hipi.imagebundle.HipiImageBundle.next(HipiImageBundle.java:779) at org.hipi.tools.HibInfo.main(HibInfo.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.hadoop.util.RunJar.run(RunJar.java:221) at org.apache.hadoop.util.RunJar.main(RunJar.java:136) Caused by: java.lang.ClassNotFoundException: org.json.simple.JSONValue at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 12 more
Rahul Shah
unread,
Mar 4, 2016, 12:15:46 AM3/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HIPI Users
You need to add JSON jar file as an external library to make this work.
Ishit Vyas
unread,
Aug 3, 2017, 3:11:01 AM8/3/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message