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
Cannot convert type [class [B] with value [[B@4e68ed53] to target type: class java.lang.Byte. Consider defining a TypeConverter bean to handle this case.
io.micronaut.data.exceptions.DataAccessException: Cannot convert type [class [B] with value [[B@4e68ed53] to target type: class java.lang.Byte. Consider defining a TypeConverter bean to handle this case.
at io.micronaut.data.runtime.mapper.ResultReader.lambda$convertRequired$0(ResultReader.java:51)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at io.micronaut.data.runtime.mapper.ResultReader.convertRequired(ResultReader.java:50)
at io.micronaut.data.runtime.operations.internal.sql.AbstractSqlRepositoryOperations$3.map(AbstractSqlRepositoryOperations.java:773)
at io.micronaut.data.jdbc.operations.DefaultJdbcRepositoryOperations.findOne(DefaultJdbcRepositoryOperations.java:345)
at io.micronaut.data.jdbc.operations.DefaultJdbcRepositoryOperations.lambda$findOne$0(DefaultJdbcRepositoryOperations.java:324)
at io.micronaut.data.jdbc.operations.DefaultJdbcRepositoryOperations.lambda$executeRead$21(DefaultJdbcRepositoryOperations.java:763)
at io.micronaut.data.connection.support.AbstractConnectionOperations.executeWithNewConnection(AbstractConnectionOperations.java:143)
at io.micronaut.data.connection.support.AbstractConnectionOperations.execute(AbstractConnectionOperations.java:90)
at io.micronaut.data.connection.ConnectionOperations.executeRead(ConnectionOperations.java:71)
at io.micronaut.data.jdbc.operations.DefaultJdbcRepositoryOperations.executeRead(DefaultJdbcRepositoryOperations.java:760)
at io.micronaut.data.jdbc.operations.DefaultJdbcRepositoryOperations.findOne(DefaultJdbcRepositoryOperations.java:324)
at io.micronaut.data.runtime.intercept.DefaultFindOneInterceptor.intercept(DefaultFindOneInterceptor.java:45)
at io.micronaut.data.runtime.intercept.DataIntroductionAdvice.intercept(DataIntroductionAdvice.java:83)
at io.micronaut.aop.chain.MethodInterceptorChain.proceed(MethodInterceptorChain.java:138)
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
4.7.1
The text was updated successfully, but these errors were encountered:
Expected Behavior
Calling
getBytes
should work.Actual Behaviour
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
4.7.1
The text was updated successfully, but these errors were encountered: