We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been getting problems where I edit a view, go to activate it, but nothing happens. I see errors like the following in the log:
SEVERE: executeAndWriteToRepo [jcc][t4][10335][10366][4.27.25] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003
The View can still be saved.
The text was updated successfully, but these errors were encountered:
Unfortunately I still see these errors sometimes. Today I got:
[09/19/2024 14:57:45] com.ibm.safr.we.model.view.ViewActivator INFO: ================================================================================ Activating View testcolumns2[12219] SEVERE: executeAndWriteToRepo [jcc][t4][2030][11211][4.27.25] A communication error occurred during operations on the connection's underlying socket, socket input stream, or socket output stream. Error location: Reply.fill() - socketInputStream.read (-1). Message: Read timed out. ERRORCODE=-4499, SQLSTATE=08001 SEVERE: executeAndWriteToRepo [jcc][t4][10335][10366][4.27.25] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003 SEVERE: executeAndWriteToRepo [jcc][t4][10335][10366][4.27.25] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003 SEVERE: executeAndWriteToRepo [jcc][t4][10335][10366][4.27.25] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003 SEVERE: executeAndWriteToRepo [jcc][t4][10335][10366][4.27.25] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003 SEVERE: executeAndWriteToRepo [jcc][t4][10335][10366][4.27.25] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003 [09/19/2024 14:58:19] com.ibm.safr.we.ui.utilities.UIUtilities SEVERE: An error occurred while activating this view. java.lang.NullPointerException at org.genevaers.genevaio.dbreader.LazyDBReader.getLogicalRecord(LazyDBReader.java:142) at org.genevaers.compilers.extract.BuildGenevaASTVisitor.visitLrField(BuildGenevaASTVisitor.java:482) at org.genevaers.compilers.extract.BuildGenevaASTVisitor.visitLrField(BuildGenevaASTVisitor.java:92) etc.
Sorry, something went wrong.
hammyau
KipTwitchell
No branches or pull requests
I have been getting problems where I edit a view, go to activate it, but nothing happens.
I see errors like the following in the log:
The View can still be saved.
The text was updated successfully, but these errors were encountered: