Bug 917736
| Summary: | Getting an NPE when running stateless VM | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Maor <mlipchuk> | ||||
| Component: | ovirt-engine-core | Assignee: | Barak <bazulay> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Haim <hateya> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | unspecified | CC: | acathrow, dyasny, hateya, hrupp, iheim, lpeer, Rhev-m-bugs, yeylon, ykaul | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | infra | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-03-14 08:34:37 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Maor
2013-03-04 16:42:35 UTC
usually best to put the first few lines of the exception in the BZ comment, so search will find it for someone else failing on it. logs please. Created attachment 705326 [details]
engine logs
Following are the first few lines of the exception: 2013-03-04 14:39:01,002 ERROR [org.ovirt.engine.core.bll.EntityAsyncTask] (pool-10-thread-49) EntityAsyncTask::EndCommandAction [within thread]: EndAction for action type RunVm threw an exception: java.lang.NullPointerException at org.ovirt.engine.core.bll.Backend.endAction(Backend.java:362) [bll.jar:] at org.ovirt.engine.core.bll.Backend.EndAction(Backend.java:354) [bll.jar:] at sun.reflect.GeneratedMethodAccessor133.invoke(Unknown Source) [:1.7.0_03-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_03-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_03-icedtea] at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final] The bug occurs at the end command phase of the asynchronous task, which caused by wrong parameter class when creating the command for endAction. *** This bug has been marked as a duplicate of bug 919482 *** *** This bug has been marked as a duplicate of bug 919842 *** I am pretty sure this bug has nothing to do with Bug 919482 (In reply to comment #9) > I am pretty sure this bug has nothing to do with Bug 919482 Look at comment 8, It was a typo mistake the bug is 919842 *** This bug has been marked as a duplicate of bug 919842 *** |