[JIRA] [tasks-plugin] (JENKINS-25407) hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed: hudson.plugins.tasks.parser.TasksParserResult.addAnnotations

2014-11-02 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 created  JENKINS-25407


hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed: hudson.plugins.tasks.parser.TasksParserResult.addAnnotations















Issue Type:


Bug



Assignee:


Ulli Hafner



Components:


tasks-plugin



Created:


03/Nov/14 6:46 AM



Description:


After updating Jenkins to version 1.588 and downloading all the plugin's updates, we're getting the following exception on all builds, that use tasks plugin:


[ERROR] Internal error: hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed: hudson.plugins.tasks.parser.TasksParserResult.addAnnotations(Ljava/util/Collection;)V - [Help 1]
org.apache.maven.InternalErrorException: Internal error: hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed
	at org.apache.maven.lifecycle.internal.BuilderCommon.handleBuildError(BuilderCommon.java:128)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:95)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:724)
Caused by: hudson.remoting.RemotingSystemException: java.io.IOException: Remote call on channel failed
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:189)
	at com.sun.proxy.$Proxy7.end(Unknown Source)
	at hudson.maven.MavenBuildProxy2$Filter.end(MavenBuildProxy2.java:74)
	at hudson.maven.Maven3Builder$MavenExecutionListener.recordProjectEnded(Maven3Builder.java:568)
	at hudson.maven.Maven3Builder$MavenExecutionListener.projectSucceeded(Maven3Builder.java:538)
	at org.eclipse.tycho.core.maven.ChainedExecutionListener.projectSucceeded(ChainedExecutionListener.java:76)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:74)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:91)
	... 28 more
Caused by: java.io.IOException: Remote call on channel 

[JIRA] [gui] (JENKINS-5318) Allow default view at user level

2014-09-08 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-5318


Allow default view at user level















I think it would be handy to have per user configuration of default view. It would be great to see your view directly after logon without navigating to My views menu...



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-08-18 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















Ulli,
thank you for the fix! Tested in my real environment, works just perfect!
The issue can be closed.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-05-14 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















Hi Ulli,
are there any news about this issue?



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-25 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















Ulli,
I've changed my pom.xml to the following code:

project.build.sourceEncodingwindows-1251/project.build.sourceEncoding

but still getting the same unreadable text on the details page. It seems that nothing changed.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-25 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















It's rather interesting that when java source is opened from the details tab, everything is displayed correctly.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-25 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 updated  JENKINS-22744


cp1251 encoding issue when viewing Details tab
















Sure.
Attached a file in cp1251 and 2 screenshots.





Change By:


Dennis F.
(25/Apr/14 1:02 PM)




Attachment:


TestTaskScannerDetails.png





Attachment:


TestTaskScanner.java





Attachment:


TestTaskScannerView.png



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-24 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 created  JENKINS-22744


cp1251 encoding issue when viewing Details tab















Issue Type:


Bug



Affects Versions:


current



Assignee:


Ulli Hafner



Attachments:


screen.png



Components:


tasks-plugin



Created:


24/Apr/14 7:43 AM



Description:


When viewing tasks' details in files that in cp1251 encoding, russian letters looks unreadable (please see attached screen).




Project:


Jenkins



Priority:


Major



Reporter:


Dennis F.

























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-24 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















Sorry, can't see the encoding option in the config.
I have cp1251 encoding in my svn repository.



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-24 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















Ulli,
sorry, but I still can't see this option. Could you please make a screenshot and circle that option?



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-24 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 updated  JENKINS-22744


cp1251 encoding issue when viewing Details tab
















Change By:


Dennis F.
(24/Apr/14 11:33 AM)




Attachment:


tasks-settings.png



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-24 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 updated  JENKINS-22744


cp1251 encoding issue when viewing Details tab
















It looks rather stange to me... but I don't have such option that you pointed in the picture (see my attachment).
My environment:
Jenkins ver. 1.559
Task Scanner Plug-in ver. 4.39
Static Analysis Collector Plug-in ver. 1.41





Change By:


Dennis F.
(24/Apr/14 11:34 AM)




Attachment:


tasks-settings.png



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-24 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















My job is of type 'maven 2/3 job'.

We're using task scanner for half a year, so I can't say about previous versions of Jenkins. In my case task scanner's settings are situated in 'Build Settings' section, so it's not a post-build action...

Any ideas?



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-24 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab
















properties
	project.build.sourceEncodingCp1251/project.build.sourceEncoding
/properties
 

This code I have in parent pom.xml, which is pointed at "Root POM" parameter in a 'Build' section. 
Probably the issue is because my files aren't in parent project and children's poms doesn't have sourceEncoding property because of inheritance from parent?



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-24 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















According to information from Oracle, cp1251 is supported.
Please see http://docs.oracle.com/javase/6/docs/technotes/guides/intl/encoding.doc.html (for Java 6).

And I've checked maven's logs, there's no warnings related to encoding, just some infos:

[INFO] Using 'Cp1251' encoding to copy filtered resources.




























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.