You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/11/24 15:09:17 UTC

[GitHub] [shardingsphere] terrymanu commented on issue #8314: Is the config of Data Sharding + Read-Write Split correct ? [ shardingproxy 5.0.0]

terrymanu commented on issue #8314:
URL: https://github.com/apache/shardingsphere/issues/8314#issuecomment-733034934


   The exception is show you clearly:
   
   ```
   Exception occur:
   java.lang.NullPointerException: Cannot invoke method hashCode() on null object
   at org.codehaus.groovy.runtime.NullObject.hashCode(NullObject.java:174)
   ```
   
   It says you are calling hashCode in groovy (inline expression) and throw NullPointException.
   Even you said the value is not null, but the exception show the value is null.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org