IBM BlueMix-404 Error - ibm-cloud

I am new to Bluemix and running into trouble when attempting to "View App" while it is running. This is using the Watson IoT Starter boilerplate. Git is connected.
I have deleted and recreated that application multiple times but continue to encounter the same issue.
"404 Not Found: Requested route ('courserastartapp.mybluemix.net') does not exist."
Is anyone else having the problem? Any suggestions?

Sometimes the boilerplate, especially the npm part, takes a while to complete and make the route viewable. Are you restarting without giving it enough time to complete the process? Try waiting about 5 minutes after deploy to view the route. If it still does not work then check the deployment logs and let us know what errors you see.
Edited to add: we hope to have a fix in place soon

Related

Error 503 when initializing the AEM 6.5.0 instance

I am facing 503 AuthenticationSupport service missing. Cannot authenticate request error every time server is started. This happened many times. There is no such broken error information on the error log file. I have even deleted the repository but didn't help much. I even use oak but still no use. I had set up it multiple times to skip this error but I don't feel confident with this approach. For better information, I am attaching the latest error log file.
https://drive.google.com/file/d/1aXEcZP_Tvk1ebBxfOmR9Q1ffk2KLeW66/view?usp=sharing
NOTE: I am a beginner in AEM. Please be gentle
java -Xmx6000m -jar oak-run-1.8.0.jar check --bin=-1 C:\Users\mahinder.singh\Documents\Projects\Adobe\author\crx-quickstart\repository\segmentstore
This is usual. Might be taking a little longer time than usual to load. Wait for a while.
If the issue still persists reinstall the instance and allow the aem to get kicked up on it's own.

"Installation of module node-red-dashboard failed:" error

I'm new to Node-red and cloud.ibm.com. I'm using the lite version of the service with an academic account. In the manage palette side bar, I searched for node-red-dashboard, clicked install and waited for a while until I got the error "Installation of module node-red-dashboard failed:". I also got three strings after the error ""------------------------------------------", "", and "------------------------------------------" (those characters appear as dashes). Where should I start looking to fix this? Thank you!
I just attempted to recreate and got an error with the installation when my CF application did not have enough memory. However, when I upped the memory in my application, it worked fine.
I recommend following this tutorial on IBM Developer which explains the recommended steps to install the node-red-dashboard in addition to adding extra nodes to your Node-RED palette. It also explains how to deploy the application with 256MB memory.
https://developer.ibm.com/components/node-red/tutorials/how-to-create-a-node-red-starter-application/

Bluemix IoT Foundation Environment Stopped Working

I noticed this afternoon that my Bluemix IoT Application was in the 'Unknown' state. When I mined into the app to see what the problem could be, I got the following pop-up:
App staging failed in the buildpack compile phase
I haven't made any changes to my NodeRED flows in months, and if I spin up a new IOT Foundation app, it starts just fine.
Any ideas on what is going on here?
A recent update to the underlying application stack has caused an incompatibility with older versions of the IoTF boilerplate.
The fix is to edit your application's package.json file and remove the 'mqlight' entry under the dependencies section. New instances of the boilerplate already have this entry removed - hence why they work.
Perhaps check the bluemix server status at https://developer.ibm.com/bluemix/support/#status
There were some issues reported around scheduled maintenance. There are also buildpack updates scheduled.

Single Sign On service hangs when configuring it

I am trying to create and configure the Bluemix Single Sign On service and I am facing issues.
I create it unbound of any app, and when trying to setup it on the first dialog (provide a service name which will be part of its URL) it gets hanged. The browser is unresponsive for 1 minute or so and finally it fails with error message: "env: Client internal Error"
I am facing the same issue with Firefox 38.0.5, Chrome 43.0.2357.81m and IE 11.0.9600.17801
Any suggestion? Searching the forums I found as recommendation to clean browser cache and cookies. I already did it with no success.
EDITED: In parallel, I added as manager and developer another colleague to my Bluemix Space and it worked fine to him. So it seems it fails with my user which also is manager and developer but it exists in other spaces, etc...
Any thing I can check to narrow the issue?
Thanks!
on yesterday there have been a maintenance/upgrade activity so probably it your problem could be related to this.
Could you check again if it is working right now?

How to deploy WorkerRole project, How to get the exact error during uploading

I have to Work with WorkerRole project to deploy some services to perform the data sync with the other databses. i tried to publish but stuck, Internalization, Starting, Preparing, Recovering and finally aborted.
After getting the above stituation i build a simple workerrole project and tried to upload the result is same.
And i am not able to find out the problem with the same.
Please provide some help.
A typical problem, when deploying, is having a connection string pointing to the local emulated storage. This is the first thing I'd check if the worker role code runs locally in the emulator but fails when being published to Windows Azure.