Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Problems displaying content in web application

User_XT4SOMay 19 2022

Hey, guys, I need guidance. I am currently using an Oracle Enterprise Edition. When I start a web application that uses the bank it starts normally and asks for login. However after login the screen turns white and does not pass on any information and no visual element. In the logs I have the following information:

05/19/2022 10:04:14.848 WARN - SQL Error: 904, SQLState: 42000
19/05/2022 10:04:14.850 ERROR - ORA-00904: "THIS_1_"." SUB_CLASSE_RISCO": invalid identifier
19/05/2022 10:04:14.860 ERROR - Processing failure
java.sql.SQLSyntaxErrorException: ORA-00904: "THIS_1_." SUB_CLASSE_RISCO": invalid identifier
19/05/2022 10:13:00.476 ERROR - Processing failure
java.lang.RuntimeException: org.jdom2.input.JDOMParseException: Error on line 1: Premature end of file.
        at org.jdom2.input.sax.SAXBuilderEngine.build(SAXBuilderEngine.java:232)
        at org.jdom2.input.sax.SAXBuilderEngine.build(SAXBuilderEngine.java:303)
        at org.jdom2.input.SAXBuilder.build(SAXBuilder.java:1196)
        at com.arcadian.logOne.datatype.DinamicoUtil.convertToMap(DinamicoUtil.java:40)
        ... 7 more
Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Fim prematuro do arquivo.
        at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
        at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
        at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
        at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
        at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1473)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1014)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
        at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
        at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
        at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
        at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
        at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
        at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
        at org.jdom2.input.sax.SAXBuilderEngine.build(SAXBuilderEngine.java:217)
Caused by: Error : 904, Position : 566, Sql = select this_.ID as ID1_452_0_, this_1_.ATIVO as ATIVO2_452_0_, this_1_.DT_HR_ALTERACAO as DT_HR_ALTERACAO3_452_0_, this_1_.DT_HR_CRIACAO as DT_HR_CRIACAO4_452_0_, this_1_.USUARIO_CRIACAO as USUARIO_CRIACAO5_452_0_, this_1_.USUARIO_ALTERACAO as USUARIO_ALTERACAO6_452_0_, this_1_.IDENTIFICADOR as IDENTIFICADOR7_452_0_, this_1_.NOME as NOME8_452_0_, this_1_.CODIGO_PRODUTO_RECEITA as CODIGO_PRODUTO_REC9_452_0_, this_1_.DESCRICAO_PRODUTO_RECEITA as DESCRICAO_PRODUTO10_452_0_, this_1_.NUMERO_ONU as NUMERO_ONU11_452_0_, this_1_.CLASSE_RISCO as CLASSE_RISCO12_452_0_, this_1_.SUB_CLASSE_RISCO as SUB_CLASSE_RISCO13_452_0_, this_1_.CLASSE_PRODUTO_FK as CLASSE_PRODUTO_FK14_452_0_, this_.PESO_BRUTO as PESO_BRUTO2_454_0_, this_.PESO_LIQUIDO as PESO_LIQUIDO3_454_0_, this_.COR as COR4_454_0_, this_.NALADI_SH as NALADI_SH5_454_0_, this_.NCM as NCM6_454_0_, this_.EXIGE_QUALIDADE_CARGA as EXIGE_QUALIDADE_CA7_454_0_, this_.EXIGE_QUALIDADE_DESCARGA as EXIGE_QUALIDADE_DE8_454_0_, this_.TIPO_GRANEL_RECEITA as TIPO_GRANEL_RECEIT9_454_0_, this_.UNIDADE_MEDIDA_PESO_BRT_FK as UNIDADE_MEDIDA_PE10_454_0_, this_.UNIDADE_MEDIDA_PESO_LQD_FK as UNIDADE_MEDIDA_PE11_454_0_, this_.UNIDADE_MEDIDA_QUANTIDD_FK as UNIDADE_MEDIDA_QU12_454_0_, this_.UNIDADE_MEDIDA_RECEITA_FK as UNIDADE_MEDIDA_RE13_454_0_ from PRODUTO_GRANEL this_ inner join PRODUTO this_1_ on this_.ID=this_1_.ID where this_1_.IDENTIFICADOR=:1 , OriginalSql = select this_.ID as ID1_452_0_, this_1_.ATIVO as ATIVO2_452_0_, this_1_.DT_HR_ALTERACAO as DT_HR_ALTERACAO3_452_0_, this_1_.DT_HR_CRIACAO as DT_HR_CRIACAO4_452_0_, this_1_.USUARIO_CRIACAO as USUARIO_CRIACAO5_452_0_, this_1_.USUARIO_ALTERACAO as USUARIO_ALTERACAO6_452_0_, this_1_.IDENTIFICADOR as IDENTIFICADOR7_452_0_, this_1_.NOME as NOME8_452_0_, this_1_.CODIGO_PRODUTO_RECEITA as CODIGO_PRODUTO_REC9_452_0_, this_1_.DESCRICAO_PRODUTO_RECEITA as DESCRICAO_PRODUTO10_452_0_, this_1_.NUMERO_ONU as NUMERO_ONU11_452_0_, this_1_.CLASSE_RISCO as CLASSE_RISCO12_452_0_, this_1_.SUB_CLASSE_RISCO as SUB_CLASSE_RISCO13_452_0_, this_1_.CLASSE_PRODUTO_FK as CLASSE_PRODUTO_FK14_452_0_, this_.PESO_BRUTO as PESO_BRUTO2_454_0_, this_.PESO_LIQUIDO as PESO_LIQUIDO3_454_0_, this_.COR as COR4_454_0_, this_.NALADI_SH as NALADI_SH5_454_0_, this_.NCM as NCM6_454_0_, this_.EXIGE_QUALIDADE_CARGA as EXIGE_QUALIDADE_CA7_454_0_, this_.EXIGE_QUALIDADE_DESCARGA as EXIGE_QUALIDADE_DE8_454_0_, this_.TIPO_GRANEL_RECEITA as TIPO_GRANEL_RECEIT9_454_0_, this_.UNIDADE_MEDIDA_PESO_BRT_FK as UNIDADE_MEDIDA_PE10_454_0_, this_.UNIDADE_MEDIDA_PESO_LQD_FK as UNIDADE_MEDIDA_PE11_454_0_, this_.UNIDADE_MEDIDA_QUANTIDD_FK as UNIDADE_MEDIDA_QU12_454_0_, this_.UNIDADE_MEDIDA_RECEITA_FK as UNIDADE_MEDIDA_RE13_454_0_ from PRODUTO_GRANEL this_ inner join PRODUTO this_1_ on this_.ID=this_1_.ID where this_1_.IDENTIFICADOR=?, Error Msg = ORA-00904: "THIS_1_"."SUB_CLASSE_RISCO": invalid identifier

I don't know what I should do to solve this problem, I would like a suggestion to have a starting point. The bank access settings are correct.

Comments

Processing

Post Details

Added on May 19 2022
3 comments
231 views