|
Home > Archive > WebSphere Commerce suite > February 2006 > Problem with Command Manager
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem with Command Manager
|
|
| Sarfaraz 2006-02-07, 7:51 am |
|
Hi,
I am deploying the United Parcel Serviec(UPS) functionality on WebSpehre Commerce v5.6 followed the ibm redpaper Redp3910.
initially i get the following error:
Request is :com.ibm.commerce.webcontroller.HttpControllerRequestObject@7e687e68
[1/30/06 10:40:38:299 PKT] 24f124f1 SystemOut O Request is :jo4ZPpS76o7QNUQb0EkviA3
[1/30/06 10:40:38:314 PKT] 24f124f1 SystemOut O Is this the class the need to be examined ???
[1/30/06 10:40:38:330 PKT] 24f124f1 SystemOut O Is this the class the need to be examined ???
[1/30/06 10:40:38:361 PKT] 24f124f1 SystemOut O Is this the class the need to be examined ???
[1/30/06 10:40:38:377 PKT] 24f124f1 SystemOut O #--------------- and the input string is :C:\WINDOWS\UPSTempDir\jo4ZPpS76o7QNUQb0
EkviA3\AccessRequest.xml
[1/30/06 10:40:38:377 PKT] 24f124f1 SystemOut O #--------------- and the input string is :C:\WINDOWS\UPSTempDir\jo4ZPpS76o7QNUQb0
EkviA3\AddressRequest.xml
[1/30/06 10:40:38:377 PKT] 24f124f1 SystemOut O XMLTransmitter::contactService(String, String)******************************** Started AV Mon Jan 30 10:40:38 PKT 2006 *************************************
[1/30/06 10:40:41:049 PKT] 24f124f1 SystemOut O contact service: https://wwwcie.ups.com/ups.app/xml/AV
[1/30/06 10:40:41:142 PKT] 24f124f1 SystemOut O XMLTransmitter::contactService(String, String)Establishing connection with https://wwwcie.ups.com/ups.app/xml/AV
[1/30/06 10:40:49:064 PKT] 24f124f1 SystemOut O Error sending data to serverjavax.net.ssl.SSLHandshakeException: unknown certificate
[1/30/06 10:40:49:064 PKT] 24f124f1 SystemOut O XMLTransmitter::contactService(String, String)******************************** Finished AV Mon Jan 30 10:40:49 PKT 2006 *************************************
[1/30/06 10:40:49:064 PKT] 24f124f1 SystemOut O Is this the class the need to be examined ???
[1/30/06 10:40:49:064 PKT] 24f124f1 SystemOut O Cannot write the xml response to file: java.lang.NullPointerException
[1/30/06 10:40:49:064 PKT] 24f124f1 SystemOut O The UPS Address Validation service is currently unavailable...try again later
Also can any body tell me whats the common causes of this type of errors
CMN0110E: Cannot instantiate com.ibm.commerce.ups.addressvalidation.commands.ValidateAddressCmdImpl for command com.ibm.commerce.usermanagement.commands.AddressAddCmd.java.lang.ClassNotFoundException: com.ibm.commerce.ups.addressvalidation.commands.Valida
teAddressCmdImpl
at java.lang.Throwable.(Throwable.java)
at java.lang.Throwable.(Throwable.java)
at java.lang.ClassNotFoundException.(ClassNotFoundException.java:79)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java)
at com.ibm.commerce.command.CommandFactory.createCommand(CommandFactory.java:190)
at com.ibm.commerce.command.CommandFactory.createCommand(CommandFactory.java:166)
at com.ibm.commerce.webcontroller.ControllerCmdExecUnit.(ControllerCmdExecUnit.java:53)...
Thanks,
--------------------
Malik M. Sarfaraz
B.C.S M.S(SE)
Software Engineer
Cell#: +92333-3196534
Office#: +9221-4392285
http://www.websphereguru.net
Royal Cyber Inc.,
| |
|
| Malik,
Ensure that the class com.ibm.commerce.ups.addressvalidation.commands.ValidateAddressCmdImpl is in the classpath. You didn't mention if you're testing this in development or runtime, but if it is on a development machine, ensure that this class is in the
WebSphereCommerceServerExtensionsLogic project. If you're in the runtime, ensure that the class is included in the WebSphereCommerceServerExtensionsLogic.jar file in the EAR directory.
> I am deploying the United Parcel Serviec(UPS)
> functionality on WebSpehre Commerce v5.6 followed the
> ibm redpaper Redp3910.
> initially i get the following error:
>
> CMN0110E: Cannot instantiate
> com.ibm.commerce.ups.addressvalidation.commands.Valida
> teAddressCmdImpl for command
> com.ibm.commerce.usermanagement.commands.AddressAddCmd
> .java.lang.ClassNotFoundException:
> com.ibm.commerce.ups.addressvalidation.commands.Valida
> teAddressCmdImpl
| |
| Sarfaraz 2006-02-07, 7:51 am |
| thanks for quick reply, i am in the development enviornment thic class com.ibm.commerce.ups.addressvalidation.commands.ValidateAddressCmdImpl
is already in my WebSpehereCommerceExtensionLogic project but still i get the same error.
Malik M. Sarfaraz
B.C.S M.S(SE)
Software Engineer
Cell#: +92333-3196534
Office#: +9221-4392285
http://www.websphereguru.net
Royal Cyber Inc.,
|
|
|
|
|