Re: createdb / hibernate error
Aaron Held <[email protected]> Tue, 17 Jun 2003 16:33:46 -0400
| Newsgroups | gmane.comp.java.javalobby.communityplatform |
|---|---|
| Message-ID | <[email protected]> |
Since you asked....
I am still getting a NullPointer exception on the main page when I try
to access jlcp-web.
from tomcat log:
2003-06-17 14:37:34 StandardWrapperValve[default]: Servlet.service() for
servlet default threw exception
java.lang.NullPointerException
at
org.jlcp.infrastructure.persistence.hibernate.web.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:65)
So I am testing out the ant createdb / updatedb process to make sure
that hibernate is being built properly.
I did
ant clean
mysql drop / create database
ant createdb
edit local.properties commentingn out the 4 JDBC and uncomment the
datasource line
edit global.proerties to change postgres to my myslq
ant updatedb
get lots of [java] SEVERE: Could not instantiate auxFactory named
"DC". errors
ant tomcat-war
no errors here!
and when I go to the webpage I get the above error.
This is working w/ the cvs version that I updated last at about 3pm EST
What next?????
Thanks,
-Aaron
Matthew E. Porter wrote:
>Aaron:
> Greetings. That is an internal hibernate issue. Despite being marked
>as severe, it should not cause any issues. We are working to resolve it
>with the new installer. Hopefully, I can get it committed this week!
> If you have any other issues or questions, feel free to ask.
>
>
>cheers,
> matthew
>
>
>On Tue, 17 Jun 2003, Aaron Held wrote:
>
>
>
>>Any pointers to solve this error during
>>ant createdb
>> [java] SEVERE: Could not instantiate auxFactory named "DC".
>>
>>Thanks,
>>-Aaron
>>
>>
>>
>>
>
>
>