NullPointerExceptio...
 
Notifications
Clear all

NullPointerException at com.zextras.powerstore.ZEPowerstoreUtils.getItemLi st

1 Posts
1 Users
0 Likes
261 Views
(@muzzol)
Posts: 23
Topic starter
 

hi!

I'm getting an error when performing a volumetovolume operation.

this is the command:

zxsuite powerstore doVolumeToVolumeMove nfssynology volumDS10

and this is the error I receive:

java.lang.NullPointerException
        at com.zextras.powerstore.ZEPowerstoreUtils.getItemList ( ZEPowerstoreUtils.java:117 )
        at com.zextras.powerstore.HSMVolumeMover.moveBlobs ( HSMVolumeMover.java:107 )
        at com.zextras.op.powerstore.ZEMoveVolumeBlobsOperation.doOperation ( ZEMoveVolumeBlobsOperation.java:194 )
        at com.zextras.op.ZEOperation.exec ( ZEOperation.java:594 )
        at com.zextras.powerstore.ZEPowerstoreThread.execOperation ( ZEPowerstoreThread.java:173 )
        at com.zextras.powerstore.ZEPowerstoreThread.run ( ZEPowerstoreThread.java:106 )

here you got all my volumes, just in case you need it:

$ zxsuite powerstore getAllVolumes 


        primaries                               

                id                                                          1
                name                                                        message1
                path                                                        /opt/zimbra/store
                compressed                                                  false
                threshold                                                   4096
                current                                                     false

                id                                                          3
                name                                                        volum30g
                path                                                        /opt/storage30g
                compressed                                                  true
                threshold                                                   4096
                current                                                     false

                id                                                          4
                name                                                        nfssynology
                path                                                        /opt/storage_synology_zimbra
                compressed                                                  true
                threshold                                                   4096
                current                                                     false

                id                                                          5
                name                                                        volum190g
                path                                                        /opt/volum190g
                compressed                                                  true
                threshold                                                   4096
                current                                                     true

                id                                                          6
                name                                                        volumDS10
                path                                                        /mnt/vmwareDS10/volumDS10
                compressed                                                  true
                threshold                                                   0
                current                                                     false
        secondaries                             
        indexes                                 

                id                                                          2
                name                                                        index1
                path                                                        /opt/zimbra/index
                compressed                                                  false
                threshold                                                   4096
                current                                                     true


zxsuite powerstore doVolumeToVolumeMove nfssynology volumDS10

and this is the error I receive:

java.lang.NullPointerException
at com.zextras.powerstore.ZEPowerstoreUtils.getItemList ( ZEPowerstoreUtils.java:117 )
at com.zextras.powerstore.HSMVolumeMover.moveBlobs ( HSMVolumeMover.java:107 )
at com.zextras.op.powerstore.ZEMoveVolumeBlobsOperation.doOperation ( ZEMoveVolumeBlobsOperation.java:194 )
at com.zextras.op.ZEOperation.exec ( ZEOperation.java:594 )
at com.zextras.powerstore.ZEPowerstoreThread.execOperation ( ZEPowerstoreThread.java:173 )
at com.zextras.powerstore.ZEPowerstoreThread.run ( ZEPowerstoreThread.java:106 )

here you got all my volumes, just in case you need it:

$ zxsuite powerstore getAllVolumes 


        primaries                               

                id                                                          1
                name                                                        message1
                path                                                        /opt/zimbra/store
                compressed                                                  false
                threshold                                                   4096
                current                                                     false

                id                                                          3
                name                                                        volum30g
                path                                                        /opt/storage30g
                compressed                                                  true
                threshold                                                   4096
                current                                                     false

                id                                                          4
                name                                                        nfssynology
                path                                                        /opt/storage_synology_zimbra
                compressed                                                  true
                threshold                                                   4096
                current                                                     false

                id                                                          5
                name                                                        volum190g
                path                                                        /opt/volum190g
                compressed                                                  true
                threshold                                                   4096
                current                                                     true

                id                                                          6
                name                                                        volumDS10
                path                                                        /mnt/vmwareDS10/volumDS10
                compressed                                                  true
                threshold                                                   0
                current                                                     false
        secondaries                             
        indexes                                 

                id                                                          2
                name                                                        index1
                path                                                        /opt/zimbra/index
                compressed                                                  false
                threshold                                                   4096
                current                                                     true


java.lang.NullPointerException
at com.zextras.powerstore.ZEPowerstoreUtils.getItemList ( ZEPowerstoreUtils.java:117 )
at com.zextras.powerstore.HSMVolumeMover.moveBlobs ( HSMVolumeMover.java:107 )
at com.zextras.op.powerstore.ZEMoveVolumeBlobsOperation.doOperation ( ZEMoveVolumeBlobsOperation.java:194 )
at com.zextras.op.ZEOperation.exec ( ZEOperation.java:594 )
at com.zextras.powerstore.ZEPowerstoreThread.execOperation ( ZEPowerstoreThread.java:173 )
at com.zextras.powerstore.ZEPowerstoreThread.run ( ZEPowerstoreThread.java:106 )

here you got all my volumes, just in case you need it:

$ zxsuite powerstore getAllVolumes

primaries

id 1
name message1
path /opt/zimbra/store
compressed false
threshold 4096
current false

id 3
name volum30g
path /opt/storage30g
compressed true
threshold 4096
current false

id 4
name nfssynology
path /opt/storage_synology_zimbra
compressed true
threshold 4096
current false

id 5
name volum190g
path /opt/volum190g
compressed true
threshold 4096
current true

id 6
name volumDS10
path /mnt/vmwareDS10/volumDS10
compressed true
threshold 0
current false
secondaries
indexes

id 2
name index1
path /opt/zimbra/index
compressed false
threshold 4096
current true

$ zxsuite powerstore getAllVolumes

primaries

id 1
name message1
path /opt/zimbra/store
compressed false
threshold 4096
current false

id 3
name volum30g
path /opt/storage30g
compressed true
threshold 4096
current false

id 4
name nfssynology
path /opt/storage_synology_zimbra
compressed true
threshold 4096
current false

id 5
name volum190g
path /opt/volum190g
compressed true
threshold 4096
current true

id 6
name volumDS10
path /mnt/vmwareDS10/volumDS10
compressed true
threshold 0
current false
secondaries
indexes

id 2
name index1
path /opt/zimbra/index
compressed false
threshold 4096
current true

 
Posted : 04/05/2013 10:50