• Arun Balasubramanian
  • NEWBIE
  • 0 Points
  • Member since 2013
  • Salesforce technology lead

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies

Hi there,

My visualforce page has a tabpanel and one of the tabs include another visualforce that contains an inputField of date datatype. With this setup, the datepicker is not loading when clicked on the input field. This works when the page is directly accessed (without the tab). I even followed the recommendation mentioned on the below post with no luck. Please suggest if there is any alternative work around for this issue.

 

http://boards.developerforce.com/t5/Visualforce-Development/DatePicker-does-not-show-for-date-fields/td-p/88045/page/2

 

Thanks much in advance,

Arun B

 

I have setup a 'Remote Site setting' and in 'Develop / Custom Setting' I've added the 'Web Service Settings'.

We are currently getting the error:

IO Exception: java.security.cert.CertificateException: No name matching dt-esb.workcover.com found

when calling an integration end point from within our Salesforces application. This integration end point has been working for some time up until a recent certificate upgrade. The message/failure below is displaying in all test Salesforce sandpit environments. (all calling the same test dt-esb.workcover.com integration server).

The production Salesforce application is working and is not displaying the message/failure below although the certificate was updated there as well.

We have confirmed that the dt-esb.workcover.com (web service url) is working by calling the same url using SoapUI. Using this tool returns the expected result.

 

Salesforce assisted by checking the call and reported back this problem:

>>>>>>>>>>>>>>>>>>>>>>>>> 

got Exception : javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

 

Remote server's SSL/TLS configuration has one or more errors or warnings

Error: The domain name dt-esb.workcover.com wasn't in the supported set of domain names in the certificate: Thesis.headoffice.corporate.local.

Error: No certificates in the chain are trusted by Salesforce.com's list of trusted certificate authority certificates.

 

Remote Server Certificate Chain

Subject: CN=Thesis.headoffice.corporate.local, O=WorkCover, C=AU

Valid between 7/18/2013 12:42:13 AM PDT and 7/17/2018 12:42:13 AM PDT.

Issuer: CN=Thesis.headoffice.corporate.local, O=WorkCover, C=AU

Error: Self-signed certificate "CN=Thesis.headoffice.corporate.local, O=WorkCover, C=AU" found. This is not supported. A certificate that has been signed by a trusted certificate authority must be used.

It seems like a configuration issue at your end. Please check with your infrastructure team to check the configuration to avoid the above errors.

<<<<<<<<<<<<<<<<<<<<<<<<< 

Our Infrastructure people don’t understand why Salesforce is hitting our Thesis certificate which is the machine certificate and is an untrusted certificate.

 

Salesforce support suggested to try the Developer support as they are running out of ideas.

Heidi – WorkCover SA

Hi there,

My visualforce page has a tabpanel and one of the tabs include another visualforce that contains an inputField of date datatype. With this setup, the datepicker is not loading when clicked on the input field. This works when the page is directly accessed (without the tab). I even followed the recommendation mentioned on the below post with no luck. Please suggest if there is any alternative work around for this issue.

 

http://boards.developerforce.com/t5/Visualforce-Development/DatePicker-does-not-show-for-date-fields/td-p/88045/page/2

 

Thanks much in advance,

Arun B

Hello,

I am having issue with DatePicker not popping up automatically. In fact, it does not pop up at all. My input field is definitely a date field. Firebug reports problem like this :-

Error:
this.div is null
https://na3.salesforce.com/dJS/en/1219782666000/library.js
Line 22568

this.div is null
iframeShim(null)library.js (line 22568)
DatePicker()library.js (line 7537)
pickDate()(true, "j_id0:j_id1:j_id134:j_id135:j_id215:j_id216:j_id220:0:j_id224", false, undefined)library.js (line 7795)
onfocus(focus )IPPage—i...FLg%3D%3D (line 2)
[Break on this error] if (this.div.currentStyle) {

 Could anyone help me?

Thanks