The resources on that site are more about opentaps than about OFBiz, and even though opentaps is based on a version of OFBiz from about 2 years ago they have made a lot of changes and it seems like they are moving mostly away from OFBiz anyway.

I'd recommend you stick to the resources on docs.ofbiz.org, and there are pages there about running OFBiz in eclipse, and some tutorials about OFBiz framework concepts and doing some basic things with it.

-David


On Apr 9, 2009, at 1:04 PM, jose junior malheiros barros wrote:

i just follow the tutorial: 
http://www.opensourcestrategies.com/ofbiz/ofbiz_eclipse.php

--- Em qui, 9/4/09, BJ Freeman <bjf...@free-man.net> escreveu:
De: BJ Freeman <bjf...@free-man.net>
Assunto: Re: erro Could not load VFS configuration
Para: user@ofbiz.apache.org
Data: Quinta-feira, 9 de Abril de 2009, 14:34

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ofbiz does not use the bin folder
Nor does it use C:\Temp\
This looks like some custom work.
if so please disable it to run ofbiz to check out the trunk version you
have works.
if not please explain what you are doing to got to this point>

jjmbconquista sent the following on 4/9/2009 6:19 AM:
I downloaded OFBiz trunk version.
But when I am starting OFBiz, below errors occur:

2009-04-09 10:01:23,562 (main) [             JkMain.java:251:INFO ]
Can't
find home, jk2.properties not loaded
2009-04-09 10:01:23,562 (main) [     Http11Protocol.java:182:INFO ]
Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
2009-04-09 10:01:23,796 (main) [            SSLImpl.java:49 :INFO ]
SSLImpl
loaded; using custom ServerSocketFactory
2009-04-09 10:01:24,265 (main) [     Http11Protocol.java:182:INFO ]
Initializing Coyote HTTP/1.1 on http-0.0.0.0-8443
2009-04-09 10:01:24,296 (main) [    ContainerLoader.java:96 :INFO ]
[Startup] Starting containers...
2009-04-09 10:01:24,406 (main) [ VfsLog.java:122:INFO ] Using
"C:\Temp\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:/D:/worspaceofbiz/ofbiz-trunk/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:263)
        at org.ofbiz.base.start.Start.startServer(Start.java:312)
        at org.ofbiz.base.start.Start.start(Start.java:316)
        at org.ofbiz.base.start.Start.main(Start.java:399)
org.ofbiz.base.container.ContainerException: Initializing
StandardFileSystemManager (Could not load VFS configuration from

"file:/D:/worspaceofbiz/ofbiz-trunk/bin/META-INF/vfs-providers.xml".)
        at

org .ofbiz .commons.vfs.CommonsVfsContainer.start(CommonsVfsContainer.java:48)
        at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java: 101)
        at org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
        at org.ofbiz.base.start.Start.startServer(Start.java:312)
        at org.ofbiz.base.start.Start.start(Start.java:316)
        at org.ofbiz.base.start.Start.main(Start.java:399)
Caused by: org.apache.commons.vfs.FileSystemException: Could not load VFS
configuration from

"file:/D:/worspaceofbiz/ofbiz-trunk/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:43)
        ... 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:/D:/worspaceofbiz/ofbiz-trunk/bin/META-INF/vfs-providers.xml".)
        at

org .ofbiz .commons.vfs.CommonsVfsContainer.start(CommonsVfsContainer.java:48)
        at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java: 101)
        at org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
        at org.ofbiz.base.start.Start.startServer(Start.java:312)
        at org.ofbiz.base.start.Start.start(Start.java:316)
        at org.ofbiz.base.start.Start.main(Start.java:399)
Caused by: org.apache.commons.vfs.FileSystemException: Could not load VFS
configuration from

"file:/D:/worspaceofbiz/ofbiz-trunk/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:43)
        ... 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-04-09 10:01:24,531 (OFBiz_Shutdown_Hook) [
ContainerLoader.java:114:INFO ] Shutting down containers
java.lang.NullPointerException
        at

org .ofbiz.commons.vfs.CommonsVfsContainer.stop(CommonsVfsContainer.java: 56)
        at
org .ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java: 122)
        at org.ofbiz.base.start.Start.shutdownServer(Start.java:301)
        at org.ofbiz.base.start.Start.access$0(Start.java:295)
        at org.ofbiz.base.start.Start$2.run(Start.java:278)


Someone have idea?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ3jGZrP3NbaWWqE4RAgI5AJ0T0/9NAAkJBDgtPAG+fX/0eR1YjgCfXmkT
3CWHM+C9f0GrMK8q5EGlEcY=
=3NpS
-----END PGP SIGNATURE-----



     Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

Reply via email to