yeah, i have a cfc at the root of the war directory. right next to the
index.cfm file. I've tried using both CreateObject and CFCOMPONENT and
both give me the same internal error, which was why I was wondering if
I need cfc servlet and servlet mappings in the web.xml. Any specific
information you'd like let me know? It's really vague Blue Dragon
Internal Error but the stack trace is as follows:
java.lang.NoClassDefFoundError: org/datanucleus/store/query/
QueryCompilerSyntaxException
at com.naryx.tagfusion.cfm.tag.cfOBJECT.render(Unknown Source)
at com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Unknown Source)
at com.naryx.tagfusion.cfm.tag.cfTag.render(Unknown Source)
at com.naryx.tagfusion.cfm.file.cfFile.render(Unknown Source)
at com.naryx.tagfusion.cfm.engine.cfSession.onRequest(Unknown Source)
at com.naryx.tagfusion.cfm.engine.cfEngine.service(Unknown Source)
at com.naryx.tagfusion.cfm.cfServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
487)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
(ServletHandler.java:1093)
at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter
(TransactionCleanupFilter.java:43)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle
(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle
(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle
(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
405)
at com.google.apphosting.utils.jetty.DevAppEngineWebAppContext.handle
(DevAppEngineWebAppContext.java:54)
at org.mortbay.jetty.handler.HandlerWrapper.handle
(HandlerWrapper.java:139)
at com.google.appengine.tools.development.JettyContainerService
$ApiProxyHandler.handle(JettyContainerService.java:306)
at org.mortbay.jetty.handler.HandlerWrapper.handle
(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
506)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete
(HttpConnection.java:830)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run
(SelectChannelEndPoint.java:396)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run
(BoundedThreadPool.java:442)
On May 26, 9:45 am, [email protected] wrote:
> You should be able to create CFCs using CFOBJECT or CreateObject(). Is
> this where you're getting errors? If so, I'd like to see them.
>
> You cannot (yet) access CFCs via the web browser, which is why there's
> nothing related to the ".cfc" extension within web.xml.
>
> Vince
>
> On May 26, 11:19 am, Brian Holmes <[email protected]> wrote:
>
> > Hi Guys,
> > I followed the instructions to get blue dragon running on google app
> > appengine. Everything went smoothly and I got it up and running in no
> > time. Awesome work. When I tried to create cfc's however I've started
> > getting internal blue dragon errors. So i double checked the
> > instructions and made sure i replaced the appengine-web.xml and the
> > web.xml files. Perhaps I'm not understanding how it works, but
> > shouldn't the web.xml file have a cfc servlet and servlet mapping
> > entries in it? I tried copying them over from another directory for BD
> > i have running and couldn't start the local app engine instance. At
> > any rate, I can't instantiate cfc's from inside the GAE BD version.
> > Any help is appreciated.
>
> > Thanks,
> > Brian.
>
>
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official site @ http://www.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---