Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIGASE_HOME is not set #2

Open
ruitobe opened this issue Apr 16, 2018 · 13 comments
Open

TIGASE_HOME is not set #2

ruitobe opened this issue Apr 16, 2018 · 13 comments

Comments

@ruitobe
Copy link

ruitobe commented Apr 16, 2018

Tried to start tigase sever by tigase start, but reported error message:
TIGASE_HOME is not set.

seems there is no related tigase-server*.jar file?

@tangloong
Copy link

跑起来了、连接不上
Loading component: ws2s :: componentInfo{Title=Tigase XMPP Server, Version=7.1.0-b4379/8ed39c0c (2017-01-30/19:29:59), Class=tigase.server.websocket.WebSocketClientConnectionManager}
2018-10-22 16:39:41.533 [main] ConfigurationCache.store() WARNING: Dumping server configuration to: etc/config-dump.properties
== Mon Oct 22 16:39:41 CST 2018 Server finished starting up and (if there wasn't any error) is ready to use

2018-10-22 16:41:34.278 [Timer-1] RequestHandler$2.run() WARNING: request processing time exceeded! for id = 3
2018-10-22 16:42:55.376 [ConnectionOpenThread] SocketThread.() WARNING: 9 socketReadThreads started.
2018-10-22 16:42:55.381 [ConnectionOpenThread] SocketThread.() WARNING: 9 socketWriteThreads started.

@tangloong
Copy link

连接上了不能加好友 Spark 不能登录 APP可以 奇怪,

@qingshi688
Copy link

连接上了不能加好友 Spark 不能登录 APP可以 奇怪,

哥们我也遇到了这个问题。。TIGASE_HOME is not set 请教下怎么解决的呢

@CHNPeterWang
Copy link

连接上了不能加好友 Spark 不能登录 APP可以 奇怪,

老铁,能否交流一下,我的spark能聊天,但是App就是连不上

@CHNPeterWang
Copy link

连接上了不能加好友 Spark 不能登录 APP可以 奇怪,

哥们我也遇到了这个问题。。TIGASE_HOME is not set 请教下怎么解决的呢

环境变量里加上就行

@CHNPeterWang
Copy link

我的APP一直报这个错误

2019-02-22 16:55:29.953 21912-22023/com.htmessage.yichatopen I/MessageService: connectXmppconnect()--->e--->No response received within reply timeout. Timeout was 5000ms (~5s). Used filter: No filter used or filter was 'null'.
2019-02-22 16:55:29.954 21912-22023/com.htmessage.yichatopen W/System.err: org.jivesoftware.smack.SmackException$NoResponseException: No response received within reply timeout. Timeout was 5000ms (~5s). Used filter: No filter used or filter was 'null'.
2019-02-22 16:55:29.954 21912-22023/com.htmessage.yichatopen W/System.err: at org.jivesoftware.smack.SynchronizationPoint.checkForResponse(SynchronizationPoint.java:253)
2019-02-22 16:55:29.954 21912-22023/com.htmessage.yichatopen W/System.err: at org.jivesoftware.smack.SynchronizationPoint.checkIfSuccessOrWait(SynchronizationPoint.java:146)
2019-02-22 16:55:29.954 21912-22023/com.htmessage.yichatopen W/System.err: at org.jivesoftware.smack.SynchronizationPoint.checkIfSuccessOrWaitOrThrow(SynchronizationPoint.java:125)
2019-02-22 16:55:29.954 21912-22023/com.htmessage.yichatopen W/System.err: at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:857)
2019-02-22 16:55:29.954 21912-22023/com.htmessage.yichatopen W/System.err: at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:364)
2019-02-22 16:55:29.954 21912-22023/com.htmessage.yichatopen W/System.err: at com.htmessage.sdk.service.MessageService$1.run(Unknown Source:6)
2019-02-22 16:55:29.954 21912-22023/com.htmessage.yichatopen W/System.err: at java.lang.Thread.run(Thread.java:764)
2019-02-22 16:55:29.956 21912-22025/com.htmessage.yichatopen W/AbstractXMPPConnection: Connection closed with error
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
stream:error</stream:error>
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1015)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$300(XMPPTCPConnection.java:956)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:971)
at java.lang.Thread.run(Thread.java:764)
2019-02-22 16:55:29.956 21912-22025/com.htmessage.yichatopen I/MessageService: connectionListener:--->connectionClosedOnError--->e---->host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
stream:error</stream:error>

@tangloong
Copy link

连接上了不能加好友 Spark 不能登录 APP可以 奇怪,

老铁,能否交流一下,我的spark能聊天,但是App就是连不上

我现在源码都找不到了,我记得 我记了怎么解决来着 我找一找,好像需要在某个文件里面添加

@CHNPeterWang
Copy link

连接上了不能加好友 Spark 不能登录 APP可以 奇怪,

老铁,能否交流一下,我的spark能聊天,但是App就是连不上

我现在源码都找不到了,我记得 我记了怎么解决来着 我找一找,好像需要在某个文件里面添加

感谢,麻烦找一下了

@cocoyes
Copy link

cocoyes commented Mar 4, 2019

Tried to start tigase sever by tigase start, but reported error message:
TIGASE_HOME is not set.

seems there is no related tigase-server*.jar file?

hello,I also encountered this problem, how do you solve it?

@hantu85
Copy link

hantu85 commented Mar 10, 2019

Looking at the source code of this project you need to build this YiChat server before you will be able to use it. It contains old source code of Tigase XMPP Server. If you would like to try original Tigase XMPP Server in the newest version, then you will find Tigase XMPP Server project page at https://tigase.tech/projects/tigase-server and full documentation for Tigase is available at https://docs.tigase.net/tigase-server/snapshot/Administration_Guide/html/

@jiachengll
Copy link

出现TIGASE_HOME is not set.
需要到/scripts/tigase.sh 88行 修改tigase-server

@280462111
Copy link

tigase-server

修改成什么??

@liwei3927
Copy link

/opt/tigase-server-7.1.3-b4482/jars/ 添加tigase-server-7.1.3-b4482.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants