narendramohan / openid-server

Automatically exported from code.google.com/p/openid-server
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

General exception error when trying to remove a persona. #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use mysql as the database backend.
2. Configure a subdirectory openid domain (username at end of url)
3. Create a persona, then try to remove it.

What is the expected output? What do you see instead?

 - Persona successfully removed.
 - A general exception occurred while trying to access OpenID. Please notify your system administrator. 

What version of the product are you using? On what operating system?

 - jos 1.2.1 r525
 - ubuntu server 9.10
 - tomcat 6
 - java 1.6
 - mysql-server-5.1

Please provide any additional information below.

2010-10-08 11:29:12,911 ERROR [org.hibernate.LazyInitializationException:19] - 
illegal access to loading collection
org.hibernate.LazyInitializationException: illegal access to loading collection
        at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:341)

Original issue reported on code.google.com by spryf...@gmail.com on 8 Oct 2010 at 1:38

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by zhoushu...@gmail.com on 10 Oct 2010 at 5:24

GoogleCodeExporter commented 9 years ago
Fixed in r526, thanks.

Original comment by zhoushu...@gmail.com on 19 Oct 2010 at 5:10