× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I have to say that I am not familiar with that part of the code so it would be up to the Helpsystems folks to comment specifically, I guess. However, questions that come to my mind are about whether the JVM used is both cases is specified to be the same, what was the selection order in the GUI, and I guess too, the order of the objects in the tree (before sorting?).

Mike

On 2022-03-10, 03:09, "WDSCI-L on behalf of Thomas Raddatz" <wdsci-l-bounces@xxxxxxxxxxxxxxxxxx on behalf of thomas.raddatz@xxxxxx> wrote:

Hi Mike,

Clearing the Java cache did not help solving the problem.

Just to make it clear again, the left and right source members are switched, when I launch an Eclipse debug application from RDi. For example:

There are two source members called DEMO1 and DEMO2.

When these source members are compared from RDi, DEMO1 goes to the left and DEMO2 to the right. That is the expected behavior.

But when I compare these source members from the debug application, DEMO1 goes to the right and DEMO2 to the left.

That can bee seen for the iSphere Compare Editor, as well as for the IBM Compare Editor.

I can reproduce the problem only in an Eclipse debug application, but Patrick seems to have the same problem in the original RDi.

I took a screenshot to explain the problem. The picture shows RDi in the background and the Eclipse debug application in the foreground:

https://drive.google.com/file/d/1IQueoymCpaU9CrHKlQ5rdV8X56HiOJE7/view?usp=sharing
https://drive.google.com/file/d/1dPNwbp2dDfKSKv20xPb-VrNiK6tQ40YF/view?usp=sharing

Thomas.

-----Ursprüngliche Nachricht-----
Von: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxxxxxxxx> Im Auftrag von Mike Hockings
Gesendet: Mittwoch, 9. März 2022 21:59
An: Rational Developer for IBM i <wdsci-l@xxxxxxxxxxxxxxxxxx>
Betreff: Re: [WDSCI-L] iSphere Compare Source missing right-to-left copy

ACHTUNG: Diese E-Mail stammt von einem externen Absender. Klicken Sie nicht auf Links und öffnen Sie keine Anhänge, solange Sie den Absender nicht erkennen und wissen, dass der Inhalt sicher ist.

I will admit to not paying attention to this thread, sorry.

Yes, there was some JVM update that happened between 9.6.0.10 and 9.6.0.11 so if you updated from 9.6.0.10 to 9.6.0.11 and see some quirky things then close RDI and open a Command Prompt window then cd to your RDI 9.6.0.11 install directory and run the command:
.\jdk\bin\java -Xshareclasses:destroyAll

Then just start RDI normally and it should be fine I expect.

Mike

On 2022-03-09, 11:58, "WDSCI-L on behalf of Patrick Conner" <wdsci-l-bounces@xxxxxxxxxxxxxxxxxx on behalf of patrickc@xxxxxxxxxxxxxxx> wrote:

Will you share this with Mike Hockings at IBM? Do you have a relationship
with Rational Developer support?

On Wed, Mar 9, 2022 at 11:50 AM Tools/400 <thomas.raddatz@xxxxxxxxxxx>
wrote:

> Hi Patrick,
>
> here is my detailed analysis of the problem you reported. First of all,
> I am as sure as I could be, that the problem is not an iSphere thing.
>
> My test setup consisted of:
>
> 1. My office laptop and my desktop PC.
> 2. RDi 9.6.0.11 on both computers.
> 3. iSphere 4.2.5.b003 installed.
>
> a) Test: Launch RDi and open iSphere compare editor.
>
> Result: worked fine on both computers.
>
> b) Test: Launch Eclipse test application from RDi and open iSphere
> compare editor.
>
> Result: Worked fine on the Laptop but showed the problem you reported on
> the desktop PC!!!
>
> So I decided to install RDi next to the existing installation on my
> desktop PC. I started with 9.6.0.0 and applied all updates til 9.6.0.11.
> I tested the compare editor between each update.
>
> Result: worked fine
>
> Then I directly installed RDi 9.6.0.11 once again and tested the iSphere
> compare editor.
>
> Result: worked fine
>
> So at the end my best bet is, that something went wrong when I updated
> my desktop PC from RDi 9.6.0.10 to 9.6.0.11.
>
> Regards,
>
> Thomas.
>
> Am 04.03.2022 um 15:22 schrieb Patrick Conner:
> >
> https://drive.google.com/file/d/1x9zhdhXrnT_PN3GiDcUIwupR3QJdXSwS/view?usp=sharing  ;
> >
> > I created another document with more step-by-step screenshots. Follow the
> > link above.
> >
> > A few notes:
> > 1. the first time I compared source members this morning the PWC screen
> > appeared on the left as I intended, but ever since the first try the PWC
> > member shows on the right although I designated the left. (see the
> > screenshots > PWC is short for the library MDASIPWC and JC is short for
> > library MDASIJC)
> > 2. copy direction is one way from JC to PWC. Even when I use the "swap
> left
> > and right view". The copy direction changs so that only JC to PWC is
> > possible.
> > 2a. I have edit authority to both members. I checked with SEU.
> >
> >
> > On Fri, Mar 4, 2022 at 2:11 AM Thomas Raddatz <thomas.raddatz@xxxxxx>
> wrote:
> >
> >> That is strange. I assume that you selected the two members and then
> >> clicked the "Switch Left/Right" button (it is still selected on the
> >> screenshot) before clicking the "OK" button, right?
> >>
> >> I did the same with members DEMO1 and DEMO2 of the iSphere library. If I
> >> select members DEMO1 and DEMO2, then DEMO1 goes to the left and DEMO2
> goes
> >> to the right by default. When I click the "Switch Left/Right" button
> before
> >> the "OK" button, then the content of the "Compare Source Members" dialog
> >> changes accordingly and DEMO2 goes to the left and DEMO1 to the right.
> >>
> >> So that worked as expected and I am not able to reproduce the problem.
> >>
> >> Is there anything else that you could share with us?
> >>
> >> Thomas.
> >>
> >> -----Ursprüngliche Nachricht-----
> >> Von: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxxxxxxxx> Im Auftrag von
> Patrick
> >> Conner
> >> Gesendet: Freitag, 4. März 2022 00:28
> >> An: Rational Developer for IBM i <wdsci-l@xxxxxxxxxxxxxxxxxx>
> >> Betreff: [WDSCI-L] iSphere Compare Source missing right-to-left copy
> >>
> >> ACHTUNG: Diese E-Mail stammt von einem externen Absender. Klicken Sie
> >> nicht auf Links und öffnen Sie keine Anhänge, solange Sie den Absender
> >> nicht erkennen und wissen, dass der Inhalt sicher ist.
> >>
> >>
> >>
> https://drive.google.com/file/d/1M0SbNkIe9pj2DMtDnhe-AlTXPT54fD-b/view?usp=sharing  ;
> >>
> >> Follow the link above to an .odt that has the screenshots. The document
> >> name is iSphereCompareSource20220303.odt
> >>
> >> I set one member to show on the right, but it showed on the left. Then
> >> source on the right would not copy to the left. See the icons in the
> >> screenshot.
> >> The icon to copy code from the right to the left does not show. When I
> >> hover over the square that marks a difference in source members, only
> the
> >> option to copy from the left to the right shows.
> >>
> >> --
> >> *Patrick Conner* | Software Developer
> >> patrickc@xxxxxxxxxxxxxxx | 828-244-0822
> >> AuctionEdge.com <
> >>
> https://smex12-5-en-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fwww.auctionedge.com&umid=fe74b4d9-5f76-45d1-9775-9485b34bbd2c&auth=9aef805e690002f0e1ecb337a51f380fbb6abf82-0bf1fe2d51f63b7046eaf5f43884b229df4e97b0  ;
> >
> >> | Support <
> >>
> https://smex12-5-en-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fsupport.auctionedge.com&umid=fe74b4d9-5f76-45d1-9775-9485b34bbd2c&auth=9aef805e690002f0e1ecb337a51f380fbb6abf82-6283458957a9f7c725d742d247d2c941f202a2f3  ;
> >>>
> >> [image: Auction Edge, Inc.] <
> >>
> https://smex12-5-en-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fwww.auctionedge.com&umid=fe74b4d9-5f76-45d1-9775-9485b34bbd2c&auth=9aef805e690002f0e1ecb337a51f380fbb6abf82-0bf1fe2d51f63b7046eaf5f43884b229df4e97b0  ;
> >>>
> >> --
> >> This is the Rational Developer for IBM i (WDSCI-L) mailing list
> >> To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx To subscribe,
> >> unsubscribe, or change list options,
> >> visit: https://lists.midrange.com/mailman/listinfo/wdsci-l  ;
> >> or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
> >> Before posting, please take a moment to review the archives at
> >> https://archive.midrange.com/wdsci-l  ;.
> >>
> >> Help support midrange.com by shopping at amazon.com with our affiliate
> >> link: https://amazon.midrange.com  ;
> >> --
> >> This is the Rational Developer for IBM i (WDSCI-L) mailing list
> >> To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx
> >> To subscribe, unsubscribe, or change list options,
> >> visit: https://lists.midrange.com/mailman/listinfo/wdsci-l  ;
> >> or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
> >> Before posting, please take a moment to review the archives
> >> at https://archive.midrange.com/wdsci-l  ;.
> >>
> >> Help support midrange.com by shopping at amazon.com with our affiliate
> >> link: https://amazon.midrange.com  ;
> >>
> >
> >
>
> --
> This is the Rational Developer for IBM i (WDSCI-L) mailing list
> To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: https://lists.midrange.com/mailman/listinfo/wdsci-l  ;
> or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at https://archive.midrange.com/wdsci-l  ;.
>
> Help support midrange.com by shopping at amazon.com with our affiliate
> link: https://amazon.midrange.com  ;
>


--
*Patrick Conner* | Software Developer
patrickc@xxxxxxxxxxxxxxx | 828-244-0822
AuctionEdge.com <https://www.auctionedge.com  ;> | Support
<https://support.auctionedge.com  ;>
[image: Auction Edge, Inc.] <https://www.auctionedge.com  ;>
--
This is the Rational Developer for IBM i (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/wdsci-l  ;
or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/wdsci-l  ;.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com  ;

--
This is the Rational Developer for IBM i (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at https://archive.midrange.com/wdsci-l .

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
--
This is the Rational Developer for IBM i (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/wdsci-l .

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.