Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Argument IDL ,clashes with type interface

Status
Not open for further replies.

Giovanni La Macchia

Technical User
Nov 27, 2018
1
0
0
IT
Hello All,

I have an error during the compilation about idl, with tool jacorb.
The error message, refers to the subsequent strutcture:

void getEventChannel(out CosNotifyChannelAdmin::EventChannel eventChannel)
raises(globaldefs::processingFailureException);

The clashes, seems that both the functions call the same interface.
It's possibile, that this error is due for a wrong naming definition about interfaces?


### Error Message ###

SEVERE org.jacorb.idl.lexer emit_error C:\emsSession.idl, line: 1575(1): In operation mtnm.tmforum.org.emsSession.EmsSession_I.getEventChannel argument eventChannel clashes with type CosNotifyChannelAdmin.EventChannel

gen 29, 2019 12:19:54 PM org.jacorb.idl.lexer emit_error
SEVERE: C:\emsSession.idl, line: 1575(1): In operation mtnm.tmforum.org.emsSession.EmsSession_I.getEventChannel argument eventChannel clashes with type CosNotifyChannelAdmin.EventChannel

SEVERE org.jacorb.idl.lexer emit_error C:\emsSession.idl, line: 1575(1): 1 error(s).

gen 29, 2019 12:19:54 PM org.jacorb.idl.lexer emit_error
SEVERE: C:\emsSession.idl, line: 1575(1): 1 error(s).

SEVERE org.jacorb.idl.lexer emit_error Parse error : Lexer errors
gen 29, 2019 12:19:54 PM org.jacorb.idl.lexer emit_error
SEVERE: Parse error : Lexer errors

I hope that my description is not too confused :)

Thanks a lot!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top