Emqx: observer:start() not working ..

Created on 27 Feb 2017  Â·  3Comments  Â·  Source: emqx/emqx

Environment

  • OS:
  • Erlang/OTP:
  • EMQ:

Description

A description of the issue
observer:start() throws
** exception error: undefined function wx_object:start/3
in function observer_wx:start/0 (observer_wx.erl, line 72)

Need help with this?

Support

Most helpful comment

@SumitFlochat Please clone 'emq-relx' project, uncomment '{wx, load}' in the relx.config, and build EMQ from source. The binary package we released officially does not contain wx library.

All 3 comments

Wx is missing. Does your erlang installation support wx widgets?

Are you running a prebuilt release or have you compiled it yourself?

On Mon 27 Feb, 2017 15:51 SumitFlochat, notifications@github.com wrote:

Environment

  • OS:
  • Erlang/OTP:
  • EMQ:

Description

A description of the issue
observer:start() throws
** exception error: undefined function wx_object:start/3
in function observer_wx:start/0 (observer_wx.erl, line 72)

Need help with this?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/emqtt/emqttd/issues/926, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABnL8PwabOWrBFLML7SHVVKXGZ7ygvemks5rgqO0gaJpZM4MM7RJ
.

@SumitFlochat Please clone 'emq-relx' project, uncomment '{wx, load}' in the relx.config, and build EMQ from source. The binary package we released officially does not contain wx library.

@emqplus .
Thank you for your reply...
It's working .... :+1:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jemc picture jemc  Â·  5Comments

mikybone picture mikybone  Â·  3Comments

baer-devl picture baer-devl  Â·  4Comments

rootqa picture rootqa  Â·  3Comments

franquis picture franquis  Â·  5Comments