ADLINK-IST / opensplice

This is the Vortex OpenSplice Community Edition source repository. For our commercial offering see
https://www.adlinktech.com/en/vortex-opensplice-data-distribution-service
Apache License 2.0
259 stars 157 forks source link

Allocating new TypeSupport failed. #184

Open hendraprawira opened 1 year ago

hendraprawira commented 1 year ago

i have an error when using quarkus framework in java, when run a simple subscriber, then come out error _Exception in thread "Thread-80" org.omg.dds.core.PreconditionNotMetException: Allocating new TypeSupport failed. TacticalPoint.TacticPoint at org.opensplice.dds.core.OsplServiceEnvironment$OpenSpliceServiceProviderInterface.newTypeSupport (OsplServiceEnvironment.java:138) at org.opensplice.dds.domain.DomainParticipantImpl.createTopic (DomainParticipantImpl.java:298) at org.acme.OsplSubs.run (OsplSubs.java:69)

    at org.opensplice.dds.core.OsplServiceEnvironment$OpenSpliceServiceProviderInterface.newTypeSupport(OsplServiceEnvironment.java:138)
    at org.opensplice.dds.domain.DomainParticipantImpl.createTopic(DomainParticipantImpl.java:298)
    at org.acme.OsplSubs.run(OsplSubs.java:69)_

   how to handle Topic Class if there didnt same with Main driver, when i use the Java native running greatly, thanks