技术文章 - CS367229

在 Windchill PDMLink 中运行时,诸如“windchill stop”或“windchill status”之类的 Windchill 命令会挂起

已修改: 27-Jun-2024   


注意:本文已使用机器翻译软件翻译,以方便非英语客户阅读。但翻译内容可能包含语法错误或不准确之处。请注意, PTC对本文所含信息的翻译准确性及使用后果不承担任何责任。请在 此处 查看本文的英文原始版本以便参考。有关机器翻译的更多详情,请单击 此处
感谢您告诉我们。我们将尽快审阅此译文。

适用于

  • Windchill PDMLink 12.0 to 13.0

说明

  • 从 Windchill shell 运行 Windchill 命令(如windchill stopwindchill status)时需要很长时间
  • Windchill 挂起,操作缓慢
  • Windchill 命令的线程转储显示它正在等待 http 请求以获取wt.properties文件
"main" #1 prio=5 os_prio=0 cpu=911.53ms elapsed=21.08s tid=0x0000154400028000 nid=0x376d runnable  [0x0000154409d40000]
   java.lang.Thread.State: RUNNABLE
	at java.net.SocketInputStream.socketRead0([email protected]/Native Method)
	at java.net.SocketInputStream.socketRead([email protected]/SocketInputStream.java:115)
	at java.net.SocketInputStream.read([email protected]/SocketInputStream.java:168)
	at java.net.SocketInputStream.read([email protected]/SocketInputStream.java:140)
	at sun.security.ssl.SSLSocketInputRecord.read([email protected]/SSLSocketInputRecord.java:478)
	at sun.security.ssl.SSLSocketInputRecord.readHeader([email protected]/SSLSocketInputRecord.java:472)
	at sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket([email protected]/SSLSocketInputRecord.java:70)
	at sun.security.ssl.SSLSocketImpl.readApplicationRecord([email protected]/SSLSocketImpl.java:1354)
	at sun.security.ssl.SSLSocketImpl$AppInputStream.read([email protected]/SSLSocketImpl.java:963)
	at java.io.BufferedInputStream.fill([email protected]/BufferedInputStream.java:252)
	at java.io.BufferedInputStream.read1([email protected]/BufferedInputStream.java:292)
	at java.io.BufferedInputStream.read([email protected]/BufferedInputStream.java:351)
	- locked <0x0000000717d419f0> (a java.io.BufferedInputStream)
	at sun.net.www.http.HttpClient.parseHTTPHeader([email protected]/HttpClient.java:754)
	at sun.net.www.http.HttpClient.parseHTTP([email protected]/HttpClient.java:689)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0([email protected]/HttpURLConnection.java:1615)
	- locked <0x000000071758a608> (a sun.net.www.protocol.https.DelegateHttpsURLConnection)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream([email protected]/HttpURLConnection.java:1520)
	- locked <0x000000071758a608> (a sun.net.www.protocol.https.DelegateHttpsURLConnection)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream([email protected]/HttpsURLConnectionImpl.java:250)
	- locked <0x000000071758a6f8> (a sun.net.www.protocol.https.HttpsURLConnectionImpl)
	at wt.util.WTContext.getResourceAsStream(WTContext.java:3568)
	- locked <0x000000071758a750> (a wt.util.WTContext)
	at wt.util.WTContext.getServerResourceAsStream(WTContext.java:3711)
	- locked <0x000000071758a750> (a wt.util.WTContext)
	at wt.util.WTProperties.getServerProperties(WTProperties.java:959)
	- locked <0x000000071758a8b0> (a java.lang.Object)
	at wt.manager.RemoteServerManager.getRegistry(RemoteServerManager.java:673)
	- locked <0x000000071758aa28> (a wt.manager.RemoteServerManager)
	at wt.manager.RemoteServerManager.acquireServerManager(RemoteServerManager.java:537)
	at wt.manager.RemoteServerManager.getServerManager(RemoteServerManager.java:516)
	- locked <0x000000071758aa28> (a wt.manager.RemoteServerManager)
	at wt.manager.RemoteServerManager.remoteInvoke(RemoteServerManager.java:452)
	at wt.manager.RemoteServerManager.getInfo(RemoteServerManager.java:368)
	at wt.manager.RemoteServerManager.mainInternal(RemoteServerManager.java:787)
	at wt.manager.RemoteServerManager.main(RemoteServerManager.java:779)
  • 此请求永远不会到达 Windchill 或本地 Web 服务器
这是文章 367229 的 PDF 版本,可能已过期。最新版本 CS367229