com.liferay.portal.kernel.events.ActionException: com.liferay.portal.verify.VerifyException: com.liferay.portal.verify.VerifyException: java.sql.SQLSyntaxErrorException: ORA-01723: zero-length columns are not allowed
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via liferay.com by Unknown author, 1 year ago
via liferay.com by Unknown author, 2 years ago
via Stack Overflow by June Sulaiman
, 2 years agovia liferay.com by Unknown author, 2 years ago
via liferay.com by Unknown author, 2 years ago
via liferay.com by Unknown author, 2 years ago
java.sql.SQLSyntaxErrorException: ORA-01723: zero-length columns are not allowed
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1033)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1329)
at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1838)
at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1803)
at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:294)
at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:64)
at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:264)
at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:284)
at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:277)
at com.liferay.portal.verify.VerifyProcess.runSQL(VerifyProcess.java:53)
at com.liferay.portal.verify.VerifyOracle.alterColumns(VerifyOracle.java:67)
at com.liferay.portal.verify.VerifyOracle.doVerify(VerifyOracle.java:107)
at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:84)