You can translate the question and the replies:

Error connection reset

I'm trying to execute a base view and i get this error,i can run the base view for the first time and get this error and run it again and it will run. what do i need to do 3327862720 [Thread-2102] ERROR 2023-01-19T14:25:37.060 com.denodo.vdb.vdbinterface.client.util.iterator.VDBResultSetIterator [] - Unable to connect to the server 3328328749 [Access(14063)-1690-01.10-obiwankenobi.ds_int_oracle_erp_customer_coa_lookup] ERROR 2023-01-19T14:33:23.089 com.denodo.vdb.engine.wrapper.raw.json.JSONAccess [] - Exception parsing JSON file. com.denodo.parser.connection.ConnectionException: Connection reset at com.denodo.parser.connection.Connection.getInputStreamAsStream(Connection.java:146) ~[denodo-commons-connection-util.jar:8.0.6]
user
19-01-2023 10:24:08 -0500
code

1 Answer

Hi, The above error usually means that you are trying to write to a connection when the other end has already closed it. In this case it seems to be an issue with the underlying source. It would be great if you could check any issues with connectivity at your end as well (i.e., it could be related to a firewall or load balancer, you should check with your network administrator). The logcontroller stored procedure is useful for getting more information. For more details, you can refer to the [Using logcontroller and useful log categories](https://community.denodo.com/kb/en/view/document/Using%20logcontroller%20and%20useful%20log%20categories) Knowledge Base article. If you still need help and if you are a valid Support User, you may open a Support Case at the Denodo Support Site and the Support Team will help you. Hope this helps!
Denodo Team
25-01-2023 18:52:43 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here