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

JT-17467: Report: assignee against state showing the sum of the estimate

$
0
0
Reporter Vadim Gurov (vgurov) Vadim Gurov (vgurov)
Created Nov 14, 2012 2:18:07 PM
Updated Nov 12, 2018 6:13:02 PM
Resolved Nov 12, 2018 6:13:02 PM
State Duplicate
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Feature
Priority Normal
Fix versions Unscheduled
It would be very useful an option plot assignee against state showing the sum of the estimate.
This essentially shows how much is allocated to each developer, and they have enough time for that mini-sprint.

At the moment, I have to export out to a pivot table to show this.
I thought the time report would show this, but you have to have a value in the spent time for it appears in the report – this is very annoying.

JT-47513: Option to aggregate values instead of issues count in reports

$
0
0
Reporter Pavel Nikolaev (pasha) Pavel Nikolaev (pasha)
Created Jun 5, 2018 3:17:53 PM
Updated Nov 12, 2018 6:13:02 PM
Resolved Nov 8, 2018 3:42:16 PM
State Fixed
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Feature
Priority Major
Fix versions Unscheduled

Currently, some of the reports aggregate only issue counts:

  1. Matrix Report
  2. Rate Reports (Fixed vs Reopened, e.t.c)
  3. Cumulative flow

Their settings can be extended with a selection of custom field, so this field values will be aggregated instead of issues count.

JT-50255: ThreadSorterFairSemaphore timeout after 60000 ms. Deadlock is likely.

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Nov 12, 2018 12:01:12 PM
Updated Nov 12, 2018 6:14:32 PM
Resolved Nov 12, 2018 6:14:32 PM
State Duplicate
Assignee Unassigned
Subsystem No Subsystem
Type Exception
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2017.3
Original content visible to jetbrains team only for security reasons

JT-27884: ThreadSorterFairSemaphore timeout after 60000 ms. Deadlock is likely.

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Nov 28, 2014 3:49:43 PM
Updated Nov 12, 2018 6:14:32 PM
State Open
Assignee Unassigned
Subsystem No Subsystem
Type Exception
Priority Critical
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 6.0
java.lang.RuntimeException: ThreadSorterFairSemaphore timeout after 60000 ms. Deadlock is likely.
java.lang.RuntimeException: ThreadSorterFairSemaphore timeout after 60000 ms. Deadlock is likely.
 at jetbrains.mps.webr.runtime.templateComponent.ThreadSorterFairSemaphore.startCurrentThreadSorted(ThreadSorterFairSemaphore.java:19)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.beginResponse(TemplateActionController.java:306)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEvent(TemplateActionController.java:124)
 at jetbrains.mps.webr.runtime.requestProcessor.EventRequestProcessor.processRequest(EventRequestProcessor.java:75)
 at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:259)
 at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:145)
 at jetbrains.mps.webr.runtime.servlet.MainServlet.doPost(MainServlet.java:223)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
 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:255)
 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.content(AbstractHttpConnection.java:937)
 at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
 at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856)
 at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
 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:745)

I've marked 5500 tickets, then executed the command: Status Fixed


Environment details

host: youtrack
base url: http://192.168.1.120:9999
version: 6.0
build: 12223 [17-Nov-2014 19:19]
java.version: 1.8.0_25
java.vendor: Oracle Corporation
java.vm.specification.version: 1.8
java.vm.specification.vendor: Oracle Corporation
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 25.25-b02
java.vm.vendor: Oracle Corporation
java.vm.name: Java HotSpot(TM) 64-Bit Server VM
java.specification.version: 1.8
java.specification.vendor: Oracle Corporation
java.specification.name: Java Platform API Specification
java.class.version: 52.0
os.name: Linux
os.arch: amd64
os.version: 3.13.0-32-generic
Max memory: 989 MB (1037959168 bytes)
Free memory: 174 MB (183234200 bytes)
Total memory: 909 MB (953786368 bytes)
Available processors: 1
Thrown at: Friday, November 28, 2014 1:47:16 PM CET

JT-50273: After selecting the work type with [Enter], the focus should be placed at the work type selector

$
0
0
Reporter Anastasia Bartasheva (ana.bartasheva) Anastasia Bartasheva (ana.bartasheva)
Created Nov 12, 2018 6:25:12 PM
Updated Nov 12, 2018 6:48:13 PM
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem Single Issue View
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47010
STR:
1. Go to issue page
2. Click "Add spent time"
3. Expand work type selector
4. Select the type using [Enter]

ER: focus is placed at the work type selector, clicking [TAB] should move it to the duration field
AR: focus is lost

JT-50250: Editing default values for project fields with longer description is impossible

$
0
0
Reporter Steve Todorov (tftd2) Steve Todorov (tftd2)
Created Nov 11, 2018 8:26:57 PM
Updated Nov 12, 2018 7:10:38 PM
State Open
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Custom Fields
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47078

Try to add a project field and add a longer description of the field. For example:

An issue that needs to be addressed on a reasonable timescale. Such an issue could be any of the following: 1) An issue that would be P0 or P1 but has a reasonable workaround, 2) An issue that is important to a large percentage of users and is connected to core organizational functions, 3) An issue that is an impediment to the work of other teams and has no reasonable workaround. P2 is especially relevant for first-use or install-time issues and is the default priority level.

Then try to add a default value for that field. The result will be something like this:

JT-50247: YouTrack with SSL enabled crashes with NoSuchMethodError in SSLSessionImpl with latest OpenJDK-8 on Ubuntu

$
0
0
Reporter Ilya Lipnitskiy (ilya.lipnitskiy) Ilya Lipnitskiy (ilya.lipnitskiy)
Created Nov 10, 2018 5:03:33 AM
Updated Nov 12, 2018 7:27:21 PM
State Open
Assignee Alexey Barsov (alexey_barsov)
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Update to latest openjdk-8 in Ubuntu 16.04 (8u181-b13-1ubuntu0.16.04.1)
  2. Run YouTrack 2018.3 build 47010 with SSL enabled (standalone JAR, bundled Hub)
  3. Attempt to connect to YouTrack or just observe youtrack-stderr.log

What is the expected result?
As a JetBrains customer, we expect YouTrack to boot and respond successfully on a standard Ubuntu 16.04 system with the latest openjdk-8 package.

What happens instead?
YouTrack does not start correctly.

The latest openjdk-8 update on Ubuntu contains the following backported change from 8u191:

  • CVE-2018-3180, S8202613: Improve TLS connections stability.

The change to SSLSessionImpl can be examined here: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/7f473886abb4

More info and context:

It appears that certain libraries within YouTrack rely on sun.* non-public APIs (Why Developers Should Not Write Programs That Call 'sun' Packages). While it is understandable that 3rd party libraries are hard to control, JetBrains could work to fix those libraries (or update them to later versions), ship multiple dependency versions that are compatible with both old and new SSLSessionImpl or choose alternatives that use public Java APIs.

Relevant excerpts from youtrack-stderr.log:
Call into sun.security.ssl.Handshaker from org.eclipse.jetty.io.ssl.SslConnection:

[2018-11-08 17:09:55,215] [YouTrack Error] [2018-11-08 17:09:55,203]   WARN - y.util.thread.QueuedThreadPool -   
[2018-11-08 17:09:55,215] [YouTrack Error] java.lang.NoSuchMethodError: sun.security.ssl.SSLSessionImpl.<init>(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite;Ljava/util/Collection;Ljava/security/SecureRandom;Ljava/lang/String;IZ)V
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.ServerHandshaker.clientHello(ServerHandshaker.java:787) ~[?:1.8.0_181]
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:232) ~[?:1.8.0_181]
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:1.8.0_181]
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.Handshaker$1.run(Handshaker.java:992) ~[?:1.8.0_181]
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.Handshaker$1.run(Handshaker.java:989) ~[?:1.8.0_181]
[2018-11-08 17:09:55,216] [YouTrack Error]      at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
[2018-11-08 17:09:55,216] [YouTrack Error]      at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1467) ~[?:1.8.0_181] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:687) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.server.NegotiatingServerConnection.fill(NegotiatingServerConnection.java:153) ~[jetty-server-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.server.NegotiatingServerConnection.onFillable(NegotiatingServerConnection.java:98) ~[jetty-server-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) ~[jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,217] [YouTrack Error]      at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,217] [YouTrack Error]      at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,217] [YouTrack Error]      at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605]
[2018-11-08 17:09:55,217] [YouTrack Error]      at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181] 

Call into sun.net.www.protocol.https.HttpsURLConnectionImpl from org.glassfish.jersey.client.internal.HttpUrlConnector

[2018-11-08 17:10:19,787] [YouTrack Error] [2018-11-08 17:10:19,783]  ERROR - dle.util.hub.HubServiceUpdater - Cannot update services information in Hub
[2018-11-08 17:10:19,788] [YouTrack Error] com.jetbrains.bundle.hub_client.util.validation.HubUrlValidationException: sun.security.ssl.SSLSessionImpl.<init>(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite;Ljava/util/Collection;Lsun/security/ssl/SessionId;Ljava/lang/String;IZ)V
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.HubClientProvider.buildAndValidateHubClient(HubClientProvider.java:156) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.HubClientProvider.validateAndRememberHubClient(HubClientProvider.java:90) ~[hub-client-util-1.4.434.jar:?] 
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.HubClientProvider.getHubClient(HubClientProvider.java:79) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.BundleHubClient.getHubClient(BundleHubClient.java:188) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.BundleHubClient.getBundleHubAccountsClient(BundleHubClient.java:111) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.util.hub.HubServiceUpdater.updateHubInfo(HubServiceUpdater.java:213) ~[bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.util.hub.HubServiceUpdater.update(HubServiceUpdater.java:54) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.services.impl.HubConfiguratorService.configureHubServices(HubConfiguratorService.java:87) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.services.impl.HubConfiguratorService.doStart(HubConfiguratorService.java:64) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.services.impl.ServiceBase.start(ServiceBase.java:65) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.Services.startService(Services.java:627) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.Services.startAllServices(Services.java:554) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.Services.start(Services.java:534) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.BundleMain.start(BundleMain.java:208) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.BundleMain.start(BundleMain.java:167) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
[2018-11-08 17:10:19,788] [YouTrack Error]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
[2018-11-08 17:10:19,788] [YouTrack Error]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
[2018-11-08 17:10:19,788] [YouTrack Error]      at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at com.jetbrains.bundle.bootstrap.Bundle$EntryPointProvider$1.invoke(Bundle.java:92) [bundle-bootstrap-1.4.434.jar:?]
[2018-11-08 17:10:19,789] [YouTrack Error]      at com.sun.proxy.$Proxy18.start(Unknown Source) [?:?]
[2018-11-08 17:10:19,789] [YouTrack Error]      at com.jetbrains.launcher.AppProxy$6$1.call(AppProxy.java:99) [youtrack-wrapper.jar:1.0.117]
[2018-11-08 17:10:19,789] [YouTrack Error]      at com.jetbrains.launcher.AppProxy$6$1.call(AppProxy.java:97) [youtrack-wrapper.jar:1.0.117]
[2018-11-08 17:10:19,789] [YouTrack Error]      at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error] Caused by: java.lang.NoSuchMethodError: sun.security.ssl.SSLSessionImpl.<init>(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite;Ljava/util/Collection;Lsun/security/ssl/SessionId;Ljava/lang/String;IZ)V
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.ClientHandshaker.serverHello(ClientHandshaker.java:723) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:210) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.Handshaker.process_record(Handshaker.java:987) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1072) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:351) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:246) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:255) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:700) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.internal.Errors.process(Errors.java:315) ~[jersey-common-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.internal.Errors.process(Errors.java:297) ~[jersey-common-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.internal.Errors.process(Errors.java:228) ~[jersey-common-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:444) ~[jersey-common-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:696) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:420) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:316) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at jetbrains.jetpass.client.oauth2.OAuth2Client.getHubScope(OAuth2Client.kt:44) ~[hub-client-all-2018.1.8679.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at jetbrains.jetpass.client.accounts.BaseAccountsClient.checkServiceCredentials(BaseAccountsClient.kt:51) ~[hub-client-all-2018.1.8679.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.HubClientProvider.buildAndValidateHubClient(HubClientProvider.java:115) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      ... 26 more

JT-50224: User deletion and replacement with another user was a desaster!

$
0
0
Reporter Bernd Nottelmann (nottelmann) Bernd Nottelmann (nottelmann)
Created Nov 8, 2018 6:03:57 PM
Updated Nov 12, 2018 7:41:23 PM
State Open
Assignee Anastasia Bartasheva (ana.bartasheva)
Subsystem No Subsystem
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.46727

What steps will reproduce the problem?
1.I removed as administrator 'root' a user account and selected another user as replacement.
2.I opened an issue which the deleted user commented.

What is the expected result?
See the name of the replacement user.

What happens instead?
In this issue I only see the name "Deleted user" instead of the replacement user name (see attached screenshot).
If I click on the link "Deleted User" then "404: Nope, can't find it!" appears ("Deleted User" linked to https://<youtrack-server>/users/184-0", so there seems a user account id to remain in the database.)

Please provide any additional information below.
Question: is there a way to reconstruct the user and undo the replacement resp. deletion?

Attach a code sample as text, a screenshot or screencast if possible
Screenshot attached


JT-50257: Old parent is still shown

$
0
0
Reporter Ekaterina Smelchakova (ekaterinasmelchakova) Ekaterina Smelchakova (ekaterinasmelchakova)
Created Nov 12, 2018 12:42:08 PM
Updated Nov 12, 2018 7:52:48 PM
Resolved Nov 12, 2018 7:52:47 PM
State Fixed
Assignee Unassigned
Subsystem Single Issue View
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3

What steps will reproduce the problem?

  1. Open any issue that has a parent (has "subtask of" linked issue)
  2. Choose other issue as a subtask for the opened issue
  3. Look at the Links section

What is the expected result?
New issue should be mentioned in subtask of section

What happens instead?
Old parent is still shown. It changes only after page refreshing or applying any other command to the issue.

JT-50274: Reference to Deleted User in workflow editor is set as a link to page that returns 404

$
0
0
Reporter Scott Adams (Scott.Adams) Scott Adams (Scott.Adams)
Created Nov 12, 2018 7:53:25 PM
Updated Nov 12, 2018 7:53:25 PM
State Open
Assignee Evgeny Naumenko (jk)
Subsystem User Management
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

All other references are set as plain text.

JT-50256: Link is poorly readable in a pop-up message

$
0
0
Reporter Ekaterina Smelchakova (ekaterinasmelchakova) Ekaterina Smelchakova (ekaterinasmelchakova)
Created Nov 12, 2018 12:30:34 PM
Updated Nov 12, 2018 8:15:39 PM
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem Single Issue View
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47078

What steps will reproduce the problem?

  1. use light-color schema
  2. clone any issue
  3. look at the alert about new issue

What is the expected result?
Text should be readable

What happens instead?
New issue's ID is hard to read

JT-50229: New Issue Layout Doesn't Collapse Quoted Text By Default

$
0
0
Reporter Charlie Monroe (charliemonroe) Charlie Monroe (charliemonroe)
Created Nov 9, 2018 10:23:56 AM
Updated Nov 12, 2018 8:30:47 PM
State Open
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Wiki
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. In YouTrack, enable mail integration.
  2. Have a conversation.
  3. The webpage length grows exponantially as with each response, the entire conversation is included. See attached image.

What is the expected result?

The quoted text is collapsed by default.

JT-26076: Issues counter shows the same value after creating new issue

$
0
0
Reporter Alexander Buturlinov (alexander.buturlinov) Alexander Buturlinov (alexander.buturlinov)
Created Aug 19, 2014 6:52:35 PM
Updated Nov 12, 2018 8:33:15 PM
State Open
Assignee Vyacheslav Lukianov (hoegaarden)
Subsystem Issue List
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
STR:
  1. Go to Issues page.
  2. Create an issue (issues counter doesn't change its value).
  3. Reload the page (still shows the same value).
  4. Reload the page again (here it incremented by 1).

JT-50254: YouTrack doesn't doesn't show issues count.

$
0
0
Reporter Дмитрий Хлопин (dmitriykhlopin) Дмитрий Хлопин (dmitriykhlopin)
Created Nov 12, 2018 11:17:30 AM
Updated Nov 12, 2018 8:33:15 PM
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem Issue List
Type Bug
Priority Minor
Browser Firefox
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47078, 2018.3.47010, 2018.3.46727

What steps will reproduce the problem?

  1. Import 150+ issues.
  2. Go to your_instance_url/issues.
  3. Click on 150+.

What is the expected result?
I expect to see number of issues.

What happens instead?
YouTrack shows No issues found.

Video in attachment.

JT-50226: Missing space between issue ID and summary when hovering over long link in Linked issues list

$
0
0
Reporter Tatiana Shabaeva (Tatiana.Shabaeva) Tatiana Shabaeva (Tatiana.Shabaeva)
Created Nov 8, 2018 9:00:26 PM
Updated Nov 12, 2018 8:41:21 PM
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem Single Issue View
Type Bug
Priority Normal
Browser Safari
OS Mac OS X
Fix versions Unscheduled
Affected versions Unknown

E.g. see IDEA-200366


JT-50253: Once, YT stops working because of local storage overflow

$
0
0
Reporter Ekaterina Smelchakova (ekaterinasmelchakova) Ekaterina Smelchakova (ekaterinasmelchakova)
Created Nov 12, 2018 10:37:26 AM
Updated Nov 12, 2018 8:53:36 PM
State Wait for Reply
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Major
Browser Chrome
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3

What steps will reproduce the problem?
Just do your regular work in the YT system: create issues, manage them, use reports, dashboards and agile boards

What is the expected result?
YT system is working w/o any extra settings and actions

What happens instead?
Once (after few days), YT stops working because of local storage overflow:

JT-37941: Translate field names in project templates

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Oct 4, 2016 11:30:35 AM
Updated Nov 12, 2018 9:10:00 PM
State Open
Assignee Max Maximov (Maxim.Maximov)
Subsystem Projects
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

JT-50276: Flaky test investigation MatrixValueAggregationTest.floatField

$
0
0
Reporter Pavel Nikitin (pavel.nikitin) Pavel Nikitin (pavel.nikitin)
Created Nov 12, 2018 9:52:58 PM
Updated Nov 12, 2018 10:19:45 PM
State In Progress
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Task
Priority Normal
Fix versions Unscheduled

JT-50182: EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection.

$
0
0
Reporter Dave Hooper (dave_ctek) Dave Hooper (dave_ctek)
Created Nov 6, 2018 12:47:44 AM
Updated Nov 13, 2018 12:48:54 AM
State Wait for Reply
Assignee Anastasia Bartasheva (ana.bartasheva)
Subsystem No Subsystem
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. view any issue

What is the expected result?

Event sourcing works correctly

What happens instead?

Error is logged on console - redirect loop from /api/eventSourceBus -> /dashboard -> /api/issues/... -> /api/eventSourceBus ->

Please provide any additional information below.
Attach a code sample as text, a screenshot or screencast if possible

JT-50277: Updated is broken on the expanded issue if it contains tags

$
0
0
Reporter Pavlo Zhukov (grodas.p35) Pavlo Zhukov (grodas.p35)
Created Nov 13, 2018 3:14:04 AM
Updated Nov 13, 2018 3:30:01 AM
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem Issue List
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Open the issue with the updated by field and tag. I use next query
  2. Open updated issue description with tag. I use the issue WEB-35613

What is the expected result?
I expect to see a correct markup.

What happens instead?
I see some strange lines which are overlapped upd record.

Viewing all 74845 articles
Browse latest View live




Latest Images