• dimple
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
Hi,
 
I am using the CLI of Appexchange data loader and i am getting the below error. I am using java version 1.4.2_08. What is required to fix this issue. Also if i upgrade the jvm to 1.5 then i get a error message saying that the data loader needs version 1.4.
 
Please advise
 
C:\config>java -jar sforcedataloader.jar
2006-10-19 14:04:14,204 INFO  [main] controller.LoaderController initConfig (LoaderController.java:287) - The log has be
en initialized
2006-10-19 14:04:14,220 INFO  [main] LoaderEngineRunner main (LoaderEngineRunner.java:78) - Initializing engine
2006-10-19 14:04:14,220 INFO  [main] LoaderEngineRunner main (LoaderEngineRunner.java:85) - Loading parameters
2006-10-19 14:04:14,220 INFO  [main] LoaderEngineRunner main (LoaderEngineRunner.java:96) - Logging in to salesforce.com
 
2006-10-19 14:04:15,908 WARN  [main] httpclient.HttpMethodBase readResponseBody (HttpMethodBase.java:2091) - Response co
ntent length is not known
2006-10-19 14:04:16,440 ERROR [main] client.PartnerClient connect (PartnerClient.java:142) - ; nested exception is:
        javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
2006-10-19 14:04:16,440 ERROR [main] LoaderEngineRunner main (LoaderEngineRunner.java:126) - ; nested exception is:
        javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
 
Thanks, Dimple

Message Edited by dimple on 10-19-2006 06:19 AM

  • October 19, 2006
  • Like
  • 0
HI,
 
I am sending a soap message by posting it to the SOAP Server via a HTML Form using the below code. But i get a SOAP fault in response shown below. Can some one please put some light on what the SOAP Server needs ?? I am using the login to the Salesforce Developer edition account.
 
 
<html>
<head>
<title>XML Client for soap Servlet Example</title>
</head>
<body>
<h4>Web based SOAP Client</h4>
You can use the form below to <tt>POST</tt> XML requests to the servlet URL - https://www.salesforce.com/services/Soap/c/6.0
</p>
<form method='POST' action='https://www.salesforce.com/services/Soap/c/6.0'><textarea
 name='xml' rows='10' cols='60'>
<?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema">
      <soap:Body>
         <login xmlns="urn:enterprise.soap.sforce.com">
            <username>dimpjain@yahoo.com</username>
            <password>******</password>
         </login>
      </soap:Body>
 </soap:Envelope>
</textarea> <br>
<input type='submit' value='Send'> | <input type='reset' value='Clear'>
</form>
</body>
</html>
 
 
 
 
RESPONSE -
 
  <?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <soapenv:Body>
- <soapenv:Fault>
  <faultcode xmlns:ns1="urn:fault.enterprise.soap.sforce.com">ns1:UNKNOWN_EXCEPTION</faultcode>
  <faultstring>UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService</faultstring>
- <detail>
- <sf:fault xsi:type="sf:UnexpectedErrorFault" xmlns:sf="urn:fault.enterprise.soap.sforce.com">
  <sf:exceptionCode>UNKNOWN_EXCEPTION</sf:exceptionCode>
  <sf:exceptionMessage>Destination URL not reset. The URL returned from login must be set in the SforceService</sf:exceptionMessage>
  </sf:fault>
  </detail>
  </soapenv:Fault>
  </soapenv:Body>
  </soapenv:Envelope>
 
 
REGARDS,
DIMPLE :-(
  • September 12, 2006
  • Like
  • 0
HI,
 
I am sending a soap message by posting it to the SOAP Server via a HTML Form using the below code. But i get a SOAP fault in response shown below. Can some one please put some light on what the SOAP Server needs ?? I am using the login to the Salesforce Developer edition account.
 
 
<html>
<head>
<title>XML Client for soap Servlet Example</title>
</head>
<body>
<h4>Web based SOAP Client</h4>
You can use the form below to <tt>POST</tt> XML requests to the servlet URL - https://www.salesforce.com/services/Soap/c/6.0
</p>
<form method='POST' action='https://www.salesforce.com/services/Soap/c/6.0'><textarea
 name='xml' rows='10' cols='60'>
<?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://
www.w3.org/2001/XMLSchema">
      <soap:Body>
         <login xmlns="urn:enterprise.soap.sforce.com">
            <username>dimpjain@yahoo.com</username>
            <password>******</password>
         </login>
      </soap:Body>
 </soap:Envelope>
</textarea> <br>
<input type='submit' value='Send'> | <input type='reset' value='Clear'>
</form>
</body>
</html>
 
 
 
 
RESPONSE -
 
  <?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <soapenv:Body>
- <soapenv:Fault>
  <faultcode xmlns:ns1="urn:fault.enterprise.soap.sforce.com">ns1:UNKNOWN_EXCEPTION</faultcode>
  <faultstring>UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService</faultstring>
- <detail>
- <sf:fault xsi:type="sf:UnexpectedErrorFault" xmlns:sf="urn:fault.enterprise.soap.sforce.com">
  <sf:exceptionCode>UNKNOWN_EXCEPTION</sf:exceptionCode>
  <sf:exceptionMessage>Destination URL not reset. The URL returned from login must be set in the SforceService</sf:exceptionMessage>
  </sf:fault>
  </detail>
  </soapenv:Fault>
  </soapenv:Body>
  </soapenv:Envelope>
 
 
REGARDS,
DIMPLE :-(
  • September 12, 2006
  • Like
  • 0