Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [spaces-dev] NullPointerException from server

Oops, I tested both with and without whitespace in the folder name and accidentally pasted over the reply with the request. This is what I'm sending:

{'destFolder':{'type':'FileObject','id':'xdr:XFS-1939015969'},'filename':{'type':'FileObject','filename':'My Eclipse Space'},'method':'file.newfolder'}

OR this:

{'destFolder':{'type':'FileObject','id':'xdr:XFS-1939015969'},'filename':{'type':'FileObject','filename':'foobar'},'method':'file.newfolder'}

in both cases, I get this back from the server:

{errorMessage=class java.lang.NullPointerException: null, errorInfo=null, type=ExceptionObject, errorCode=-1}

Sorry for the confusion.

If you want to test this with the same account that I'm using, try 'spacexdrive@xxxxxxx' with password 'eclipse' on host eclipse.xdrive.com. The error occurs when I'm trying to create a folder under the root folder.

- thomas


Thomas Hallgren wrote:
I'm sending the following request in an attempt to create a folder:

{'destFolder':{'type':'FileObject','id':'xdr:XFS-1939015969'},'filename':{'type':'FileObject','filename':'My Eclipse Space'},'method':'file.newfolder'}

This is what I get back.

{'destFolder':{'type':'FileObject','id':'xdr:XFS-1939015969'},'filename':{'type':'FileObject','filename':'foobar'},'method':'file.newfolder'}

AFAIK, this used to work.

- thomas

_______________________________________________
spaces-dev mailing list
spaces-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/spaces-dev



Back to the top