Git Product home page Git Product logo

Comments (11)

yudai avatar yudai commented on May 19, 2024

Hi Vukia,

The daily build today has been completed successfully. So I assume that there are something wrong on your environment. You can examine your CF instance using the --trace option of the cf command.

cf target http://api.x.x.x.xip.io --trace

{"code":10000,"description":"Unknown request"} is normal. I assume that you don't give an endpoint URL without a http scheme. Since this script installs a CF instance without SSL support, you need to add http:// to your endpoint URL. Try cf target http://api.x.x.x.x.xip.io.

To override the endpoint URL, set NISE_DOMAIN to a hostname you prefer and rerun the launch_nise_bosh.sh script (don't forget execute stop_processes.sh in advance).

export NISE_DOMAIN=vcap.me

from cf_nise_installer.

Vukia avatar Vukia commented on May 19, 2024

Hi Yudai,

Now everything is fine, I will try to add services to my CF, thanks!

from cf_nise_installer.

yunjingxfzhj avatar yunjingxfzhj commented on May 19, 2024

Hi Yudai!
i use nice_bosh install cf , but it slowly and i get a problem , i can not start cf this is the error!
root@cf001:/root/cf_v2/cf_nise_installer# ./local/start_processes.sh

  • ./common/start_processes.sh
  • sudo /var/vcap/bosh/bin/monit
    monit daemon at 2576 awakened
  • sleep 5
  • for process in postgres nats cloud_controller_ng
  • sudo /var/vcap/bosh/bin/monit start postgres
  • sleep 30
  • for process in postgres nats cloud_controller_ng
  • sudo /var/vcap/bosh/bin/monit start nats
  • sleep 30
  • for process in postgres nats cloud_controller_ng
  • sudo /var/vcap/bosh/bin/monit start cloud_controller_ng
  • sleep 30
  • for process in nats_stream_forwarder cloud_controller_jobs nginx_ccng gorouter health_manager_next uaa uaa_cf-registrar warden dea_next dir_server
  • sudo /var/vcap/bosh/bin/monit start nats_stream_forwarder
    monit: action failed -- There is no service by that name
    may you give me some advice! thanks

from cf_nise_installer.

yudai avatar yudai commented on May 19, 2024

I think your situation is same as #51. Let's talk there.

from cf_nise_installer.

yunjingxfzhj avatar yunjingxfzhj commented on May 19, 2024

thank you;

I am unable to receive forum cloundfoundry posts, I look the forum is prohibited, you know how true?‍

------------------ 原始邮件 ------------------
发件人: "Iwasaki Yudai";[email protected];
发送时间: 2014年7月22日(星期二) 上午9:59
收件人: "yudai/cf_nise_installer"[email protected];
抄送: "yunjingxfzhj"[email protected];
主题: Re: [cf_nise_installer] Target refused connection problem. (#43)

Closed #43.


Reply to this email directly or view it on GitHub.

from cf_nise_installer.

yudai avatar yudai commented on May 19, 2024

Do you mean you cannot access the vcap-dev mailing list? If so, as I can access it, I guess it is probably because of your network.

from cf_nise_installer.

yunjingxfzhj avatar yunjingxfzhj commented on May 19, 2024

but i can access the bosh-user mailing list

------------------ 原始邮件 ------------------
发件人: "Iwasaki Yudai";[email protected];
发送时间: 2014年7月25日(星期五) 中午12:50
收件人: "yudai/cf_nise_installer"[email protected];
抄送: "yunjingxfzhj"[email protected];
主题: Re: [cf_nise_installer] Target refused connection problem. (#43)

Do you mean you cannot access the vcap-dev mailing list? If so, as I can access it, I guess it is probably because of your network.


Reply to this email directly or view it on GitHub.

from cf_nise_installer.

yudai avatar yudai commented on May 19, 2024

Please ask Google or the admin of the mailing list. Unfortunately, I have no idea about your problem.

from cf_nise_installer.

yunjingxfzhj avatar yunjingxfzhj commented on May 19, 2024

thank you!

------------------ 原始邮件 ------------------
发件人: "Iwasaki Yudai";[email protected];
发送时间: 2014年7月25日(星期五) 中午1:51
收件人: "yudai/cf_nise_installer"[email protected];
抄送: "yunjingxfzhj"[email protected];
主题: Re: [cf_nise_installer] Target refused connection problem. (#43)

Please ask Google or the admin of the mailing list. Unfortunately, I have no idea about your problem.


Reply to this email directly or view it on GitHub.

from cf_nise_installer.

yunjingxfzhj avatar yunjingxfzhj commented on May 19, 2024

thank you very much!

------------------ 原始邮件 ------------------
发件人: "Iwasaki Yudai";[email protected];
发送时间: 2014年7月25日(星期五) 中午1:51
收件人: "yudai/cf_nise_installer"[email protected];
抄送: "yunjingxfzhj"[email protected];
主题: Re: [cf_nise_installer] Target refused connection problem. (#43)

Please ask Google or the admin of the mailing list. Unfortunately, I have no idea about your problem.


Reply to this email directly or view it on GitHub.

from cf_nise_installer.

yunjingxfzhj avatar yunjingxfzhj commented on May 19, 2024

ok, thank you very much!

------------------ 原始邮件 ------------------
发件人: "Iwasaki Yudai";[email protected];
发送时间: 2014年7月25日(星期五) 中午1:51
收件人: "yudai/cf_nise_installer"[email protected];
抄送: "yunjingxfzhj"[email protected];
主题: Re: [cf_nise_installer] Target refused connection problem. (#43)

Please ask Google or the admin of the mailing list. Unfortunately, I have no idea about your problem.


Reply to this email directly or view it on GitHub.

from cf_nise_installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.