[GitHub] [rocketmq-client-cpp] morysky commented on issue #288: start producer failed

2020-03-25 Thread GitBox
morysky commented on issue #288: start producer failed
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/288#issuecomment-603875565
 
 
boost::filesystem::create_directories: Permission denied: 
"//logs/rocketmq-cpp"
   
   Solved.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-cpp] morysky commented on issue #288: start producer failed

2020-03-25 Thread GitBox
morysky commented on issue #288: start producer failed
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/288#issuecomment-603867870
 
 
   fmt.Println("i am starting the producer |" ,*C.GetLatestErrorMessage(), "|", 
err, p.cproduer)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-cpp] morysky commented on issue #288: start producer failed

2020-03-25 Thread GitBox
morysky commented on issue #288: start producer failed
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/288#issuecomment-603867973
 
 
   
   i am starting the producer | 98 | start producer failed &{}


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-cpp] morysky commented on issue #288: start producer failed

2020-03-25 Thread GitBox
morysky commented on issue #288: start producer failed
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/288#issuecomment-603813995
 
 
   I can run it on my develop Linux machine... But fails on this machine...


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-cpp] morysky commented on issue #288: start producer failed

2020-03-25 Thread GitBox
morysky commented on issue #288: start producer failed
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/288#issuecomment-603813698
 
 
   > q
   
   I am a RD User, My service is running by OP's deploy tools. (Maybe $HOME is 
/root or www): ( So I cannot get the proper log path...


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-cpp] morysky commented on issue #288: start producer failed

2020-03-25 Thread GitBox
morysky commented on issue #288: start producer failed
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/288#issuecomment-603809343
 
 
   // Start the producer.
   func (p *defaultProducer) Start() error {
err := rmqError(C.StartProducer(p.cproduer))
if err != NIL {
return err
}
return nil
   }


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services