There were errors in the SQL syntax used in queries to a MariaDB database. This resulted in exceptions being thrown at different levels of a software system for downloading maritime cargo information from Uruguay. The root cause was invalid SQL syntax near certain values in the query.
There were errors in the SQL syntax used in queries to a MariaDB database. This resulted in exceptions being thrown at different levels of a software system for downloading maritime cargo information from Uruguay. The root cause was invalid SQL syntax near certain values in the query.
There were errors in the SQL syntax used in queries to a MariaDB database. This resulted in exceptions being thrown at different levels of a software system for downloading maritime cargo information from Uruguay. The root cause was invalid SQL syntax near certain values in the query.
There were errors in the SQL syntax used in queries to a MariaDB database. This resulted in exceptions being thrown at different levels of a software system for downloading maritime cargo information from Uruguay. The root cause was invalid SQL syntax near certain values in the query.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 2
Deposito 1678: 50_ENT
Deposito 1680: 57NT
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 com.transaction.sistemaactualizaciongenerico.exceptions.ServiceException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 at com.transaction.sistemaactualizaciongenerico.services.descargas.DescargaUruguayCarg asMaritimasService.descargarInformacion(DescargaUruguayCargasMaritimasService.java: 129) at com.transaction.sistemaactualizaciongenerico.services.descargas.DescargaService.des cargar(DescargaService.java:53) at com.transaction.sistemaactualizaciongenerico.MenuSistema.iniciarSubMenuPais(MenuSis tema.java:493) at com.transaction.sistemaactualizaciongenerico.MenuSistema.iniciarMenuSistema(MenuSis tema.java:394) at com.transaction.sistemaactualizaciongenerico.MenuSistema.main(MenuSistema.java:185) Caused by: com.transaction.sistemaactualizaciongenerico.exceptions.ServiceException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 at com.transaction.sistemaactualizaciongenerico.services.descargas.DescargaUruguayCarg asMaritimasService.descargoClavesStockEntreFechas(DescargaUruguayCargasMaritimasSer vice.java:427) at com.transaction.sistemaactualizaciongenerico.services.descargas.DescargaUruguayCarg asMaritimasService.descargarInformacion(DescargaUruguayCargasMaritimasService.java: 116) ... 4 more Caused by: com.transaction.sistemaactualizaciongenerico.exceptions.ServiceException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 at com.transaction.sistemaactualizaciongenerico.services.descargas.DescargaUruguayCarg asMaritimasService.descargarClavesStock(DescargaUruguayCargasMaritimasService.java: 466) at com.transaction.sistemaactualizaciongenerico.services.descargas.DescargaUruguayCarg asMaritimasService.descargoClavesStockEntreFechas(DescargaUruguayCargasMaritimasSer vice.java:420) ... 5 more Caused by: com.transaction.sistemaactualizaciongenerico.exceptions.ServiceException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 at com.transaction.sistemaactualizaciongenerico.services.descargas.DescargaUruguayCarg asMaritimasService.descargarInformacionCompletaStock(DescargaUruguayCargasMaritimas Service.java:530) at com.transaction.sistemaactualizaciongenerico.services.descargas.DescargaUruguayCarg asMaritimasService.descargarClavesStock(DescargaUruguayCargasMaritimasService.java: 460) ... 6 more Caused by: com.transaction.sistemaactualizaciongenerico.exceptions.DaoException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 at com.transaction.sistemaactualizaciongenerico.dao.cargas.StockUruguayCargasMaritimas Dao.guardoStock(StockUruguayCargasMaritimasDao.java:91) at com.transaction.sistemaactualizaciongenerico.services.descargas.DescargaUruguayCarg asMaritimasService.descargarInformacionCompletaStock(DescargaUruguayCargasMaritimas Service.java:525) ... 7 more Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4','217932580014','UNIFLEX LATIN AMERICA SRL','','0','F',0,'','34','','036625','' at line 1 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:536) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:513) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsM apping.java:115) at com.mysql.cj.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:1983) at com.mysql.cj.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1826) at com.mysql.cj.jdbc.PreparedStatement.execute(PreparedStatement.java:1153) at com.transaction.sistemaactualizaciongenerico.dao.cargas.StockUruguayCargasMaritimas Dao.guardoStock(StockUruguayCargasMaritimasDao.java:88) ... 8 more