Copy link to clipboard
Copied
I have error message see below when select Verity collections in the Data and Services coldfusion menu.
My config:
window 2008, IIS 7, Coldfusion MX 7,0,2,142559
Java Home C:\Program Files (x86)\Java\jdk1.6.0_22\jre
Java Class Path | CF Classpath |
Java Ext Dirs | C:\Program Files (x86)\Java\jdk1.6.0_22\jre\lib\ext;C:\Windows\Sun\Java\lib\ext |
Error Message:
Could not initialize class com.verity.security.k2.K2Encrypt The specific sequence of files included or processed is: C:\inetpub\wwwroot\CFIDE\administrator\verity\index.cfm, line: 227
Do you have the solution.
Thanks
Are you using the latest version of 1.4?
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/
Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.
Read this before you post:
http://forums.adobe.com/thread/607238
Copy link to clipboard
Copied
ColdFusion MX 7.02 was not supported with JVM version 1.6.0. Can you
reproduce with a supported JVM 1.4.x ?
Copy link to clipboard
Copied
I just realized I answered this question 5 years ago (to the week!). The
problem is that you are using an unsupported JVM version with CF7.
http://www.talkingtree.com/blog/index.cfm/2005/11/14/VAdministrationErrorWithJVM15
Copy link to clipboard
Copied
If i use the JVM 1.4.x (verity running), I have problem with the time zone. The server hour equal 8:00 PM and the user page 7:00 PM (-1 hour). JVM 1.6.0 corrects this error. Do you have the solution with JVM 1.4.x to solve the time zone.
Thanks
Copy link to clipboard
Copied
Are you using the latest version of 1.4?
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/
Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.
Read this before you post:
http://forums.adobe.com/thread/607238
Copy link to clipboard
Copied
is coldfusion mx 7 supported on Win 08 IIS7? I thought CF7 supported platform stopped at Win 03 IIS6.
Thanks, Carl.
Copy link to clipboard
Copied
CFMX7 isn't supported at all any more. It's into its end-of-life phase.
And it hasn't been actively maintained since 2005, so it won't have been certified to run on anything released after that time.
So I'd say if you can get it working on anything more recent than that, all good. You'll be as supported by Adobe as much as you would on the certified H/W / O/S configurations (ie: not at all, anyway), so you're not really missing out on anything, support-wise.
--
Adam
Copy link to clipboard
Copied
Dave with the version j2sdk-1_4_2_19-windows evrything is OK.
Thanks.
Copy link to clipboard
Copied
I have deployed CF 9 on WebLogic 10.3.4.
The K2Encrypt error occured when I was accessing the CF Admin page and I would get blank pages. The workaround to that was to change the adminconfig.xml setting of <unsetupwizard> to false. Everything seemed to work, but then when I accessed the Coldfusion Collections page then I would again see a blank page and the K2Encrypt error in the exception log.
The K2Encrypt class is provided by the verity.jar which was being picked up, although not properly it seems, by ColdFusion in its class path.
As of 8/15, support at Adobe confirmed that this was an issue after they replicated the same problem. They stated that they have escalated this to their engineering department.