[mashup-dev] [jira] Created: (MASHUP-259) WARNings in Staretup console.

Yumani Ranaweera (JIRA) jira at wso2.org
Sun Sep 2 23:46:48 PDT 2007


WARNings in Staretup console.
-----------------------------

                 Key: MASHUP-259
                 URL: http://www.wso2.org/jira/browse/MASHUP-259
             Project: WSO2 Mashup Server
          Issue Type: Bug
          Components: Samples
    Affects Versions: 0.2
         Environment: WinXp, JDK1.5
            Reporter: Yumani Ranaweera
         Assigned To: Keith Godwin Chapman



There are warnings appearing for the samples, in the startup console. The messages are given below.

These messages don't show the effected line numbers. (the line number appears blank)

---------------------------------------------------------------------------------------------------------------- 

 WARN [2007-09-03 12:32:52,750]  TypeError: redeclaration of var range. in service digit2image at column :18 in line :        var range = choices.digit.(@value == digit). at range;
 WARN [2007-09-03 12:32:52,828]  function store does not always return a value in service digit2image at column :5 in line :    }
 WARN [2007-09-03 12:32:52,828]  function retrieve does not always return a value in service digit2image at column :5 in line :    }
 WARN [2007-09-03 12:32:52,828]  function remove does not always return a value in service digit2image at column :5 in line :    }
 INFO [2007-09-03 12:32:53,031]  Deploying Web service: digit2image.js
 INFO [2007-09-03 12:32:53,031]  Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
 INFO [2007-09-03 12:32:53,156]  Deploying Web service: exchangeRate.js
 INFO [2007-09-03 12:32:53,156]  Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
 INFO [2007-09-03 12:32:53,281]  Deploying Web service: smoketest.js
 INFO [2007-09-03 12:32:53,281]  Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
 INFO [2007-09-03 12:32:53,390]  Deploying Web service: storexml.js
 INFO [2007-09-03 12:32:53,406]  Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
 WARN [2007-09-03 12:32:53,468]  TypeError: redeclaration of var attempts. in service sudoku at column :21 in line :        var attempts = 0;
 WARN [2007-09-03 12:32:53,468]  TypeError: redeclaration of var empties. in service sudoku at column :25 in line :        for (var empties=0; empties<(rating*6 + 22); empties++) {
 WARN [2007-09-03 12:32:53,468]  TypeError: redeclaration of var savespace. in service sudoku at column :26 in line :            var savespace = board[i*9 + j];
 WARN [2007-09-03 12:32:53,468]  TypeError: redeclaration of var maxSolutions. in service sudoku at column :29 in line :            var maxSolutions = (rating-2 < 1 ? 1 : rating-2);
 WARN [2007-09-03 12:32:53,468]  TypeError: redeclaration of var i. in service sudoku at column :12 in line :   for (var i=1; i<10; i++) {
 WARN [2007-09-03 12:32:53,468]  TypeError: redeclaration of var k. in service sudoku at column :14 in line :                   for (var k = 0; k<choices.length; k++) {
 INFO [2007-09-03 12:32:53,578]  Deploying Web service: sudoku.js
 INFO [2007-09-03 12:32:53,578]  Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
 INFO [2007-09-03 12:32:53,718]  Deploying Web service: version.js
 INFO [2007-09-03 12:32:53,718]  Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
 WARN [2007-09-03 12:32:53,750]  TypeError: redeclaration of var result. in service wso2builds at column :23 in line :            var result = scraper.scrape(config);
 WARN [2007-09-03 12:32:53,750]  TypeError: redeclaration of var folderRow. in service wso2builds at column :30 in line :                var folderRow = b.parent().parent();
 WARN [2007-09-03 12:32:53,750]  TypeError: redeclaration of var date. in service wso2builds at column :25 in line :                var date = convertDate(folderRow.td[2]);
 WARN [2007-09-03 12:32:53,750]  TypeError: redeclaration of var result. in service wso2builds at column :23 in line :            var result = scraper.scrape(config);
 WARN [2007-09-03 12:32:53,750]  TypeError: redeclaration of var folderRow. in service wso2builds at column :30 in line :                var folderRow = b.parent().parent();
 WARN [2007-09-03 12:32:53,750]  TypeError: redeclaration of var date. in service wso2builds at column :25 in line :                var date = convertDate(folderRow.td[2]);
 WARN [2007-09-03 12:32:53,765]  TypeError: redeclaration of var era. in service wso2builds at column :16 in line :        var era = 1;
 WARN [2007-09-03 12:32:53,765]  TypeError: redeclaration of var year. in service wso2builds at column :17 in line :        var year = 1970;
 WARN [2007-09-03 12:32:53,765]  TypeError: redeclaration of var month. in service wso2builds at column :18 in line :        var month = 1;
 WARN [2007-09-03 12:32:53,765]  TypeError: redeclaration of var day. in service wso2builds at column :16 in line :        var day = 1;
 WARN [2007-09-03 12:32:53,765]  TypeError: redeclaration of var millisecond. in service wso2builds at column :28 in line :            var millisecond = 0;
 WARN [2007-09-03 12:32:53,781]  TypeError: redeclaration of var hour. in service wso2builds at column :17 in line :        var hour = 0;
 WARN [2007-09-03 12:32:53,781]  TypeError: redeclaration of var minute. in service wso2builds at column :19 in line :        var minute = 0;
 WARN [2007-09-03 12:32:53,781]  TypeError: redeclaration of var second. in service wso2builds at column :19 in line :        var second = 0;
 WARN [2007-09-03 12:32:53,781]  TypeError: redeclaration of var millisecond. in service wso2builds at column :24 in line :        var millisecond = 0;
 WARN [2007-09-03 12:32:53,781]  TypeError: redeclaration of var tzhour. in service wso2builds at column :19 in line :        var tzhour = sign * buffer.substr(p,2);
 WARN [2007-09-03 12:32:53,781]  TypeError: redeclaration of var tzminute. in service wso2builds at column :21 in line :        var tzminute = sign *
buffer.substr(p,2);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        




More information about the Mashup-dev mailing list