History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1879
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Lukasz Guminski
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Data migration issue (5.0.37 -> 5.1.1)

Created: 09/Dec/13 02:34 PM   Updated: 14/Dec/13 05:39 AM
Component/s: None
Affects Version/s: 5.1.1
Fix Version/s: 5.1.2, 5.1.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
When trying to restore data from 5.0.37 I experience an exception
{noformat}
2013-12-09 15:26:24,315 INFO - Stopping task scheduler...
2013-12-09 15:26:24,316 INFO - Closing session factory...
2013-12-09 15:26:24,380 INFO - QuickBuild server stopped.
Exception in thread "main" com.pmease.quickbuild.validation.ValidationException: not a well-formed email address (class:com.pmease.quickbuild.model.User, property:email)
at com.pmease.quickbuild.web.component.editor.EditContext.validate(EditContext.java:183)
at com.pmease.quickbuild.web.component.editor.EditContext.validate(EditContext.java:135)
at com.pmease.quickbuild.util.BeanUtils.validate(BeanUtils.java:367)
at com.pmease.quickbuild.entitymanager.impl.DefaultDataManager.importData(DefaultDataManager.java:966)
at com.pmease.quickbuild.Quickbuild.importData(Quickbuild.java:884)
at com.pmease.quickbuild.bootstrap.Restore$1.execute(Restore.java:71)
at com.pmease.quickbuild.Quickbuild$3.run(Quickbuild.java:605)
at java.lang.Thread.run(Thread.java:662)
{noformat}

and there is no clear indication what to do with that.

 All   Comments   Work Log   Change History      Sort Order:
Lukasz Guminski [09/Dec/13 04:16 PM]
One of users had a space added at the end of his email address. This was breaking the database restore procedure.