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
Loading a type definition in Studio results in the following error in Studio:
[SCH02] TypeDB Studio Schema: Failed to load type properties due to: [SRV30] Invalid Server Operation: The request message was not recognised..
On the server console:
10:57:02.408 [typedb-service::0] ERROR com.vaticle.typedb.core.server.TransactionService - [SRV30] Invalid Server Operation: The request message was not recognised.
com.vaticle.typedb.core.common.exception.TypeDBException: [SRV30] Invalid Server Operation: The request message was not recognised.
at com.vaticle.typedb.core.common.exception.TypeDBException.of(TypeDBException.java:66)
at com.vaticle.typedb.core.server.concept.TypeService.execute(TypeService.java:247)
at com.vaticle.typedb.core.server.TransactionService.executeRequest(TransactionService.java:190)
at com.vaticle.typedb.core.server.TransactionService.execute(TransactionService.java:153)
at com.vaticle.typedb.core.server.TransactionService.onNext(TransactionService.java:127)
at com.vaticle.typedb.core.server.TransactionService.onNext(TransactionService.java:82)
at io.grpc.stub.ServerCalls$StreamingServerCallHandler$StreamingServerCallListener.onMessage(ServerCalls.java:262)
at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.messagesAvailableInternal(ServerCallImpl.java:318)
at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.messagesAvailable(ServerCallImpl.java:301)
at io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1MessagesAvailable.runInContext(ServerImpl.java:834)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Environment
OS (where TypeDB server runs): Windows 11
TypeDB version (and platform): 2.12
TypeDB client: Studio 2.11
Other environment details:
Reproducible Steps
Navigate to a type in the type browser in Studio and double click to load it.
Expected Output
Type definition load correctly.
Actual Output
Additional information
This might be expected broken behavior between 2.11 studio and 2.12 server. I just didn't notice that in the release notes as something that would be broken.
The text was updated successfully, but these errors were encountered:
Description
Loading a type definition in Studio results in the following error in Studio:
[SCH02] TypeDB Studio Schema: Failed to load type properties due to: [SRV30] Invalid Server Operation: The request message was not recognised..
On the server console:
10:57:02.408 [typedb-service::0] ERROR com.vaticle.typedb.core.server.TransactionService - [SRV30] Invalid Server Operation: The request message was not recognised.
com.vaticle.typedb.core.common.exception.TypeDBException: [SRV30] Invalid Server Operation: The request message was not recognised.
at com.vaticle.typedb.core.common.exception.TypeDBException.of(TypeDBException.java:66)
at com.vaticle.typedb.core.server.concept.TypeService.execute(TypeService.java:247)
at com.vaticle.typedb.core.server.TransactionService.executeRequest(TransactionService.java:190)
at com.vaticle.typedb.core.server.TransactionService.execute(TransactionService.java:153)
at com.vaticle.typedb.core.server.TransactionService.onNext(TransactionService.java:127)
at com.vaticle.typedb.core.server.TransactionService.onNext(TransactionService.java:82)
at io.grpc.stub.ServerCalls$StreamingServerCallHandler$StreamingServerCallListener.onMessage(ServerCalls.java:262)
at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.messagesAvailableInternal(ServerCallImpl.java:318)
at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.messagesAvailable(ServerCallImpl.java:301)
at io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1MessagesAvailable.runInContext(ServerImpl.java:834)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Environment
Reproducible Steps
Navigate to a type in the type browser in Studio and double click to load it.
Expected Output
Type definition load correctly.
Actual Output
Additional information
This might be expected broken behavior between 2.11 studio and 2.12 server. I just didn't notice that in the release notes as something that would be broken.
The text was updated successfully, but these errors were encountered: