[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-88) Workspace.getIndexReader AssertionFailure: Tries to read for update a index while a writer is accessed

Charles Chappell (JIRA) noreply at atlassian.com
Thu Jun 21 08:04:52 EDT 2007


Workspace.getIndexReader AssertionFailure: Tries to read for update a index while a writer is accessed
------------------------------------------------------------------------------------------------------

                 Key: HSEARCH-88
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-88
             Project: Hibernate Search
          Issue Type: Bug
    Affects Versions: 3.0.0.beta3
         Environment: Hibernate 3.2.4.sp1, PostGRESQL
            Reporter: Charles Chappell
            Priority: Blocker


May be an application server interaction.

Somewhat sporatic, but always in the same places in my code.  Basically I had one class that created an entity exit via NullPointerException, (Database updates were successful) and a second attempt to read the same data was made, and failed due to this assertion.  The only connection to Hibernate Search is via the Annotations/Runtime, nowhere in this process did I directly use Hibernate Search.

I'll attempt to produce test code, since this is the simplest case that I've gotten this assertion failure in.

Application Server is Glassfish, reproducable both on OSX and Solaris 10 Intel.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list