Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dedup Storage Engine is not starting. #60

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments
Open

Dedup Storage Engine is not starting. #60

GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 2 May 2013 at 6:06

Attachments:

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

No branches or pull requests

1 participant