Just a gentle nudge, has anyone seen anything like this before? From: [email protected] [mailto:[email protected]] On Behalf Of Anthony DeMartini Sent: Wednesday, December 10, 2014 12:41 PM To: [email protected] Subject: RE: Plugin only works when run from Maven
I see the render HTTP request going out when adding the post build action but the response doesn’t have any data. I do see all of the Jelly files in the packaged build, so I’m pretty stumped. Is there some way of turning on an uber-logging mode to show what may be happening? The only messages I see in the logs worth mentioning are the ones complaining about DNS errors shown below, but I still think these are not relevant. Anthony From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Anthony DeMartini Sent: Tuesday, December 09, 2014 1:48 PM To: [email protected]<mailto:[email protected]> Subject: RE: Plugin only works when run from Maven Ryan, Thanks for the response. Yes, the HPI file does contain the config.jelly file for the publisher. The only errors I see in the logs are related to DNS, such as this one: Dec 09, 2014 1:39:57 PM javax.jmdns.impl.DNSIncoming readAnswer WARNING: There was an OPT answer. Not currently handled. Option code: 65002 data: 2DC591555FDEBD1A Or this one: SEVERE: bad domain name: possible circular name detected. Bad offset: 0xffffffff at 0x1ab Dec 09, 2014 10:16:47 AM javax.jmdns.impl.constants.DNSRecordType typeForIndex I don’t believe these kinds of errors are related, since other plugins work fine. This is the plugin: https://github.com/jenkinsci/codedx-plugin https://wiki.jenkins-ci.org/display/JENKINS/Code+Dx+Plugin Kind Regards, Anthony From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Ryan Campbell Sent: Tuesday, December 09, 2014 1:34 PM To: [email protected]<mailto:[email protected]> Subject: Re: Plugin only works when run from Maven What do the logs say? Does the hpi's jar contain the views. I've never seen this. On Tue, Dec 9, 2014, 12:05 PM Anthony DeMartini <[email protected]<mailto:[email protected]>> wrote: Hello, We are having a strange issue with our Jenkins plugin. In the development environment (running using mvn), the plugin works perfectly fine. But when we install the plugin (using marketplace or hpi file) to seemingly any version of Jenkins, it is totally broken. Our post-build action (publisher) registers but our configuration form is completely blank. It only shows the delete button to remove the action. What could be different about running from maven (hpi:run) vs installing from the marketplace or hpi file? Kind Regards, Anthony -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/DM2PR0801MB0794E5F5E26996B4D07CA8ACEB650%40DM2PR0801MB0794.namprd08.prod.outlook.com<https://groups.google.com/d/msgid/jenkinsci-dev/DM2PR0801MB0794E5F5E26996B4D07CA8ACEB650%40DM2PR0801MB0794.namprd08.prod.outlook.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANHK%3DJ1EsvcvPwMTKvESTRKicunzwjaiEhg63CEmm5OBHMSVdw%40mail.gmail.com<https://groups.google.com/d/msgid/jenkinsci-dev/CANHK%3DJ1EsvcvPwMTKvESTRKicunzwjaiEhg63CEmm5OBHMSVdw%40mail.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/DM2PR0801MB07943A95EA15C60053B5FB7CEB650%40DM2PR0801MB0794.namprd08.prod.outlook.com<https://groups.google.com/d/msgid/jenkinsci-dev/DM2PR0801MB07943A95EA15C60053B5FB7CEB650%40DM2PR0801MB0794.namprd08.prod.outlook.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/DM2PR0801MB0794B9480678C941D216EED5EB620%40DM2PR0801MB0794.namprd08.prod.outlook.com<https://groups.google.com/d/msgid/jenkinsci-dev/DM2PR0801MB0794B9480678C941D216EED5EB620%40DM2PR0801MB0794.namprd08.prod.outlook.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/DM2PR0801MB07945BF313F738B96D029E7BEB6F0%40DM2PR0801MB0794.namprd08.prod.outlook.com. For more options, visit https://groups.google.com/d/optout.
