Skip to content

Writing (and reading) files to the blobstore throws an error #71

@colemc

Description

@colemc

First off, I hope appengine magic continues to evolve as it fills a big gap and is very helpful. In any case, we just started using the FileService api to read and write files to the blobstore, as referenced here:

https://developers.google.com/appengine/docs/java/blobstore/overview#Writing_Files_to_the_Blobstore

It works perfectly in production, but does not appear to be compatible with appengine magic. For example, .createNewBlobFile works fine, but .openWriteChannel throws the following exception:

java.lang.NullPointerException 
at com.google.appengine.tools.development.RequestEndListenerHelper.register(RequestEndListenerHelper.java:39)
at com.google.appengine.api.files.dev.LocalFileService.open(LocalFileService.java:247)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

running version 0.5.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions