Daniel Gonzalez created DERBY-7059: -------------------------------------- Summary: NullPointerException IndexRowGenerator.getExecutionFactory Key: DERBY-7059 URL: https://issues.apache.org/jira/browse/DERBY-7059 Project: Derby Issue Type: Bug Components: Store Affects Versions: 10.14.2.0 Reporter: Daniel Gonzalez
We have had a couple of customers which have experienced the crash show below in the derby.index-stat-thread. We can't recreate the issue locally, but what may be the cause of this? Is there anything in particular that may be provoking this? {{java.lang.NullPointerException}}{{at org.apache.derby.iapi.sql.dictionary.IndexRowGenerator.getExecutionFactory(Unknown Source)}}{{at org.apache.derby.iapi.sql.dictionary.IndexRowGenerator.getIndexRowTemplate(Unknown Source)}}{{at org.apache.derby.iapi.sql.dictionary.IndexRowGenerator.getNullIndexRow(Unknown Source)}}{{at org.apache.derby.impl.services.daemon.IndexStatisticsDaemonImpl.updateIndexStatsMinion(Unknown Source)}}{{at org.apache.derby.impl.services.daemon.IndexStatisticsDaemonImpl.generateStatistics(Unknown Source)}}{{at org.apache.derby.impl.services.daemon.IndexStatisticsDaemonImpl.processingLoop(Unknown Source)}}{{at org.apache.derby.impl.services.daemon.IndexStatisticsDaemonImpl.run(Unknown Source)}}{{at java.lang.Thread.run(Thread.java:748)}} -- This message was sent by Atlassian Jira (v8.3.4#803005)