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

  • Thread starter Thread starter giulio2
  • Start date Start date
G

giulio2

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
 
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,
 
Re: 2xclient v10 for linux doesn't show my application list

Hi,
I tried ubuntu karmic 9.10 without success: same problem.
Regards
Giulio
 
Re: 2xclient v10 for linux doesn't show my application list

Is there anything new?
It seems a bug ...
 
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
 
Re: [BUG] 2xclient v10 for linux doesn't show application li

Thank you!

Regards

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

Problem solved.
Thanks
G.
 
Back
Top