Thread: Re: [Cppcms-users] cppcms_run complains there is no service.socket
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-05-28 09:42:52
|
Accidently pressed enter before finishing the mail. When I execute cppcms_run crafty -c config.js it complains elevator# cppcms_run crafty -c /usr/local/www/craftytracker/config.js Can't find service.api or service.socket in /usr/local/www/craftytracker/config.js I must be missing something totally obvious, what is it? |
From: augustin <aug...@ov...> - 2012-05-28 09:51:55
|
Hello elekktretterr, I may be off the mark, but just to eliminate one possible error, check that the server has write access to the said socket. Augustin. -- Friends: http://www.reuniting.info/ My projects: http://astralcity.org/ http://lesenjeux.fr/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://jacqueslemaire.fr/ http://www.wechange.org/ http://searching911.info/ . |
From: <ele...@ex...> - 2012-05-28 22:51:02
|
Hello, When I run it without cppcms_run such as ./crafty -c config.js it works fine. Nginx connects to the socket fine. > Hello elekktretterr, > > > I may be off the mark, but just to eliminate one possible error, check > that the > server has write access to the said socket. > > Augustin. > > > > > > -- > Friends: http://www.reuniting.info/ > My projects: > http://astralcity.org/ http://lesenjeux.fr/ http://linux.overshoot.tv/ > http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ > http://openteacher.info/ http://minguo.info/ http://jacqueslemaire.fr/ > http://www.wechange.org/ http://searching911.info/ > > > > > > > > > > > > > . > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
From: <ele...@ex...> - 2012-05-28 22:51:02
|
Hello, When I run it without cppcms_run such as ./crafty -c config.js it works fine. Nginx connects to the socket fine. > Hello elekktretterr, > > > I may be off the mark, but just to eliminate one possible error, check > that the > server has write access to the said socket. > > Augustin. > > > > > > -- > Friends: http://www.reuniting.info/ > My projects: > http://astralcity.org/ http://lesenjeux.fr/ http://linux.overshoot.tv/ > http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ > http://openteacher.info/ http://minguo.info/ http://jacqueslemaire.fr/ > http://www.wechange.org/ http://searching911.info/ > > > > > > > > > > > > > . > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
From: Artyom B. <art...@ya...> - 2012-05-29 03:48:15
|
AFAIR something trivial triggers this message. I think if there is a syntax error in the config.js file this error would be generated. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: "ele...@ex..." <ele...@ex...> >To: cpp...@li... >Sent: Tuesday, May 29, 2012 1:50 AM >Subject: Re: [Cppcms-users] cppcms_run complains there is no service.socket > >Hello, > >When I run it without cppcms_run such as > >./crafty -c config.js > >it works fine. Nginx connects to the socket fine. > >> Hello elekktretterr, >> >> >> I may be off the mark, but just to eliminate one possible error, check >> that the >> server has write access to the said socket. >> >> Augustin. >> >> >> >> >> >> -- >> Friends: http://www.reuniting.info/ >> My projects: >> http://astralcity.org/ http://lesenjeux.fr/ http://linux.overshoot.tv/ >> http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ >> http://openteacher.info/ http://minguo.info/ http://jacqueslemaire.fr/ >> http://www.wechange.org/ http://searching911.info/ >> >> >> >> >> >> >> >> >> >> >> >> >> . >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users >> > > > >------------------------------------------------------------------------------ >Live Security Virtual Conference >Exclusive live event will cover all the ways today's security and >threat landscape has changed and how IT managers can respond. Discussions >will include endpoint security, mobile security and the latest in malware >threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |
From: <ele...@ex...> - 2012-06-06 04:48:25
Attachments:
config.js
|
> AFAIR something trivial triggers this message. I think if there is a > syntax error in the > config.js file this error would be generated. Im attaching my config, see if you can find out whats happening. Running the project directly with ./project -c config.js works fine so I dont know whats the issue Petr |
From: Artyom B. <art...@ya...> - 2012-06-06 07:25:59
|
Works for me. I really don't know... Try to run with bash -x /usr/bin/cppcms_run crafty -c config.js To see where exactly the script fails. Also what web server do you use/have installed? Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ ----- Original Message ----- > From: "ele...@ex..." <ele...@ex...> > To: Artyom Beilis <art...@ya...>; cpp...@li... > Cc: > Sent: Wednesday, June 6, 2012 7:48 AM > Subject: Re: [Cppcms-users] cppcms_run complains there is no service.socket > >> AFAIR something trivial triggers this message. I think if there is a >> syntax error in the >> config.js file this error would be generated. > > Im attaching my config, see if you can find out whats happening. Running > the project directly with ./project -c config.js works fine so I dont know > whats the issue > > Petr > |