[TIME-216] Time Sheet gadget fails when using HTTPS

Issue #216 wontfix
Andriy Zhdanov created an issue

Accessing the timesheet gadget from the dashboard via http works fine.
Accessing the timesheet gadget from the dashboard gives an error:
An internal server error occurred when requesting resource /rest/timesheet-gadget/1.0/timesheet.json.
In the logs I get an exception:
org.ofbiz.core.entity.GenericModelException: Could not find definition for entity name ViewWorklogAction
The attached log file contains the full stack trace.
Note that I was having issues with our self-signed certificates not being trusted, but I added that certificate into the default truststore of my JVM, after which I started getting this error.
That error I got before adding the self-signed certificate into the truststore was:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
But this one is now gone.

Any ideas on solving this?

By paj262/Paul Jones on Tue, 17 Jan 2012 08:25:57 -0800

Comments (2)

  1. Andriy Zhdanov reporter

    Sorry, can't fix it, looks like internal Jira issue - ViewWorklogAction is apparently database entity, but plugin is not using it directly.

    By azhdanov on Tue, 24 Jan 2012 05:38:37 -0800

  2. Andriy Zhdanov reporter

    Have you also looked at other HTTPS issues? Start with issue #212 "[TIME-212] Time Sheet gadget doesn't work over SSL (HTTPS)" for example.

    By azhdanov on Tue, 24 Jan 2012 06:01:19 -0800

  3. Log in to comment