You need to have the Verity libraries on the PATH environment variable so
Java/CFMX will find them when it tries to open them.

There are instructions for the J2EE editions on where to set this path, I am
not sure if they cover Tomcat.

--
Tom Jordahl
Macromedia Server Development

-----Original Message-----
From: Michael R. Levy [mailto:[EMAIL PROTECTED]
Sent: Monday, December 15, 2003 9:41 PM
To: CF-Talk
Subject: Verity problem running MX 6.1 J2EE under Tomcat 4.1.18 on Windows
XP

Hi,

I have got MX 6.1 running as J2EE under Tomcat 4.1.18 on Windows XP Pro.

I've followed the instructions here:
http://www.macromedia.com/support/coldfusion/j2ee/phase2-tomcat-deploy.html
<http://www.macromedia.com/support/coldfusion/j2ee/phase2-tomcat-deploy.html
>
...and created the WAR files and deployed them, created 'setenv.bat'
according to instructions, and done the other things mentioned in the
article.

I've ported an application and everything is working fine -- the SQL Server
database connections, email, CFC's -- everything except Verity.  So I think
overall the configuration must be OK.

The CF debug info shows: "Could not create instance of tag handler class
coldfusion.tagext.lang.CFSearchTag:
coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Verity
service is not available.."

The error in (Tomcat
Root)\webapps\cfusion\WEB-INF\cfusion\logs\exception.log seems to be more
specific, but I don't understand what is wrong with the path.

Error","main","12/14/03","17:42:46",,"no cfindex in java.library.path"
java.lang.UnsatisfiedLinkError: no cfindex in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
(.....etc)

I figured it had to do with not having set up "setenv.bat" correctly.
However, I can say that if I open a DOS window, set the directory to
"C:\Tomcat4.1\bin" and then run "call setenv.bat" and then I run "dir
%CF_SHARED_LIBS%" I see all the files in the various directories that should
be there, including
  C:\Tomcat4.1\webapps\cfusion\WEB-INF\cfusion\lib\_nti40\bin
and
  C:\Tomcat4.1\webapps\cfusion\WEB-INF\cfusion\jintegra\bin

Any ideas?

Thanks!

  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to