sheharyaar commented on issue #10648:
URL: https://github.com/apache/apisix/issues/10648#issuecomment-1887699829
Hi @mayunSaicmotor , it seems there is issue with your application and
service registration with nacos, this is the reason why nacos is unable to find
the service.
The APISIX error log is correct. It says that the received response did not
contain the value `0x33` used internally to decode the response (since dubbo
sends a Map as response) :
```
2024/01/11 23:02:40 [error] 25683#25683: *418547 dubbo: parse exception
failed expected integer but actually met 0x33 near position 0x1
2024/01/11 23:02:40 [warn] 25683#25683: *418547 dubbo: response decode
result failed 3�Fail to decode request due to:
java.lang.IllegalArgumentException: Service not
found:com.rrht.sys.service.impl.SysUserService, selectSysUserInfo
java.lang.IllegalArgumentException: Service not
found:com.rrht.sys.service.impl.SysUserService, selectSysUserInfo
at
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:134)
at
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation.decode(DecodeableRpcInvocation.java:80)
at
org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:57)
at
org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:44)
at
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:57)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
```
I was able to setup your project, here is the nacos response from curl and
the web interface. Their is a mismatch between the entries. :
```
$ curl -X GET 'http://127.0.0.1:8848/nacos/v2/ns/service/list'
{"code":0,"message":"success","data":{"count":1,"services":["parking-sys-test"]}}
```

I also tries using `groupName` parameter for the curl request, but still the
response was the same.
This issue is not related to APISIX. If hope I was help you.
If you feel the issue can be closed, please close the issue. Have a great
day!
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]