Closed GoogleCodeExporter closed 8 years ago
My Datasource:
[CODE]
<!-- Auto-generated from database table DxMemo -->
<DataSource
schema="dbo"
dbName="Nova"
tableName="DxMemo"
ID="Memo"
dataSourceVersion="1"
generatedBy="v8.2p_2012-09-17/EVAL Deployment 2012-09-17"
serverType="sql"
requiresAuthentication="true"
logActionHistory="true"
>
<fields>
<field primaryKey="true" name="IDMEMO" type="sequence" hidden="true"></field>
<field name="Memo" length="1000" type="text" required="true"></field>
</fields>
</DataSource>
[/CODE]
Original comment by fa...@hti-systems.co.za
on 4 Mar 2015 at 6:55
You've posted a lot of information, which is generally good, but you have not
posted anything that suggests a framework bug. The fact that the problem
suddenly starts happening after multiple days of deployment strongly suggests a
deployment issue. If you are loading the same SmartGWT client-side resources
there is no way for them to suddenly change behavior for newly loaded pages, so
you should look at how your server's responses differ when the problem begins,
especially the DataSourceLoader responses. You may ultimately discover an
issue such as your load balancing system serving stale or corrupted versions of
files.
Aside from the above, also please realize you are the only person reporting
this issue out of many, many users with SmartGWT-based applications
continuously available to millions of users - this makes it even less likely to
be a framework bug.
Until you've isolated a reproducible bug in SmartGWT (and you are not close to
this) you should continue to discuss this on the forums. If you would like
some assistance in troubleshooting from Isomorphic Support, you can purchase a
support plan starting here:
http://www.smartclient.com/services/index.jsp#support
Original comment by smartgwt...@gmail.com
on 4 Mar 2015 at 7:28
Original issue reported on code.google.com by
fa...@hti-systems.co.za
on 4 Mar 2015 at 6:53Attachments: