>>Just sent you a message that said your alternate instructions worked.
Cool! >> So, do I have Java 9, is that a problem? Yes, your default java is java-9. I think that's the issue. Best, Yingyi On Tue, Feb 21, 2017 at 2:14 PM, Gary Gregg <[email protected]> wrote: > Hi Yingyi, > > Just sent you a message that said your alternate instructions worked. > However, getting back to the other issue, here is the output of "java > -version" on this machine: > > gary@Saoirse:~$ java -version > openjdk version "9-internal" > OpenJDK Runtime Environment (build 9-internal+0-2016-04-14- > 195246.buildd.src) > OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, > mixed mode) > > So, do I have Java 9, is that a problem? > > ~ Gary > > > ------------------------------ > *From:* Yingyi Bu <[email protected]> > *To:* Gary Gregg <[email protected]> > *Cc:* "[email protected]" <[email protected]> > *Sent:* Tuesday, February 21, 2017 2:12 PM > *Subject:* Re: WARNING!:Node Controller not running at the following nodes > > Gary, > > What's the version of JDK/JRE? AsterixDB can only be run on JDK 1.8.x. > > PS: I find a similar discussion by search the exception online: > https://community.h2o.ai/questions/469/error-while-starting-h2o.html. > > Best, > Yingyi > > On Tue, Feb 21, 2017 at 2:00 PM, Gary Gregg <[email protected]> wrote: > > Thank you, Yingyi! > > Attached is the log file you requested. I see many Java exceptions of > this type in the files asterix_nc1.log and asterix_nc2.log: > > java.lang. UnsupportedOperationException: Boot class path mechanism is not > supported > > As well, I will try your other suggestion... > > Cheers, > Gary > > > ------------------------------ > *From:* Yingyi Bu <[email protected]> > *To:* [email protected]; Gary Gregg <[email protected]> > *Sent:* Tuesday, February 21, 2017 1:32 PM > *Subject:* Re: WARNING!:Node Controller not running at the following nodes > > Hi Gary, > > Can you attached a zipped file of the directory > $MANAGIX_HOME/clusters/local/ > working_dir/logs? > > In addition, there's a much easier way for you to run AsterixDB on a > single Linux or macOS machine: > > 1. Download the file asterix-server-0.9.0-binary- assembly.zip from any > of the listing sites: > http://www.apache.org/dyn/ closer.lua/asterixdb/ > asterixdb-0.9.0/asterix- server-0.9.0-binary-assembly. zip > <http://www.apache.org/dyn/closer.lua/asterixdb/asterixdb-0.9.0/asterix-server-0.9.0-binary-assembly.zip> > > 2. Unzip the download file. > Go to the unzipped directory and run the following script to start > AsterixDB: > ./samples/local/bin/start- sample-cluster.sh > > 3. Now you can use AsterixDB at: > http://localhost:19001/. > > 4. Shutdown AsterixDB: > ./samples/local/bin/stop- sample-cluster.sh > > Best, > Yingyi > > > On Tue, Feb 21, 2017 at 1:20 PM, Gary Gregg <[email protected]> wrote: > > I receive this error when trying to create, or start an Asterix DB > instance on a single-machine installation: > > INFO: Name:my_asterix > Created:Tue Feb 21 12:07:32 PST 2017 > Web-Url:http://127.0.0.1:19001 > State:ACTIVE (Tue Feb 21 12:47:49 PST 2017) > > WARNING!:Node Controller not running at the following nodes > 127.0.0.1 > 127.0.0.1 > > The warning is highlighted with red text here. I have been following the > instructions at AsterixDB – Introduction > <https://asterixdb.apache.org/docs/0.9.0/install.html>, and have > encountered no other apparent errors to this point. Although I can get the > web interface at http://127.0.0.1:19001, it appears that I cannot > successful complete a query. > > Any ideas? Thank you! > ~ Gary Gregg > > > AsterixDB – Introduction > <https://asterixdb.apache.org/docs/0.9.0/install.html> > > > > > > > >
