You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Daniel Gonzalez (Jira)" <ji...@apache.org> on 2019/11/28 13:31:00 UTC

[jira] [Created] (DERBY-7059) NullPointerException IndexRowGenerator.getExecutionFactory

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)