Personal tools
You are here: Home Forums-old Dispersed Storage Users Fatal Error on and starting dsgrid-server
Document Actions

Fatal Error on and starting dsgrid-server

Up to Dispersed Storage Users

Fatal Error on and starting dsgrid-server

Posted by Bogdan Odulinski at April 23. 2008

Using IBM Java library (version 5) on PPC-based CentOS platform.


 


Any guidance would be appreciated.


 


The following behaviour is observed:


dsgrid-create-vault --username=dsgrid --password=dsgrid --descriptor=/usr/share/dsgrid/conf/vaults/remote-local-vault-descriptor.xml



Above command results in the following:


Fatal library configuration error; check distribution


 


Also showing errors when starting the dsgrid-server using the following command:


 


[root@localhost dsgrid]# dsgrid-server

Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.J9VMInternals.initialize(J9VMInternals.java:216)
at org.cleversafe.storage.ss.SliceServerConfiguration.loadSliceServerConfiguration(SliceServerConfiguration.java:596)
at org.cleversafe.storage.ss.SliceServerConfiguration.<init>(SliceServerConfiguration.java:193)
at org.cleversafe.storage.ss.SliceServerDaemon.loadSliceServers(SliceServerDaemon.java:293)
at org.cleversafe.storage.ss.SliceServerDaemon.<init>(SliceServerDaemon.java:145)
at org.cleversafe.storage.ss.SliceServerDaemon.main(SliceServerDaemon.java:203)
Caused by: java.lang.RuntimeException: Could not load system configuration
at org.cleversafe.config.evaluator.XMLEvaluator.<clinit>(XMLEvaluator.java:68)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
... 5 more
Caused by: Could not create configuration instance
at org.cleversafe.config.ConfigurationFactory.getInstance(ConfigurationFactory.java:127)
at org.cleversafe.config.evaluator.XMLEvaluator.<clinit>(XMLEvaluator.java:63)
... 7 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:522)
at org.cleversafe.config.ConfigurationFactory.getInstance(ConfigurationFactory.java:122)
... 8 more
Caused by: Error loading configuration from XML, Caused by: cvc-elt.1: Cannot find the declaration of element 'configuration'.
at org.cleversafe.config.XMLConfiguration.loadXMLDocument(XMLConfiguration.java:105)
at org.cleversafe.config.XMLConfiguration.<init>(XMLConfiguration.java:88)
... 13 more
Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'configuration'.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
at org.apache.xerces.jaxp.validation.DOMValidatorHelper.beginNode(Unknown Source)
at org.apache.xerces.jaxp.validation.DOMValidatorHelper.validate(Unknown Source)
at org.apache.xerces.jaxp.validation.DOMValidatorHelper.validate(Unknown Source)
at org.apache.xerces.jaxp.validation.XMLSchemaValidator.validate(Unknown Source)
at javax.xml.validation.Validator.validate(Unknown Source)
at org.cleversafe.util.XMLParser.parse(XMLParser.java:118)
at org.cleversafe.config.XMLConfiguration.loadXMLDocument(XMLConfiguration.java:101)
... 14 more


Can someone help?


 


Thanks,


 


Bogdan


Re: Fatal Error on and starting dsgrid-server

Posted by cgladwin at April 24. 2008

Bogdan,


 


One of the devs may post a reply to address your specific issues, but the likely answer is that you will want to just wait to use the next major open source release which is scheduled to be posted here at cleversafe.org in about two weeks.  The open source release that you are using is late alpha quality code from November '07.  The new open source release coming up soon is current commercial release grade code and has well over 100 various enhancements and defect resolutions from a lot of testing over the past 5 months.  So I'd recommend you wait a couple weeks if you can as this will probably be the fastest way to get through your issues.


 


Regards,


Chris Gladwin


 


Re: Fatal Error on and starting dsgrid-server

Posted by Bogdan Odulinski at April 24. 2008

Chris,


I will look forward to the next build.


Based on the commercial product, it looks to be very promising!


Thanks for the reply.


Bogdan


Re: Fatal Error on and starting dsgrid-server

Posted by wleggette at April 28. 2008

This is a problem with your library configuration file.


I take it that you built this from source? If so, where do you install the "dsgrid-library-configuration.xml" file? In the rpm this is located in /usr/share/dsgrid/conf/. If it is not there try copying it to that location.


In any case, it is true that a 1.0 open source release will be arriving within the next few weeks (as lame as a troubleshooting step as that is).


Wesley Leggette
Senior Software Developer


 


 


Previously Bogdan Odulinski wrote:




The following behaviour is observed:




dsgrid-create-vault --username=dsgrid --password=dsgrid --descriptor=/usr/share/dsgrid/conf/vaults/remote-local-vault-descriptor.xml







Above command results in the following:




Fatal library configuration error; check distribution





 




Also showing errors when starting the dsgrid-server using the following command:


 



Re: Fatal Error on and starting dsgrid-server

Posted by Bogdan Odulinski at April 28. 2008

I did not build from source and the file is in the folder path you provided below.


I am trying to build a demo to sell a concept internally. Can you be more specific as to actual release date of 1.0?


 


Bogdan Odulinski


Services Architect/Strategist


 


Previously wleggette wrote:




This is a problem with your library configuration file.




I take it that you built this from source? If so, where do you install the "dsgrid-library-configuration.xml" file? In the rpm this is located in /usr/share/dsgrid/conf/. If it is not there try copying it to that location.




In any case, it is true that a 1.0 open source release will be arriving within the next few weeks (as lame as a troubleshooting step as that is).




Wesley Leggette
Senior Software Developer




 




 




Previously Bogdan Odulinski wrote:







The following behaviour is observed:






dsgrid-create-vault --username=dsgrid --password=dsgrid --descriptor=/usr/share/dsgrid/conf/vaults/remote-local-vault-descriptor.xml













Above command results in the following:






Fatal library configuration error; check distribution









 






Also showing errors when starting the dsgrid-server using the following command:




 






 


Re: Fatal Error on and starting dsgrid-server

Posted by cgladwin at April 30. 2008

Bogden,


 


The commercial release 1.0 is out (you can learn more about the commercial products that use it at www.cleversafe.com

); the open source 1.0 release is built and is going through some final testing.  We expect to post it within the next two weeks.


 


 


Chris


 


Re: Fatal Error on and starting dsgrid-server

Posted by cgladwin at May 06. 2008

Bogen,


The 1.0 release candidate is now available.  Give it a try and let us know how it goes.


 


Chris


Powered by Ploneboard