-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For which RTC versions does the bulk mover work? #1
Comments
We actually run it on 603 and have also tested on 604-RC1. |
We are using the RTC SDK for (almost) all interaction with Jazz. Up until 4.0, it has been undergoing quite a few changes. As far as I know, it has not changed much since then so I would assume that it will work with any release since 4.0. If I find the time, I'll try it out once with a 4.x release of Jazz. |
added a section on RTC compatibility to Readme, feel free to reopen it in case of incompatibilities with earlier releases... |
@Pavel-Tishina thank you for your information. I would like to find out whether this is a general issue or specifically related to the older RTC release.
|
@innerjoin Thx for support!
I have guess mover-ui build on RTC SDK 6.x.x, and this is root of problem. Maybe if it build with older version of SDK 5.0.2 it will be work on older version RTC. But I'm not sure. |
@Pavel-Tishina Ok, so the second error in the console is the one I'm interested in. Once you switch over to the 'Network' tab (instead of 'Console' that you are providing in your screenshot), can you send me those entries that return a 40x or 50x HTTP response (e.g. HTTP 404)? This would help me to identify which request for what resource fails |
@innerjoin G'Day! |
@Pavel-Tishina This will list all available services. Does this list show an entry for
|
@innerjoin I'm found next information on log. Some information are on Russian with Cyrillic, so I make translation of events... 2018-01-09 - first time when I try setup BulkMover
|
@Pavel-Tishina @SBI- Can you have a look at this? According to Stack Overflow, this can happen if there are different major versions referenced during compilation. But both Maven and the Manifest.mf seem to reference 1.6... |
@innerjoin java version "1.6.0" When I write my server-side plugin I use standart JavaSE 1.6 and RTC SDK 5.0.2. Also I try import project from source code (rtc-workitem-bulk-mover-service-1.2.1 from github) for rebuild this with more minor SDK version, but I'm newer in Maven and have some problems with dependency on project. If it important: |
@Pavel-Tishina Thanks for the reply. I will look into this the day after tomorrow and see if I can find a suitable solution... |
We have found a potential issue, that is tracked here. We will update this issue as soon as our investigation has finished |
before we are going to use it, wondering whether the move preserves history ? |
It does. It will even add a new entry that lines out the chances done on move |
For which RTC version(s) has the bulk mover been developed/tested and determined to work?
The text was updated successfully, but these errors were encountered: