[teiid-issues] [JBoss JIRA] (TEIID-2137) NPE in ExecutionContext.getCommandContext()

Andriy Rokhmanov (JIRA) jira-events at lists.jboss.org
Thu Aug 9 19:01:06 EDT 2012


Andriy Rokhmanov created TEIID-2137:
---------------------------------------

             Summary: NPE in ExecutionContext.getCommandContext()
                 Key: TEIID-2137
                 URL: https://issues.jboss.org/browse/TEIID-2137
             Project: Teiid
          Issue Type: Bug
    Affects Versions: 8.1
         Environment: Java(TM) SE Runtime Environment (build 1.7.0_05-b05) , Windows 7, Teiid 8.1.CR1
            Reporter: Andriy Rokhmanov
            Assignee: Steven Hawkins
         Attachments: server.log.txt

I start 10 simultaneous continuous executions against my custom ResultSetExecution translator.
This piece of code causes NPE once per several seconds:

public void execute() throws TranslatorException {
...
CommandContext ctx = executionContext.getCommandContext();
...
}

Exception dump from server.log attached.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list