• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

CORBA UNKNOWN 0

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting CORBA UNKNOWN 0 error in most of my screens.
Any solution for this...?
I am using EAServer 3.5 in Solaris 2.8 with Sybase 12.5 and JDK 1.2.2
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Raghothaman,
Any Runtime Exception that occurs at server side and that is not defined within the idl, is reported to the client as a CORBA_UNKNOWN Exception. Consequently, you will never be able to know the root cause of the exception at client side.
Solution : try to debug your code at SERVER SIDE (servants) to see exactly what happens.
Regards
[ June 25, 2002: Message edited by: Omar IRAQI ]
[ June 25, 2002: Message edited by: Omar IRAQI ]
reply
    Bookmark Topic Watch Topic
  • New Topic