Skip to content

Dedup Storage Engine is not starting. #60

Description

@GoogleCodeExporter
What steps will reproduce the problem?

1. Install the SDFS on linux machine.

2. Run the script startDSEService.sh( [root@localhost bin]# 
./startDSEService.sh /etc/sdfs/sample-dse-cfg.xml)

What is the expected output? What do you see instead?

Expected Output : DSE services should run on port 2222.

Received Output : 

java.lang.NullPointerException
    at org.opendedup.sdfs.notification.SDFSEvent.loadHashDBEvent(SDFSEvent.java:184)
    at org.opendedup.collections.CSByteArrayLongMap.<init>(CSByteArrayLongMap.java:61)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at org.opendedup.sdfs.filestore.HashStore.connectDB(HashStore.java:164)
    at org.opendedup.sdfs.filestore.HashStore.<init>(HashStore.java:81)
    at org.opendedup.sdfs.servers.HashChunkService.<init>(HashChunkService.java:65)
    at org.opendedup.sdfs.servers.HCServiceProxy.<clinit>(HCServiceProxy.java:54)
    at org.opendedup.sdfs.network.NetworkHCServer.init(NetworkHCServer.java:69)
    at org.opendedup.sdfs.network.NetworkHCServer.main(NetworkHCServer.java:62)
#### Shutting down StorageHub ####
#### Shutting Down Network Service ####
#### Shutting down HashStore ####


What version of the product are you using? On what operating system?

Linux Kernel : 2.6.32-220.el6.x86_64

Please provide any additional information below.


Original issue reported on code.google.com by engg.kau...@gmail.com on 2 May 2013 at 6:06

Attachments:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions