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 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> > >
