• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Label type does not match discriminator type

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using JacORB 2.3 version. While I am using unions in my IDLs, at server side am getting the below exception.
Can some one let me know what could be the issue and how to resolve it?

java.lang.ExceptionInInitializerError
at MetaSolv.CORBA.WDIPSR.data_v3.PSRCustomerAccountSeqHelper.<clinit>(Unknown Source)
at MetaSolv.CORBA.WDIPSR._WDINotificationStub.PSRCustomerExportSucceeded_v3(Unknown Source)
at MetaSolv.WDIPSR.modes.BuildSingleCustomer_v3.run(BuildSingleCustomer_v3.java:62)
at com.metasolv.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:725)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.omg.CORBA.BAD_PARAM: Label type does not match discriminator type vmcid: 0x0 minor code: 19 completed: No
at org.jacorb.orb.ORBSingleton.create_union_tc(ORBSingleton.java:589)
at org.jacorb.orb.ORBSingleton.create_union_tc(ORBSingleton.java:513)
at MetaSolv.CORBA.WDIPSR.data_v3.BillingAccountUnionHelper.type(Unknown Source)
at MetaSolv.CORBA.WDIPSR.data_v3.PSRCustomerAccountHelper.<clinit>(Unknown Source)


Thnaks,
Ramesh
reply
    Bookmark Topic Watch Topic
  • New Topic