Tried latest nightly

To add to my previous comment

Bluedragon desktop works with this example across Windows , OSX etc =
WORKS

Now tried on a fresh installation Tomcat 7 on Windows 2008 64bit

In this case I am using common library install method

so my jars are under  c:/openbd/lib

and i get tomcat to load *.jar using my catalina.properties file as
follows

common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,$
{catalina.home}/lib,${catalina.home}/lib/*.jar,c:/openbd/lib/*.jar

In this case I still get the error below

    Line#-13: package org.alanwilliamson.lang.java.inline does not
exist
    Line#-12: package com.naryx.tagfusion.cfm.parser.script does not
exist
    Line#-11: package com.naryx.tagfusion.cfm.engine does not exist
    Line#-4: cannot find symbol symbol: class JavaBase
    Line#-4: cannot find symbol symbol: class JavaBlock
    Line#2: cannot find symbol symbol : class cfArray
    Line#2: cannot find symbol symbol : variable cf
    Line#5: cannot find symbol symbol : variable cf
    Line#8: cannot find symbol symbol : variable cf
    Line#8: cannot find symbol symbol : variable cf
    Line#12: cannot find symbol symbol : variable cf
    Line#15: cannot find symbol symbol : variable cf
    Line#16: cannot find symbol symbol : variable cf

Extracting the OpenBlueDragon.Jar I can see the files are in there

Could it be some sort of path resolution issue?

A

A

On Oct 24, 9:49 pm, "Alan Williamson (aw2.0 cloud experts)"
<[email protected]> wrote:
> Leave it with me .. the build has been changing for the past few days as
> we prepare for 2.0
>
>
>
>
>
>
>
> Alex Skinner wrote:
> > Hi Alan,
>
> > Grabbed the nightly from yesterday still getting the same error I am
> > using tomcat 7
>
> > I install by putting my jars in /openbd/lib, I replaced the entire lib
> > folder with the new build.
>
> > I initially had an issue with tomcat failing to start with 100% cpu
> > but this turned out to be because i had the CFSMTP plugin still within
> > my local web-inf directory after removing it TC starts correctly but
> > still can't find classes
>
> > A

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to