And just like that, 2 days later, it starts working again. I ran the desktop against a 1-line index.cfm file I had placed in a folder on my own desktop, and it launched without the errors. It then launched against my other real apps too.

The "ClassNotFoundException" is somewhat telling. Because nothing has changed in my Win7 volume, one might assume that (despite my attempts to assuage them) there's something applying a process or permissions hold on my little OpenBD desktop classpath files. Whatever it was, it seemed to survive multiple reboots - as I noted below.

And now the problem is gone, for the time being. It sure would be nice to know what could immobilize my development process for days like that. Does anyone know of some better analysis tools besides explorer & task manager?

Al

On 12/21/2013 11:44 PM, Al Holden wrote:
This thread is old. Back then, my own OpenBD desktop was working fine, and Marcus' version was failing as described below.

But now - almost a year later, I sit down to my OpenBD 3.0 desktop and the SAME THING happens to me. I was just using this yesterday! First it opened up with none of the path or launch options from last night, and when I pressed Start it threw the same errors that Marcus saw last March. Same version 3.0 [3rd March 2013]

I've tried restarting my PC, downloading and unzipping a whole new desktop, opening permissions, verifying Java, checking and un-checking all the option boxes, and launching with different projects. But unlike my friends of last spring, I'm stuck and unable to continue development no matter how many times I tweak and restart this thing.

Any advice from the publishers - or hints at any actions beyond those listed above - would be helpful.

Al



On Sunday, March 31, 2013 4:56:16 PM UTC-7, Marcus F wrote:
I just ran into some odd problems with 3.0 Desktop.

I made a folder to start a new project, started 3.0, picked the folder and hit Start, it said the folder is not valid (As expected), I tell it to make it valid, and run into a whole lot of errors in the console.

I restarted it, but the same thing happened. I downloaded it again from the website, but the same problem happens again.

It works fine with apps I've made before, most of them with OpenBD 2.x

I started 2.0.2 and it worked just fine.

Here are the errors, maybe someone has run into this before:
(After the last line the whole thing locks up)

Starting Standard Jetty Server
Port: 80; Exts: *.cfm *.cfml ; Folder:
Ready to execute
2013-03-31 18:51:57.660:INFO:oejs.Server:jetty-7.6.1.v20120215
2013-03-31 18:51:57.756:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
2013-03-31 18:51:57.775:WARN:oejw.StandardDescriptorProcessor:Could not instantiate listener com.naryx.tagfusion.cfm.application.cfHttpSessionListener
java.lang.ClassNotFoundException: com.naryx.tagfusion.cfm.application.cfHttpSessionListener
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:415)
    at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:377)
    at org.eclipse.jetty.server.handler.ContextHandler.loadClass(ContextHandler.java:1437)
    at org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitListener(StandardDescriptorProcessor.java:1367)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.jetty.webapp.IterativeDescriptorProcessor.visit(IterativeDescriptorProcessor.java:80)
    at org.eclipse.jetty.webapp.IterativeDescriptorProcessor.process(IterativeDescriptorProcessor.java:67)
    at org.eclipse.jetty.webapp.MetaData.resolve(MetaData.java:321)
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1212)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:676)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:455)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:90)
    at org.eclipse.jetty.server.Server.doStart(Server.java:261)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at com.bluedragon.desktop.jetty.OpenBDServer.startJettyServer(Unknown Source)
    at com.bluedragon.desktop.Desktop$2.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
2013-03-31 18:51:57.784:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/C:/OpenBD30/}
2013-03-31 18:51:57.786:WARN:oejs.Holder:
java.lang.ClassNotFoundException: com.newatlanta.filters.SearchEngineFriendlyURLFilter
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:415)
    at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:377)
    at org.eclipse.jetty.util.Loader.loadClass(Loader.java:92)
    at org.eclipse.jetty.util.Loader.loadClass(Loader.java:71)
    at org.eclipse.jetty.servlet.Holder.doStart(Holder.java:84)
    at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:74)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:747)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249)
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1214)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:676)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:455)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:90)
    at org.eclipse.jetty.server.Server.doStart(Server.java:261)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at com.bluedragon.desktop.jetty.OpenBDServer.startJettyServer(Unknown Source)
    at com.bluedragon.desktop.Desktop$2.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
2013-03-31 18:51:57.788:WARN:oejuc.AbstractLifeCycle:FAILED SearchEngineFriendlyURLFilter: javax.servlet.UnavailableException: com.newatlanta.filters.SearchEngineFriendlyURLFilter
javax.servlet.UnavailableException: com.newatlanta.filters.SearchEngineFriendlyURLFilter
    at org.eclipse.jetty.servlet.Holder.doStart(Holder.java:91)
    at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:74)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:747)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249)
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1214)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:676)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:455)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:90)
    at org.eclipse.jetty.server.Server.doStart(Server.java:261)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at com.bluedragon.desktop.jetty.OpenBDServer.startJettyServer(Unknown Source)
    at com.bluedragon.desktop.Desktop$2.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
2013-03-31 18:51:57.790:WARN:oejw.WebAppContext:Failed startup of context o.e.j.w.WebAppContext{/,file:/C:/OpenBD30/}
javax.servlet.UnavailableException: com.newatlanta.filters.SearchEngineFriendlyURLFilter
    at org.eclipse.jetty.servlet.Holder.doStart(Holder.java:91)
    at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:74)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:747)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249)
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1214)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:676)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:455)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:90)
    at org.eclipse.jetty.server.Server.doStart(Server.java:261)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
    at com.bluedragon.desktop.jetty.OpenBDServer.startJettyServer(Unknown Source)
    at com.bluedragon.desktop.Desktop$2.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
2013-03-31 18:51:57.807:INFO:oejs.AbstractConnector:Started [email protected].0:80
java.lang.ClassNotFoundException: com.naryx.tagfusion.cfm.engine.cfEngine
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
 
---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
 
---
You received this message because you are subscribed to the Google Groups "Open BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to