I am facing trouble with Microstack CLI.I did install Microstack twice for the same reason. In the beginning, every command works but after a certain period while working it starts to through the underneath error for each command:
The request you have made requires authentication. (HTTP 401) (Request-ID: req-fe7ba922-3898-49f8-9441-0624e3b1d241)
Besides,I would like to know how to change the admin password of the Microstack (Ussuri)?
I really need to have the solution. Your suggestions are greatly appreciated. Thanks a lot
Related
Adding Plugins + Aurora Dashboard
Sup Folks,
I hope you re great, so i got some small issues i deployed devstack every thing is good but i deceided to add more plugins (sahara-cyborg-ceilometer) is it necessary to re install devstack from the start.
About Aurora i liked their style and i wanna use it, i followed the steps but some problemes pop up ("An exception occurred during task execution. To see the full traceback, use -vvv. The error was: keystoneauth1.exceptions.http.BadRequest: Expecting to find domain in project. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400) (Request-ID: req-da13fb4d-13d1-4988-85bf-a5ce32bf9f12)")
can someone suggest some alternative of horizon like skyline, aurora..?
I am using a package MMM-GoogleAssistant found here I got the credentials required and created a project on Google and I am intended to use it on my raspberry Pi.
I ran the command npm run token and the output was the following: output.
I followed the link and the output is as follows: error message
I have attempted for a while to resolve this issue but all answers and all resources did not help to resolve the issue. Is there anyone able to help with this issue?
Thank you in advance
I have an R code which I am trying to call over HTTP using opencpu, but for the long running code, it is getting timeout. I came across https://github.com/joelkuiper/aplomb
Unfortunately, the documentation is not detailed and I am unable to figure out how to make it work once it is deployed and the container is running.
Look in the file /etc/opencpu/server.conf
You should see parameters timelimit.get and timelimit.post (values are in seconds). Increase them to something that seems reasonable for your code, and save it.
Then restart the service:
sudo service opencpu restart
Then try again - hope it works!
Recently I added email sending capability to my Meteor app, using both the email package, and the account registration APIs to send emails. The other day, after having tested this thoroughly on my dev machine, I deployed it to our production server using Meteor Up. Once deployed, I did a quick check that the email APIs were working properly, and let it be. A day or two later, I made some minor changes, wrapping these email APIs in a Meteor.defer method to speed up the UI. I tested the changes locally (all fine), and re-deployed. I also ran apt-get update on my server after seeing a notification there were some new security updates available. After doing this, the email system no longer works. I tried reverting back to my previous configuration, and it still isn't working. I'm getting a timeout error:
Exception while invoking method 'forgotPassword' Error: connect ETIMEDOUT
I was wondering if anyone had any ideas on what might be causing this timeout (a blocked port?...how can I diagnose this?). Given my SMTP port is working on my development machine, it doesn't seem to be an issue with my code, but rather either with the MUP deployment, or Ubuntu configuration. I'm not super familiar with configuring Ubuntu servers. Any suggestions on how to go about de-bugging would be greatly appreciated!
We got a similar problem, and it was solved by opening the needed port in EC2. thanks to https://kylegoslin.wordpress.com/2012/06/05/116/
I just upgraded my glassfish server by doing asadmin> start-domain --upgrade domainname, now i cannot access the admin console. The applications in the server work fine, but the browser remains blank when trying to get into :4848, no error messages, nothing, just remains blank.
i would appreciate a response to this issue,
Thanks
First thing you might want to try is to verify the correctness of your domain.xml. You can do so by running the following command:
asadamin verify-domain-xml
If there is some inconsistency in your domain description you'll get a corresponding output.
Also, I've got a similar issue on GlassFish 3.1.2 and verify-domain-xml tests were passing successfully. In my case the problem was caused by cyrillic symbols in some resource descriptions.