Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allocating new TypeSupport failed. #184

Open
hendraprawira opened this issue Sep 30, 2023 · 0 comments
Open

Allocating new TypeSupport failed. #184

hendraprawira opened this issue Sep 30, 2023 · 0 comments

Comments

@hendraprawira
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant