a new version of Aspect has been released: 1.0.0-rc.5 (view blog post). You’ll find the download links in the next section of this post. Simply install over the existing installation to upgrade.
Finally got around to trying the server version and, while I’ve gotten to a point of being able to load the web page, I can’t figure out how to initialize or load libraries. After seeing the error message:
[main(----) ERR] Settings: failed to load file 'file:///etc/aspect/aspect-web.settings': Failed to locate file file:///etc/aspect/aspect-web.settings
I created the parent folder manually, ensuring the running user had full read/write access in the hopes that a sample file would be generated. Sadly it did not, so I created a blank settings file which lead to a new error:
[main(----) ERR] Failed to parse settings file 'file:///etc/aspect/aspect-web.settings': (1): Error: JS
ON string is empty.
Can someone point me to a sample file or documentation on the formatting? I’d even settle for the setting file parser code if that would be easier.
I’m super excited to get this next level of syncing up and running so I can provide feedback on the capability.
Keep up the great work! Counting down the months until GA!
If you get the chance to run this using gdb or lldb and extract a backtrace for the segfault with the bt command, that would be great. I’ll also see if I can reproduce this on a clean machine - I’ve always tested with a fixed setup, so it could be that this has hidden the issue for me.
Found it! For those struggling to find the doc, it’s listed in the aspect-preview-41 announcement.
I’ll add this to the documentation pages and put a link in upcoming announcement posts to make this better to find.
Okay, it looks like this may be something in particular with the library being synchronized. I’ve tested on a fresh Linux system and everything worked as is should with a simple test library.