You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/25 12:21:19 UTC

[GitHub] [rocketmq-client-cpp] morysky opened a new issue #288: start producer failed

morysky opened a new issue #288: start producer failed
URL: https://github.com/apache/rocketmq-client-cpp/issues/288
 
 
   OS:CentOS Linux release 7.5.1804 (Core)
   
   I am using GO-SDK,But When I start the producer encounter this error
   [start producer failed]. This is returned by CGO, So I cannot see any other errmsg.
   
   Please help me.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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

Posted by GitBox <gi...@apache.org>.
morysky closed issue #288: start producer failed
URL: https://github.com/apache/rocketmq-client-cpp/issues/288
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services

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

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #288: start producer failed
URL: https://github.com/apache/rocketmq-client-cpp/issues/288#issuecomment-603809883
 
 
   logs at {home}/logs/rocketmq-cpp

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services

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

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services

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

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services

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

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services

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

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services