Quantcast
Channel: YouTrackYouTrack (JT) - Bug and Issue Tracker
Viewing all 74845 articles
Browse latest View live

JT-16638: Tasks tree shows incorrect result for query "Created: today"

0
0
Reporter Mr. b (Mr..b) Mr. b (Mr..b)
Created Sep 21, 2012 12:05:33 PM
Updated May 31, 2013 9:42:51 PM
Resolved May 31, 2013 9:42:51 PM
Priority Major
Type Bug
State Fixed
Assignee yapavel (pavel.nikitin)
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 4.0.2, 4.0.3
Browser Chrome 19.x, Chrome 20.x
OS Windows 7
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Undefined
1. Let A be the set of bugs created today, let C be the set of bugs created on other days.
2. type "Created: today" in the query textbox
3. See that in linear results the output may be correct (it contains in fact all the bugs created today with no others)
4. Go to the tree view and see that it highlights other bugs , which are from C

Expected result: only bugs from A should be highlighted in a tree

JT-15968: Include subtasks into the backlog list

0
0
Reporter Mr. b (Mr..b) Mr. b (Mr..b)
Created Jul 31, 2012 7:19:47 PM
Updated May 31, 2013 10:47:45 PM
Priority Major
Type Task
State In Progress
Assignee Vadim Gurov (vgurov)
Subsystem Agile Board
Fix versions Gentle
Fixed in builds No Fixed in build
Affected versions 4.0.1
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
As far as I understood backlog is formed from the tasks of a top level, whereas their subtasks are not included in the list. This is really not usable at some moments, it would be much greater to have them in the backlog too.

For instance at the project we used to break down tasks into the 3-level hierarchy , having not more than 5-10 root tasks , this really makes the agile board useless in the case.

JT-19941: Merge notifications for duplicates cluster

0
0
Reporter Vadim Gurov (vgurov) Vadim Gurov (vgurov)
Created May 28, 2013 3:40:54 PM
Updated Jun 1, 2013 3:42:38 AM
Priority Critical
Type Usability Problem
State Open
Assignee Pavel Nikolaev (pasha)
Subsystem Notifications
Fix versions Gentle
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
consider we have duplicate cluster A1->A2 where A2 is cluster root.
let user U1 watches issue A1.
now if we add A3,A4 as duplicates of A1, then user U1 get 3 notifications:
  • A1 has new duplicates
  • A3 resolved as duplicate
  • A4 resolved as duplicate

It's suggested to merge these three notifications into one.

JT-20004: merging of issues

0
0
Reporter Gauthier Segay (gauthier) Gauthier Segay (gauthier)
Created Jun 1, 2013 3:47:37 AM
Updated Jun 1, 2013 3:47:37 AM
Priority Normal
Type Feature
State Submitted
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
It would be handy to have a merge issue(s) feature.

The feature should merge attachments, comments and description into a choosen target issue

see those references in other products:

JT-20005: Mozilla Persona Authentication

0
0
Reporter John Hampton (pacopablo) John Hampton (pacopablo)
Created Jun 1, 2013 4:09:00 AM
Updated Jun 1, 2013 4:09:00 AM
Priority Normal
Type Feature
State Submitted
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
It would be awesome to have Mozilla Persona added as an authentication method for YouTrack

https://login.persona.org/

https://developer.mozilla.org/en-US/docs/Mozilla/Persona?redirectlocale=en-US&redirectslug=Persona

JT-20006: Illegal character in scheme name at index 0: 127.0.0.1:8111/teamcity

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jun 1, 2013 5:19:18 AM
Updated Jun 1, 2013 5:19:18 AM
Priority Critical
Type Exception
State Submitted
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 4.2.2
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: 127.0.0.1:8111/teamcity
	at java.net.URI.create(URI.java:859)
	at com.sun.jersey.api.client.Client.resource(Client.java:433)
	at jetbrains.charisma.teamcity.rest.TeamcityRest.<init>(TeamcityRest.java:92)
	at jetbrains.charisma.teamcity.rest.TeamcityRest.test(TeamcityRest.java:385)
	at jetbrains.charisma.teamcity.ui.EditTeamcityServerDialog_HtmlTemplateComponent$3.invoke(EditTeamcityServerDialog_HtmlTemplateComponent.java:78)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateEventHandler.handle(TemplateEventHandler.java:39)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.doNewHandleEvent(TemplateComponent.java:609)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:589)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:587)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:587)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:587)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleEvent(TemplateComponent.java:577)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEventImpl(TemplateActionController.java:127)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEvent(TemplateActionController.java:109)
	at jetbrains.mps.webr.runtime.requestProcessor.EventRequestProcessor.processRequest(EventRequestProcessor.java:75)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:226)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:112)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doPost(MainServlet.java:190)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:137)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:242)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539)
	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:300)
	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:722)
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: 127.0.0.1:8111/teamcity
	at java.net.URI$Parser.fail(URI.java:2829)
	at java.net.URI$Parser.checkChars(URI.java:3002)
	at java.net.URI$Parser.checkChar(URI.java:3012)
	at java.net.URI$Parser.parse(URI.java:3028)
	at java.net.URI.<init>(URI.java:595)
	at java.net.URI.create(URI.java:857)
	... 44 more



Environment details

host: dmks-book
base url: http://127.0.0.1:8111/youtrack
version: 4.2.2
build: 6029 [23-May-2013 18:30]
java.version: 1.7.0_21
java.vendor: Oracle Corporation
java.vm.specification.version: 1.7
java.vm.specification.vendor: Oracle Corporation
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 23.7-b01
java.vm.vendor: Oracle Corporation
java.vm.name: OpenJDK 64-Bit Server VM
java.specification.version: 1.7
java.specification.vendor: Oracle Corporation
java.specification.name: Java Platform API Specification
java.class.version: 51.0
os.name: Linux
os.arch: amd64
os.version: 3.8.0-19-generic
Max memory: 455 MB (477233152 bytes)
Free memory: 54 MB (56690736 bytes)
Total memory: 298 MB (312672256 bytes)
Available processors: 4
Thrown at: Saturday, June 1, 2013 5:18:31 AM MSK

JT-20007: Cannot deploy youtrack-4.2.war in JBOSS 7

0
0
Reporter Alexander Gugel (Alexander.Gugel) Alexander Gugel (Alexander.Gugel)
Created Jun 1, 2013 12:41:10 PM
Updated Jun 1, 2013 12:41:10 PM
Priority Normal
Type Bug
State Submitted
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
What steps will reproduce the problem?

1. Copy youtrack.war to jboss-eap-6.1/standalone/deployments

What is the expected result?

WAR should be deployed.


What happens instead?

The following error:

JBAS011232: Nur eine JAX-RS Applikationsklasse erlaubt.

JBAS011232: Only one JAX-RS application class allowed.


10:25:59,211 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."youtrack.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."youtrack.war".POST_MODULE: JBAS018733: Verarbeitung von Phase POST_MODULE von deployment "youtrack.war" fehlgeschlagen
	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) 
[jboss-as-server-7.2.0.Final-redhat-4.jar:7.2.0.Final-redhat-4]
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) 
[jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) 
[jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) 
[rt.jar:1.7.0_05]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) 
[rt.jar:1.7.0_05]
	at java.lang.Thread.run(Thread.java:722) 
[rt.jar:1.7.0_05]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011232: Nur eine JAX-RS Applikationsklasse erlaubt. com.sun.jersey.api.core.ScanningResourceConfig jetbrains.mps.webr.rpc.rest.runtime.RestResourceContainer com.sun.jersey.api.core.ClassNamesResourceConfig com.sun.jersey.api.core.ApplicationAdapter com.sun.jersey.api.core.servlet.WebAppResourceConfig com.sun.jersey.api.core.ClasspathResourceConfig com.sun.jersey.server.impl.application.DeferredResourceConfig com.sun.jersey.api.core.ResourceConfig com.sun.jersey.api.core.PackagesResourceConfig com.sun.jersey.api.core.DefaultResourceConfig
	at org.jboss.as.jaxrs.deployment.JaxrsScanningProcessor.scan(JaxrsScanningProcessor.java:206)
	at org.jboss.as.jaxrs.deployment.JaxrsScanningProcessor.deploy(JaxrsScanningProcessor.java:104)
	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) 
[jboss-as-server-7.2.0.Final-redhat-4.jar:7.2.0.Final-redhat-4]
    ... 5 more

10:25:59,216 ERROR [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy von Deployment "youtrack.war" wurde mit folgender Fehlermeldung zurückgesetzt:
{"JBAS014671: Fehlgeschlagene Dienste" => {"jboss.deployment.unit.\"youtrack.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"youtrack.war\".POST_MODULE: JBAS018733: Verarbeitung von Phase POST_MODULE von deployment \"youtrack.war\" fehlgeschlagen
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011232: Nur eine JAX-RS Applikationsklasse erlaubt. com.sun.jersey.api.core.ScanningResourceConfig jetbrains.mps.webr.rpc.rest.runtime.RestResourceContainer com.sun.jersey.api.core.ClassNamesResourceConfig com.sun.jersey.api.core.ApplicationAdapter com.sun.jersey.api.core.servlet.WebAppResourceConfig com.sun.jersey.api.core.ClasspathResourceConfig com.sun.jersey.server.impl.application.DeferredResourceConfig com.sun.jersey.api.core.ResourceConfig com.sun.jersey.api.core.PackagesResourceConfig com.sun.jersey.api.core.DefaultResourceConfig"}}

JT-20008: Error creating bean with name 'jetpassAuthClient' defined in file [C:\Program Files (x86)\YouTrack\work\Catalina\localhost\_\WEB-INF\classes\jetbrains\youtrack\jetpass\login\jetpassPluginConfiguration.xml]: Invocation of init method failed; nested exception is jetbrains.youtrack.jetpass.login.AuthClientException: Empty JetPass URL

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jun 1, 2013 4:01:46 PM
Updated Jun 1, 2013 4:01:46 PM
Priority Critical
Type Exception
State Submitted
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Windows 7
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jetpassAuthClient' defined in file [C:\Program Files (x86)\YouTrack\work\Catalina\localhost\_\WEB-INF\classes\jetbrains\youtrack\jetpass\login\jetpassPluginConfiguration.xml]: Invocation of init method failed; nested exception is jetbrains.youtrack.jetpass.login.AuthClientException: Empty JetPass URL
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at org.springframework.beans.factory.support.AbstractBeanFactory$2.getObject(AbstractBeanFactory.java:302)
	at webr.framework.controller.WebLocalScope.get(WebLocalScope.java:33)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:880)
	at webr.framework.controller.WebLocalClasspathXmlServiceLocator.getBean(WebLocalClasspathXmlServiceLocator.java:69)
	at jetbrains.springframework.configuration.runtime.ServiceLocator.getBean(ServiceLocator.java:54)
	at jetbrains.youtrack.jetpass.settings.JetpassSettingsImpl.isIntegrationEnabled(JetpassSettingsImpl.java:137)
	at jetbrains.charisma.user.profile.GeneralSettingsTab_HtmlTemplateComponent.renderTemplate(GeneralSettingsTab_HtmlTemplateComponent.java:330)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:470)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.buildTemplateComponent(TemplateComponent.java:804)
	at jetbrains.charisma.user.profile.UserTabs_HtmlTemplateComponent.renderTemplate(UserTabs_HtmlTemplateComponent.java:232)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:470)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.buildTemplateComponent(TemplateComponent.java:804)
	at jetbrains.charisma.user.profile.User_RootHtmlTemplateComponent.renderTemplate(User_RootHtmlTemplateComponent.java:260)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:470)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.buildTemplateComponent(TemplateComponent.java:804)
	at jetbrains.charisma.user.profile.User_LayoutComponent.renderTemplate(User_LayoutComponent.java:271)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:470)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.render(TemplateComponent.java:387)
	at jetbrains.mps.webr.runtime.requestProcessor.ResponseFactory$2.doAction(ResponseFactory.java:79)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.executeResponseAction(MainServlet.java:172)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:123)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:118)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:242)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
	at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
	at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
	at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
	at java.lang.Thread.run(Unknown Source)
Caused by: jetbrains.youtrack.jetpass.login.AuthClientException: Empty JetPass URL
	at jetbrains.youtrack.jetpass.login.AuthClientWrapper.getJetPassURL(AuthClientWrapper.java:159)
	at jetbrains.youtrack.jetpass.login.AuthClientWrapper.getAccountsClient(AuthClientWrapper.java:139)
	at jetbrains.youtrack.jetpass.login.AuthClientWrapper.init(AuthClientWrapper.java:51)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
	... 52 more



Environment details

host: Sergey-PC
base url: http://localhost:8081
version: 6872
build: 6872 [30-May-2013 13:36]
java.version: 1.6.0_20
java.vendor: Sun Microsystems Inc.
java.vm.specification.version: 1.0
java.vm.specification.vendor: Sun Microsystems Inc.
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 16.3-b01
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) Server VM
java.specification.version: 1.6
java.specification.vendor: Sun Microsystems Inc.
java.specification.name: Java Platform API Specification
java.class.version: 50.0
os.name: Windows 7
os.arch: x86
os.version: 6.1
Max memory: 455 MB (477233152 bytes)
Free memory: 115 MB (121528216 bytes)
Total memory: 239 MB (251461632 bytes)
Available processors: 4
Thrown at: 2 Июнь 2013 г. 0:01:38 PETT

JT-20009: java.lang.NullPointerException

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jun 1, 2013 5:21:37 PM
Updated Jun 1, 2013 5:21:37 PM
Priority Critical
Type Exception
State Submitted
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 4.2.2
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
java.lang.NullPointerException
	at jetbrains.charisma.rss.Comments_RssTemplate$Action$RssTemplateImpl.renderChanel(Comments_RssTemplate.java:123)
	at jetbrains.mps.webr.runtime.templateComponent.RssTemplateFactory$RssTemplate.doGenerateText(RssTemplateFactory.java:73)
	at webr.framework.textBuilder.TextBuilder.generateText(TextBuilder.java:32)
	at webr.framework.textBuilder.TextBuilder.getText(TextBuilder.java:27)
	at jetbrains.mps.webr.runtime.requestProcessor.ResponseFactory.getXmlRenderResponseAction(ResponseFactory.java:101)
	at jetbrains.mps.webr.runtime.templateComponent.RssTemplateFactory$RSSAction.processSimpleAction(RssTemplateFactory.java:40)
	at jetbrains.mps.webr.runtime.templateComponent.SimpleActionController$1.invoke(SimpleActionController.java:33)
	at jetbrains.mps.webr.runtime.templateComponent.SimpleActionController$1.invoke(SimpleActionController.java:27)
	at jetbrains.teamsys.dnq.runtime.txn._Txn.eval(_Txn.java:513)
	at jetbrains.mps.webr.runtime.templateComponent.SimpleActionController.doEnterAction(SimpleActionController.java:27)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.securedRefreshResponse(ActionController.java:156)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.enterAction(ActionController.java:83)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.doEnterAction(ActionControllerUtil.java:17)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.processRequest(ActionControllerUtil.java:61)
	at jetbrains.mps.webr.runtime.requestProcessor.RssTemplateRequestProcessor.processRequest(RssTemplateRequestProcessor.java:43)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:226)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:112)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:137)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:242)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:224)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:662)


Environment details

host: ip-10-174-97-151.us-west-1.compute.internal
base url: http://donspace.myjetbrains.com/youtrack
version: 4.2.2
build: 6027 [23-May-2013 17:07]
java.version: 1.6.0_33
java.vendor: Sun Microsystems Inc.
java.vm.specification.version: 1.0
java.vm.specification.vendor: Sun Microsystems Inc.
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 20.8-b03
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) Server VM
java.specification.version: 1.6
java.specification.vendor: Sun Microsystems Inc.
java.specification.name: Java Platform API Specification
java.class.version: 50.0
os.name: Linux
os.arch: i386
os.version: 2.6.21.7-2.ec2.v1.2.fc8xen
Max memory: 2 GB (2722955264 bytes)
Free memory: 937 MB (983123560 bytes)
Total memory: 2 GB (2722955264 bytes)
Available processors: 2
Thrown at: Saturday, June 1, 2013 5:21:27 PM MSK

JT-20010: java.lang.NullPointerException

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jun 1, 2013 5:21:46 PM
Updated Jun 1, 2013 5:21:46 PM
Priority Critical
Type Exception
State Submitted
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 4.2.2
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
java.lang.NullPointerException
	at jetbrains.charisma.rss.Issues_RssTemplate$Action$RssTemplateImpl.renderChanel(Issues_RssTemplate.java:113)
	at jetbrains.mps.webr.runtime.templateComponent.RssTemplateFactory$RssTemplate.doGenerateText(RssTemplateFactory.java:73)
	at webr.framework.textBuilder.TextBuilder.generateText(TextBuilder.java:32)
	at webr.framework.textBuilder.TextBuilder.getText(TextBuilder.java:27)
	at jetbrains.mps.webr.runtime.requestProcessor.ResponseFactory.getXmlRenderResponseAction(ResponseFactory.java:101)
	at jetbrains.mps.webr.runtime.templateComponent.RssTemplateFactory$RSSAction.processSimpleAction(RssTemplateFactory.java:40)
	at jetbrains.mps.webr.runtime.templateComponent.SimpleActionController$1.invoke(SimpleActionController.java:33)
	at jetbrains.mps.webr.runtime.templateComponent.SimpleActionController$1.invoke(SimpleActionController.java:27)
	at jetbrains.teamsys.dnq.runtime.txn._Txn.eval(_Txn.java:513)
	at jetbrains.mps.webr.runtime.templateComponent.SimpleActionController.doEnterAction(SimpleActionController.java:27)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.securedRefreshResponse(ActionController.java:156)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.enterAction(ActionController.java:83)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.doEnterAction(ActionControllerUtil.java:17)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.processRequest(ActionControllerUtil.java:61)
	at jetbrains.mps.webr.runtime.requestProcessor.RssTemplateRequestProcessor.processRequest(RssTemplateRequestProcessor.java:43)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:226)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:112)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:137)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:242)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:224)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:662)


Environment details

host: ip-10-174-97-151.us-west-1.compute.internal
base url: http://donspace.myjetbrains.com/youtrack
version: 4.2.2
build: 6027 [23-May-2013 17:07]
java.version: 1.6.0_33
java.vendor: Sun Microsystems Inc.
java.vm.specification.version: 1.0
java.vm.specification.vendor: Sun Microsystems Inc.
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 20.8-b03
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) Server VM
java.specification.version: 1.6
java.specification.vendor: Sun Microsystems Inc.
java.specification.name: Java Platform API Specification
java.class.version: 50.0
os.name: Linux
os.arch: i386
os.version: 2.6.21.7-2.ec2.v1.2.fc8xen
Max memory: 2 GB (2722955264 bytes)
Free memory: 921 MB (966219064 bytes)
Total memory: 2 GB (2722955264 bytes)
Available processors: 2
Thrown at: Saturday, June 1, 2013 5:21:43 PM MSK

JT-20011: Could not initialize class jetbrains.charisma.smartui.persistent.RecentQueryCache

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jun 1, 2013 6:01:59 PM
Updated Jun 1, 2013 6:01:59 PM
Priority Critical
Type Exception
State Submitted
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
java.lang.NoClassDefFoundError: Could not initialize class jetbrains.charisma.smartui.persistent.RecentQueryCache
	at jetbrains.charisma.smartui.persistent.SearchRequestImpl.search(SearchRequestImpl.java:79)
	at jetbrains.charisma.smartui.workspace.Issues_RootHtmlTemplateComponent.onEnter(Issues_RootHtmlTemplateComponent.java:200)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.<init>(TemplateComponent.java:92)
	at jetbrains.charisma.smartui.workspace.Issues_RootHtmlTemplateComponent.<init>(Issues_RootHtmlTemplateComponent.java:114)
	at jetbrains.charisma.smartui.workspace.Issues_RootHtmlTemplateController$Action.createTemplateComponent(Issues_RootHtmlTemplateController.java:51)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.getRootTemplateRenderResponseAction(TemplateActionController.java:73)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.doEnterAction(TemplateActionController.java:51)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.securedRefreshResponse(ActionController.java:156)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.enterAction(ActionController.java:83)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.doEnterAction(ActionControllerUtil.java:17)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.processRequest(ActionControllerUtil.java:58)
	at jetbrains.mps.webr.runtime.requestProcessor.HtmlTemplateRequestProcessor.processRequest(HtmlTemplateRequestProcessor.java:42)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:226)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:112)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:137)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:242)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539)
	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:300)
	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:722)


Environment details

host: dmks-book
base url: http://127.0.0.1:8111/youtrack
version: 6872
build: 6872 [30-May-2013 13:36]
java.version: 1.7.0_21
java.vendor: Oracle Corporation
java.vm.specification.version: 1.7
java.vm.specification.vendor: Oracle Corporation
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 23.7-b01
java.vm.vendor: Oracle Corporation
java.vm.name: OpenJDK 64-Bit Server VM
java.specification.version: 1.7
java.specification.vendor: Oracle Corporation
java.specification.name: Java Platform API Specification
java.class.version: 51.0
os.name: Linux
os.arch: amd64
os.version: 3.8.0-19-generic
Max memory: 455 MB (477233152 bytes)
Free memory: 49 MB (51829792 bytes)
Total memory: 296 MB (310444032 bytes)
Available processors: 4
Thrown at: Saturday, June 1, 2013 6:01:47 PM MSK

JT-20012: java.lang.NullPointerException

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jun 1, 2013 8:40:37 PM
Updated Jun 1, 2013 8:40:37 PM
Priority Critical
Type Exception
State Submitted
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 4.2.2
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
java.lang.NullPointerException
	at jetbrains.charisma.rss.Issues_RssTemplate$Action$RssTemplateImpl.renderChanel(Issues_RssTemplate.java:113)
	at jetbrains.mps.webr.runtime.templateComponent.RssTemplateFactory$RssTemplate.doGenerateText(RssTemplateFactory.java:73)
	at webr.framework.textBuilder.TextBuilder.generateText(TextBuilder.java:32)
	at webr.framework.textBuilder.TextBuilder.getText(TextBuilder.java:27)
	at jetbrains.mps.webr.runtime.requestProcessor.ResponseFactory.getXmlRenderResponseAction(ResponseFactory.java:101)
	at jetbrains.mps.webr.runtime.templateComponent.RssTemplateFactory$RSSAction.processSimpleAction(RssTemplateFactory.java:40)
	at jetbrains.mps.webr.runtime.templateComponent.SimpleActionController$1.invoke(SimpleActionController.java:33)
	at jetbrains.mps.webr.runtime.templateComponent.SimpleActionController$1.invoke(SimpleActionController.java:27)
	at jetbrains.teamsys.dnq.runtime.txn._Txn.eval(_Txn.java:513)
	at jetbrains.mps.webr.runtime.templateComponent.SimpleActionController.doEnterAction(SimpleActionController.java:27)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.securedRefreshResponse(ActionController.java:156)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.enterAction(ActionController.java:83)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.doEnterAction(ActionControllerUtil.java:17)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.processRequest(ActionControllerUtil.java:61)
	at jetbrains.mps.webr.runtime.requestProcessor.RssTemplateRequestProcessor.processRequest(RssTemplateRequestProcessor.java:43)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:226)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:112)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:137)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:242)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:224)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:662)

click on the RSS symbol in the botom right

Environment details

host: ip-10-172-89-169.us-west-1.compute.internal
base url: http://drkkb.myjetbrains.com/youtrack
version: 4.2.2
build: 6027 [23-May-2013 17:07]
java.version: 1.6.0_33
java.vendor: Sun Microsystems Inc.
java.vm.specification.version: 1.0
java.vm.specification.vendor: Sun Microsystems Inc.
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 20.8-b03
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) Server VM
java.specification.version: 1.6
java.specification.vendor: Sun Microsystems Inc.
java.specification.name: Java Platform API Specification
java.class.version: 50.0
os.name: Linux
os.arch: i386
os.version: 2.6.21.7-2.ec2.v1.2.fc8xen
Max memory: 2 GB (2722955264 bytes)
Free memory: 767 MB (804564376 bytes)
Total memory: 2 GB (2722955264 bytes)
Available processors: 2
Thrown at: Saturday, June 1, 2013 8:39:48 PM MSK

JT-17023: Unsubscribe from notifications per issue

0
0
Reporter Carl Pettersson (carl.pettersson) Carl Pettersson (carl.pettersson)
Created Oct 19, 2012 1:26:55 PM
Updated Jun 3, 2013 1:17:51 AM
Priority Normal
Type Feature
State Open
Assignee Pavel Nikolaev (pasha)
Subsystem Notifications
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Undefined
Currently, if I report an issue, I will receive notifications for this issue as if I were starred on it, but I cannot unstar myself. I will at times report a lot of issues for my team, and do not need to get all notifications for these items.

JT-18513: jetbrains/mps/webr/userManagement/runtime/SecurityRequestProcessor$1

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Feb 7, 2013 11:01:37 AM
Updated Jun 3, 2013 11:03:09 AM
Priority Critical
Type Exception
State Open
Assignee Vadim Gurov (vgurov)
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 4.1.2
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
java.lang.NoClassDefFoundError: jetbrains/mps/webr/userManagement/runtime/SecurityRequestProcessor$1
	at jetbrains.mps.webr.userManagement.runtime.SecurityRequestProcessor.getGuestPrincipal(SecurityRequestProcessor.java:195)
	at jetbrains.mps.webr.userManagement.runtime.SecurityRequestProcessor.loginAsGuest(SecurityRequestProcessor.java:237)
	at jetbrains.mps.webr.userManagement.runtime.SecurityRequestProcessor.processRequest(SecurityRequestProcessor.java:70)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:226)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:112)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:533)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1351)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1322)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:111)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1322)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:77)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:133)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1322)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:473)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:514)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:920)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:403)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:184)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:856)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)
	at org.eclipse.jetty.server.Server.handle(Server.java:352)
	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:596)
	at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1049)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)
	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:426)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)
	at java.lang.Thread.run(Thread.java:662)


Environment details

host: localhost
base url: http://youtrack.harpoon.lan
version: 4.1.2
build: 5749 [12-Dec-2012 18:04]
java.version: 1.6.0_26
java.vendor: Sun Microsystems Inc.
java.vm.specification.version: 1.0
java.vm.specification.vendor: Sun Microsystems Inc.
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 20.1-b02
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) 64-Bit Server VM
java.specification.version: 1.6
java.specification.vendor: Sun Microsystems Inc.
java.specification.name: Java Platform API Specification
java.class.version: 50.0
os.name: Linux
os.arch: amd64
os.version: 2.6.32-5-amd64
Max memory: 1 GB (1866006528 bytes)
Free memory: 958 MB (1004843008 bytes)
Total memory: 1 GB (1213988864 bytes)
Available processors: 4
Thrown at: Thursday, February 7, 2013 11:10:08 AM MSK

JT-19786: Indicate which issue has subtasks

0
0
Reporter a b (a.b1331021579949) a b (a.b1331021579949)
Created May 20, 2013 3:23:27 PM
Updated Jun 3, 2013 3:30:12 PM
Resolved Jun 3, 2013 3:30:12 PM
Priority Normal
Type Feature
State As designed
Assignee Dmitry Krasilschikov (dima)
Subsystem Workflow
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Is there any chance to create custom workflow which converts all titles of the issues of type Feature to uppercase?

Or all titles of issues having subtasks? Maybe the parent issues can be styled somehow?
Currenty I can see the subtasks only in the tree view.

JT-19707: Ability to use workflow rules to limit possible actions.

0
0
Reporter Claude Dareau (cdareau) Claude Dareau (cdareau)
Created May 14, 2013 2:44:50 PM
Updated Jun 3, 2013 3:30:57 PM
Resolved Jun 3, 2013 3:30:57 PM
Priority Normal
Type Feature
State As designed
Assignee Dmitry Krasilschikov (dima)
Subsystem Workflow
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Currently I have to define my workflows in terms of disallowing specific state changes and posting error messages when a user tries to do so. I would be able to create a much more user friendly workflow if, for any given issue state, I was able to specify what changes were possible and indicate this to the user by controlling the visibility of the options available in the issue.

For example:
Say I have a field which has 4 possible values: A, B, C, and D. I want to define a workflow where changing the value to D is invalid if the current value is A.

With the current workflow API I can fire an error if the user tries to change the value from A to D. The problem with this is that the user has no prior indication that this change is invalid; this can become frustrating very quickly.

I would also like to be able to approach this situation by specifying that only B and C are visible when the current value is A. The result for the user is that they only ever see valid options and never see an error.

I would be perfectly happy if a feature like this were restricted to enumeration types.

JT-18545: Tomcat installation doesn't work.

0
0
Reporter Andrey Kuvshinov (m407) Andrey Kuvshinov (m407)
Created Feb 10, 2013 3:34:59 PM
Updated Jun 3, 2013 3:33:13 PM
Resolved Feb 14, 2013 1:05:05 PM
Priority Critical
Type Bug
State Fixed
Assignee Alexander Buturlinov (alexander.buturlinov)
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions 4.1.3
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
What steps will reproduce the problem?
1. openSUSE 12.2, Tomcat 7.0.27, tomcat-admin-webapps 7.0.27 from official repositories (all stable)
2. deploy youtrack from manager interface. Also tried copying war into tomcat/webapps folder (tomcat was stoped)
3. open youtrack application (tomcatHOST:tomcatPORT/youtrack)

What is the expected result?
Configuration sreen of the youtrack

What happens instead?
Error screen

I'll attach screen-shot and full youtrack.log

JT-20016: can't install fresh YouTrack 4.2.2-a - Association already exists [__teamcity_server__]

0
0
Reporter Paul Rudnitskiy (Paul.Rudnitskiy) Paul Rudnitskiy (Paul.Rudnitskiy)
Created Jun 3, 2013 3:15:39 PM
Updated Jun 3, 2013 3:33:13 PM
Resolved Jun 3, 2013 3:33:13 PM
Priority Normal
Type Bug
State Duplicate
Assignee Unassigned
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Trying to install new YouTrack 4.2.2
OS: CentOS 6.4
Tomcat: 6.0.24
JRE: java-1.6.0-openjdk-1.6.0.0

We have an another virtual host with TeamCity on the same machine. After open the youtrack URL there are long run and then - Error 500

We try to move youtrack to another URL from / - there are no effect. Also we checked that youtrack starts only once from only one location.

Tomcat6 Error500
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'profileCheckboxes' defined in file [/var/lib/tomcat6/track/webapps/ROOT/WEB-INF/classes/jetbrains/charisma/user/profile/profileCheckboxesConfiguration.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'checkBoxes' threw exception; nested exception is java.lang.IllegalArgumentException: Checkboxes for disableTrackingOnlineStatus, exceptionsCollapsed are declared 2 or more times
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1279)
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	java.security.AccessController.doPrivileged(Native Method)
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
	org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
	org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
	org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
	jetbrains.springframework.configuration.runtime.AbstractServiceLocator.init(AbstractServiceLocator.java:69)
	jetbrains.springframework.configuration.runtime.ServiceLocator.init(ServiceLocator.java:99)
	jetbrains.charisma.main.ServletImpl.init(ServletImpl.java:60)
	javax.servlet.GenericServlet.init(GenericServlet.java:212)
	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
	org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
	org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
	org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
	java.lang.Thread.run(Thread.java:722)
root cause

org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'checkBoxes' threw exception; nested exception is java.lang.IllegalArgumentException: Checkboxes for disableTrackingOnlineStatus, exceptionsCollapsed are declared 2 or more times
	org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:104)
	org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:59)
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1276)
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	java.security.AccessController.doPrivileged(Native Method)
	org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
	org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
	org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
	org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
	jetbrains.springframework.configuration.runtime.AbstractServiceLocator.init(AbstractServiceLocator.java:69)
	jetbrains.springframework.configuration.runtime.ServiceLocator.init(ServiceLocator.java:99)
	jetbrains.charisma.main.ServletImpl.init(ServletImpl.java:60)
	javax.servlet.GenericServlet.init(GenericServlet.java:212)
	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
	org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
	org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
	org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
	java.lang.Thread.run(Thread.java:722)


catalina.out log
java.lang.IllegalArgumentException: Association already exists [__teamcity_server__]
	at jetbrains.exodus.query.metadata.EntityMetaDataImpl.addAssociationEndMetaData(EntityMetaDataImpl.java:209)
	at jetbrains.exodus.query.metadata.ModelMetaDataImpl.addAssociation(ModelMetaDataImpl.java:195)
	at jetbrains.charisma.teamcity.persistence.TeamcityBuild.registerAssociation(TeamcityBuild.java:67)
	at jetbrains.charisma.teamcity.persistence.TeamcityLifecycleLisneter.start(TeamcityLifecycleLisneter.java:22)
	at jetbrains.charisma.plugins.AppLifecycleListeners$1.invoke(AppLifecycleListeners.java:20)
	at jetbrains.teamsys.dnq.runtime.txn._Txn.run(_Txn.java:18)
	at jetbrains.charisma.plugins.AppLifecycleListeners.start(AppLifecycleListeners.java:18)
	at jetbrains.charisma.main.YouTrackInit.init(YouTrackInit.java:201)
	at jetbrains.charisma.main.InitWebApplicationServiceLocatorListener.onAfterInit(InitWebApplicationServiceLocatorListener.java:9)
	at jetbrains.springframework.configuration.runtime.ServiceLocator.fireLocalAfterInit(ServiceLocator.java:112)
	at jetbrains.charisma.main.ServletImpl.init(ServletImpl.java:64)
	at javax.servlet.GenericServlet.init(GenericServlet.java:212)
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
	at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:615)
	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:438)
	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
	at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:415)
	at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:270)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
	at java.lang.Thread.run(Thread.java:722)

[.. there are a many of them..]

JT-19064: migrate notifications to event queue

0
0
Reporter Alexander Volfman (Alexander.Volfman) Alexander Volfman (Alexander.Volfman)
Created Mar 14, 2013 5:49:16 PM
Updated Jun 3, 2013 3:34:05 PM
Priority Normal
Type Task
State In Progress
Assignee Pavel Nikolaev (pasha)
Subsystem No subsystem
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine

JT-20017: Add separate kind of notifiaction temaplates for the plain text emails

0
0
Reporter Pavel Nikolaev (pasha) Pavel Nikolaev (pasha)
Created Jun 3, 2013 3:27:18 PM
Updated Jun 3, 2013 3:34:05 PM
Priority Normal
Type Feature
State Open
Assignee Pavel Nikolaev (pasha)
Subsystem Notifications
Fix versions No Fix versions
Fixed in builds No Fixed in build
Affected versions No Affected versions
Browser Any Browser
OS Any OS
Verified in build Not verified
Verified by Nobody
Reviewed by No reviewed by
Severity Routine
Viewing all 74845 articles
Browse latest View live




Latest Images