[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-3387) Hibernate/JPA project exception

Vitali Yemialyanchyk (JIRA) jira-events at lists.jboss.org
Fri Dec 12 09:14:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vitali Yemialyanchyk resolved JBIDE-3387.
-----------------------------------------

    Fix Version/s: 3.0.0.cr1
       Resolution: Done


i find exactly reason of all these exceptions. This is low memory settings in "VM arguments" during eclipse startup:
it was: -Xms64m -Xmx128m -XX:PermSize=64m -XX:MaxPermSize=128m
this: -Xms200m -Xmx900m -XX:PermSize=200m -XX:MaxPermSize=400m
will be enough to get rid of exceptions.


> Hibernate/JPA project exception
> -------------------------------
>
>                 Key: JBIDE-3387
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3387
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Hibernate
>    Affects Versions: 3.0.0.cr1
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Vitali Yemialyanchyk
>            Priority: Minor
>             Fix For: 3.0.0.cr1
>
>
> sometimes i get this exception:
> message: 
> updater is null, use setUpdater(Updater) after construction of GenericJpaProject
> stack trace:
> java.lang.IllegalStateException: updater is null, use setUpdater(Updater) after construction of GenericJpaProject
> at org.eclipse.jpt.core.internal.GenericJpaProject.update(GenericJpaProject.java:691)
> at org.eclipse.jpt.core.internal.GenericJpaDataSource$LocalConnectionListener.opened(GenericJpaDataSource.java:172)
> at org.eclipse.jpt.db.internal.DTPConnectionProfileWrapper$LocalConnectionListener.opened(DTPConnectionProfileWrapper.java:362)
> at org.eclipse.datatools.connectivity.internal.ManagedConnection.createConnection(ManagedConnection.java:172)
> at org.eclipse.datatools.connectivity.internal.CreateConnectionJob.run(CreateConnectionJob.java:56)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

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

        



More information about the jbosstools-issues mailing list