It means that the current working directory of the server is not the directory where the witangod executable is. In your startup script put a command to change the directory to the location of the witangod file.

e.g.

...

WITANGO_PATH=/Applications/Witango/Server
export WITANGO_PATH

...

StartService ()
{
        if [ "${WITANGO5:=-NO-}" = "-YES-" ]; then
                /usr/libexec/ConsoleMessage "Starting Witango Application 
Server"
                InitWitangoEnv
                cd $WITANGO_PATH
                $WITANGO_PATH/witangod -u "witango" -c "WitangoServer"
        fi
}

...



Witango Support

On 09/11/2004, at 9:47 AM, Roland Dumas wrote:

Updating to .065.....
Now when witangod starts, I get:

dyld: /applications/witango/server/witangod can't open library:
./libxmltok.dylib  (No such file or directory, errno = 2)
Trace/BPT trap

What does this mean?


On 11/8/04 2:18 PM, "Customer Support" <[EMAIL PROTECTED]> wrote:


Roland,
You might try updating the server to the 065 build.


Witango Support

On 09/11/2004, at 9:14 AM, Roland Dumas wrote:

This has come up under other topics, but is now getting to be a
problem:

My current settings:
CACHE=FALSE
CACHEINCLUDEFILES=TRUE


Problem: If I change a file that is included, it shouldn't change until I flush the cache, right? In fact, it changes immediately. That's evidence that the server's not caching includes.

Next problem: If I turn cache on, (TRUE), the first taf that calls an
include - a single include - creates an error. The error says that the
10
include max has been hit. It fails right off.


[Version 5.0.1.063 Chimera (Mac OS X) [Standard Edition]
MacOS Server 10.2.8]

Any clues what I'm doing wrong? I'd really like to be chaching tafs and
includes.



_____________________________________________________________________ __
_
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



______________________________________________________________________ __
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




-----------------------------------------
Roland Dumas
Roberts Information Services
310 W. Bellevue Avenue
San Mateo CA 94402
650-347-1373
415-412-9300 (cell)
[EMAIL PROTECTED]
SMS: http://new.servqual.com/html/sms.tml


_______________________________________________________________________ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to