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

JT-50345: Export to csv/excel

$
0
0
Reporter Alexey Volkov (Alexey.Volkov) Alexey Volkov (Alexey.Volkov)
Created Nov 16, 2018 3:54:58 PM
Updated Nov 16, 2018 3:54:58 PM
State Open
Assignee Unassigned
Subsystem Reports
Type Task
Priority Normal
Fix versions Unscheduled

JT-50079: VCS Integration causes a 500 internal server error

$
0
0
Reporter Guillaume LE BIGOT (guillaume.lebigot) Guillaume LE BIGOT (guillaume.lebigot)
Created Oct 31, 2018 1:17:05 PM
Updated Nov 16, 2018 4:16:30 PM
Resolved Nov 16, 2018 4:16:30 PM
State Fixed
Assignee Alexey Barsov (alexey_barsov)
Subsystem GitLab Integration
Type Bug
Priority Major
Browser Any Browser
OS Any OS
Fix versions 2018.3.next
Affected versions 2018.3.46727, 2018.3

Youtrack 2018.3 - Build 46727
We have a standalone gitlab installation on a Server G that as a https:// access
We have a standalone youtrack installation on a Server Y that has a reverse proxy with apache2.

What steps will reproduce the problem?

  1. first of all we add this configuration : java -jar /path-to-jar-file/youtrack.jar configure --listen-port 1111 --base-url https://our-youtrack-server-name.com
  2. we start youtrack
  3. Gitlab > go to settings > allow outbound requests
  4. Youtrack > go to VCS integration on panel admin and add our gitlab url (https://) with a generated keystore containing the private key and cert
  5. Youtrack > go on our project > VCS integration
  6. choose the VCS server added previsously and set the access_token with all scopes generated on our gitlab installation
  7. click on the submit button

What is the expected result?
A successfull return message for example :)

What happens instead?
On display : tooltip that informs a problem of overload our else...
On firebug console : a 500 internal server error

I discover that the 500 internal server error is the same if I choose bitbucket.org with fake values.

As you can see on attachments, the request is a POST on our Youtrack server but I havn't any logs.
I would like to enable more logs and know where they are exactly.
Can you please send me a list of category events I can add in the admin logging section ?

Here is the apache2 configuration for the reverse proxy. We do not use a specific port listening, we just want the standard 443.
I have some doubts concerning the reverse proxy.

Listen 443 https

<VirtualHost *:1111>
	ServerName our-youtrack-server-name.com
	ErrorLog "/var/log/apache2/error_youtrack.log"
</VirtualHost>

<VirtualHost *:443>
        ServerName our-youtrack-server-name.com
	Protocols http/1.1

	RequestHeader set X-Forwarded-Proto "https"

	RewriteEngine on
	AllowEncodedSlashes on

	ProxyRequests off

        ProxyPass / http://127.0.0.1:1111/
        ProxyPassReverse / http://127.0.0.1:1111/

        #SSLEngine On
        SSLCertificateFile "our-sys-path-to-cert-file"
        SSLCertificateKeyFile "our-sys-path-to-private-key"

	ErrorLog "/var/log/apache2/error_youtrack.log"
</VirtualHost>

<VirtualHost *:80>
	Redirect permanent / https://our-youtrack-server-name.com/
</VirtualHost>

Thank you for your help.

JT-41764: Fix Iterables

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created May 29, 2017 4:25:33 PM
Updated Nov 16, 2018 4:25:52 PM
Resolved Jun 1, 2017 6:15:21 PM
State Without verification
Assignee Pavel Nikitin (pavel.nikitin)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
jetbrains.charisma.persistence.security.FilterPermissionsIterable
jetbrains.charisma.persistence.security.FilterCommentsByPermittedGroupsIterable

JT-49906: Issue distribution report 0.0.7 - Y axis bug

$
0
0
Reporter Дмитрий Хлопин (dmitriykhlopin) Дмитрий Хлопин (dmitriykhlopin)
Created Oct 24, 2018 8:29:30 AM
Updated Nov 16, 2018 5:14:32 PM
Resolved Nov 16, 2018 5:14:32 PM
State Fixed
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Dashboard & Widgets
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?
This problem reproduces in multiple scenarios, unfortunately I can't specify exact conditions where Y axis breaks.

Field settings:
Компонент (ownedField):

  1. Отчетность
    1.1 Аналитические панели
    1.2 Регламентные отчеты
    1.3 Экспресс-отчеты
    1.4 Анализ временных рядов
    1.5 Формы ввода
    1.6 MS Office Add-ins
  2. Средства разработчика
    2.1 Хранилище данных
    2.2 Модуль ETL
    2.3 Средства разработки (Fore)
    2.4 Компоненты деловой графики
    2.5 Порталы и соцсети
    2.6 Конструктор бизнес-приложений
  3. Управление метаданными
    3.1 Администрирование
    3.2 BI сервер и web-сервисы
  4. Процессы и согласования
  5. Моделирование и прогнозирование
  6. Мобильное приложение
  7. Установка и настройка
  8. Прочее

Тип (enum):
Консультация
Ошибка
Новая функциональность

JT-50347: Quadruple request to /issueLinkTypes when new parent&duplicate presentation is on

$
0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Nov 16, 2018 5:11:09 PM
Updated Nov 16, 2018 5:19:43 PM
State Open
Assignee Unassigned
Subsystem Issue Links
Type Performance Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

2018.3.47162+

STR:

  1. Turn on Show duplicates and parent links separately
  2. Turn on network browser.
  3. Open any issue.

AR: /api/issueLinkTypes is executed 4 times
ER: only one request to /api/issueLinkTypes

JT-50266: Rest for report data

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Nov 12, 2018 3:51:43 PM
Updated Nov 16, 2018 5:22:30 PM
State In Progress
Assignee Daria Vasina (daria.vasina)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-50293: Unit tests for calculation

$
0
0
Reporter Alexey Volkov (Alexey.Volkov) Alexey Volkov (Alexey.Volkov)
Created Nov 14, 2018 12:10:35 PM
Updated Nov 16, 2018 5:46:48 PM
Resolved Nov 16, 2018 5:46:48 PM
State Fixed
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Task
Priority Normal
Fix versions Unscheduled

JT-49062: Performance problem at custom fields with many values

$
0
0
Reporter Stefan Sidlo (ssdcops) Stefan Sidlo (ssdcops)
Created Sep 6, 2018 4:35:37 PM
Updated Nov 16, 2018 6:44:34 PM
Resolved Nov 16, 2018 6:44:34 PM
State Fixed
Assignee Roman Kolobov (rekolobov)
Subsystem Custom Fields
Type Performance Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3
Affected versions Unknown

Hey,

We have 2 custom fields which have close to 7000 values.
Both fields suffer heavy performance problems if you try to enter a value.
They are both Enum-Type Custom Fields.

If you try to enter a character, it tries to filter the whole drop-down.
The more you enter, the faster it gets.


JT-50348: ^N shortcut doesn't work on macOS (Chrome)

$
0
0
Reporter Konstantin Bulenkov (kb) Konstantin Bulenkov (kb)
Created Nov 16, 2018 6:17:52 PM
Updated Nov 16, 2018 7:01:47 PM
State Open
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Chrome
OS Mac OS X
Fix versions Unscheduled
Affected versions Unknown
Steps to reproduce:
1. Go to https://youtrack.jetbrains.com/issues/JT
2. Press ^N

Expected: New Issue Form is opened
Actual: Nothing happens

JetBrains Bug & Issue Tracker YouTrack 2018.3
Build 47162 Thu, Nov 15, 2018, 2:20:34 PM UTC

Chrome: Version 70.0.3538.77 (Official Build) (64-bit)
OS: macOS 10.13.6

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 16, 2018 7:10:14 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-50351: Time Report query not showing all results

$
0
0
Reporter Christoph Jurkuhn (chrishiscale) Christoph Jurkuhn (chrishiscale)
Created Nov 16, 2018 6:45:41 PM
Updated Nov 16, 2018 7:12:56 PM
State Open
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Time Tracking
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

We use YouTrack (Cloud) and I have setup multiple projects for different products and purposes.
We use the TimeTracking Feature in all projects.

What steps will reproduce the problem?

  1. create 2 projects (with time tracking enabled)
  2. in project 1: create 1 userstory and 1 task and add time to this task
  3. in project 2: create task and make it subtask of the userstory of project 1 and add time to this task as well
  4. create time report

What is the expected result?
all times subtask of XX should be shown in time report

What happens instead?
only time from one project is shown. if you open the query i get all results (also from project 2)

please see screenshots attached.

JT-49988: Smoke tests fro new issues list #1

$
0
0
Reporter Alexander Buturlinov (alexander.buturlinov) Alexander Buturlinov (alexander.buturlinov)
Created Oct 29, 2018 2:43:57 PM
Updated Nov 16, 2018 7:18:43 PM
Resolved Nov 16, 2018 7:18:42 PM
State Fixed
Assignee Mikhail Kapusta (Mikhail.Kapusta)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
  1. Create issue from issues list
  • create new issue
  • create new issues as link
  • create from everything context, create from non-Everything context
  1. Check views on issues list (S and M)

JT-50149: Don't show (or hide) popup on editing issue fields

$
0
0
Reporter Maxim Kolmakov (maxim.kolmakov) Maxim Kolmakov (maxim.kolmakov)
Created Nov 2, 2018 4:34:38 PM
Updated Nov 16, 2018 7:54:49 PM
Resolved Nov 14, 2018 4:00:17 PM
State Verified
Assignee Alexander Anisimov (xi-eye)
Subsystem Single Issue View
Type Usability Problem
Priority Normal
Browser Chrome
OS Any OS
Fix versions 2018.3.next
Affected versions Unknown

How to reproduce:

  1. Click on Assignee field in any issue with existing Assignee

Popup will appear and will hide an upper part of the list.

Same with other fields but fields with people are the most troubling.

Chrome Version 70.0.3538.77 (Official Build) (64-bit)
macOS 12.0.1
YT: Build 46900 Wed, Oct 31, 2018, 5:45:03 PM UTC

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 16, 2018 7:56:31 PM
Resolved Nov 14, 2018 1:30:00 PM
State Verified
Assignee Alexander Anisimov (xi-eye)
Subsystem No Subsystem
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.next
Affected versions Unknown

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-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 16, 2018 7:59:43 PM
Resolved Nov 16, 2018 7:59:42 PM
State Fixed
Assignee Alexey Barsov (alexey_barsov)
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.next
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-50346: Domain settings cannot be saved with incorrect global Jabber settings

$
0
0
Reporter Evgeny Naumenko (jk) Evgeny Naumenko (jk)
Created Nov 16, 2018 5:01:11 PM
Updated Nov 16, 2018 8:04:54 PM
Resolved Nov 16, 2018 8:04:53 PM
State Fixed
Assignee Evgeny Naumenko (jk)
Subsystem Core Functionality
Type Exception
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.next
Affected versions Unknown
15/11/18 19:23:55,521 ERROR [0edd9184d1094e6bdfedaa0a2f8c6e42@642170079-42725] [JabberConfigurator            ] [internal@73.200.31.139] Problems with auto connection to jabber
...

15/11/18 19:23:55,521 ERROR [0edd9184d1094e6bdfedaa0a2f8c6e42@642170079-42725] [JabberConfigurator ] [internal@73.200.31.139] Problems with auto connection to jabber org.jivesoftware.smack.SmackException$ConnectionException: The following addresses failed: 'modusagency.xmpp.slack.com:5222' failed because java.net.SocketTimeoutException: connect timed out at org.jivesoftware.smack.SmackException$ConnectionException.from(SmackException.java:255) ~[smack-core-4.1.9.jar:4.1.9] at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:612) ~[smack-tcp-4.1.9.jar:4.1.9] at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:850) ~[smack-tcp-4.1.9.jar:4.1.9] at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:364) ~[smack-core-4.1.9.jar:4.1.9] at jetbrains.youtrack.jabber.YoutrackJabberServiceImpl.tryConnection(YoutrackJabberServiceImpl.kt:169) ~[youtrack-jabber-bot-2018.3.jar:?] at jetbrains.youtrack.jabber.YoutrackJabberServiceImpl.getConnection(YoutrackJabberServiceImpl.kt:79) ~[youtrack-jabber-bot-2018.3.jar:?] at jetbrains.youtrack.jabber.YoutrackJabberServiceImpl.connect(YoutrackJabberServiceImpl.kt:267) ~[youtrack-jabber-bot-2018.3.jar:?] at jetbrains.youtrack.jabber.JabberConfigurator.checkUsersAndOpenJabberConnection(JabberConfigurator.kt:82) [youtrack-jabber-bot-2018.3.jar:?] at jetbrains.youtrack.jabber.JabberConfigurator.configure(JabberConfigurator.kt:43) [youtrack-jabber-bot-2018.3.jar:?] at jetbrains.charisma.main.ConfigurationUtil.configureJabberSender(ConfigurationUtil.java:135) [charisma-app-2018.3.jar:?] at jetbrains.charisma.main.ConfigurationUtil.initConfiguration(ConfigurationUtil.java:43) [charisma-app-2018.3.jar:?] at jetbrains.charisma.main.ConfigurationUtil.initConfiguration(ConfigurationUtil.java:48) [charisma-app-2018.3.jar:?] at jetbrains.youtrack.hosted.cname.DomainSetting.save(DomainSetting.kt:109) [youtrack-hosted-instance-2018.3.jar:?] at jetbrains.youtrack.hosted.rest.DomainSettings.updateFrom(DomainSettings.kt:54) [youtrack-hosted-instance-2018.3.jar:?] at jetbrains.gap.resource.components.EntityUpdater$DefaultImpls.doApply(EntityUpdater.kt:11) [gap-rest-874.jar:?] at jetbrains.gap.resource.components.impl.SingletonRootEntityResource$DefaultImpls.doApply(ResourceComponents.kt) [gap-rest-874.jar:?] at jetbrains.youtrack.hosted.rest.DomainSettingsResource.doApply(DomainSettingsResource.kt:12) [youtrack-hosted-instance-2018.3.jar:?] at jetbrains.youtrack.hosted.rest.DomainSettingsResource.doApply(DomainSettingsResource.kt:12) [youtrack-hosted-instance-2018.3.jar:?] at jetbrains.gap.resource.components.EditComponent$DefaultImpls.post(EditComponent.kt:19) [gap-rest-874.jar:?] at jetbrains.gap.resource.components.EntityUpdater$DefaultImpls.post(EntityUpdater.kt) [gap-rest-874.jar:?] at jetbrains.gap.resource.components.impl.SingletonRootEntityResource$DefaultImpls.post(ResourceComponents.kt) [gap-rest-874.jar:?] at jetbrains.youtrack.hosted.rest.DomainSettingsResource.post(DomainSettingsResource.kt:12) [youtrack-hosted-instance-2018.3.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:205) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) [jersey-common-2.22.2.jar:?] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) [jersey-common-2.22.2.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:315) [jersey-common-2.22.2.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:297) [jersey-common-2.22.2.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:267) [jersey-common-2.22.2.jar:?] at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317) [jersey-common-2.22.2.jar:?] at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154) [jersey-server-2.22.2.jar:?] at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473) [jersey-container-servlet-core-2.22.2.jar:?] at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427) [jersey-container-servlet-core-2.22.2.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388) [jersey-container-servlet-core-2.22.2.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341) [jersey-container-servlet-core-2.22.2.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228) [jersey-container-servlet-core-2.22.2.jar:?] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] at jetbrains.youtrack.webapp.filters.SecurityResponseHeadersFilter.doFilter(SecurityResponseHeadersFilter.kt:18) [youtrack-webapp-2018.3.jar:?] at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25) [youtrack-webapp-2018.3.jar:?] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] at jetbrains.youtrack.webapp.filters.LoggingServletRequestFilter.doFilter(LoggingServletRequestFilter.kt:33) [youtrack-webapp-2018.3.jar:?] at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25) [youtrack-webapp-2018.3.jar:?] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] at jetbrains.youtrack.gaprest.filters.HttpContextAccessorFilter.doFilter(HttpContextAccessorFilter.kt:22) [youtrack-gap-rest-2018.3.jar:?] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] at jetbrains.youtrack.webapp.filters.MdcProviderServletFilter.doFilter(MdcProviderServletFilter.kt:17) [youtrack-webapp-2018.3.jar:?] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] at webr.framework.controller.BaseApplicationServletFilter.doFilter(BaseApplicationServletFilter.java:24) [jetbrains.mps.webr.runtime-3438.jar:?] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548) [jetty-security-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at jetbrains.hosted.server.WebApp$1.doHandle(WebApp.java:60) [server.jar:?] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at jetbrains.hosted.server.LoggingContextHandlerCollection.handle(LoggingContextHandlerCollection.java:18) [server.jar:?] at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.Server.handle(Server.java:534) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [jetty-io-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [jetty-io-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [jetty-io-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]

JT-50270: Apply command: autocompletion for fields doesn't work after a tag command

$
0
0
Reporter Alexey Belkov (Alexey.Belkov) Alexey Belkov (Alexey.Belkov)
Created Nov 12, 2018 4:01:54 PM
Updated Nov 16, 2018 8:10:08 PM
Resolved Nov 16, 2018 8:10:08 PM
State As designed
Assignee Evgeny Naumenko (jk)
Subsystem Commands
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

Invoke "Apply command" in a Kotlin issue, type "tag new-multiplatform mult<caret>". There is no completion for the second tag "multiplatform". Same problem for "tag new-multiplatform subs<caret>" when assigning a subsystem.

In practice this forces me to write the tags at the end of the command, but I often forget to do it.

JT-26037: Allow to select a project in the dropdown using short name

$
0
0
Reporter Nikolai Matveev (nnmatveev) Nikolai Matveev (nnmatveev)
Created Aug 15, 2014 11:46:22 PM
Updated Nov 16, 2018 8:10:47 PM
Resolved Oct 23, 2018 5:39:05 PM
State Verified
Assignee Alexander Anisimov (xi-eye)
Subsystem Single Issue View
Type Feature
Priority Normal
Fix versions 2018.3

JT-48502: Support connections from YouTrack Standalone installations to YouTrack App for Slack

$
0
0
Reporter Scott Adams (Scott.Adams) Scott Adams (Scott.Adams)
Created Jul 31, 2018 1:31:27 PM
Updated Nov 16, 2018 8:59:09 PM
State Open
Assignee Unassigned
Subsystem Konnector App
Type Feature
Priority Normal
Fix versions Unscheduled

JT-50021: Confirmation on edit comment/work item

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Oct 29, 2018 5:46:58 PM
Updated Nov 16, 2018 9:21:51 PM
Resolved Nov 8, 2018 2:25:27 PM
State Verified
Assignee Andrey Skladchikov (Andrey.Skladchikov)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
Viewing all 74845 articles
Browse latest View live




Latest Images