|
From: Brad B. <be...@sy...> - 2015-10-13 14:29:06
|
Felix, You will definitely want to adjust the properties a bit. Checkout [1] and then generate a Vocabulary per the JIRA ticket [2]. That should improve your performance substantially. I've also copied the blazegraph developers list to see if anyone else has recommendations. Thanks, --Brad [1] https://sourceforge.net/p/bigdata/git/ci/master/tree/bigdata-sails/src/samples/com/bigdata/samples/fastload.properties [2] https://jira.blazegraph.com/browse/BLZG-1509 On Tue, Oct 13, 2015 at 10:19 AM, <mai...@st...> wrote: > Hey > > thanks for the fast answer. > The journal file looks like this: > > com.bigdata.journal.AbstractJournal.bufferMode=DiskRW > com.bigdata.journal.AbstractJournal.file=bigdata.jnl > > Thanks > Felix > > > Zitat von Brad Bebee <be...@sy...>: > > Felix, >> >> Thank you. Can you send us some details of your journal configuration? >> It may be beneficial to use a Vocabulary to inline the DBPedia values for >> improved load performance. >> >> Thanks, --Brad >> >> On Tue, Oct 13, 2015 at 10:10 AM, Blazegraph Web Site Contact < >> bla...@bl...> wrote: >> >> From: Felix Conrads<mai...@st...> >>> Subject: Benchmarking Blazegraph >>> >>> Message Body: >>> >>> Name : Felix Conrads >>> Email : mai...@st... >>> Message : Hello, >>> >>> I'm Felix Conrads from AKSW Research Group at University Leipzig. >>> Currently i evaluate a Benchmark execution framework with several >>> triplestores including Blazegrah. While blazegraph works fine it needs >>> too >>> much time to upload some of our datasets into it. >>> These are the dbpedia datasets with ~217.000.000 triples and ~434.000.000 >>> triples. >>> I tried to upload the first one with the method described here: >>> https://wiki.blazegraph.com/wiki/index.php/Bulk_Data_Load >>> If you could tell me if there is any possiblity to upload them faster >>> than >>> >15 hours (i aborted it there) i would be very thankful . >>> >>> Thanks in advance and best regards >>> Felix Conrads >>> >>> -- >>> This e-mail was sent from a contact form on (http://www.blazegraph.com) >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "contact-us" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to con...@sy.... >>> To post to this group, send email to con...@sy.... >>> To view this discussion on the web visit >>> >>> https://groups.google.com/a/systap.com/d/msgid/contact-us/8ece997cd271234401ab075d427430ca%40www.blazegraph.com >>> . >>> >>> >> >> >> -- >> _______________ >> Brad Bebee >> CEO, Managing Partner >> SYSTAP, LLC >> e: be...@sy... >> m: 202.642.7961 >> f: 571.367.5000 >> w: 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. >> > > > > -- > You received this message because you are subscribed to the Google Groups > "blazegraph" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to bla...@sy.... > To post to this group, send email to bla...@sy.... > To view this discussion on the web visit > https://groups.google.com/a/systap.com/d/msgid/blazegraph/20151013161930.Horde.W_LJNqOM0w-ESzbfcFB7bw2%40mail.uni-leipzig.de > . > -- _______________ Brad Bebee CEO, Managing Partner SYSTAP, LLC e: be...@sy... m: 202.642.7961 f: 571.367.5000 w: 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. |
|
From: Felix C. <mai...@st...> - 2015-11-16 08:56:13
|
Hey, First off thanks alot! It took a while to come back to it, as some other work showed up which needs to be done first. Nevertheless i have one more question: I took the fastload properties and generated a Vocabulary exactly as your JIRA Ticket [2]. How do i say blazegraph it should use my vocab? Is it as simple as to put in the properties following line: com.bigdata.rdf.store.AbstractTripleStore.vocabularyClass=MyCustomVocab (Generated File is MyCustomVocab.java in the directory with bigdata-1.5.2-bundled.jar) I'll test Blazegraph with a DBPedia Dataset and a SWDF Dataset with 250 Queries (ASK, SELECT, CONSTRUCT, DESCRIBE) generated with FEASIBLE [1] and at least DBPedia with Updates from DBpedia Live [2] (round about 250 inserts and deletes). The test should show how the triplestores act when they to not just only have 1 SPARQL User but several SPARQL Users and one UPDATE user. For this we'll test blazegraph and other triplestores with 1,2,4,8,16 SPARQL Users and 0 UPDATE Users, and 1,2,4,8,16 SPARQL Users and 1 Update User. The whole Benchmark will be tested with IGUANA [3]. If you're interest in the results. I can send them to you :) [1] http://aksw.org/Projects/FEASIBLE.html [2] http://live.dbpedia.org/ [3] https://github.com/AKSW/IGUANA Thanks alot Felix Am 13.10.2015 um 16:28 schrieb Brad Bebee: > Felix, > > You will definitely want to adjust the properties a bit. Checkout [1] > and then generate a Vocabulary per the JIRA ticket [2]. That should > improve your performance substantially. I've also copied the > blazegraph developers list to see if anyone else has recommendations. > > Thanks, --Brad > > [1] https://sourceforge.net/p/bigdata/git/ci/master/tree/bigdata-sails/src/samples/com/bigdata/samples/fastload.properties > > [2] https://jira.blazegraph.com/browse/BLZG-1509 > > > > On Tue, Oct 13, 2015 at 10:19 AM, <mai...@st... > <mailto:mai...@st...>> wrote: > > Hey > > thanks for the fast answer. > The journal file looks like this: > > com.bigdata.journal.AbstractJournal.bufferMode=DiskRW > com.bigdata.journal.AbstractJournal.file=bigdata.jnl > > Thanks > Felix > > > Zitat von Brad Bebee <be...@sy... <mailto:be...@sy...>>: > > Felix, > > Thank you. Can you send us some details of your journal > configuration? > It may be beneficial to use a Vocabulary to inline the > DBPedia values for > improved load performance. > > Thanks, --Brad > > On Tue, Oct 13, 2015 at 10:10 AM, Blazegraph Web Site Contact < > bla...@bl... <mailto:bla...@bl...>> > wrote: > > From: Felix Conrads<mai...@st... > <mailto:mai...@st...>> > Subject: Benchmarking Blazegraph > > Message Body: > > Name : Felix Conrads > Email : mai...@st... > <mailto:mai...@st...> > Message : Hello, > > I'm Felix Conrads from AKSW Research Group at University > Leipzig. > Currently i evaluate a Benchmark execution framework with > several > triplestores including Blazegrah. While blazegraph works > fine it needs too > much time to upload some of our datasets into it. > These are the dbpedia datasets with ~217.000.000 triples > and ~434.000.000 > triples. > I tried to upload the first one with the method described > here: > https://wiki.blazegraph.com/wiki/index.php/Bulk_Data_Load > If you could tell me if there is any possiblity to upload > them faster than > >15 hours (i aborted it there) i would be very thankful . > > Thanks in advance and best regards > Felix Conrads > > -- > This e-mail was sent from a contact form on > (http://www.blazegraph.com) > > -- > You received this message because you are subscribed to > the Google Groups > "contact-us" group. > To unsubscribe from this group and stop receiving emails > from it, send an > email to con...@sy... > <mailto:contact-us%2Bu...@sy...>. > To post to this group, send email to con...@sy... > <mailto:con...@sy...>. > To view this discussion on the web visit > https://groups.google.com/a/systap.com/d/msgid/contact-us/8ece997cd271234401ab075d427430ca%40www.blazegraph.com > . > > > > > -- > _______________ > Brad Bebee > CEO, Managing Partner > SYSTAP, LLC > e: be...@sy... <mailto:be...@sy...> > m: 202.642.7961 <tel:202.642.7961> > f: 571.367.5000 <tel: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. > > > > > -- > You received this message because you are subscribed to the Google > Groups "blazegraph" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to bla...@sy... > <mailto:blazegraph%2Bu...@sy...>. > To post to this group, send email to bla...@sy... > <mailto:bla...@sy...>. > To view this discussion on the web visit > https://groups.google.com/a/systap.com/d/msgid/blazegraph/20151013161930.Horde.W_LJNqOM0w-ESzbfcFB7bw2%40mail.uni-leipzig.de. > > > > > -- > _______________ > 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. --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus |
|
From: Brad B. <be...@sy...> - 2015-11-16 14:31:12
|
Felix, Great -- yes, please do post your results to the mailing list. Regarding using the Vocabulary, yes, you must create a new Journal with the property for the vocabulary class as you have in your example. When you start Blazegraph, you must also make sure that the vocabulary class is in the classpath, i.e. something like java -cp /path/to/vocab -jar bigdata-1.5.2-bundled.jar. We would recommend that you update to the 1.5.3 bundled jar, if possible. The 2.0 release at the end of the year will have a number of loading enhancements as well. com.bigdata.rdf.store.AbstractTripleStore.vocabularyClass=MyCustomVocab Good luck and let us know how it goes. Thanks, --Brad On Mon, Nov 16, 2015 at 3:36 AM, Felix Conrads < mai...@st...> wrote: > Hey, > > First off thanks alot! It took a while to come back to it, as some other > work showed up which needs to be done first. > Nevertheless i have one more question: > > I took the fastload properties and generated a Vocabulary exactly as your > JIRA Ticket [2]. How do i say blazegraph it should use my vocab? Is it as > simple as to put in the properties following line: > com.bigdata.rdf.store.AbstractTripleStore.vocabularyClass=MyCustomVocab > (Generated File is MyCustomVocab.java in the directory with > bigdata-1.5.2-bundled.jar) > > > I'll test Blazegraph with a DBPedia Dataset and a SWDF Dataset with 250 > Queries (ASK, SELECT, CONSTRUCT, DESCRIBE) generated with FEASIBLE [1] and > at least DBPedia with Updates from DBpedia Live [2] (round about 250 > inserts and deletes). The test should show how the triplestores act when > they to not just only have 1 SPARQL User but several SPARQL Users and one > UPDATE user. For this we'll test blazegraph and other triplestores with > 1,2,4,8,16 SPARQL Users and 0 UPDATE Users, and 1,2,4,8,16 SPARQL Users and > 1 Update User. > The whole Benchmark will be tested with IGUANA [3]. > > If you're interest in the results. I can send them to you :) > > [1] http://aksw.org/Projects/FEASIBLE.html > [2] http://live.dbpedia.org/ > [3] https://github.com/AKSW/IGUANA > > Thanks alot > Felix > > > Am 13.10.2015 um 16:28 schrieb Brad Bebee: > > Felix, > > You will definitely want to adjust the properties a bit. Checkout [1] and > then generate a Vocabulary per the JIRA ticket [2]. That should improve > your performance substantially. I've also copied the blazegraph developers > list to see if anyone else has recommendations. > > Thanks, --Brad > > [1] > https://sourceforge.net/p/bigdata/git/ci/master/tree/bigdata-sails/src/samples/com/bigdata/samples/fastload.properties > > > [2] https://jira.blazegraph.com/browse/BLZG-1509 > > > > On Tue, Oct 13, 2015 at 10:19 AM, <mai...@st...> > wrote: > >> Hey >> >> thanks for the fast answer. >> The journal file looks like this: >> >> com.bigdata.journal.AbstractJournal.bufferMode=DiskRW >> com.bigdata.journal.AbstractJournal.file=bigdata.jnl >> >> Thanks >> Felix >> >> >> Zitat von Brad Bebee <be...@sy...>: >> >> Felix, >>> >>> Thank you. Can you send us some details of your journal configuration? >>> It may be beneficial to use a Vocabulary to inline the DBPedia values >>> for >>> improved load performance. >>> >>> Thanks, --Brad >>> >>> On Tue, Oct 13, 2015 at 10:10 AM, Blazegraph Web Site Contact < >>> bla...@bl...> wrote: >>> >>> From: Felix Conrads<mai...@st...> >>>> Subject: Benchmarking Blazegraph >>>> >>>> Message Body: >>>> >>>> Name : Felix Conrads >>>> Email : mai...@st... >>>> Message : Hello, >>>> >>>> I'm Felix Conrads from AKSW Research Group at University Leipzig. >>>> Currently i evaluate a Benchmark execution framework with several >>>> triplestores including Blazegrah. While blazegraph works fine it needs >>>> too >>>> much time to upload some of our datasets into it. >>>> These are the dbpedia datasets with ~217.000.000 triples and >>>> ~434.000.000 >>>> triples. >>>> I tried to upload the first one with the method described here: >>>> https://wiki.blazegraph.com/wiki/index.php/Bulk_Data_Load >>>> If you could tell me if there is any possiblity to upload them faster >>>> than >>>> >15 hours (i aborted it there) i would be very thankful . >>>> >>>> Thanks in advance and best regards >>>> Felix Conrads >>>> >>>> -- >>>> This e-mail was sent from a contact form on ( >>>> <http://www.blazegraph.com>http://www.blazegraph.com) >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups >>>> "contact-us" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an >>>> email to con...@sy.... >>>> To post to this group, send email to <con...@sy...> >>>> con...@sy.... >>>> To view this discussion on the web visit >>>> >>>> https://groups.google.com/a/systap.com/d/msgid/contact-us/8ece997cd271234401ab075d427430ca%40www.blazegraph.com >>>> . >>>> >>>> >>> >>> >>> -- >>> _______________ >>> Brad Bebee >>> CEO, Managing Partner >>> SYSTAP, LLC >>> e: be...@sy... >>> m: 202.642.7961 >>> f: 571.367.5000 >>> w: 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. >>> >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "blazegraph" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to bla...@sy.... >> To post to this group, send email to <bla...@sy...> >> bla...@sy.... >> To view this discussion on the web visit >> <https://groups.google.com/a/systap.com/d/msgid/blazegraph/20151013161930.Horde.W_LJNqOM0w-ESzbfcFB7bw2%40mail.uni-leipzig.de> >> https://groups.google.com/a/systap.com/d/msgid/blazegraph/20151013161930.Horde.W_LJNqOM0w-ESzbfcFB7bw2%40mail.uni-leipzig.de >> . >> > > > > -- > _______________ > Brad Bebee > CEO, Managing Partner > SYSTAP, LLC > e: be...@sy... > m: 202.642.7961 > f: 571.367.5000 > w: <http://www.blazegraph.com>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. > > > > > ------------------------------ > [image: Avast logo] <https://www.avast.com/antivirus> > > Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. > www.avast.com <https://www.avast.com/antivirus> > > -- _______________ Brad Bebee CEO, Managing Partner SYSTAP, LLC e: be...@sy... m: 202.642.7961 f: 571.367.5000 w: 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. |
|
From: Joakim S. <joa...@bl...> - 2015-11-18 15:41:17
|
I have been running Blazegraph 1.5.2 in embedded mode (apache-tomcat-8.0.27) for a few months ( Ill upgrade to 1.5.3 when available on Maven).
After moving Tomcat to another volume with a minor update (apache-tomcat-8.0.27) I can no longer run my service.
The servlet initializes twice. The first time Blazegraph engine starts, but it seems that at the end of its loading process, it fires an new init() to the servlet
(2015-11-18 07:25:37,697) INFO : DataManager.java:62: Default configuration loaded: {serverPathTojnl=/mydata/blazegraph/}
(2015-11-18 07:25:37,699) INFO : DataManager.java:78: Blazegraph configuration loaded: {com.bigdata.namespace.kb.spo.com.bigdata.btree.BTree.branchingFactor=1024, com.bigdata.journal.AbstractJournal.bufferMode=DiskRW, com.bigdata.journal.AbstractJournal.file=/mydata/blazegraph/dbpedia2015.jnl, com.bigdata.journal.AbstractJournal.initialExtent=209715200, com.bigdata.rdf.store.AbstractTripleStore.textIndex=true , com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.namespace.kb.lex.com.bigdata.btree.BTree.branchingFactor=400, com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms, com.bigdata.rdf.sail.bufferCapacity=100000, com.bigdata.service.AbstractTransactionService.minReleaseAge=1, com.bigdata.rdf.sail.truthMaintenance=false , com.bigdata.journal.AbstractJournal.maximumExtent=209715200, com.bigdata.rdf.store.AbstractTripleStore.justify=false, com.bigdata.namespace.kb.spo.OSP.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.store.AbstractTripleStore.quads=false, com.bigdata.namespace.kb.spo.POS.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.rio.RDFParserOptions.datatypeHandling=IGNORE, com.bigdata.btree.writeRetentionQueue.capacity=8000, com.bigdata.rdf.rio.RDFParserOptions.verifyData=false, com.bigdata.rdf.store.DataLoader.commit=Incremental, com.bigdata.rdf.rio.RDFParserOptions.stopAtFirstError=false, com.bigdata.rdf.rio.RDFParserOptions.preserveBNodeIDs=false, com.bigdata.namespace.kb.spo.SPO.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false}
(2015-11-18 07:25:37,744) INFO : SystemUtil.java:90: architecture: amd64
(2015-11-18 07:25:37,744) INFO : SystemUtil.java:91: operating system: Linux
(2015-11-18 07:25:37,745) INFO : SystemUtil.java:92: operation system version: 3.10.0-229.20.1.el7.x86_64
(2015-11-18 07:25:37,745) INFO : SystemUtil.java:93: #processors: 8
(2015-11-18 07:25:37,745) INFO : SystemUtil.java:94: cpu info: Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, GenuineIntel
BlazeGraph(TM) Graph Engine
Flexible
Reliable
Affordable
Web-Scale Computing for the Enterprise
Copyright SYSTAP, LLC 2006-2015. All rights reserved.
ip-172-31-11-213.us-west-2.compute.internal
Wed Nov 18 07:25:37 UTC 2015
Linux/3.10.0-229.20.1.el7.x86_64 amd64
Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, GenuineIntel #CPU=8
Oracle Corporation 1.8.0_45
freeMemory=1446459088
buildVersion=1.5.2-SNAPSHOT
Dependency License
ICU http://source.icu-project.org/repos/icu/icu/trunk/license.html
bigdata-ganglia http://www.apache.org/licenses/LICENSE-2.0.html
blueprints-core https://github.com/tinkerpop/blueprints/blob/master/LICENSE.txt
colt http://acs.lbl.gov/software/colt/license.html
commons-codec http://www.apache.org/licenses/LICENSE-2.0.html
commons-fileupload http://www.apache.org/licenses/LICENSE-2.0.html
commons-io http://www.apache.org/licenses/LICENSE-2.0.html
commons-logging http://www.apache.org/licenses/LICENSE-2.0.html
dsiutils http://www.gnu.org/licenses/lgpl-2.1.html
fastutil http://www.apache.org/licenses/LICENSE-2.0.html
flot http://www.opensource.org/licenses/mit-license.php
high-scale-lib http://creativecommons.org/licenses/publicdomain
httpclient http://www.apache.org/licenses/LICENSE-2.0.html
httpclient-cache http://www.apache.org/licenses/LICENSE-2.0.html
httpcore http://www.apache.org/licenses/LICENSE-2.0.html
httpmime http://www.apache.org/licenses/LICENSE-2.0.html
jackson-core http://www.apache.org/licenses/LICENSE-2.0.html
jetty http://www.apache.org/licenses/LICENSE-2.0.html
jquery https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt
log4j http://www.apache.org/licenses/LICENSE-2.0.html
lucene http://www.apache.org/licenses/LICENSE-2.0.html
nanohttp http://elonen.iki.fi/code/nanohttpd/#license
rexster-core https://github.com/tinkerpop/rexster/blob/master/LICENSE.txt
river http://www.apache.org/licenses/LICENSE-2.0.html
servlet-api http://www.apache.org/licenses/LICENSE-2.0.html
sesame http://www.openrdf.org/download.jsp
slf4j http://www.slf4j.org/license.html
zookeeper http://www.apache.org/licenses/LICENSE-2.0.html
INFO: com.bigdata.util.config.LogUtil: Configure: file:/myserver/opt/apache-tomcat-8.0.27/webapps/dbpedia/WEB-INF/classes/log4j.properties
(2015-11-18 07:25:37,754) DEBUG: AbstractDynamicMBean.java:148: preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@16b3fc9e, name=log4j:hierarchy=default
(2015-11-18 07:25:37,754) DEBUG: HierarchyDynamicMBean.java:260: postRegister is called.
(2015-11-18 07:25:38,078) WARN : ServiceProviderHook.java:172: Running.
(2015-11-18 07:25:38,087) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.turtle.TurtleParserFactory
(2015-11-18 07:25:38,088) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.ntriples.NTriplesParserFactory
(2015-11-18 07:25:38,089) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.n3.N3ParserFactory
(2015-11-18 07:25:38,089) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.nquads.NQuadsParserFactory
(2015-11-18 07:25:38,090) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.binary.BinaryRDFParserFactory
(2015-11-18 07:25:38,091) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.ntriples.BigdataNTriplesParserFactory
(2015-11-18 07:25:38,091) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.turtle.BigdataTurtleParserFactory
(2015-11-18 07:25:38,092) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserForConstructFactory
(2015-11-18 07:25:38,092) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.rdfxml.RDFXMLParserFactory
(2015-11-18 07:25:38,093) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.rdfjson.RDFJSONParserFactory
(2015-11-18 07:25:38,096) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.trig.TriGParserFactory
(2015-11-18 07:25:38,097) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.trix.TriXParserFactory
(2015-11-18 07:25:38,104) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.binary.BinaryQueryResultWriterFactory
(2015-11-18 07:25:38,104) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONWriterFactory
(2015-11-18 07:25:38,105) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.text.csv.SPARQLResultsCSVWriterFactory
(2015-11-18 07:25:38,105) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory
(2015-11-18 07:25:38,106) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLWriterFactory
(2015-11-18 07:25:38,109) WARN : ServiceRegistry.java:57: New service class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory replaces existing service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONWriterFactory
(2015-11-18 07:25:38,109) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory
(2015-11-18 07:25:38,114) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.binary.BinaryQueryResultParserFactory
(2015-11-18 07:25:38,115) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserFactory
(2015-11-18 07:25:38,115) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.text.csv.SPARQLResultsCSVParserFactory
(2015-11-18 07:25:38,116) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVParserFactory
(2015-11-18 07:25:38,116) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory
(2015-11-18 07:25:38,119) WARN : ServiceRegistry.java:57: New service class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONParserFactory replaces existing service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserFactory
(2015-11-18 07:25:38,119) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONParserFactory
realPath: /myserver/opt/apache-tomcat-8.0.27/webapps/dbpedia/ <== here it has restarted init()
log4j:WARN No appenders could be found for logger (org.apache.log4j.jmx.HierarchyDynamicMBean). <== what is this? zookeeper?
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
(2015-11-18 07:25:38,126) DEBUG: PropertyConfigurator.java:770: addAppenderEvent called: logger=root, appender=devDest
(2015-11-18 07:25:38,126) DEBUG: PropertyConfigurator.java:770: sending notification.
(2015-11-18 07:25:38,127) DEBUG: PropertyConfigurator.java:759: removeAppenderCalled: logger=com.bigdata.relation.rule.eval.RuleLog, appender=ruleLog
(2015-11-18 07:25:38,128) DEBUG: PropertyConfigurator.java:770: addAppenderEvent called: logger=com.bigdata.relation.rule.eval.RuleLog, appender=ruleLog
(2015-11-18 07:25:38,128) DEBUG: PropertyConfigurator.java:770: sending notification.
(2015-11-18 07:25:38,128) INFO : DataManager.java:62: Default configuration loaded: {serverPathTojnl=/mydata/blazegraph/}
(2015-11-18 07:25:38,129) INFO : DataManager.java:78: Blazegraph configuration loaded: {com.bigdata.namespace.kb.spo.com.bigdata.btree.BTree.branchingFactor=1024, com.bigdata.journal.AbstractJournal.bufferMode=DiskRW, com.bigdata.journal.AbstractJournal.file=/mydata/blazegraph/dbpedia2015.jnl, com.bigdata.journal.AbstractJournal.initialExtent=209715200, com.bigdata.rdf.store.AbstractTripleStore.textIndex=true , com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.namespace.kb.lex.com.bigdata.btree.BTree.branchingFactor=400, com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms, com.bigdata.rdf.sail.bufferCapacity=100000, com.bigdata.service.AbstractTransactionService.minReleaseAge=1, com.bigdata.rdf.sail.truthMaintenance=false , com.bigdata.journal.AbstractJournal.maximumExtent=209715200, com.bigdata.rdf.store.AbstractTripleStore.justify=false, com.bigdata.namespace.kb.spo.OSP.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.store.AbstractTripleStore.quads=false, com.bigdata.namespace.kb.spo.POS.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.rio.RDFParserOptions.datatypeHandling=IGNORE, com.bigdata.btree.writeRetentionQueue.capacity=8000, com.bigdata.rdf.rio.RDFParserOptions.verifyData=false, com.bigdata.rdf.store.DataLoader.commit=Incremental, com.bigdata.rdf.rio.RDFParserOptions.stopAtFirstError=false, com.bigdata.rdf.rio.RDFParserOptions.preserveBNodeIDs=false, com.bigdata.namespace.kb.spo.SPO.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false} <= it loads the blazegrpah properties again
the line far this is
sail = new BigdataSail(blazegraphsProps); which hangs
|
|
From: Brad B. <be...@sy...> - 2015-11-18 15:58:25
|
Joakim, 1.5.3 is available on our hosted-maven repository [1]. For 2.0, we'll be releasing on maven central under com.blazegraph. Regarding your error, it looks like you are starting the embedded Sail with the same properties used for the NanoSparqlServer. Should that be a SailRepositoryConnection to get a connection to the NSS endpoint? Thanks, --Brad [1] http://www.systap.com/maven/releases/com/bigdata/bigdata/1.5.3/bigdata-1.5.3.pom On Wed, Nov 18, 2015 at 10:41 AM, Joakim Soderberg < joa...@bl...> wrote: > I have been running Blazegraph 1.5.2 in embedded mode > (apache-tomcat-8.0.27) for a few months ( Ill upgrade to 1.5.3 when > available on Maven). > After moving Tomcat to another volume with a minor update > (apache-tomcat-8.0.27) I can no longer run my service. > > The servlet initializes twice. The first time Blazegraph engine starts, > but it seems that at the end of its loading process, it fires an new init() > to the servlet > > > (2015-11-18 07:25:37,697) INFO : DataManager.java:62: Default > configuration loaded: {serverPathTojnl=/mydata/blazegraph/} > > (2015-11-18 07:25:37,699) INFO : DataManager.java:78: Blazegraph > configuration loaded: > {com.bigdata.namespace.kb.spo.com.bigdata.btree.BTree.branchingFactor=1024, > com.bigdata.journal.AbstractJournal.bufferMode=DiskRW, > com.bigdata.journal.AbstractJournal.file=/mydata/blazegraph/dbpedia2015.jnl, > com.bigdata.journal.AbstractJournal.initialExtent=209715200, > com.bigdata.rdf.store.AbstractTripleStore.textIndex=true , > com.bigdata.btree.BTree.branchingFactor=512, > com.bigdata.namespace.kb.lex.com.bigdata.btree.BTree.branchingFactor=400, > com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms, > com.bigdata.rdf.sail.bufferCapacity=100000, > com.bigdata.service.AbstractTransactionService.minReleaseAge=1, > com.bigdata.rdf.sail.truthMaintenance=false , > com.bigdata.journal.AbstractJournal.maximumExtent=209715200, > com.bigdata.rdf.store.AbstractTripleStore.justify=false, > com.bigdata.namespace.kb.spo.OSP.com.bigdata.btree.BTree.branchingFactor=512, > com.bigdata.rdf.store.AbstractTripleStore.quads=false, > com.bigdata.namespace.kb.spo.POS.com.bigdata.btree.BTree.branchingFactor=512, > com.bigdata.rdf.rio.RDFParserOptions.datatypeHandling=IGNORE, > com.bigdata.btree.writeRetentionQueue.capacity=8000, > com.bigdata.rdf.rio.RDFParserOptions.verifyData=false, > com.bigdata.rdf.store.DataLoader.commit=Incremental, > com.bigdata.rdf.rio.RDFParserOptions.stopAtFirstError=false, > com.bigdata.rdf.rio.RDFParserOptions.preserveBNodeIDs=false, > com.bigdata.namespace.kb.spo.SPO.com.bigdata.btree.BTree.branchingFactor=512, > com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false} > > (2015-11-18 07:25:37,744) INFO : SystemUtil.java:90: architecture: amd64 > (2015-11-18 07:25:37,744) INFO : SystemUtil.java:91: operating system: > Linux > (2015-11-18 07:25:37,745) INFO : SystemUtil.java:92: operation system > version: 3.10.0-229.20.1.el7.x86_64 > (2015-11-18 07:25:37,745) INFO : SystemUtil.java:93: #processors: 8 > (2015-11-18 07:25:37,745) INFO : SystemUtil.java:94: cpu info: Intel(R) > Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, GenuineIntel > > BlazeGraph(TM) Graph Engine > > Flexible > Reliable > Affordable > Web-Scale Computing for the Enterprise > > Copyright SYSTAP, LLC 2006-2015. All rights reserved. > > ip-172-31-11-213.us-west-2.compute.internal > Wed Nov 18 07:25:37 UTC 2015 > Linux/3.10.0-229.20.1.el7.x86_64 amd64 > Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, > GenuineIntel #CPU=8 > Oracle Corporation 1.8.0_45 > freeMemory=1446459088 > buildVersion=1.5.2-SNAPSHOT > > Dependency License > > ICU > http://source.icu-project.org/repos/icu/icu/trunk/license.html > bigdata-ganglia http://www.apache.org/licenses/LICENSE-2.0.html > > blueprints-core > https://github.com/tinkerpop/blueprints/blob/master/LICENSE.txt > colt http://acs.lbl.gov/software/colt/license.html > > commons-codec http://www.apache.org/licenses/LICENSE-2.0.html > > commons-fileupload http://www.apache.org/licenses/LICENSE-2.0.html > > commons-io http://www.apache.org/licenses/LICENSE-2.0.html > > commons-logging http://www.apache.org/licenses/LICENSE-2.0.html > > dsiutils http://www.gnu.org/licenses/lgpl-2.1.html > > fastutil http://www.apache.org/licenses/LICENSE-2.0.html > > flot http://www.opensource.org/licenses/mit-license.php > > high-scale-lib http://creativecommons.org/licenses/publicdomain > > httpclient http://www.apache.org/licenses/LICENSE-2.0.html > > httpclient-cache http://www.apache.org/licenses/LICENSE-2.0.html > > httpcore http://www.apache.org/licenses/LICENSE-2.0.html > > httpmime http://www.apache.org/licenses/LICENSE-2.0.html > > jackson-core http://www.apache.org/licenses/LICENSE-2.0.html > > jetty http://www.apache.org/licenses/LICENSE-2.0.html > > jquery > https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt > log4j http://www.apache.org/licenses/LICENSE-2.0.html > > lucene http://www.apache.org/licenses/LICENSE-2.0.html > > nanohttp http://elonen.iki.fi/code/nanohttpd/#license > > rexster-core > https://github.com/tinkerpop/rexster/blob/master/LICENSE.txt > river http://www.apache.org/licenses/LICENSE-2.0.html > > servlet-api http://www.apache.org/licenses/LICENSE-2.0.html > > sesame http://www.openrdf.org/download.jsp > > slf4j http://www.slf4j.org/license.html > > zookeeper http://www.apache.org/licenses/LICENSE-2.0.html > > > INFO: com.bigdata.util.config.LogUtil: Configure: > file:/myserver/opt/apache-tomcat-8.0.27/webapps/dbpedia/WEB-INF/classes/log4j.properties > (2015-11-18 07:25:37,754) DEBUG: AbstractDynamicMBean.java:148: > preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@16b3fc9e, > name=log4j:hierarchy=default > (2015-11-18 07:25:37,754) DEBUG: HierarchyDynamicMBean.java:260: > postRegister is called. > (2015-11-18 07:25:38,078) WARN : ServiceProviderHook.java:172: Running. > (2015-11-18 07:25:38,087) DEBUG: ServiceRegistry.java:61: Registered > service class org.openrdf.rio.turtle.TurtleParserFactory > (2015-11-18 07:25:38,088) DEBUG: ServiceRegistry.java:61: Registered > service class org.openrdf.rio.ntriples.NTriplesParserFactory > (2015-11-18 07:25:38,089) DEBUG: ServiceRegistry.java:61: Registered > service class org.openrdf.rio.n3.N3ParserFactory > (2015-11-18 07:25:38,089) DEBUG: ServiceRegistry.java:61: Registered > service class org.openrdf.rio.nquads.NQuadsParserFactory > (2015-11-18 07:25:38,090) DEBUG: ServiceRegistry.java:61: Registered > service class org.openrdf.rio.binary.BinaryRDFParserFactory > (2015-11-18 07:25:38,091) DEBUG: ServiceRegistry.java:61: Registered > service class com.bigdata.rdf.rio.ntriples.BigdataNTriplesParserFactory > (2015-11-18 07:25:38,091) DEBUG: ServiceRegistry.java:61: Registered > service class com.bigdata.rdf.rio.turtle.BigdataTurtleParserFactory > (2015-11-18 07:25:38,092) DEBUG: ServiceRegistry.java:61: Registered > service class > com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserForConstructFactory > (2015-11-18 07:25:38,092) DEBUG: ServiceRegistry.java:61: Registered > service class org.openrdf.rio.rdfxml.RDFXMLParserFactory > (2015-11-18 07:25:38,093) DEBUG: ServiceRegistry.java:61: Registered > service class org.openrdf.rio.rdfjson.RDFJSONParserFactory > (2015-11-18 07:25:38,096) DEBUG: ServiceRegistry.java:61: Registered > service class org.openrdf.rio.trig.TriGParserFactory > (2015-11-18 07:25:38,097) DEBUG: ServiceRegistry.java:61: Registered > service class org.openrdf.rio.trix.TriXParserFactory > (2015-11-18 07:25:38,104) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.binary.BinaryQueryResultWriterFactory > (2015-11-18 07:25:38,104) DEBUG: ServiceRegistry.java:61: Registered > service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONWriterFactory > (2015-11-18 07:25:38,105) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.text.csv.SPARQLResultsCSVWriterFactory > (2015-11-18 07:25:38,105) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory > (2015-11-18 07:25:38,106) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLWriterFactory > (2015-11-18 07:25:38,109) WARN : ServiceRegistry.java:57: New service > class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory > replaces existing service class > com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONWriterFactory > (2015-11-18 07:25:38,109) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory > (2015-11-18 07:25:38,114) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.binary.BinaryQueryResultParserFactory > (2015-11-18 07:25:38,115) DEBUG: ServiceRegistry.java:61: Registered > service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserFactory > (2015-11-18 07:25:38,115) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.text.csv.SPARQLResultsCSVParserFactory > (2015-11-18 07:25:38,116) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVParserFactory > (2015-11-18 07:25:38,116) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory > (2015-11-18 07:25:38,119) WARN : ServiceRegistry.java:57: New service > class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONParserFactory > replaces existing service class > com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserFactory > (2015-11-18 07:25:38,119) DEBUG: ServiceRegistry.java:61: Registered > service class > org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONParserFactory > *realPath: /myserver/opt/apache-tomcat-8.0.27/webapps/dbpedia/ <== here it > has restarted init()* > log4j:WARN No appenders could be found for logger > (org.apache.log4j.jmx.HierarchyDynamicMBean). *<== what is this? > zookeeper?* > log4j:WARN Please initialize the log4j system properly. > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for > more info. > (2015-11-18 07:25:38,126) DEBUG: PropertyConfigurator.java:770: > addAppenderEvent called: logger=root, appender=devDest > (2015-11-18 07:25:38,126) DEBUG: PropertyConfigurator.java:770: sending > notification. > (2015-11-18 07:25:38,127) DEBUG: PropertyConfigurator.java:759: > removeAppenderCalled: logger=com.bigdata.relation.rule.eval.RuleLog, > appender=ruleLog > (2015-11-18 07:25:38,128) DEBUG: PropertyConfigurator.java:770: > addAppenderEvent called: logger=com.bigdata.relation.rule.eval.RuleLog, > appender=ruleLog > (2015-11-18 07:25:38,128) DEBUG: PropertyConfigurator.java:770: sending > notification. > (2015-11-18 07:25:38,128) INFO : DataManager.java:62: Default > configuration loaded: {serverPathTojnl=/mydata/blazegraph/} > (2015-11-18 07:25:38,129) INFO : DataManager.java:78: Blazegraph > configuration loaded: > {com.bigdata.namespace.kb.spo.com.bigdata.btree.BTree.branchingFactor=1024, > com.bigdata.journal.AbstractJournal.bufferMode=DiskRW, > com.bigdata.journal.AbstractJournal.file=/mydata/blazegraph/dbpedia2015.jnl, > com.bigdata.journal.AbstractJournal.initialExtent=209715200, > com.bigdata.rdf.store.AbstractTripleStore.textIndex=true , > com.bigdata.btree.BTree.branchingFactor=512, > com.bigdata.namespace.kb.lex.com.bigdata.btree.BTree.branchingFactor=400, > com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms, > com.bigdata.rdf.sail.bufferCapacity=100000, > com.bigdata.service.AbstractTransactionService.minReleaseAge=1, > com.bigdata.rdf.sail.truthMaintenance=false , > com.bigdata.journal.AbstractJournal.maximumExtent=209715200, > com.bigdata.rdf.store.AbstractTripleStore.justify=false, > com.bigdata.namespace.kb.spo.OSP.com.bigdata.btree.BTree.branchingFactor=512, > com.bigdata.rdf.store.AbstractTripleStore.quads=false, > com.bigdata.namespace.kb.spo.POS.com.bigdata.btree.BTree.branchingFactor=512, > com.bigdata.rdf.rio.RDFParserOptions.datatypeHandling=IGNORE, > com.bigdata.btree.writeRetentionQueue.capacity=8000, > com.bigdata.rdf.rio.RDFParserOptions.verifyData=false, > com.bigdata.rdf.store.DataLoader.commit=Incremental, > com.bigdata.rdf.rio.RDFParserOptions.stopAtFirstError=false, > com.bigdata.rdf.rio.RDFParserOptions.preserveBNodeIDs=false, > com.bigdata.namespace.kb.spo.SPO.com.bigdata.btree.BTree.branchingFactor=512, > com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false} *<= > it loads the blazegrpah properties again* > > *the line far this is* > sail = new BigdataSail(blazegraphsProps); which hangs > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > -- _______________ Brad Bebee CEO, Managing Partner SYSTAP, LLC e: be...@sy... m: 202.642.7961 f: 571.367.5000 w: 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. |
|
From: Joakim S. <joa...@bl...> - 2015-11-18 18:34:19
|
Digging further into the problem, from localhost.2015-11-18.log, it seems that:
org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:52)
fails.
18-Nov-2015 17:41:08.522 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
18-Nov-2015 17:41:08.522 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
18-Nov-2015 17:41:29.021 SEVERE [http-nio-8080-exec-8] org.apache.catalina.core.ApplicationContext.log StandardWrapper.Throwable
java.lang.ExceptionInInitializerError
at com.bigdata.rdf.store.AbstractTripleStore.<init>(AbstractTripleStore.java:1355)
at com.bigdata.rdf.store.AbstractLocalTripleStore.<init>(AbstractLocalTripleStore.java:57)
at com.bigdata.rdf.store.LocalTripleStore.<init>(LocalTripleStore.java:179)
at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:833)
at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:718)
at com.bigdata.rdf.sail.BigdataSail.<init>(BigdataSail.java:695)
at com.blippar.servlet.DataManager.initialize(DataManager.java:79)
at com.blippar.servlet.MinervaServlet.init(MinervaServlet.java:39)
at javax.servlet.GenericServlet.init(GenericServlet.java:158)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1231)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1144)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:817)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:135)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:52)
at org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:27)
at info.aduna.lang.service.ServiceRegistry.add(ServiceRegistry.java:84)
at com.bigdata.rdf.ServiceProviderHook.forceLoad(ServiceProviderHook.java:258)
at com.bigdata.rdf.ServiceProviderHook.<clinit>(ServiceProviderHook.java:125)
... 28 more
18-Nov-2015 17:41:29.022 SEVERE [http-nio-8080-exec-8] org.apache.catalina.core.StandardWrapperValve.invoke Allocate exception for servlet com.blippar.servlet.MinervaServlet
java.lang.NullPointerException
at org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:52)
at org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:27)
at info.aduna.lang.service.ServiceRegistry.add(ServiceRegistry.java:84)
at com.bigdata.rdf.ServiceProviderHook.forceLoad(ServiceProviderHook.java:258)
at com.bigdata.rdf.ServiceProviderHook.<clinit>(ServiceProviderHook.java:125)
at com.bigdata.rdf.store.AbstractTripleStore.<init>(AbstractTripleStore.java:1355)
at com.bigdata.rdf.store.AbstractLocalTripleStore.<init>(AbstractLocalTripleStore.java:57)
at com.bigdata.rdf.store.LocalTripleStore.<init>(LocalTripleStore.java:179)
at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:833)
at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:718)
at com.bigdata.rdf.sail.BigdataSail.<init>(BigdataSail.java:695)
at com.blippar.servlet.DataManager.initialize(DataManager.java:79)
at com.blippar.servlet.MinervaServlet.init(MinervaServlet.java:39)
at javax.servlet.GenericServlet.init(GenericServlet.java:158)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1231)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1144)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:817)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:135)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
18-Nov-2015 17:41:29.058 SEVERE [http-nio-8080-exec-9] org.apache.catalina.core.ApplicationContext.log StandardWrapper.Throwable
java.lang.NoClassDefFoundError: Could not initialize class com.bigdata.rdf.ServiceProviderHook
at com.bigdata.rdf.store.AbstractTripleStore.<init>(AbstractTripleStore.java:1355)
at com.bigdata.rdf.store.AbstractLocalTripleStore.<init>(AbstractLocalTripleStore.java:57)
at com.bigdata.rdf.store.LocalTripleStore.<init>(LocalTripleStore.java:179)
at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:833)
at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:718)
at com.bigdata.rdf.sail.BigdataSail.<init>(BigdataSail.java:695)
at com.blippar.servlet.DataManager.initialize(DataManager.java:79)
at com.blippar.servlet.MinervaServlet.init(MinervaServlet.java:39)
at javax.servlet.GenericServlet.init(GenericServlet.java:158)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1231)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1144)
-UU-:%%--F1 localhost.2015-11-18.log Top L1 (Fundamental) -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Beginning of buffer
> On Nov 18, 2015, at 7:58 AM, Brad Bebee <be...@sy...> wrote:
>
> Joakim,
>
> 1.5.3 is available on our hosted-maven repository [1]. For 2.0, we'll be releasing on maven central under com.blazegraph. Regarding your error, it looks like you are starting the embedded Sail with the same properties used for the NanoSparqlServer. Should that be a SailRepositoryConnection to get a connection to the NSS endpoint?
>
> Thanks, --Brad
>
> [1] http://www.systap.com/maven/releases/com/bigdata/bigdata/1.5.3/bigdata-1.5.3.pom <http://www.systap.com/maven/releases/com/bigdata/bigdata/1.5.3/bigdata-1.5.3.pom>
>
> On Wed, Nov 18, 2015 at 10:41 AM, Joakim Soderberg <joa...@bl... <mailto:joa...@bl...>> wrote:
> I have been running Blazegraph 1.5.2 in embedded mode (apache-tomcat-8.0.27) for a few months ( Ill upgrade to 1.5.3 when available on Maven).
> After moving Tomcat to another volume with a minor update (apache-tomcat-8.0.27) I can no longer run my service.
>
> The servlet initializes twice. The first time Blazegraph engine starts, but it seems that at the end of its loading process, it fires an new init() to the servlet
>
>
> (2015-11-18 07:25:37,697) INFO : DataManager.java:62: Default configuration loaded: {serverPathTojnl=/mydata/blazegraph/}
>
> (2015-11-18 07:25:37,699) INFO : DataManager.java:78: Blazegraph configuration loaded: {com.bigdata.namespace.kb.spo.com.bigdata.btree.BTree.branchingFactor=1024, com.bigdata.journal.AbstractJournal.bufferMode=DiskRW, com.bigdata.journal.AbstractJournal.file=/mydata/blazegraph/dbpedia2015.jnl, com.bigdata.journal.AbstractJournal.initialExtent=209715200, com.bigdata.rdf.store.AbstractTripleStore.textIndex=true , com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.namespace.kb.lex.com.bigdata.btree.BTree.branchingFactor=400, com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms, com.bigdata.rdf.sail.bufferCapacity=100000, com.bigdata.service.AbstractTransactionService.minReleaseAge=1, com.bigdata.rdf.sail.truthMaintenance=false , com.bigdata.journal.AbstractJournal.maximumExtent=209715200, com.bigdata.rdf.store.AbstractTripleStore.justify=false, com.bigdata.namespace.kb.spo.OSP.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.store.AbstractTripleStore.quads=false, com.bigdata.namespace.kb.spo.POS.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.rio.RDFParserOptions.datatypeHandling=IGNORE, com.bigdata.btree.writeRetentionQueue.capacity=8000, com.bigdata.rdf.rio.RDFParserOptions.verifyData=false, com.bigdata.rdf.store.DataLoader.commit=Incremental, com.bigdata.rdf.rio.RDFParserOptions.stopAtFirstError=false, com.bigdata.rdf.rio.RDFParserOptions.preserveBNodeIDs=false, com.bigdata.namespace.kb.spo.SPO.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false}
>
> (2015-11-18 07:25:37,744) INFO : SystemUtil.java:90: architecture: amd64
> (2015-11-18 07:25:37,744) INFO : SystemUtil.java:91: operating system: Linux
> (2015-11-18 07:25:37,745) INFO : SystemUtil.java:92: operation system version: 3.10.0-229.20.1.el7.x86_64
> (2015-11-18 07:25:37,745) INFO : SystemUtil.java:93: #processors: 8
> (2015-11-18 07:25:37,745) INFO : SystemUtil.java:94: cpu info: Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, GenuineIntel
>
> BlazeGraph(TM) Graph Engine
>
> Flexible
> Reliable
> Affordable
> Web-Scale Computing for the Enterprise
>
> Copyright SYSTAP, LLC 2006-2015. All rights reserved.
>
> ip-172-31-11-213.us <http://ip-172-31-11-213.us/>-west-2.compute.internal
> Wed Nov 18 07:25:37 UTC 2015
> Linux/3.10.0-229.20.1.el7.x86_64 amd64
> Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, GenuineIntel #CPU=8
> Oracle Corporation 1.8.0_45
> freeMemory=1446459088
> buildVersion=1.5.2-SNAPSHOT
>
> Dependency License
> ICU http://source.icu-project.org/repos/icu/icu/trunk/license.html <http://source.icu-project.org/repos/icu/icu/trunk/license.html>
> bigdata-ganglia http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> blueprints-core https://github.com/tinkerpop/blueprints/blob/master/LICENSE.txt <https://github.com/tinkerpop/blueprints/blob/master/LICENSE.txt>
> colt http://acs.lbl.gov/software/colt/license.html <http://acs.lbl.gov/software/colt/license.html>
> commons-codec http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> commons-fileupload http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> commons-io http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> commons-logging http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> dsiutils http://www.gnu.org/licenses/lgpl-2.1.html <http://www.gnu.org/licenses/lgpl-2.1.html>
> fastutil http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> flot http://www.opensource.org/licenses/mit-license.php <http://www.opensource.org/licenses/mit-license.php>
> high-scale-lib http://creativecommons.org/licenses/publicdomain <http://creativecommons.org/licenses/publicdomain>
> httpclient http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> httpclient-cache http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> httpcore http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> httpmime http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> jackson-core http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> jetty http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> jquery https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt <https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt>
> log4j http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> lucene http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> nanohttp http://elonen.iki.fi/code/nanohttpd/#license <http://elonen.iki.fi/code/nanohttpd/#license>
> rexster-core https://github.com/tinkerpop/rexster/blob/master/LICENSE.txt <https://github.com/tinkerpop/rexster/blob/master/LICENSE.txt>
> river http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> servlet-api http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
> sesame http://www.openrdf.org/download.jsp <http://www.openrdf.org/download.jsp>
> slf4j http://www.slf4j.org/license.html <http://www.slf4j.org/license.html>
> zookeeper http://www.apache.org/licenses/LICENSE-2.0.html <http://www.apache.org/licenses/LICENSE-2.0.html>
>
> INFO: com.bigdata.util.config.LogUtil: Configure: file:/myserver/opt/apache-tomcat-8.0.27/webapps/dbpedia/WEB-INF/classes/log4j.properties
> (2015-11-18 07:25:37,754) DEBUG: AbstractDynamicMBean.java:148: preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@16b3fc9e, name=log4j:hierarchy=default
> (2015-11-18 07:25:37,754) DEBUG: HierarchyDynamicMBean.java:260: postRegister is called.
> (2015-11-18 07:25:38,078) WARN : ServiceProviderHook.java:172: Running.
> (2015-11-18 07:25:38,087) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.turtle.TurtleParserFactory
> (2015-11-18 07:25:38,088) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.ntriples.NTriplesParserFactory
> (2015-11-18 07:25:38,089) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.n3.N3ParserFactory
> (2015-11-18 07:25:38,089) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.nquads.NQuadsParserFactory
> (2015-11-18 07:25:38,090) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.binary.BinaryRDFParserFactory
> (2015-11-18 07:25:38,091) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.ntriples.BigdataNTriplesParserFactory
> (2015-11-18 07:25:38,091) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.turtle.BigdataTurtleParserFactory
> (2015-11-18 07:25:38,092) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserForConstructFactory
> (2015-11-18 07:25:38,092) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.rdfxml.RDFXMLParserFactory
> (2015-11-18 07:25:38,093) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.rdfjson.RDFJSONParserFactory
> (2015-11-18 07:25:38,096) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.trig.TriGParserFactory
> (2015-11-18 07:25:38,097) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.rio.trix.TriXParserFactory
> (2015-11-18 07:25:38,104) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.binary.BinaryQueryResultWriterFactory
> (2015-11-18 07:25:38,104) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONWriterFactory
> (2015-11-18 07:25:38,105) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.text.csv.SPARQLResultsCSVWriterFactory
> (2015-11-18 07:25:38,105) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory
> (2015-11-18 07:25:38,106) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLWriterFactory
> (2015-11-18 07:25:38,109) WARN : ServiceRegistry.java:57: New service class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory replaces existing service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONWriterFactory
> (2015-11-18 07:25:38,109) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory
> (2015-11-18 07:25:38,114) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.binary.BinaryQueryResultParserFactory
> (2015-11-18 07:25:38,115) DEBUG: ServiceRegistry.java:61: Registered service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserFactory
> (2015-11-18 07:25:38,115) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.text.csv.SPARQLResultsCSVParserFactory
> (2015-11-18 07:25:38,116) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVParserFactory
> (2015-11-18 07:25:38,116) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory
> (2015-11-18 07:25:38,119) WARN : ServiceRegistry.java:57: New service class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONParserFactory replaces existing service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserFactory
> (2015-11-18 07:25:38,119) DEBUG: ServiceRegistry.java:61: Registered service class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONParserFactory
> realPath: /myserver/opt/apache-tomcat-8.0.27/webapps/dbpedia/ <== here it has restarted init()
> log4j:WARN No appenders could be found for logger (org.apache.log4j.jmx.HierarchyDynamicMBean). <== what is this? zookeeper?
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig <http://logging.apache.org/log4j/1.2/faq.html#noconfig> for more info.
> (2015-11-18 07:25:38,126) DEBUG: PropertyConfigurator.java:770: addAppenderEvent called: logger=root, appender=devDest
> (2015-11-18 07:25:38,126) DEBUG: PropertyConfigurator.java:770: sending notification.
> (2015-11-18 07:25:38,127) DEBUG: PropertyConfigurator.java:759: removeAppenderCalled: logger=com.bigdata.relation.rule.eval.RuleLog, appender=ruleLog
> (2015-11-18 07:25:38,128) DEBUG: PropertyConfigurator.java:770: addAppenderEvent called: logger=com.bigdata.relation.rule.eval.RuleLog, appender=ruleLog
> (2015-11-18 07:25:38,128) DEBUG: PropertyConfigurator.java:770: sending notification.
> (2015-11-18 07:25:38,128) INFO : DataManager.java:62: Default configuration loaded: {serverPathTojnl=/mydata/blazegraph/}
> (2015-11-18 07:25:38,129) INFO : DataManager.java:78: Blazegraph configuration loaded: {com.bigdata.namespace.kb.spo.com.bigdata.btree.BTree.branchingFactor=1024, com.bigdata.journal.AbstractJournal.bufferMode=DiskRW, com.bigdata.journal.AbstractJournal.file=/mydata/blazegraph/dbpedia2015.jnl, com.bigdata.journal.AbstractJournal.initialExtent=209715200, com.bigdata.rdf.store.AbstractTripleStore.textIndex=true , com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.namespace.kb.lex.com.bigdata.btree.BTree.branchingFactor=400, com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms, com.bigdata.rdf.sail.bufferCapacity=100000, com.bigdata.service.AbstractTransactionService.minReleaseAge=1, com.bigdata.rdf.sail.truthMaintenance=false , com.bigdata.journal.AbstractJournal.maximumExtent=209715200, com.bigdata.rdf.store.AbstractTripleStore.justify=false, com.bigdata.namespace.kb.spo.OSP.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.store.AbstractTripleStore.quads=false, com.bigdata.namespace.kb.spo.POS.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.rio.RDFParserOptions.datatypeHandling=IGNORE, com.bigdata.btree.writeRetentionQueue.capacity=8000, com.bigdata.rdf.rio.RDFParserOptions.verifyData=false, com.bigdata.rdf.store.DataLoader.commit=Incremental, com.bigdata.rdf.rio.RDFParserOptions.stopAtFirstError=false, com.bigdata.rdf.rio.RDFParserOptions.preserveBNodeIDs=false, com.bigdata.namespace.kb.spo.SPO.com.bigdata.btree.BTree.branchingFactor=512, com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false} <= it loads the blazegrpah properties again
>
> the line far this is
> sail = new BigdataSail(blazegraphsProps); which hangs
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> 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.
>
>
|
|
From: Brad B. <be...@sy...> - 2015-11-18 22:51:21
|
Joakim, This may well be a classpath error as well. Sesame has some tricky nuances about repacking the parsers. Please try including the bigdata-bundled.jar in your WEB-INF/lib and see if it resolves the error. You can then work backwards to identify the offending issue and just pull what you need into your web application. Thanks, --Brad On Wed, Nov 18, 2015 at 1:34 PM, Joakim Soderberg < joa...@bl...> wrote: > Digging further into the problem, from localhost.2015-11-18.log, it seems > that: > > > org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:52) > fails. > > 18-Nov-2015 17:41:08.522 INFO [localhost-startStop-1] > org.apache.catalina.core.ApplicationContext.log ContextListener: > contextInitialized() > 18-Nov-2015 17:41:08.522 INFO [localhost-startStop-1] > org.apache.catalina.core.ApplicationContext.log SessionListener: > contextInitialized() > 18-Nov-2015 17:41:29.021 SEVERE [http-nio-8080-exec-8] > org.apache.catalina.core.ApplicationContext.log StandardWrapper.Throwable > java.lang.ExceptionInInitializerError > at > com.bigdata.rdf.store.AbstractTripleStore.<init>(AbstractTripleStore.java:1355) > at > com.bigdata.rdf.store.AbstractLocalTripleStore.<init>(AbstractLocalTripleStore.java:57) > at > com.bigdata.rdf.store.LocalTripleStore.<init>(LocalTripleStore.java:179) > at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:833) > at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:718) > at com.bigdata.rdf.sail.BigdataSail.<init>(BigdataSail.java:695) > at com.blippar.servlet.DataManager.initialize(DataManager.java:79) > at com.blippar.servlet.MinervaServlet.init(MinervaServlet.java:39) > at javax.servlet.GenericServlet.init(GenericServlet.java:158) > at > org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1231) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1144) > at > org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:817) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:135) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) > at > org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518) > at > org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091) > at > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673) > at > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500) > at > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.lang.Thread.run(Thread.java:745) > Caused by: java.lang.NullPointerException > at > org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:52) > at > org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:27) > at > info.aduna.lang.service.ServiceRegistry.add(ServiceRegistry.java:84) > at > com.bigdata.rdf.ServiceProviderHook.forceLoad(ServiceProviderHook.java:258) > at > com.bigdata.rdf.ServiceProviderHook.<clinit>(ServiceProviderHook.java:125) > ... 28 more > > 18-Nov-2015 17:41:29.022 SEVERE [http-nio-8080-exec-8] > org.apache.catalina.core.StandardWrapperValve.invoke Allocate exception for > servlet com.blippar.servlet.MinervaServlet > java.lang.NullPointerException > at > org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:52) > at > org.openrdf.query.resultio.TupleQueryResultParserRegistry.getKey(TupleQueryResultParserRegistry.java:27) > at > info.aduna.lang.service.ServiceRegistry.add(ServiceRegistry.java:84) > at > com.bigdata.rdf.ServiceProviderHook.forceLoad(ServiceProviderHook.java:258) > at > com.bigdata.rdf.ServiceProviderHook.<clinit>(ServiceProviderHook.java:125) > at > com.bigdata.rdf.store.AbstractTripleStore.<init>(AbstractTripleStore.java:1355) > at > com.bigdata.rdf.store.AbstractLocalTripleStore.<init>(AbstractLocalTripleStore.java:57) > at > com.bigdata.rdf.store.LocalTripleStore.<init>(LocalTripleStore.java:179) > at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:833) > at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:718) > at com.bigdata.rdf.sail.BigdataSail.<init>(BigdataSail.java:695) > at com.blippar.servlet.DataManager.initialize(DataManager.java:79) > at com.blippar.servlet.MinervaServlet.init(MinervaServlet.java:39) > at javax.servlet.GenericServlet.init(GenericServlet.java:158) > at > org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1231) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1144) > at > org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:817) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:135) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) > at > org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518) > at > org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091) > at > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673) > at > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500) > at > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.lang.Thread.run(Thread.java:745) > > 18-Nov-2015 17:41:29.058 SEVERE [http-nio-8080-exec-9] > org.apache.catalina.core.ApplicationContext.log StandardWrapper.Throwable > java.lang.NoClassDefFoundError: Could not initialize class > com.bigdata.rdf.ServiceProviderHook > at > com.bigdata.rdf.store.AbstractTripleStore.<init>(AbstractTripleStore.java:1355) > at > com.bigdata.rdf.store.AbstractLocalTripleStore.<init>(AbstractLocalTripleStore.java:57) > at > com.bigdata.rdf.store.LocalTripleStore.<init>(LocalTripleStore.java:179) > at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:833) > at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:718) > at com.bigdata.rdf.sail.BigdataSail.<init>(BigdataSail.java:695) > at com.blippar.servlet.DataManager.initialize(DataManager.java:79) > at com.blippar.servlet.MinervaServlet.init(MinervaServlet.java:39) > at javax.servlet.GenericServlet.init(GenericServlet.java:158) > at > org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1231) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1144) > -UU-:%%--F1 localhost.2015-11-18.log Top L1 (Fundamental) > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > Beginning of buffer > > > > On Nov 18, 2015, at 7:58 AM, Brad Bebee <be...@sy...> wrote: > > Joakim, > > 1.5.3 is available on our hosted-maven repository [1]. For 2.0, we'll be > releasing on maven central under com.blazegraph. Regarding your error, it > looks like you are starting the embedded Sail with the same properties used > for the NanoSparqlServer. Should that be a SailRepositoryConnection to > get a connection to the NSS endpoint? > > Thanks, --Brad > > [1] > http://www.systap.com/maven/releases/com/bigdata/bigdata/1.5.3/bigdata-1.5.3.pom > > On Wed, Nov 18, 2015 at 10:41 AM, Joakim Soderberg < > joa...@bl...> wrote: > >> I have been running Blazegraph 1.5.2 in embedded mode >> (apache-tomcat-8.0.27) for a few months ( Ill upgrade to 1.5.3 when >> available on Maven). >> After moving Tomcat to another volume with a minor update >> (apache-tomcat-8.0.27) I can no longer run my service. >> >> The servlet initializes twice. The first time Blazegraph engine starts, >> but it seems that at the end of its loading process, it fires an new init() >> to the servlet >> >> >> (2015-11-18 07:25:37,697) INFO : DataManager.java:62: Default >> configuration loaded: {serverPathTojnl=/mydata/blazegraph/} >> >> (2015-11-18 07:25:37,699) INFO : DataManager.java:78: Blazegraph >> configuration loaded: >> {com.bigdata.namespace.kb.spo.com.bigdata.btree.BTree.branchingFactor=1024, >> com.bigdata.journal.AbstractJournal.bufferMode=DiskRW, >> com.bigdata.journal.AbstractJournal.file=/mydata/blazegraph/dbpedia2015.jnl, >> com.bigdata.journal.AbstractJournal.initialExtent=209715200, >> com.bigdata.rdf.store.AbstractTripleStore.textIndex=true , >> com.bigdata.btree.BTree.branchingFactor=512, >> com.bigdata.namespace.kb.lex.com.bigdata.btree.BTree.branchingFactor=400, >> com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms, >> com.bigdata.rdf.sail.bufferCapacity=100000, >> com.bigdata.service.AbstractTransactionService.minReleaseAge=1, >> com.bigdata.rdf.sail.truthMaintenance=false , >> com.bigdata.journal.AbstractJournal.maximumExtent=209715200, >> com.bigdata.rdf.store.AbstractTripleStore.justify=false, >> com.bigdata.namespace.kb.spo.OSP.com.bigdata.btree.BTree.branchingFactor=512, >> com.bigdata.rdf.store.AbstractTripleStore.quads=false, >> com.bigdata.namespace.kb.spo.POS.com.bigdata.btree.BTree.branchingFactor=512, >> com.bigdata.rdf.rio.RDFParserOptions.datatypeHandling=IGNORE, >> com.bigdata.btree.writeRetentionQueue.capacity=8000, >> com.bigdata.rdf.rio.RDFParserOptions.verifyData=false, >> com.bigdata.rdf.store.DataLoader.commit=Incremental, >> com.bigdata.rdf.rio.RDFParserOptions.stopAtFirstError=false, >> com.bigdata.rdf.rio.RDFParserOptions.preserveBNodeIDs=false, >> com.bigdata.namespace.kb.spo.SPO.com.bigdata.btree.BTree.branchingFactor=512, >> com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false} >> >> (2015-11-18 07:25:37,744) INFO : SystemUtil.java:90: architecture: amd64 >> (2015-11-18 07:25:37,744) INFO : SystemUtil.java:91: operating system: >> Linux >> (2015-11-18 07:25:37,745) INFO : SystemUtil.java:92: operation system >> version: 3.10.0-229.20.1.el7.x86_64 >> (2015-11-18 07:25:37,745) INFO : SystemUtil.java:93: #processors: 8 >> (2015-11-18 07:25:37,745) INFO : SystemUtil.java:94: cpu info: Intel(R) >> Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, GenuineIntel >> >> BlazeGraph(TM) Graph Engine >> >> Flexible >> Reliable >> Affordable >> Web-Scale Computing for the Enterprise >> >> Copyright SYSTAP, LLC 2006-2015. All rights reserved. >> >> ip-172-31-11-213.us-west-2.compute.internal >> Wed Nov 18 07:25:37 UTC 2015 >> Linux/3.10.0-229.20.1.el7.x86_64 amd64 >> Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, >> GenuineIntel #CPU=8 >> Oracle Corporation 1.8.0_45 >> freeMemory=1446459088 >> buildVersion=1.5.2-SNAPSHOT >> >> Dependency License >> >> ICU >> http://source.icu-project.org/repos/icu/icu/trunk/license.html >> bigdata-ganglia http://www.apache.org/licenses/LICENSE-2.0.html >> >> blueprints-core >> https://github.com/tinkerpop/blueprints/blob/master/LICENSE.txt >> colt http://acs.lbl.gov/software/colt/license.html >> >> commons-codec http://www.apache.org/licenses/LICENSE-2.0.html >> >> commons-fileupload http://www.apache.org/licenses/LICENSE-2.0.html >> >> commons-io http://www.apache.org/licenses/LICENSE-2.0.html >> >> commons-logging http://www.apache.org/licenses/LICENSE-2.0.html >> >> dsiutils http://www.gnu.org/licenses/lgpl-2.1.html >> >> fastutil http://www.apache.org/licenses/LICENSE-2.0.html >> >> flot http://www.opensource.org/licenses/mit-license.php >> >> high-scale-lib http://creativecommons.org/licenses/publicdomain >> >> httpclient http://www.apache.org/licenses/LICENSE-2.0.html >> >> httpclient-cache http://www.apache.org/licenses/LICENSE-2.0.html >> >> httpcore http://www.apache.org/licenses/LICENSE-2.0.html >> >> httpmime http://www.apache.org/licenses/LICENSE-2.0.html >> >> jackson-core http://www.apache.org/licenses/LICENSE-2.0.html >> >> jetty http://www.apache.org/licenses/LICENSE-2.0.html >> >> jquery >> https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt >> log4j http://www.apache.org/licenses/LICENSE-2.0.html >> >> lucene http://www.apache.org/licenses/LICENSE-2.0.html >> >> nanohttp http://elonen.iki.fi/code/nanohttpd/#license >> >> rexster-core >> https://github.com/tinkerpop/rexster/blob/master/LICENSE.txt >> river http://www.apache.org/licenses/LICENSE-2.0.html >> >> servlet-api http://www.apache.org/licenses/LICENSE-2.0.html >> >> sesame http://www.openrdf.org/download.jsp >> >> slf4j http://www.slf4j.org/license.html >> >> zookeeper http://www.apache.org/licenses/LICENSE-2.0.html >> >> >> INFO: com.bigdata.util.config.LogUtil: Configure: >> file:/myserver/opt/apache-tomcat-8.0.27/webapps/dbpedia/WEB-INF/classes/log4j.properties >> (2015-11-18 07:25:37,754) DEBUG: AbstractDynamicMBean.java:148: >> preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@16b3fc9e, >> name=log4j:hierarchy=default >> (2015-11-18 07:25:37,754) DEBUG: HierarchyDynamicMBean.java:260: >> postRegister is called. >> (2015-11-18 07:25:38,078) WARN : ServiceProviderHook.java:172: Running. >> (2015-11-18 07:25:38,087) DEBUG: ServiceRegistry.java:61: Registered >> service class org.openrdf.rio.turtle.TurtleParserFactory >> (2015-11-18 07:25:38,088) DEBUG: ServiceRegistry.java:61: Registered >> service class org.openrdf.rio.ntriples.NTriplesParserFactory >> (2015-11-18 07:25:38,089) DEBUG: ServiceRegistry.java:61: Registered >> service class org.openrdf.rio.n3.N3ParserFactory >> (2015-11-18 07:25:38,089) DEBUG: ServiceRegistry.java:61: Registered >> service class org.openrdf.rio.nquads.NQuadsParserFactory >> (2015-11-18 07:25:38,090) DEBUG: ServiceRegistry.java:61: Registered >> service class org.openrdf.rio.binary.BinaryRDFParserFactory >> (2015-11-18 07:25:38,091) DEBUG: ServiceRegistry.java:61: Registered >> service class com.bigdata.rdf.rio.ntriples.BigdataNTriplesParserFactory >> (2015-11-18 07:25:38,091) DEBUG: ServiceRegistry.java:61: Registered >> service class com.bigdata.rdf.rio.turtle.BigdataTurtleParserFactory >> (2015-11-18 07:25:38,092) DEBUG: ServiceRegistry.java:61: Registered >> service class >> com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserForConstructFactory >> (2015-11-18 07:25:38,092) DEBUG: ServiceRegistry.java:61: Registered >> service class org.openrdf.rio.rdfxml.RDFXMLParserFactory >> (2015-11-18 07:25:38,093) DEBUG: ServiceRegistry.java:61: Registered >> service class org.openrdf.rio.rdfjson.RDFJSONParserFactory >> (2015-11-18 07:25:38,096) DEBUG: ServiceRegistry.java:61: Registered >> service class org.openrdf.rio.trig.TriGParserFactory >> (2015-11-18 07:25:38,097) DEBUG: ServiceRegistry.java:61: Registered >> service class org.openrdf.rio.trix.TriXParserFactory >> (2015-11-18 07:25:38,104) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.binary.BinaryQueryResultWriterFactory >> (2015-11-18 07:25:38,104) DEBUG: ServiceRegistry.java:61: Registered >> service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONWriterFactory >> (2015-11-18 07:25:38,105) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.text.csv.SPARQLResultsCSVWriterFactory >> (2015-11-18 07:25:38,105) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory >> (2015-11-18 07:25:38,106) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLWriterFactory >> (2015-11-18 07:25:38,109) WARN : ServiceRegistry.java:57: New service >> class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory >> replaces existing service class >> com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONWriterFactory >> (2015-11-18 07:25:38,109) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory >> (2015-11-18 07:25:38,114) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.binary.BinaryQueryResultParserFactory >> (2015-11-18 07:25:38,115) DEBUG: ServiceRegistry.java:61: Registered >> service class com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserFactory >> (2015-11-18 07:25:38,115) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.text.csv.SPARQLResultsCSVParserFactory >> (2015-11-18 07:25:38,116) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVParserFactory >> (2015-11-18 07:25:38,116) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory >> (2015-11-18 07:25:38,119) WARN : ServiceRegistry.java:57: New service >> class org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONParserFactory >> replaces existing service class >> com.bigdata.rdf.rio.json.BigdataSPARQLResultsJSONParserFactory >> (2015-11-18 07:25:38,119) DEBUG: ServiceRegistry.java:61: Registered >> service class >> org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONParserFactory >> *realPath: /myserver/opt/apache-tomcat-8.0.27/webapps/dbpedia/ <== here >> it has restarted init()* >> log4j:WARN No appenders could be found for logger >> (org.apache.log4j.jmx.HierarchyDynamicMBean). *<== what is this? >> zookeeper?* >> log4j:WARN Please initialize the log4j system properly. >> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for >> more info. >> (2015-11-18 07:25:38,126) DEBUG: PropertyConfigurator.java:770: >> addAppenderEvent called: logger=root, appender=devDest >> (2015-11-18 07:25:38,126) DEBUG: PropertyConfigurator.java:770: sending >> notification. >> (2015-11-18 07:25:38,127) DEBUG: PropertyConfigurator.java:759: >> removeAppenderCalled: logger=com.bigdata.relation.rule.eval.RuleLog, >> appender=ruleLog >> (2015-11-18 07:25:38,128) DEBUG: PropertyConfigurator.java:770: >> addAppenderEvent called: logger=com.bigdata.relation.rule.eval.RuleLog, >> appender=ruleLog >> (2015-11-18 07:25:38,128) DEBUG: PropertyConfigurator.java:770: sending >> notification. >> (2015-11-18 07:25:38,128) INFO : DataManager.java:62: Default >> configuration loaded: {serverPathTojnl=/mydata/blazegraph/} >> (2015-11-18 07:25:38,129) INFO : DataManager.java:78: Blazegraph >> configuration loaded: >> {com.bigdata.namespace.kb.spo.com.bigdata.btree.BTree.branchingFactor=1024, >> com.bigdata.journal.AbstractJournal.bufferMode=DiskRW, >> com.bigdata.journal.AbstractJournal.file=/mydata/blazegraph/dbpedia2015.jnl, >> com.bigdata.journal.AbstractJournal.initialExtent=209715200, >> com.bigdata.rdf.store.AbstractTripleStore.textIndex=true , >> com.bigdata.btree.BTree.branchingFactor=512, >> com.bigdata.namespace.kb.lex.com.bigdata.btree.BTree.branchingFactor=400, >> com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms, >> com.bigdata.rdf.sail.bufferCapacity=100000, >> com.bigdata.service.AbstractTransactionService.minReleaseAge=1, >> com.bigdata.rdf.sail.truthMaintenance=false , >> com.bigdata.journal.AbstractJournal.maximumExtent=209715200, >> com.bigdata.rdf.store.AbstractTripleStore.justify=false, >> com.bigdata.namespace.kb.spo.OSP.com.bigdata.btree.BTree.branchingFactor=512, >> com.bigdata.rdf.store.AbstractTripleStore.quads=false, >> com.bigdata.namespace.kb.spo.POS.com.bigdata.btree.BTree.branchingFactor=512, >> com.bigdata.rdf.rio.RDFParserOptions.datatypeHandling=IGNORE, >> com.bigdata.btree.writeRetentionQueue.capacity=8000, >> com.bigdata.rdf.rio.RDFParserOptions.verifyData=false, >> com.bigdata.rdf.store.DataLoader.commit=Incremental, >> com.bigdata.rdf.rio.RDFParserOptions.stopAtFirstError=false, >> com.bigdata.rdf.rio.RDFParserOptions.preserveBNodeIDs=false, >> com.bigdata.namespace.kb.spo.SPO.com.bigdata.btree.BTree.branchingFactor=512, >> com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false} *<= >> it loads the blazegrpah properties again* >> >> *the line far this is* >> sail = new BigdataSail(blazegraphsProps); which hangs >> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Bigdata-developers mailing list >> Big...@li... >> https://lists.sourceforge.net/lists/listinfo/bigdata-developers >> >> > > > -- > _______________ > Brad Bebee > CEO, Managing Partner > SYSTAP, LLC > e: be...@sy... > m: 202.642.7961 > f: 571.367.5000 > w: 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. > > > -- _______________ Brad Bebee CEO, Managing Partner SYSTAP, LLC e: be...@sy... m: 202.642.7961 f: 571.367.5000 w: 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. |
|
From: Joakim S. <joa...@bl...> - 2015-11-18 22:37:37
|
Moved over to ubuntu, Java 8, another error, same location. new BigdataSail()
BlazeGraph(TM) Graph Engine
Flexible
Reliable
Affordable
Web-Scale Computing for the Enterprise
Copyright SYSTAP, LLC 2006-2015. All rights reserved.
ip-172-31-1-211.us-west-2.compute.internal
Wed Nov 18 22:30:20 UTC 2015
Linux/3.13.0-48-generic amd64
Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, GenuineIntel #CPU=8
Oracle Corporation 1.8.0_66
freeMemory=781155216
buildVersion=1.5.2-SNAPSHOT
Dependency License
ICU http://source.icu-project.org/repos/icu/icu/trunk/license.html
bigdata-ganglia http://www.apache.org/licenses/LICENSE-2.0.html
blueprints-core https://github.com/tinkerpop/blueprints/blob/master/LICENSE.txt
colt http://acs.lbl.gov/software/colt/license.html
commons-codec http://www.apache.org/licenses/LICENSE-2.0.html
commons-fileupload http://www.apache.org/licenses/LICENSE-2.0.html
commons-io http://www.apache.org/licenses/LICENSE-2.0.html
commons-logging http://www.apache.org/licenses/LICENSE-2.0.html
dsiutils http://www.gnu.org/licenses/lgpl-2.1.html
fastutil http://www.apache.org/licenses/LICENSE-2.0.html
flot http://www.opensource.org/licenses/mit-license.php
high-scale-lib http://creativecommons.org/licenses/publicdomain
httpclient http://www.apache.org/licenses/LICENSE-2.0.html
httpclient-cache http://www.apache.org/licenses/LICENSE-2.0.html
httpcore http://www.apache.org/licenses/LICENSE-2.0.html
httpmime http://www.apache.org/licenses/LICENSE-2.0.html
jackson-core http://www.apache.org/licenses/LICENSE-2.0.html
jetty http://www.apache.org/licenses/LICENSE-2.0.html
jquery https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt
log4j http://www.apache.org/licenses/LICENSE-2.0.html
lucene http://www.apache.org/licenses/LICENSE-2.0.html
nanohttp http://elonen.iki.fi/code/nanohttpd/#license
rexster-core https://github.com/tinkerpop/rexster/blob/master/LICENSE.txt
river http://www.apache.org/licenses/LICENSE-2.0.html
servlet-api http://www.apache.org/licenses/LICENSE-2.0.html
sesame http://www.openrdf.org/download.jsp
slf4j http://www.slf4j.org/license.html
zookeeper http://www.apache.org/licenses/LICENSE-2.0.html
INFO: com.bigdata.util.config.LogUtil: Configure: file:/opt/tomcat/webapps/dbpedia/WEB-INF/classes/log4j.properties
(2015-11-18 22:30:20,226) DEBUG: AbstractDynamicMBean.java:148: preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@e2d56bf, name=log4j:hierarchy=default
(2015-11-18 22:30:20,227) DEBUG: HierarchyDynamicMBean.java:260: postRegister is called.
java.lang.NoSuchMethodError: it.unimi.dsi.io.InputBitStream.<init>([BII)V
at com.bigdata.io.AbstractFixedByteArrayBuffer.getInputBitStream(AbstractFixedByteArrayBuffer.java:415)
at com.bigdata.btree.raba.codec.CanonicalHuffmanRabaCoder$CodedRabaImpl.<init>(CanonicalHuffmanRabaCoder.java:1514)
at com.bigdata.btree.raba.codec.CanonicalHuffmanRabaCoder.encodeLive(CanonicalHuffmanRabaCoder.java:1331)
at com.bigdata.btree.data.DefaultLeafCoder.encodeLive(DefaultLeafCoder.java:234)
at com.bigdata.btree.data.DefaultLeafCoder.encodeLive(DefaultLeafCoder.java:54)
at com.bigdata.btree.NodeSerializer.encodeLive(NodeSerializer.java:440)
at com.bigdata.btree.AbstractBTree.writeNodeOrLeaf(AbstractBTree.java:3853)
at com.bigdata.btree.AbstractBTree.writeNodeRecursive(AbstractBTree.java:3678)
at com.bigdata.btree.BTree.flush(BTree.java:756)
at com.bigdata.btree.BTree._writeCheckpoint2(BTree.java:961)
at com.bigdata.btree.BTree.writeCheckpoint2(BTree.java:922)
at com.bigdata.btree.BTree.writeCheckpoint(BTree.java:862)
at com.bigdata.journal.Name2Addr.registerIndex(Name2Addr.java:1061)
at com.bigdata.journal.AbstractJournal._register(AbstractJournal.java:5711)
at com.bigdata.journal.AbstractJournal.registerIndex(AbstractJournal.java:5604)
at com.bigdata.sparse.GlobalRowStoreHelper.getGlobalRowStore(GlobalRowStoreHelper.java:149)
at com.bigdata.journal.Journal.getGlobalRowStore(Journal.java:3746)
at com.bigdata.relation.locator.DefaultResourceLocator.locateResourceOn(DefaultResourceLocator.java:823)
at com.bigdata.relation.locator.DefaultResourceLocator.locateResource(DefaultResourceLocator.java:562)
at com.bigdata.relation.locator.DefaultResourceLocator.cacheMiss(DefaultResourceLocator.java:383)
at com.bigdata.relation.locator.DefaultResourceLocator.locate(DefaultResourceLocator.java:335)
at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:774)
at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:712)
at com.bigdata.rdf.sail.BigdataSail.<init>(BigdataSail.java:689)
at com.blippar.servlet.DataManager.initialize(DataManager.java:70)
at com.blippar.servlet.MinervaServlet.init(MinervaServlet.java:39)
at javax.servlet.GenericServlet.init(GenericServlet.java:158)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1231)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1144)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:817)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:135)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
(2015-11-18 22:30:20,510) INFO : MinervaServlet.java:42: initialized? false
(2015-11-18 22:30:20,511) INFO : MinervaServlet.java:72: Query:action=info
(2015-11-18 22:30:20,511) INFO : MinervaServlet.java:72: Query:action=info
(2015-11-18 22:30:20,512) DEBUG: MinervaServlet.java:73: XML:
(2015-11-18 22:30:20,511) DEBUG: MinervaServlet.java:73: XML:
(2015-11-18 22:30:20,515) INFO : BaseAction.java:73: Dispatching action = info
(2015-11-18 22:30:20,515) INFO : BaseAction.java:73: Dispatching action = info
(2015-11-18 22:30:20,516) INFO : InfoAction.java:53: Processing info action |
|
From: Brad B. <be...@sy...> - 2015-11-18 22:49:28
|
Joakim, This one is a classpath issue with the it.unimi.dsi jars not in the classpath. Can you verify that all of the jars from the bigdata.war/WEB-INF/lib are in your web application? You could also brute-force it by including the bigdata-bundled.jar in your lib. Thanks, --Brad On Wed, Nov 18, 2015 at 5:37 PM, Joakim Soderberg < joa...@bl...> wrote: > Moved over to ubuntu, Java 8, another error, same location. new > BigdataSail() > > > BlazeGraph(TM) Graph Engine > > Flexible > Reliable > Affordable > Web-Scale Computing for the Enterprise > > Copyright SYSTAP, LLC 2006-2015. All rights reserved. > > ip-172-31-1-211.us-west-2.compute.internal > Wed Nov 18 22:30:20 UTC 2015 > Linux/3.13.0-48-generic amd64 > Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Family 6 Model 62 Stepping 4, > GenuineIntel #CPU=8 > Oracle Corporation 1.8.0_66 > freeMemory=781155216 > buildVersion=1.5.2-SNAPSHOT > > Dependency License > > ICU > http://source.icu-project.org/repos/icu/icu/trunk/license.html > bigdata-ganglia http://www.apache.org/licenses/LICENSE-2.0.html > > blueprints-core > https://github.com/tinkerpop/blueprints/blob/master/LICENSE.txt > colt http://acs.lbl.gov/software/colt/license.html > > commons-codec http://www.apache.org/licenses/LICENSE-2.0.html > > commons-fileupload http://www.apache.org/licenses/LICENSE-2.0.html > > commons-io http://www.apache.org/licenses/LICENSE-2.0.html > > commons-logging http://www.apache.org/licenses/LICENSE-2.0.html > > dsiutils http://www.gnu.org/licenses/lgpl-2.1.html > > fastutil http://www.apache.org/licenses/LICENSE-2.0.html > > flot http://www.opensource.org/licenses/mit-license.php > > high-scale-lib http://creativecommons.org/licenses/publicdomain > > httpclient http://www.apache.org/licenses/LICENSE-2.0.html > > httpclient-cache http://www.apache.org/licenses/LICENSE-2.0.html > > httpcore http://www.apache.org/licenses/LICENSE-2.0.html > > httpmime http://www.apache.org/licenses/LICENSE-2.0.html > > jackson-core http://www.apache.org/licenses/LICENSE-2.0.html > > jetty http://www.apache.org/licenses/LICENSE-2.0.html > > jquery > https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt > log4j http://www.apache.org/licenses/LICENSE-2.0.html > > lucene http://www.apache.org/licenses/LICENSE-2.0.html > > nanohttp http://elonen.iki.fi/code/nanohttpd/#license > > rexster-core > https://github.com/tinkerpop/rexster/blob/master/LICENSE.txt > river http://www.apache.org/licenses/LICENSE-2.0.html > > servlet-api http://www.apache.org/licenses/LICENSE-2.0.html > > sesame http://www.openrdf.org/download.jsp > > slf4j http://www.slf4j.org/license.html > > zookeeper http://www.apache.org/licenses/LICENSE-2.0.html > > > INFO: com.bigdata.util.config.LogUtil: Configure: > file:/opt/tomcat/webapps/dbpedia/WEB-INF/classes/log4j.properties > (2015-11-18 22:30:20,226) DEBUG: AbstractDynamicMBean.java:148: > preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@e2d56bf, > name=log4j:hierarchy=default > (2015-11-18 22:30:20,227) DEBUG: HierarchyDynamicMBean.java:260: > postRegister is called. > java.lang.NoSuchMethodError: it.unimi.dsi.io.InputBitStream.<init>([BII)V > at > com.bigdata.io.AbstractFixedByteArrayBuffer.getInputBitStream(AbstractFixedByteArrayBuffer.java:415) > at > com.bigdata.btree.raba.codec.CanonicalHuffmanRabaCoder$CodedRabaImpl.<init>(CanonicalHuffmanRabaCoder.java:1514) > at > com.bigdata.btree.raba.codec.CanonicalHuffmanRabaCoder.encodeLive(CanonicalHuffmanRabaCoder.java:1331) > at > com.bigdata.btree.data.DefaultLeafCoder.encodeLive(DefaultLeafCoder.java:234) > at > com.bigdata.btree.data.DefaultLeafCoder.encodeLive(DefaultLeafCoder.java:54) > at com.bigdata.btree.NodeSerializer.encodeLive(NodeSerializer.java:440) > at com.bigdata.btree.AbstractBTree.writeNodeOrLeaf(AbstractBTree.java:3853) > at > com.bigdata.btree.AbstractBTree.writeNodeRecursive(AbstractBTree.java:3678) > at com.bigdata.btree.BTree.flush(BTree.java:756) > at com.bigdata.btree.BTree._writeCheckpoint2(BTree.java:961) > at com.bigdata.btree.BTree.writeCheckpoint2(BTree.java:922) > at com.bigdata.btree.BTree.writeCheckpoint(BTree.java:862) > at com.bigdata.journal.Name2Addr.registerIndex(Name2Addr.java:1061) > at com.bigdata.journal.AbstractJournal._register(AbstractJournal.java:5711) > at > com.bigdata.journal.AbstractJournal.registerIndex(AbstractJournal.java:5604) > at > com.bigdata.sparse.GlobalRowStoreHelper.getGlobalRowStore(GlobalRowStoreHelper.java:149) > at com.bigdata.journal.Journal.getGlobalRowStore(Journal.java:3746) > at > com.bigdata.relation.locator.DefaultResourceLocator.locateResourceOn(DefaultResourceLocator.java:823) > at > com.bigdata.relation.locator.DefaultResourceLocator.locateResource(DefaultResourceLocator.java:562) > at > com.bigdata.relation.locator.DefaultResourceLocator.cacheMiss(DefaultResourceLocator.java:383) > at > com.bigdata.relation.locator.DefaultResourceLocator.locate(DefaultResourceLocator.java:335) > at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:774) > at com.bigdata.rdf.sail.BigdataSail.createLTS(BigdataSail.java:712) > at com.bigdata.rdf.sail.BigdataSail.<init>(BigdataSail.java:689) > at com.blippar.servlet.DataManager.initialize(DataManager.java:70) > at com.blippar.servlet.MinervaServlet.init(MinervaServlet.java:39) > at javax.servlet.GenericServlet.init(GenericServlet.java:158) > at > org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1231) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1144) > at > org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:817) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:135) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) > at > org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518) > at > org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091) > at > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673) > at > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500) > at > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.lang.Thread.run(Thread.java:745) > (2015-11-18 22:30:20,510) INFO : MinervaServlet.java:42: initialized? false > (2015-11-18 22:30:20,511) INFO : MinervaServlet.java:72: Query:action=info > (2015-11-18 22:30:20,511) INFO : MinervaServlet.java:72: Query:action=info > (2015-11-18 22:30:20,512) DEBUG: MinervaServlet.java:73: XML: > (2015-11-18 22:30:20,511) DEBUG: MinervaServlet.java:73: XML: > (2015-11-18 22:30:20,515) INFO : BaseAction.java:73: Dispatching action = > info > (2015-11-18 22:30:20,515) INFO : BaseAction.java:73: Dispatching action = > info > (2015-11-18 22:30:20,516) INFO : InfoAction.java:53: Processing info > action > -- _______________ Brad Bebee CEO, Managing Partner SYSTAP, LLC e: be...@sy... m: 202.642.7961 f: 571.367.5000 w: 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. |