java.lang.NullPointerException: null value
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Atlassian JIRA by David Taylor [Atlassian], 1 year ago
via Atlassian JIRA by David Taylor [Atlassian], 1 year ago
via GitHub by gissuebot
, 2 years agovia Atlassian JIRA by Stephen Brannen [Atlassian], 1 year ago
via Atlassian JIRA by Stephen Brannen, 1 year ago
java.lang.NullPointerException: null value
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204)
at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:139)
at com.google.common.collect.ImmutableMap.of(ImmutableMap.java:85)
at com.atlassian.confluence.api.impl.service.content.factory.AttachmentFactory.buildFrom(AttachmentFactory.java:32)
at com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl.addOrUpdateAttachment(AttachmentServiceImpl.java:283)
at com.atlassian.confluence.api.impl.service.content.AttachmentServiceImpl.addAttachments(AttachmentServiceImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)