I think I might know what MY problem is. This is on Windows and the directory name has spaces in it.
On Jan 21, 1:31 pm, Derrick <[email protected]> wrote: > Folks, > > I wanted to install the Cron Plugin to my OpenBD 1.4 webapp. However > after dropping the .jar file into the WEB-INF/lib folder and > restrating I got the following message in the bluedragon.log file: > > PluginManager.Exception: java.io.FileNotFoundException: E:\[DIRECTORY] > \WEB-INF\lib\openbdplugin-cfcron.jar (The system cannot find the path > specified) > ... found: 0 plugins > > So after digging around the OpenBD Google group for a while I found > this post that talked about the same issue I was > experiencing:http://groups.google.com/group/openbd/browse_thread/thread/e209ed505f... > > I also found this one that gave me my > solution:http://groups.google.com/group/openbd/browse_thread/thread/dc6ddab53b... > > I was going to post what worked for me to the first post but I guess > since its somewhat of an old posting replies are no longer allowed. > Well what I ended up doing to get this to work is add the following > line to the bluedragon.xml file and restarting: > > <pluginjarpath>file:E:[DIRECTORY]\WEB-INF\lib\openbdplugin-cfcron.jar</ > pluginjarpath> -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
