-
Bug
-
Resolution: Obsolete
-
Low
-
8.0.0-struts-m020
-
Severity 3 - Minor
-
Issue Summary
Site Import Resource ending with NPE on Struts
Steps to Reproduce
Use Site import form and import from file.
Expected Results
No exception
Actual Results
The below exception is thrown in the xxxxxxx.log file:
java.lang.NullPointerException: null at com.atlassian.confluence.functest.rest.admin.SiteImportResource.importFromFileSync(SiteImportResource.java:54) ~[1659422097146confluence-functest-rest-plugin4849663533261561430_1659422097146.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
[CONFSERVER-79604] Fix Site Import Resource NPE with Struts
Fix Version/s | New: 8.0.0-struts-m027 [ 102306 ] | |
QA Demo Status | Original: Not Done [ 14330 ] | New: Not Needed [ 14332 ] |
QA Kickoff Status | Original: Not Done [ 14234 ] | New: Not Needed [ 14236 ] |
Resolution | New: Obsolete [ 11 ] | |
Status | Original: Ready for Development [ 10049 ] | New: Closed [ 6 ] |
Sprint | Original: 🐊 Cairns [ 6848 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 673634 ] |
Sprint | New: Cheese Meteor starting with"C" [ 6848 ] |
Status | Original: Needs Triage [ 10030 ] | New: Ready for Development [ 10049 ] |
Story Points | New: 2 |
Labels | New: dep-80 struts2-blocker |
Remote Link | New: This issue links to "Page (Confluence)" [ 668554 ] |
Epic Link | New: CONFSRVDEV-22580 [ 1857711 ] |
Description |
Original:
h3. Issue Summary
Site Import Resource ending with NPE on Struts h3. Steps to Reproduce Use Site import form and import from file. h3. Expected Results No exception h3. Actual Results The below exception is thrown in the xxxxxxx.log file: {noformat} java.lang.NullPointerException: null at com.atlassian.confluence.functest.rest.admin.SiteImportResource.importFromFileSync(SiteImportResource.java:54) ~[1659422097146confluence-functest-rest-plugin4849663533261561430_1659422097146.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] h3. Workaround Currently there is no known workaround for this behavior. A workaround will be added here when available |
New:
h3. Issue Summary
Site Import Resource ending with NPE on Struts h3. Steps to Reproduce Use Site import form and import from file. h3. Expected Results No exception h3. Actual Results The below exception is thrown in the xxxxxxx.log file: {noformat} java.lang.NullPointerException: null at com.atlassian.confluence.functest.rest.admin.SiteImportResource.importFromFileSync(SiteImportResource.java:54) ~[1659422097146confluence-functest-rest-plugin4849663533261561430_1659422097146.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]{noformat} h3. Workaround Currently there is no known workaround for this behavior. A workaround will be added here when available |