From: Joakim S. <joa...@bl...> - 2015-11-30 18:53:26
|
Hi Brad, I added: <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-proxy</artifactId> <version>9.3.6.v20151106</version> </dependency> to my project and now it’s fine. Codehaus seems discontinued though /Joakim > On Nov 30, 2015, at 7:32 AM, Brad Bebee <be...@sy...> wrote: > > Joakim, > > Is this issue still occurring for you? > > Thanks, --Brad > > On Wed, Nov 25, 2015 at 1:55 PM, Joakim Soderberg <joa...@bl... <mailto:joa...@bl...>> wrote: > Hi > After migrating to Blazegraph 1.5.3., > > <dependency> > <groupId>com.bigdata</groupId> > <artifactId>bigdata</artifactId> > > <version>1.5.3</version> > </dependency> > > my old code generated the following error > > Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/jetty/client/api/Request > at com.blippar.action.AddAction.main(AddAction.java:182) > Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.client.api.Request > 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) > ... 1 more > > > ------------------------------------------------------------------------------ > Go from Idea to Many App Stores Faster with Intel(R) XDK > Give your users amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 <http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140> > _______________________________________________ > Bigdata-developers mailing list > Big...@li... <mailto:Big...@li...> > https://lists.sourceforge.net/lists/listinfo/bigdata-developers <https://lists.sourceforge.net/lists/listinfo/bigdata-developers> > > > > > -- > _______________ > Brad Bebee > CEO, Managing Partner > SYSTAP, LLC > e: be...@sy... <mailto:be...@sy...> > m: 202.642.7961 > f: 571.367.5000 > w: www.blazegraph.com <http://www.blazegraph.com/> > > Blazegraph™ <http://www.blazegraph.com/> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. Mapgraph™ <http://www.systap.com/mapgraph> is our disruptive new technology to use GPUs to accelerate data-parallel graph analytics. > > CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP, LLC. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. > > |