Re: Unable to run OFBiz from Eclipse due to loading VFS configuration.
Posted by
jonatan soto on
Jul 07, 2009; 2:16pm
URL: http://ofbiz.116.s1.nabble.com/Unable-to-run-OFBiz-from-Eclipse-due-to-loading-VFS-configuration-tp164499p164500.html
I'm facing the same problem... Any ideas would be much appreciated.
Ashish Vijaywargiya-4 wrote
In past I was able to run OFBiz inside Eclipse.
I tried to start OFBiz from Start.java file with Debug as --> Java
Application option in Eclipse.
But now a days I am getting following error.
I am exploring the reason behind it and will try to solve this issue as soon
as I can.
In the meantime if someone came across the same error then please provide
the details.
2009-07-06 10:36:48,733 (main) [ ContainerLoader.java:96 :INFO ]
[Startup] Starting containers...
2009-07-06 10:36:48,966 (main) [ VfsLog.java:122:INFO ] Using
"/tmp/vfs_cache" as temporary files store.
org.ofbiz.base.start.StartupException: Cannot start()
org.ofbiz.commons.vfs.CommonsVfsContainer (Initializing
StandardFileSystemManager (Could not load VFS configuration from
"file:/home/ashish/ofbiz_dev/testing/bin/META-INF/vfs-providers.xml".))
at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:103)
at org.ofbiz.base.start.Start.startStartLoaders(Start.java:271)
at org.ofbiz.base.start.Start.startServer(Start.java:320)
at org.ofbiz.base.start.Start.start(Start.java:324)
at org.ofbiz.base.start.Start.main(Start.java:407)
org.ofbiz.base.container.ContainerException: Initializing
StandardFileSystemManager (Could not load VFS configuration from
"file:/home/ashish/ofbiz_dev/testing/bin/META-INF/vfs-providers.xml".)
at
org.ofbiz.commons.vfs.CommonsVfsContainer.start(CommonsVfsContainer.java:49)
at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
at org.ofbiz.base.start.Start.startStartLoaders(Start.java:271)
at org.ofbiz.base.start.Start.startServer(Start.java:320)
at org.ofbiz.base.start.Start.start(Start.java:324)
at org.ofbiz.base.start.Start.main(Start.java:407)
Caused by: org.apache.commons.vfs.FileSystemException: Could not load VFS
configuration from
"file:/home/ashish/ofbiz_dev/testing/bin/META-INF/vfs-providers.xml".
at
org.apache.commons.vfs.impl.StandardFileSystemManager.configure(StandardFileSystemManager.java:199)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.configurePlugins(StandardFileSystemManager.java:156)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.init(StandardFileSystemManager.java:129)
at
org.webslinger.commons.vfs.VFSUtil.createStandardFileSystemManager(VFSUtil.java:351)
at
org.webslinger.commons.vfs.VFSUtil.createStandardFileSystemManager(VFSUtil.java:345)
at
org.ofbiz.commons.vfs.CommonsVfsContainer.start(CommonsVfsContainer.java:44)
... 5 more
Caused by: org.apache.commons.vfs.FileSystemException: Multiple providers
registered for URL scheme "ofbiz-home".
at
org.apache.commons.vfs.impl.DefaultFileSystemManager.addProvider(DefaultFileSystemManager.java:174)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.addProvider(StandardFileSystemManager.java:362)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.configure(StandardFileSystemManager.java:262)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.configure(StandardFileSystemManager.java:195)
... 10 more
org.ofbiz.base.container.ContainerException: Initializing
StandardFileSystemManager (Could not load VFS configuration from
"file:/home/ashish/ofbiz_dev/testing/bin/META-INF/vfs-providers.xml".)
at
org.ofbiz.commons.vfs.CommonsVfsContainer.start(CommonsVfsContainer.java:49)
at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
at org.ofbiz.base.start.Start.startStartLoaders(Start.java:271)
at org.ofbiz.base.start.Start.startServer(Start.java:320)
at org.ofbiz.base.start.Start.start(Start.java:324)
at org.ofbiz.base.start.Start.main(Start.java:407)
Caused by: org.apache.commons.vfs.FileSystemException: Could not load VFS
configuration from
"file:/home/ashish/ofbiz_dev/testing/bin/META-INF/vfs-providers.xml".
at
org.apache.commons.vfs.impl.StandardFileSystemManager.configure(StandardFileSystemManager.java:199)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.configurePlugins(StandardFileSystemManager.java:156)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.init(StandardFileSystemManager.java:129)
at
org.webslinger.commons.vfs.VFSUtil.createStandardFileSystemManager(VFSUtil.java:351)
at
org.webslinger.commons.vfs.VFSUtil.createStandardFileSystemManager(VFSUtil.java:345)
at
org.ofbiz.commons.vfs.CommonsVfsContainer.start(CommonsVfsContainer.java:44)
... 5 more
Caused by: org.apache.commons.vfs.FileSystemException: Multiple providers
registered for URL scheme "ofbiz-home".
at
org.apache.commons.vfs.impl.DefaultFileSystemManager.addProvider(DefaultFileSystemManager.java:174)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.addProvider(StandardFileSystemManager.java:362)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.configure(StandardFileSystemManager.java:262)
at
org.apache.commons.vfs.impl.StandardFileSystemManager.configure(StandardFileSystemManager.java:195)
... 10 more
2009-07-06 10:36:49,112 (OFBiz_Shutdown_Hook) [
ContainerLoader.java:114:INFO ] Shutting down containers
java.lang.NullPointerException
at
org.ofbiz.service.rmi.RmiServiceContainer.stop(RmiServiceContainer.java:169)
at
org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java:122)
at org.ofbiz.base.start.Start.shutdownServer(Start.java:309)
at org.ofbiz.base.start.Start.access$0(Start.java:303)
at org.ofbiz.base.start.Start$2.run(Start.java:286)
Thanks in Advance.
--
Ashish