I mucked with it some more, and now it seems to work.
I restarted the computer, and tried with default settings on a new folder,
same error as before. (Program crashes at this point)
So I start it back up, this time adding the Provision with latest Engine
option (This didn't work before), and lo an behold, now it copied the files
and started the server, and seems to run just fine.
On Sunday, March 31, 2013 7:14:43 PM UTC-5, Marcus F wrote:
>
> Hi Al,
>
> I tried with and without Provision with-- as well as Enable admin--
> Latest download from the website, nothing else interfering with the port
> (Made sure by running 2.0.2 as a test, ran just fine)
> I'm still mucking with it.
>
> On Sunday, March 31, 2013 7:12:04 PM UTC-5, Al Holden wrote:
>>
>> Hi Marcus;
>>
>> I just created an empty folder on my desktop, fired up my OpenBD desktop
>> 3.0, selected "Provision Web App..." and "Enable Admin..." and it
>> launched without a problem. The output is below.
>>
>> Perhaps I have a different build, or did not select the exact same
>> options you did? Could you have had another process on your machine
>> already using the port? Like a little Aptana web server or something?
>>
>> Al
>>
>>
>> $Id: Desktop.java 1997 2012-03-24 22:08:06Z alan $
>> Saving the settings
>> Starting Standard Jetty Server
>> Port: 80; Exts: *.cfm *.cfml *.cfc *.shtml *.cxjs ; Folder:
>> C:\Users\AlHolden.Al-PC\Desktop\testApp
>> Preparing the environment
>> [JAR] Moved: 0; Copied: 64
>> [customjars] Copying Finished: 0
>> /bluedragon/ enabled
>> Ready to execute
>> 2013-03-31 17:06:16.491:INFO:oejs.Server:jetty-7.6.1.v20120215
>> 2013-03-31 17:06:22.221:INFO:oejw.StandardDescriptorProcessor:NO JSP
>> Support for /, did not find org.apache.jasper.servlet.JspServlet
>> 2013-03-31 17:06:22.281:INFO:oejsh.ContextHandler:started
>> o.e.j.w.WebAppContext{/,file:/C:/Users/AlHolden.Al-PC/Desktop/testApp/}
>> log4j:WARN No appenders could be found for logger
>> (org.apache.commons.vfs.impl.StandardFileSystemManager).
>> log4j:WARN Please initialize the log4j system properly.
>> 2013-03-31 17:06:34.731:INFO:oejs.AbstractConnector:Started
>> [email protected]:80
>> OpenBD: Version=3.0; Build=2013-03-04 04:03:30 GMT; Port=80;
>> ContextPath=/
>>
>>
>> On 3/31/2013 4:56 PM, 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]: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.