By pordonez on July 25, 2010
If you’re experiencing the posted problem using jpython 2.5.1 with pyamf and Tomcat 6, you’ll need to either patch 2.5.1 or upgrade to 2.5.2b1 or higher. Addition information about the problem and the patch can be found here.
Additional error information follows:
Traceback (most recent call last):
File “__pyclasspath__/pyamf/remoting/gateway/wsgi.py”, line 84, in __call__
File “__pyclasspath__/pyamf/remoting/__init__.py”, line 663, in decode
File “__pyclasspath__/pyamf/remoting/__init__.py”, line 475, in _read_body
File “__pyclasspath__/pyamf/remoting/__init__.py”, line 452, in _read_args
File “__pyclasspath__/pyamf/__init__$py.class”, line 901, in readElement
File “__pyclasspath__/pyamf/__init__$py.class”, line 901, in readElement
File “__pyclasspath__/pyamf/amf0$py.class”, line 298, in readAMF3
File “__pyclasspath__/pyamf/__init__$py.class”, line 1354, in get_context
File “__pyclasspath__/pyamf/__init__$py.class”, line 1374, in _get_context_class
File “__pyclasspath__/pyamf/amf3$py.class”, line 32, in
File “__pyclasspath__/pyamf/flex/__init__$py.class”, line 269, in
File “__pyclasspath__/pyamf/__init__$py.class”, line 1705, in register_package
File “__pyclasspath__/pyamf/__init__$py.class”, line 1670, in
AttributeError: ‘stringmap’ object has no attribute ‘pyamf’
Posted in Uncategorized |
By pordonez on July 20, 2010
If you’re experiencing the posted problem using Verity K2 on Solaris, the problem is possibly due to Java JVM that you’re using. We use Java6 and tried jdk1.6.0_14, jdk1.6.0_16 and jdk1.6.0_21 before the problem disappeared by using jdk1.6.0_12.
Additional stack trace information follows:
“Error”,”http-8081-4″,”07/17/10″,”03:56:45″,”cfadmin”,”Could not initialize class com.verity.security.k2.K2Encrypt The specific sequence of files included or processed is: /opt/coldfusion/cfusion9
/CFIDE/administrator/verity/index.cfm, line: 71 ”
java.lang.NoClassDefFoundError: Could not initialize class com.verity.security.k2.K2Encrypt
at com.verity.administration.VAdmin.(Unknown Source)
at com.verity.api.administration.VAdministration.(Unknown Source)
at coldfusion.tagext.search.Utils$1.run(Utils.java:675)
at java.security.AccessController.doPrivileged(Native Method)
at coldfusion.tagext.search.Utils.adminConnect(Utils.java:668)
at coldfusion.tagext.search.Utils.isVerityRunning(Utils.java:642)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:97)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfindex2ecfm283217441._factor1(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\verity\index.cfm:71)
Posted in Uncategorized |