05.04.2013 15:16:29
farhan Posts: 3
|
Hi,
We have integrated RCWintrans in our continuous integration process and use the RWTCmd to do translations. However many a times we get this error
[font=verdana, helvetica, arial][exec] The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))[/font] [font=verdana, helvetica, arial][exec] An error occurred! Please check the project and language settings in this batch file.[/font] [font=verdana, helvetica, arial][exec] RCWinTrans will be killed in 5 seconds. This is your last chance to quit.[/font]
[font=verdana, helvetica, arial] [/font] [font=verdana, helvetica, arial]When we run the commandline tool directly it works fine. The problem is only when Nant tries to execute the RWTCmd.[/font] [font=verdana, helvetica, arial] [/font] Also this does not happens always but often. edited by farhan on 05.04.2013
|
0
• permalink
|
12.04.2013 22:15:51
Support Administrator Posts: 245
|
Hello farhan,
This is difficult. I do not know who generates the error and why. An error message "An error occurred! Please check the project and language settings in this batch file." I have never seen or heard about.
The problem may be forced because ... - the fact that the command line tool (rwtcmd.exe) starts and uses RC-WinTrans as COM server (?) - a command (from rwtcmd.exe) comes faster then the .NET garbage collection (GC) from the previous RC-WinTrans usage (previous command) is cleared (?). (RC-WinTrans uses many .NET objects each in combination with COM objects. The number increases with the size of a project ).
Regards, Support, Schaudin.com
|
0
• permalink
|
17.04.2013 08:05:48
farhan Posts: 3
|
Hi,
We do use rwtcmd.exe from a batch file which invokes RC-WinTrans as COM server (for sure)
I also confirm we use the /a flag to force shutdown after each action called. -- One thing we do notice that even after successful operation RcWinTrans.exe keeps running as a process.
Hope this will help you to further help us in identifying this issue.
Support wrote:
Hello farhan,
This is difficult. I do not know who generates the error and why. An error message "An error occurred! Please check the project and language settings in this batch file." I have never seen or heard about.
The problem may be forced because ... - the fact that the command line tool (rwtcmd.exe) starts and uses RC-WinTrans as COM server (?) - a command (from rwtcmd.exe) comes faster then the .NET garbage collection (GC) from the previous RC-WinTrans usage (previous command) is cleared (?). (RC-WinTrans uses many .NET objects each in combination with COM objects. The number increases with the size of a project ).
Regards, Support, Schaudin.com
|
0
• permalink
|
17.04.2013 16:24:29
farhan Posts: 3
|
Further information we get the following Event log
Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 1000 User: N/A Computer: XXXXXXXXXXXXXXX Description: Faulting application rcwintrans9.exe, version 9.1.0.93, stamp 4d448621, faulting module ntdll.dll, version 5.1.2600.6055, stamp 4d00f27d, debug? 0, fault address 0x0000108d.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp. Data: 0000: 41 00 70 00 70 00 6c 00 A.p.p.l. 0008: 69 00 63 00 61 00 74 00 i.c.a.t. 0010: 69 00 6f 00 6e 00 20 00 i.o.n. . 0018: 46 00 61 00 69 00 6c 00 F.a.i.l. 0020: 75 00 72 00 65 00 20 00 u.r.e. . 0028: 20 00 72 00 63 00 77 00 .r.c.w. 0030: 69 00 6e 00 74 00 72 00 i.n.t.r. 0038: 61 00 6e 00 73 00 39 00 a.n.s.9. 0040: 2e 00 65 00 78 00 65 00 ..e.x.e. 0048: 20 00 39 00 2e 00 31 00 .9...1. 0050: 2e 00 30 00 2e 00 39 00 ..0...9. 0058: 33 00 20 00 34 00 64 00 3. .4.d. 0060: 34 00 34 00 38 00 36 00 4.4.8.6. 0068: 32 00 31 00 20 00 69 00 2.1. .i. 0070: 6e 00 20 00 6e 00 74 00 n. .n.t. 0078: 64 00 6c 00 6c 00 2e 00 d.l.l... 0080: 64 00 6c 00 6c 00 20 00 d.l.l. . 0088: 35 00 2e 00 31 00 2e 00 5...1... 0090: 32 00 36 00 30 00 30 00 2.6.0.0. 0098: 2e 00 36 00 30 00 35 00 ..6.0.5. 00a0: 35 00 20 00 34 00 64 00 5. .4.d. 00a8: 30 00 30 00 66 00 32 00 0.0.f.2. 00b0: 37 00 64 00 20 00 66 00 7.d. .f. 00b8: 44 00 65 00 62 00 75 00 D.e.b.u. 00c0: 67 00 20 00 30 00 20 00 g. .0. . 00c8: 61 00 74 00 20 00 6f 00 a.t. .o. 00d0: 66 00 66 00 73 00 65 00 f.f.s.e. 00d8: 74 00 20 00 30 00 30 00 t. .0.0. 00e0: 30 00 30 00 31 00 30 00 0.0.1.0. 00e8: 38 00 64 00 0d 00 0a 00 8.d.....
Followed by this error
Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 1023 User: N/A Computer: XXXXXXXXXXXXXXX Description: .NET Runtime version 2.0.50727.3643 - Fatal Execution Engine Error (7A0BCA72) (80131506)
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp.
|
0
• permalink
|
19.04.2013 20:06:28
Support Administrator Posts: 245
|
Hello farhan,
We do not know what influence the NAet tool may have. Using NAet to run RC-WinTrans command line commands has not been tested. Actually I think we cannot help.
Regards, Support, Schaudin.com
|
0
• permalink
|