I was using libxml2 2.6.27, seeing you had 2.6.24 i went looking for that
but can't find a pre-compiled win32 version for that, so I tried 2.6.23 and
using that the sample runs fine.

  ...ant

On 3/14/07, Andrew Borley <[EMAIL PROTECTED]> wrote:

Hi Ant,

This looks like it could be a libxml problem: do you have the libxml2,
iconv
and zlib libraries available on your path?
My path looks like the following:

/cygdrive/e/mingw/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:.:/cygdrive/d/tuscany/tuscany_sca_native-
1.0-incubator-M3-bin/bin:/cygdrive/d/tuscany/tuscany_sdo_cpp-
1.0-incubator-M3-bin/bin/:/cygdrive/d/libs/libxml2-2.6.24.win32
/bin/:/cygdrive/d/libs/zlib-1.2.3.win32/bin:/cygdrive/d/libs/iconv-
1.9.2.win32/bin

This is on cygwin, but you get the idea. With this path and TUSCANY_SCACPP
and TUSCANY_SDOCPP env variables set CppCalculator worked fine for me.

Let me know if that helps & I'll try to make the docs clearer.

Cheers
Andy



On 3/14/07, ant elder <[EMAIL PROTECTED]> wrote:
> I've just given this a try with the windows binary builds and following
the
> getting started instructions to run the calculator sample.
>
> The first try failed as libxml2 and iconv are missing. I see now it does
> mention these in the SDO system prereqs section but a note pointing that
out
> in the "Getting Tuscany SDO for C++ working with the binary release on
> Windows" would make this a bit clearer.
>
> Fixing that and now running the CppCalculator sample and it fails with
the
> error below. The sca.xsd does exist at that location but note in the
file
> path in the Description it uses some forward slashes which I'm guessing
is
> why it can't find the file on Windows.
>
>    ...ant
>
> C:\Tuscany\CPP\M3\tuscany_sca_native-
>
1.0-incubator-M3-bin\samples\CppCalculator\deploy\sample.calculator.client
>
> runclient.bat
> using SCA installed at \Tuscany\CPP\M3\tuscany_sca_native-
> 1.0-incubator-M3-bin
> using SDO installed at \Tuscany\CPP\M3\tuscany_sdo_cpp-
1.0-incubator-M3-bin
> calculator_client: exception caught: Exception
>  Class:           SDOFileNotFoundException
>  Description:     \Tuscany\CPP\M3\tuscany_sca_native-
1.0-incubator-M3-bin
> /xsd/sca.xsd
>  Origin:
>    File:
> ..\..\..\runtime\core\src\commonj\sdo\SDOSchemaSAX2Parser.cpp
>    Line:            551
>    Function:        "parseIfNot"
>  Path:
>    File:
> ..\..\..\runtime\core\src\tuscany\sca\model\ModelLoader.cpp
>    Line:          898
>    Function:      tuscany::sca::model::ModelLoader::getXSDHelper
>    File:
> ..\..\..\runtime\extensions\cpp\src\osoa\sca\CompositeContext.cpp
>    Line:          101
>    Function:      osoa::sca::CompositeContext::getCurrent
>
>    ...ant
>
> On 3/14/07, Pete Robbins <[EMAIL PROTECTED]> wrote:
> >
> > I have posted a release candidate here:
> > http://people.apache.org/~robbinspg/M3-RC1/
> >
> > Before starting a vote for this I would appreciate some folk trying it
out
> > and reporting the silly errors that will require a vote to restart.
Please
> > reply here with any problems (or success) you may have.
> >
> > Thank you.
> >
> > --
> > Pete
> >
>

Reply via email to