|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
137. Not able to log in to 2 Tier Teamcenter (TCServer cannot be started)
1 i* h. s+ \4 ^9 K9 s! OSymptom
8 A$ t" Q; ^' D; \: \" C6 hWhile loggin in to Teamcenter, following error is shown:1 y# `+ k/ t5 Z/ A
com.teamcenetr.soa.client.SoaRuntimeException:Could not connect to
' b i- T \ \# v4 o"iipo:localhost:1573/TcServer1" via IIOP5 R& J( e% K, E2 z8 D, a- D i, h
TAO Screen:
) i" i K- ]* A$ T8 j0 NChecking for currently running TAO ImR services...1 I4 A! [" k, j# [
No running TAO ImR services found...
1 T) {: t' f ]4 X1 file(s) copied.1 h! l& p' V- \# g
Starting ImplRepo service...: M `. S5 x6 S
……………..
! z" E) l& C" B3 h2 `0 K$ kImR Activator: Starting server <TcServer1>...
! V: @2 z: a7 M. V$ }# ]/ mcommand line : <C:\Program) J) n9 k' A" ^5 a) x% ^
Files\Siemens\Teamcenter10\TC_Root\iiopserver
: x* U! b# i+ k8 [" O: Bs\start_TcServer1.bat>' r* x9 j- a% P& s3 H& s3 ]& H
directory : <C:\Program Files\Siemens\Teamcenter10\TC_Root\iiopservers>
8 U- x' P1 n" y* z7 \ImR Activator: Cannot start server <TcServer1> using <C:\Program
- i2 E# q# C' k' j4 _" `$ q% G2 nFiles\Siemens\T
. N9 h% W+ n: n1 D5 Reamcenter10\TC_Root\iiopservers\start_TcServer1.bat>: N v, U! K9 C7 \' g
ImR: Activator cannot start <TcServer1>.
2 o6 R# ?! P8 \0 P8 {ImR: <TcServer1> not running. alive=false.7 \6 _7 x/ V4 `
ImR: Cannot Activate <TcServer1>.; Z/ }7 p" F2 y3 V9 S/ |5 t0 i
Cannot activate server <TcServer1>, reason: <Cannot start server.>& x; I5 h$ @" S8 x2 c# G, _
Solution
) X9 G* ?$ [' {- z9 G6 X) A2 @TAO would report cannot start tcserver.
/ M& ~; @+ u2 l6 W2 YTC_ROOT and TC_DATA had space in the directory name.
% @2 ~* I* C$ A4 lportal.bat would not call start_TcServer1.bat via the tcserver.xml
8 u0 M7 y# A$ AEdited the tcserver.xml and noted the TC_ROOT with short path name (DOS 8.3 syntax)
* O; Z* Z& f' zreplacing the folder name with space.% }/ X1 r1 P5 ]9 |
Example:, C$ c l' H- A+ U, G
C:\PROGRA~1\TC_ROOT & C:\PROGRA~1\TC_DATA# }9 }& \( P/ @; }% d) J. U
Lauch portal.bat, now tcsever is started and able to login. c( t! U+ G7 y2 e
It is highly recommend that TC full installation directory has no space, including NX and1 m8 V% Y. A1 M1 i# b- q
any other related softwares.2 u& W5 k7 d: e0 K0 K( c7 f4 X3 Z, m
For example% y5 s3 T: V: b3 m
TC_ROOT = c:\apps\X64\TC\TC11$ r% W2 f) N2 v
TC_DATA = c:\apps\x64\TC\tcdata
3 k b, p; M0 Q2 V5 {; \& s, tX64 means 64bit TC software, while for 32 bit, please use X86
9 r$ f' \4 i+ z* g( a7 a |
|