Re: Cybersource - Coldfusion 8

2010-08-05 Thread Peter Shumar

I've got CF running with Cybersource.. both on CF7 and 8..

did you specify your jar paths directly in the jvm.config file? that was what 
finally got it working for us.

Here's our JVM classpath if you would like to compare:
java.class.path={application.home}/servers/lib,{application.home}/../lib/macromedia_drivers.jar,{application.home}/lib/cfmx_mbean.jar,{application.home}/lib,C:/simapi-java-5.0.2/lib/commons-codec-1.3.jar,C:/simapi-java-5.0.2/lib/commons-httpclient-3.0.1.jar,C:/simapi-java-5.0.2/lib/commons-logging.jar,C:/simapi-java-5.0.2/lib/cybs-cfm.jar,C:/simapi-java-5.0.2/lib/cybsclients14.jar,C:/simapi-java-5.0.2/lib/cybsclients15.jar,C:/simapi-java-5.0.2/lib/cybssecurity.jar,C:/simapi-java-5.0.2/lib/xalan.jar,C:/simapi-java-5.0.2/lib/xercesImpl.jar,C:/simapi-java-5.0.2/lib/xml-apis.jar



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336014
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Cybersource - Coldfusion 8

2010-08-04 Thread heath stein

 I'm hoping someone has dealt with CF8 and Cybersource (Simple Order 
 API).
 
 We've gotten it to run on CF6.1 but can't seem to get past this on CF8.
 
 
 Here is the sniplet of error code:
 
 ROOT CAUSE:
 
 ROOT CAUSE:
 
 java.lang.NoClassDefFoundError: Could not initialize class com.
 cybersource.ws.client.Signature
 

 at com.cybersource.ws.client.XMLClient.soapWrapAndSign(XMLClient.
 java:396)
 

 at com.cybersource.ws.client.XMLClient.runTransaction(XMLClient.
 java:176)
 

 at com.cybersource.ws.client.XMLClient.runTransaction(XMLClient.
 java:113)
 

 at CyberSource.runTransaction(CyberSource.java:49)
 

 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:87)
 

 at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272)

 
 
 Has anyone seen this before and dealt with it?  We've been going back 
 and forth with Cybersource support and really getting no where.
 
 We've verified our class paths and the Jar files are all in place.
 
 Any suggestions?
 
 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336000
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Cybersource - Coldfusion 8

2010-08-04 Thread heath stein

Paul, were you ever able to find the issue with this, I am running into the 
same problem.


 I'm hoping someone has dealt with CF8 and Cybersource (Simple Order 
 API).
 
 We've gotten it to run on CF6.1 but can't seem to get past this on CF8.
 
 
 Here is the sniplet of error code:
 
 ROOT CAUSE:
 
 ROOT CAUSE:
 
 java.lang.NoClassDefFoundError: Could not initialize class com.
 cybersource.ws.client.Signature
 

 at com.cybersource.ws.client.XMLClient.soapWrapAndSign(XMLClient.
 java:396)
 

 at com.cybersource.ws.client.XMLClient.runTransaction(XMLClient.
 java:176)
 

 at com.cybersource.ws.client.XMLClient.runTransaction(XMLClient.
 java:113)
 

 at CyberSource.runTransaction(CyberSource.java:49)
 

 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:87)
 

 at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272)

 
 
 Has anyone seen this before and dealt with it?  We've been going back 
 and forth with Cybersource support and really getting no where.
 
 We've verified our class paths and the Jar files are all in place.
 
 Any suggestions?
 
 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336001
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Cybersource - Coldfusion 8

2009-05-18 Thread Paul Giesenhagen

I'm hoping someone has dealt with CF8 and Cybersource (Simple Order API).

We've gotten it to run on CF6.1 but can't seem to get past this on CF8.

Here is the sniplet of error code:

ROOT CAUSE:

ROOT CAUSE:

java.lang.NoClassDefFoundError: Could not initialize class 
com.cybersource.ws.client.Signature

at 
com.cybersource.ws.client.XMLClient.soapWrapAndSign(XMLClient.java:396)

at 
com.cybersource.ws.client.XMLClient.runTransaction(XMLClient.java:176)

at 
com.cybersource.ws.client.XMLClient.runTransaction(XMLClient.java:113)

at CyberSource.runTransaction(CyberSource.java:49)

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:87)

at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272)


Has anyone seen this before and dealt with it?  We've been going back and forth 
with Cybersource support and really getting no where.

We've verified our class paths and the Jar files are all in place.

Any suggestions?




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322625
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4