Jeff Chastain wrote:
> I am trying to do a new install of CF7, taking the J2EE EAR deployment option 
> to deploy onto a JRun4 instance I have already setup and running.  I was 
> following the instructions located in this article 
> (http://www.adobe.com/devnet/coldfusion/articles/multi_instances.html) and 
> everything seemed to work just fine.  However, when I attempt to load the 
> administrator, I get the usual configuration screen, which after entering the 
> admin password thinks for a while and then returns the following servlet 
> error message.

> 500 java.lang.ExceptionInInitializerError
>       at com.verity.administration.VAdmin.(Unknown Source)
>       at com.verity.api.administration.VAdministration.(Unknown Source)
>       at coldfusion.tagext.search.Utils$1.run(Utils.java:318)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at coldfusion.tagext.search.Utils.adminConnect(Utils.java:315)
>       at 
> coldfusion.tagext.search.CollectionTag.doActionCreateOrMap(CollectionTag.java:225)
>       at 
> coldfusion.tagext.search.CollectionTag.doStartTag(CollectionTag.java:146)
>       at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
>       at 
> cffinish2ecfm163368097._factor3(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrator\setup\finish.cfm:303)

It looks like you packaged Verity / COM / ODBC / whatever in your EAR 
file. That means when you try to access the administrator CF will try to 
finish the deployment and install these on the system. Most likely 
installation is failing (do you already have it installed? is CF running 
under a restricted account?).
To prevent the installation from running, either build a new .EAR 
without them, or change the adminconfig.xml file so the install doesn't 
try to run them.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277125
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to