我能够通过计算机上的以下JDBC连接连接到Server实例:
jdbc:sqlserver://<my_server>;databaseName=<my_db>;integratedSecurity=true;authenticationScheme=JavaKerberos;username=<my_user>;password=<my_pwd>
但是,当在Linux计算机上调用相同的连接字符串时,我得到以下错误堆栈:
com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP con
对于我的Ubuntu上的服务列表,在端口515上找不到打印机服务。
nmap -sT -O localhost
PORT STATE SERVICE
23/tcp open telnet
139/tcp open netbios-ssn
445/tcp open microsoft-ds
631/tcp open ipp
9050/tcp open tor-socks
Device type: general purpose
Running: Linux 3.X
OS CPE: cpe:/o:linux:linux_kernel:3
OS details: Lin
在linux机器上,我正在尝试启动Glassfish服务器。
./startserv
这将返回以下消息:
There is a process already running using the admin port 4848 -- it is probably another instance of a Glassfish server
尝试使用以下命令标识这是哪个进程:
lsof -t -i tcp:4848
在运行Glassfish的另一台计算机上,此命令返回Glassfish使用的进程id。然而,在我们正在处理问题的机器上,什么也没有返回。
在lsof -t -i tcp:4848没有