[BUG] 2xclient v10 for linux doesn't show application list

Discussion in 'Parallels Remote Application Server' started by giulio2, Aug 12, 2011.

  1. giulio2

    giulio2 Guest

    Hello,
    we have a problem with last 2x client version.
    With version 10 (build 1145 / r16141) we can't browse our application list on Debian (tested on squeeze and sid).

    Code:
    giulio@mypc:~$ /opt/2X/Client/bin/2XClient 
    QSortFilterProxyModel: index from wrong model passed to mapFromSource 
    QSortFilterProxyModel: index from wrong model passed to mapToSource 
    QSortFilterProxyModel: index from wrong model passed to mapFromSource 
    QSortFilterProxyModel: index from wrong model passed to mapToSource 
    QSortFilterProxyModel: index from wrong model passed to mapFromSource 
    QSortFilterProxyModel: index from wrong model passed to mapToSource
    This error repeats every time I double-click on my connection. Application list wont appear (automatically at logon or after by click).
    Also we can't get an application list from command line with appserverclient (it returns nothing).

    Code:
    giulio@mypc:~$ /opt/2X/Client/bin/appserverclient -u myuser myhost:myport -m AL -p mypass
    giulio@mypc:~$ 
    2Xclient v10 was installed without problems by dpkg -i 2XClient.deb.

    With v9 2xclient works fine (GUI or CLI).

    Code:
    giulio@mypc:~$ /opt/2X/Client/bin/appserverclient -u myuser myhost:myport -m AL -p mypass
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE TWOXAProtocol SYSTEM "TwoXA.dtd">
    
    <TWOXAProtocol version='2' >
            <ResponseAppData>
                    <AppDataSet>
                            <Scope traverse='onelevel' type='PNFolder' />
                            <AppData>
    (...)
                            </AppData>
                    </AppDataSet>
            </ResponseAppData>
    </TWOXAProtocol>
    giulio@mypc:~$ 
    
    May be that qt errors are caused by an empty list from a lib/appserverclient?

    I get v10 from http://www.2x.com/downloads/AppServer-L ... Client.deb and v9 from http://www.2x.com/downloads/vds/previou ... Client.deb.

    All tests were performed on clean OS installations to avoid conflicts or doubts.

    Best regards

    Giulio
     
  2. gs

    gs Guest

    Re: 2xclient v10 for linux doesn't show my application list

    Hi there,

    do you've the same issue with those linux distributions (http://www.2x.com/applicationserver/asfeatures.html):

    The 2X Client is also approved for the following 32-bit Linux distributions: Ubuntu 8.04, Ubuntu 8.10, Ubuntu 9.04, Ubuntu 9.10, OpenSuse 11.1, Fedora Core 9, Fedora Core 11, CentOs 5.2, VectorLinux 6.0.

    kind regards,
     
  3. giulio2

    giulio2 Guest

    Re: 2xclient v10 for linux doesn't show my application list

    Hi,
    I tried ubuntu karmic 9.10 without success: same problem.
    Regards
    Giulio
     
  4. giulio2

    giulio2 Guest

    Re: 2xclient v10 for linux doesn't show my application list

    Is there anything new?
    It seems a bug ...
     
  5. Tauras

    Tauras Guest

    Re: [BUG] 2xclient v10 for linux doesn't show application li

    Giulio,

    Yes, there is a bug in v10. However you missed new command line option added in version 10.
    -o: full path to application listing output file

    appserverclient does not write listing into stdout any more, you must specify a proper writable file location.

    The bug is that root tag of application listing was changed as well... and launcher fails to verify validity of application listing xml file. I think this was trivial to fix, and we should see update soon.

    Tauras
     
  6. giulio2

    giulio2 Guest

    Re: [BUG] 2xclient v10 for linux doesn't show application li

    Thank you!

    Regards

    Giulio
     
  7. giulio2

    giulio2 Guest

    Re: [BUG] 2xclient v10 for linux doesn't show application li

    Problem solved.
    Thanks
    G.
     

Share This Page