Quantcast

Jenkins error generating plugin.xml for inline plugins

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Jenkins error generating plugin.xml for inline plugins

Richard Marr
I'm just trying to get an app running in a Jenkins instance, and the first inline plugin seems to be failing.

One bonus clue is that this error was originally occurring for a different inline plugin (called social-graph). It was legacy so I removed it, and now the error is being reported for the next inline plugin in the list (aws-1.1.9.2). 

The plugin.xml for the borked plugin is empty, which is the error that's reported, but there seems to be some silent failure that isn't being reported.

Any ideas where to start looking?


First run:

Dependencies resolved in 73793ms.
Running script /opt/grails/grails-1.3.7/scripts/War.groovy
Environment set to ci
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/social-graph]
[Fatal Error] :1:1: Premature end of file.
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/aws-1.1.9.2]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/jquery-1.6.1.1]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/gchimp-plugin-0.2.1]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/bitly-0.1]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/wordpress-0.2.5]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/grails-oauth-scribe-1.1]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/magento]
    [mkdir] Created dir: /scratch/hudson/workspace/wimh/web-app/META-INF
    [mkdir] Created dir: /scratch/hudson/workspace/wimh/grails-app/conf/hibernate
Plugin [cxf-client-1.3.1] not installed. ...
Plugin [maven-publisher-0.7.5] not installed. ...
Plugin [cloud-bees-0.5.4] not installed. ...
Plugin [hibernate-1.3.7] not installed. ...
Plugin [database-migration-1.0] not installed. ...
Plugin [calendar-1.2.1] not installed. ...
Plugin [mail-1.0-SNAPSHOT] not installed. ...
Plugin [tomcat-1.3.7] not installed. ...
Plugin [social-graph-0.1] not installed. ...
Plugin [rest-0.7] not installed. ...
Plugin [shiro-1.1.3] not installed. ...
Plugin [cookie-0.2] not installed. ...
Plugin [bean-fields-1.0-RC3] not installed. ...
Plugin [quartz-0.4.2] not installed. ...
Resolving new plugins. Please wait... ...
...

With the first plugin removed:
...
Dependencies resolved in 69865ms.
Running script /opt/grails/grails-1.3.7/scripts/War.groovy
Environment set to ci
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/aws-1.1.9.2]
[Fatal Error] :1:1: Premature end of file.
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/jquery-1.6.1.1]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/gchimp-plugin-0.2.1]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/bitly-0.1]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/wordpress-0.2.5]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/grails-oauth-scribe-1.1]
Generating plugin.xml for inline plugin at location file [/scratch/hudson/workspace/wimh/plugins/magento]
    [mkdir] Created dir: /scratch/hudson/workspace/wimh/web-app/META-INF
    [mkdir] Created dir: /scratch/hudson/workspace/wimh/grails-app/conf/hibernate
Plugin [shiro-1.1.3] not installed. ...
Plugin [rest-0.7] not installed. ...
Plugin [cloud-bees-0.5.4] not installed. ...
Plugin [tomcat-1.3.7] not installed. ...
Plugin [database-migration-1.0] not installed. ...
Plugin [calendar-1.2.1] not installed. ...
Plugin [mail-1.0-SNAPSHOT] not installed. ...
Plugin [cookie-0.2] not installed. ...
Plugin [quartz-0.4.2] not installed. ...
Plugin [cxf-client-1.3.1] not installed. ...
Plugin [hibernate-1.3.7] not installed. ...
Plugin [aws-1.1.9.2] not installed. ...
Plugin [bean-fields-1.0-RC3] not installed. ...
Plugin [maven-publisher-0.7.5] not installed. ...
Resolving new plugins. Please wait... ...
...


--
Richard Marr
Loading...