[ 
https://issues.apache.org/jira/browse/PIVOT-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13594518#comment-13594518
 ] 

Sandro Martini commented on PIVOT-897:
--------------------------------------

Hi, I write some Info here, to remember later (even for next releases, if 
needed) ...

In the Java Console the problem is clear (in the Demo Application GUI not so 
much):
Loading "http://pivot.apache.org/<root></root>/assets/10e0.csv" ...
org.apache.pivot.util.concurrent.TaskExecutionException: 
java.io.FileNotFoundException: 
http://pivot.apache.org/<root></root>/assets/10e0.csv
(verify it could be better to change the Label to a read-only TextInput where I 
could scroll the message and read fully it without having to open the Java 
Console)

The problem it's due to our way to update/generate web site pages, sometimes in 
this page it's generated a wrong parameter for basePath, this is the line in 
the generated html page:
                    startupProperties.push("basePath=<root></root>/assets");
but should be
                    startupProperties.push("basePath=/assets");

I'll commit the fix asap.
Thank you very much for now.

                
> Large Data Set demo does not work
> ---------------------------------
>
>                 Key: PIVOT-897
>                 URL: https://issues.apache.org/jira/browse/PIVOT-897
>             Project: Pivot
>          Issue Type: Bug
>          Components: demos
>    Affects Versions: 2.0.2
>            Reporter: Steven Swor
>         Attachments: Screenshot.jpg
>
>
> The demo for loading large data sets 
> (https://pivot.apache.org/demos/large-data.html) is not currently working.  
> When I try to load a data file, the label between the buttons and the 
> tableview shows what appears to be a FileNotFoundException.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to