简体   繁体   English

tableau服务器错误:服务器中的文件意外结束

[英]tableau server error: Unexpected end of file from server

I'm trying to install the tableau server on ubuntu server. 我正在尝试在ubuntu服务器上安装tableau服务器。 Since 80 port is already bounded by other process, I start server on port 8850 . 由于80端口已经受到其他进程的限制,因此我在port 8850上启动服务器。 I tried to create an initial user by tabcmd initialuser --server 'localhost:8850 --username "code" --password="erDsd3ffds2!" 我试图通过tabcmd initialuser --server 'localhost:8850 --username "code" --password="erDsd3ffds2!"创建一个初始用户tabcmd initialuser --server 'localhost:8850 --username "code" --password="erDsd3ffds2!" But it said " java.net.SocketException:Unexpected end of file from server How can I fix it? 但它说“ java.net.SocketException:Unexpected end of file from server如何解决?

Yes, I have come across the situation before. 是的,我之前遇到过这种情况。 The problem lies in here. 问题就在这里。 You are indicating the wrong port number. 您输入的端口号错误。 Instead of 8850 , you need to point your Gateway Port . 而不是8850 ,您需要指向Gateway Port

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java HTTP Server错误:服务器中的文件意外结束 - Error with Java HTTP Server: Unexpected end of file from server 如何处理“来自服务器的文件意外结束”? - how to deal with “Unexpected end of file from server”? 服务器中的文件意外结束,但通过浏览器正确下载了文件 - Unexpected end of file from server but file download correctly via browser 引起:java.net.SocketException:来自服务器的文件意外结束 - Caused by: java.net.SocketException: Unexpected end of file from server 仅限Mac上的例外:来自服务器的文件意外结束 - Exception on Mac only: Unexpected end of file from server 使用cxf 3.1.8的服务器意外结束文件 - Unexpected end of file from server using cxf 3.1.8 异常:java.net.SocketException:来自服务器的文件意外结束 - Exception: java.net.SocketException: Unexpected end of file from server java.net.SocketException:来自服务器的文件意外结束 - java.net.SocketException: Unexpected end of file from server org.testng.TestNGException:java.net.SocketException:使用 Selenium 和 TestNG 和 Maven 的服务器错误文件意外结束 - org.testng.TestNGException: java.net.SocketException: Unexpected end of file from server error using Selenium with TestNG and Maven 来自servlet的“SocketException:来自服务器的文件的意外结束”,但不是来自独立应用程序 - “SocketException: Unexpected end of file from server” from servlet but not from standalone application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM