Giter VIP home page Giter VIP logo

Comments (15)

BriData avatar BriData commented on July 23, 2024

你好,导致loading状态可能有多种原因,请检查以下几点内容:
1.进程HttpServerLauncher已经启动
2.检查dbus-web的配置文件conf\mybatis.properties,确保jdbc连接串、用户名和密码正确
3.参考https://github.com/BriData/DBus/wiki/Usage(2)-Start-and-Check#1-zookeeper , 检查zk初始化配置是否正确

from dbus.

uang520 avatar uang520 commented on July 23, 2024

好的谢谢,我们还遇到一个问题,就是kafka的topic没有启起来,但是kafka server都是正常的。每个组件是如何启动对应的kafka 生产者进程的?

'http://192.168.3.164:65535/datasources/search', body:{"pageNum":1,"pageSize":20,"size":1,"orderBy":null,"startRow":1,"endRow":1,"total":1,"pages":1,"list":[{"id":2,"dsName":"testdb","dsType":"mysql","status":"active","dsDesc":"all in one test.","topic":"testdb","ctrlTopic":"testdb_ctrl","schemaTopic":"testdb_schema","splitTopic":"testdb_topic","masterURL":"jdbc:MySQL://localhost:3306/dbus?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false&noAccessToProcedureBodies=true&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false","slaveURL":"jdbc:MySQL://localhost:3306/dbus?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false&noAccessToProcedureBodies=true&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false","dbusUser":"dbus","dbusPassword":"j0<C6cqcqr:Dbus","updateTime":"2017-09-08 15:54:17.000"}],"firstPage":1,"prePage":0,"nextPage":0,"lastPage":1,"isFirstPage":true,"isLastPage":true,"hasPreviousPage":false,"hasNextPage":false,"navigatePages":8,"navigatepageNums":[1]}
2017-10-17 15:21:47:409 - info: /app/dbus-0.3.0/dbus-mgr-0.3.0/manager/lib/utils/utils.js[50] - [http-request] Response[200] from url: 'http://192.168.3.164:65535/datasources', body:"[{"id":2,"dsName":"testdb","dsType":"mysql","status":"active","dsDesc":"all in one test.","topic":"testdb","ctrlTopic":"testdb_ctrl","schemaTopic":"testdb_schema","splitTopic":"testdb_topic","masterURL":"jdbc:MySQL://localhost:3306/dbus?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false&noAccessToProcedureBodies=true&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false","slaveURL":"jdbc:MySQL://localhost:3306/dbus?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false&noAccessToProcedureBodies=true&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false","dbusUser":"dbus","dbusPassword":"a5319fb2dbacdaa7cc49fb496980f524","updateTime":"2017-09-08 15:54:17.000"}]"
2017-10-17 15:22:52:488 - info: /app/dbus-0.3.0/dbus-mgr-0.3.0/manager/lib/utils/utils.js[50] - [http-request] Response[200] from url: 'http://192.168.3.164:65535/ctlMessage/send', body:{"status":-1,"message":"org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 60000 ms."}

from dbus.

uang520 avatar uang520 commented on July 23, 2024

微信群二维码过期了,有没有新的?

from dbus.

uang520 avatar uang520 commented on July 23, 2024

[zk: 192.168.3.164:2182(CONNECTED) 5] ls /kafka/config/topics
[marlboroAlertQueue, testdb.testschema.result, global_ctrl_topic, dbus_statistic, marlboroMetricQueue, testdb.dbus.result, __consumer_offsets]

[root@cdh3-164 bin]# ./kafka-topics.sh --list -zookeeper 192.168.3.164:2182
没有输出

from dbus.

timxim avatar timxim commented on July 23, 2024

我通过跟踪请求信息发现
app.300005d….js:32
GET http://xxx.xxx.xxx.xxx:65532/mgr/ds/search 404 (Not Found)
我通过查看dbus-ws模块源码没有发现/ds/search的资源rest实现,不知道是我理解错了,还是代码有更新,请帮忙看看。谢谢!

from dbus.

uang520 avatar uang520 commented on July 23, 2024

你要先登入吧

from dbus.

timxim avatar timxim commented on July 23, 2024

谢谢uang520

from dbus.

free-souls avatar free-souls commented on July 23, 2024

@uang520 你可以看下是不是你的nodejs,pm2有没有安装对,我也遇到了这个问题

from dbus.

timxim avatar timxim commented on July 23, 2024

from dbus.

lifei1234 avatar lifei1234 commented on July 23, 2024

@uang520 你这个问题怎么解决的?请教一下

from dbus.

uang520 avatar uang520 commented on July 23, 2024

我记得是修改了一下配置就好了,应该还是哪里配置的不对造成的。

from dbus.

wingerx avatar wingerx commented on July 23, 2024

@uang520 你是通过dbus-allinone 这个部署的吗?我通过这个部署,也遇到了这个问题。

from dbus.

lifei1234 avatar lifei1234 commented on July 23, 2024

@wingerx allinone就是有问题,我换了就好了

from dbus.

zhangxue3 avatar zhangxue3 commented on July 23, 2024

@wingerx allinone就是有问题,我换了就好了

请问一下本地能跑起来么?

from dbus.

uang520 avatar uang520 commented on July 23, 2024

from dbus.

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.