[JIRA] (JENKINS-15300) StringIndexOutOfBounds

2012-10-15 Thread cfo...@gmx.de (JIRA)














































cforce
 commented on  JENKINS-15300


StringIndexOutOfBounds















Same problem here!



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15300) StringIndexOutOfBounds

2012-10-01 Thread panc...@java.net (JIRA)














































pancake
 commented on  JENKINS-15300


StringIndexOutOfBounds















We have exactly them same after scm-sync-configuration upgrade from 0.0.5 to 0.0.6.
We use Jenkins ver. 1.479 @ Sun JRE 7u6 @ x64 Win2003 R2.
Had to manually downgrade to 0.0.5 from http://updates.jenkins-ci.org/download/plugins/scm-sync-configuration/


Oct 01, 2012 8:25:42 AM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Loading plugin scm-sync-configuration
hudson.util.IOException2: Unable to load hudson.plugins.scm_sync_configuration.ScmSyncConfigurationPlugin from scm-sync-configuration
	at hudson.ClassicPluginStrategy.load(ClassicPluginStrategy.java:332)
	at hudson.PluginManager$2$1$1.run(PluginManager.java:317)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:879)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ExceptionInInitializerError
	at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationPlugin.clinit(ScmSyncConfigurationPlugin.java:46)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
	at java.lang.Class.newInstance0(Class.java:372)
	at java.lang.Class.newInstance(Class.java:325)
	at hudson.ClassicPluginStrategy.load(ClassicPluginStrategy.java:326)
	... 9 more
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
	at java.lang.String.charAt(String.java:658)
	at java.util.regex.Matcher.appendReplacement(Matcher.java:762)
	at java.util.regex.Matcher.replaceAll(Matcher.java:906)
	at java.lang.String.replaceAll(String.java:2162)
	at hudson.plugins.scm_sync_configuration.strategies.model.PatternsEntityMatcher$1.apply(PatternsEntityMatcher.java:20)
	at hudson.plugins.scm_sync_configuration.strategies.model.PatternsEntityMatcher$1.apply(PatternsEntityMatcher.java:18)
	at com.google.common.collect.Iterators$8.next(Iterators.java:812)
	at java.util.AbstractCollection.toArray(AbstractCollection.java:188)
	at hudson.plugins.scm_sync_configuration.strategies.model.PatternsEntityMatcher.init(PatternsEntityMatcher.java:27)
	at hudson.plugins.scm_sync_configuration.strategies.model.ClassAndFileConfigurationEntityMatcher.init(ClassAndFileConfigurationEntityMatcher.java:13)
	at hudson.plugins.scm_sync_configuration.strategies.impl.JobConfigScmSyncStrategy.clinit(JobConfigScmSyncStrategy.java:29)
	... 17 more

Oct 01, 2012 8:25:42 AM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Oct 01, 2012 8:25:48 AM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Initializing plugin scm-sync-configuration
java.lang.NullPointerException
	at hudson.PluginManager$2$1$2.run(PluginManager.java:333)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:879)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)

Oct 01, 2012 8:25:48 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15300) StringIndexOutOfBounds

2012-10-01 Thread panc...@java.net (JIRA)















































pancake
 closed  JENKINS-15300 as Duplicate


StringIndexOutOfBounds
















Duplicates JENKINS-15285 "scm-sync-configuration upgrade from 0.0.5 to 0.0.6 results in NullPointerException".





Change By:


pancake
(01/Oct/12 2:01 PM)




Status:


Open
Closed





Resolution:


Duplicate



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15300) StringIndexOutOfBounds

2012-09-25 Thread cfo...@gmx.de (JIRA)














































cforce
 created  JENKINS-15300


StringIndexOutOfBounds















Issue Type:


Bug



Assignee:


Frédéric Camblor



Components:


scm-sync-configuration



Created:


25/Sep/12 11:30 AM



Description:


SEVERE: Failed Loading plugin scm-sync-configuration
hudson.util.IOException2: Unable to load hudson.plugins.scm_sync_configuration.ScmSyncConfigurationPlugin from scm-sync-configuration
	at hudson.ClassicPluginStrategy.load(ClassicPluginStrategy.java:332)
	at hudson.PluginManager$2$1$1.run(PluginManager.java:333)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:875)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ExceptionInInitializerError
	at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationPlugin.clinit(ScmSyncConfigurationPlugin.java:46)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.lang.Class.newInstance0(Class.java:355)
	at java.lang.Class.newInstance(Class.java:308)
	at hudson.ClassicPluginStrategy.load(ClassicPluginStrategy.java:326)
	... 9 more
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
	at java.lang.String.charAt(String.java:686)
	at java.util.regex.Matcher.appendReplacement(Matcher.java:703)
	at java.util.regex.Matcher.replaceAll(Matcher.java:813)
	at java.lang.String.replaceAll(String.java:2189)
	at hudson.plugins.scm_sync_configuration.strategies.model.PatternsEntityMatcher$1.apply(PatternsEntityMatcher.java:20)
	at hudson.plugins.scm_sync_configuration.strategies.model.PatternsEntityMatcher$1.apply(PatternsEntityMatcher.java:18)
	at com.google.common.collect.Iterators$8.next(Iterators.java:812)
	at java.util.AbstractCollection.toArray(AbstractCollection.java:171)
	at hudson.plugins.scm_sync_configuration.strategies.model.PatternsEntityMatcher.init(PatternsEntityMatcher.java:27)
	at hudson.plugins.scm_sync_configuration.strategies.model.ClassAndFileConfigurationEntityMatcher.init(ClassAndFileConfigurationEntityMatcher.java:13)
	at hudson.plugins.scm_sync_configuration.strategies.impl.JobConfigScmSyncStrategy.clinit(JobConfigScmSyncStrategy.java:29)
	... 17 more




Environment:


Manifest-Version: 1.0

Archiver-Version: Plexus Archiver

Created-By: Apache Maven

Built-By: fcamblor

Build-Jdk: 1.6.0_33

Extension-Name: scm-sync-configuration

Specification-Title: SCM Sync Configuration Jenkins plugin is aimed at

2 main features : First, keep synced your config.xml (and other res

sources) jenkins files with a SCM repository (backup), Secondly, trac

k changes (and author) made on every file with commit messages.

Implementation-Title: scm-sync-configuration

Implementation-Version: 0.0.6

Plugin-Class: hudson.plugins.scm_sync_configuration.ScmSyncConfigurati

onPlugin

Group-Id: org.jenkins-ci.plugins

Short-Name: scm-sync-configuration

Long-Name: SCM Sync Configuration Plugin

Url: http://wiki.jenkins-ci.org/display/JENKINS/SCM+Sync+configuration

+plugin

Plugin-Version: 0.0.6

Hudson-Version: 1.409

Jenkins-Version: 1.409

Plugin-Dependencies: subversion:1.39

Plugin-Developers: Frederic Camblor:fcamblor:fcamblor+jenkinswiki@gmai

l.com,Bertrand Paquet:bpaquet:bertrand.paq...@gmail.com






Project:


Jenkins