java.lang.NullPointerException: inputStream cannot be null
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
Samebug tips
- Expert tip
Take a look at this blog post on how to set up Grid2 https://goo.gl/rxzbE6. A user related (in the email group on the source) that using older selenium libs solves this exception.
Solutions on the web
via Atlassian JIRA by Jing Hwa [Atlassian], 1 year ago
via Atlassian JIRA by Jing Hwa [Atlassian], 1 year ago
via Atlassian JIRA by Jing Hwa [Atlassian], 1 year ago
via Atlassian JIRA by Jing Hwa [Atlassian], 1 year ago
via GitHub by Cervator
, 1 year agojava.lang.NullPointerException: inputStream cannot be null
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204)
at com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream$InputStreamWrapper.
(AttachmentDataStream.java:43) at com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao.rawBinaryWrapper(FileSystemAttachmentDataDao.java:155)
at com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao.saveDataForAttachment(FileSystemAttachmentDataDao.java:150)