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

Key: QB-3139
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: AlSt
Votes: 1
Watchers: 1
Operations

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

Migration from 7.0.31 to 8.0.0 fails with NPE

Created: 26/Feb/18 11:34 AM   Updated: 27/Jan/19 02:13 AM
Component/s: None
Affects Version/s: 8.0.0
Fix Version/s: None

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


 Description  « Hide
2018-02-26 11:42:19,614 INFO - QuickBuild server stopped.
Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.pmease.quickbuild.bootstrap.BootstrapUtils.wrapAsUnchecked(BootstrapUtils.java:56)
at com.pmease.quickbuild.util.ExceptionUtils.wrapAsUnchecked(ExceptionUtils.java:82)
at com.pmease.quickbuild.migration.MigrationHelper.migrate(MigrationHelper.java:158)
at com.pmease.quickbuild.migration.MainMigrator.migrate(MainMigrator.java:93)
at com.pmease.quickbuild.Quickbuild.migrateData(Quickbuild.java:1005)
at com.pmease.quickbuild.bootstrap.Migrate$5.execute(Migrate.java:387)
at com.pmease.quickbuild.Quickbuild$3.run(Quickbuild.java:712)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.pmease.quickbuild.migration.MigrationHelper.migrate(MigrationHelper.java:156)
... 5 more
Caused by: java.lang.NullPointerException
at com.pmease.quickbuild.migration.MainMigrator.migrate97(MainMigrator.java:2821)
... 10 more


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.