Dev portal configuration issue

We are setting up Dev portal and during the configuration it is not allowing me to proceed further.

Below is the error for both the cases.

Generate sample SmartDocs content. This is beta functionality.

skip the configuration.

==

Not Found: GET http://xx.xx.xx.xx:8080/v1/o/poc/apimodels/weather

==

-Vinay

Solved Solved
0 3 282
1 ACCEPTED SOLUTION

The issue which we reported got resolved following below steps. Login into mysql mysql -udevportal -p devportal Run the following commands : drop database devportal; create database devportal; And redo the installation of the developer portal. Make sure that you ran the smartdocs script on edge. -Vinay

View solution in original post

3 REPLIES 3

Why would it lookup for weather api?What is the work around to move ahead with the completion of my configuration.

-Vinay

I have the same problem. I have attached a screen shot

830-screen-shot-2015-07-22-at-62334-pm.png

829-screen-shot-2015-07-22-at-62513-pm.png

The issue which we reported got resolved following below steps. Login into mysql mysql -udevportal -p devportal Run the following commands : drop database devportal; create database devportal; And redo the installation of the developer portal. Make sure that you ran the smartdocs script on edge. -Vinay