You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: