Help needed in compilation errors....

Hi i am trying to compile an API program.... but is it giving me some errors which i am unable to figure out...
the first one is here...
Document doc = new Document();
                            doc.add( Field.Keyword( F_WORD, text)); // orig term
                            doc.add( Field.Keyword( F_FREQ, ""+df)); // for popularity cutoff optionx
    and the error i am getting is
org\apache\lucene\spell\NGramSpeller.java:551: cannot find symbol
symbol  : method Keyword(java.lang.String,java.lang.String)
location: class org.apache.lucene.document.Field
                            doc.add( Field.Keyword( F_WORD, text)); // orig term
                                          ^
org\apache\lucene\spell\NGramSpeller.java:552: cannot find symbol
symbol  : method Keyword(java.lang.String,java.lang.String)
location: class org.apache.lucene.document.Field
                            doc.add( Field.Keyword( F_FREQ, ""+df)); // for popularity cutoff optionx
                                          ^and the second one is
IndexWriter writer = new IndexWriter( out,
                                                                                              new WhitespaceAnalyzer(),
                                                                                              true);
                    writer.mergeFactor *= 50;
                    writer.minMergeDocs *= 50;
    and the error with this one is
org\apache\lucene\spell\NGramSpeller.java:292: mergeFactor has private access in org.apache.lucene.index.IndexWriter
                    writer.mergeFactor *= 50;
                          ^
org\apache\lucene\spell\NGramSpeller.java:293: minMergeDocs has private access in org.apache.lucene.index.IndexWriter
                    writer.minMergeDocs *= 50;
                          ^any ideas please........

ping.sumit wrote:
org\apache\lucene\spell\NGramSpeller.java:551: cannot find symbol
symbol  : method Keyword(java.lang.String,java.lang.String)
location: class org.apache.lucene.document.Field
doc.add( Field.Keyword( F_WORD, text)); // orig term
^
Have you checked the javadocs for Field? I have: [http://lucene.apache.org/java/2_3_2/api/org/apache/lucene/document/Field.html] and I don't see anything called Keyword in that class.
org\apache\lucene\spell\NGramSpeller.java:292: mergeFactor has private access in org.apache.lucene.index.IndexWriter
writer.mergeFactor *= 50;
^
org\apache\lucene\spell\NGramSpeller.java:293: minMergeDocs has private access in org.apache.lucene.index.IndexWriter
writer.minMergeDocs *= 50;
^I'm getting the impression you aren't even bothering to look at the javadocs. Are you?

Similar Messages

  • Help needed for compiling error  URGENT

    Hello,
    I have been looking at this compilation error for a while and I cannot figure it out.
    I am compiling with this command:
    javac -classpath classes -sourcepath src -d classes src\pshah3\library\gui\GraphicalGui.java
    The error is:
    C:\java\hw5>javac -classpath classes -sourcepath src -d classes src\pshah3\library\gui\GraphicalGui.java
    src\pshah3\library\gui\GraphicalGui.java:32: error while writing <anonymous pshah3.library.gui.GraphicalGui$1>:classes\pshah\library\gui\GraphicalGui$1.class
    (The system cannot find the path specified)
    public void actionPerformed(ActionEvent e) { System.exit
    (0); }
    Why is it telling me that it cannot find the path, when it has to create the .class file itself?
    I would appreciate some insight into this problem?
    Thanks,
    Premal

    Thank you for you help, but i'am still a bit confused. The "pshah" was a typo, it should have been pshah3, so that's not the problem. Here's a more detailed explanation of what i'am trying.
    I am declaring the exitlister class in the following path:
    c:\java\hw5\src\pshah3\library\gui
    The file is fairly simple, it looks like this.
    package pshah3.library.gui;
    import java.awt.*;
    import java.awt.event.*;
    public class ExitListener extends WindowAdapter{
         public void windowClosing(WindowEvent event) {
              System.exit(0);
    The other file that i'am including is in the same location...it starts out like this.
    package pshah3.library.gui;
    import pshah3.library.*;
    import java.io.*;
    import java.util.*;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    class GraphicalGui {
              public static void main (String[] args){     
              JFrame backGround = new JFrame("Tech Library");
              backGround.setSize(400,150);
              backGround.addWindowListener (new ExitListener());
              Container content = backGround.getContentPane();
    I am compiling from the c:\java\hw5 directory with the command
    javac -classpath classes -sourcepath src -d classes src\pshah3\library\gui\GraphicalGui.java
    I am doing this so all the classes go in a "classes" directory with the same heirarchy as the source.
    Do you think i'am doing something funky with the packages??
    Again the error is:
    src\pshah3\library\gui\GraphicalGui.java:39: error while writing <anonymous pshah3.library.gui.GraphicalGui$1>: classes\pshah3\library\gui\GraphicalGui$1.class
    (The system cannot find the path specified)
    public void actionPerformed(ActionEvent e) { System.exit
    (0); }
    THANKS A LOT!!!

  • Urgent help needed in compiling JSP on websphere 6

    we are migrating our app from websphere 5 to 6 version. our app has 2 JSP files. Jsp A and Jsp B...
    Jsp A code
    if(cond met) { <%@ include file = JspB %> }
    Now JSP B code
    <bean:define id='X' />
    when i run the JSP A, it throws compilation error as below..
    Jsp A failed to compile, variable X not resolved
    An error occured in the statically included jsp B
    The same code is running on websphere 5. its giving error on 6. ..Pls help..This is urgent,

    Could you post more details perhaps? Eg. the complete files.
    Also, I would recommend that you consider using the runtime include, <jsp:include ...>, and put your variables in the request scope.

  • Help- Components Throwing Compile Errors

    Thank you for reading my issue. I am using Flash CS3.
    Recently, all my projects began throwing compile errors for
    standard component AS3 code.
    UI Component, FLVPlayback.
    I have uninstalled and reinstalled Flash CS3, but to no
    avail. Problem persists
    I keep getting errors involving "QNAN", which I think
    involves trapping for a non-numeric value, or something.
    As a test, I created a new Flash doc, placed an instance of
    FLVPlayback on the stage, pointed it to a .FLV file in the same
    directory.
    Errors on compile:
    1093: Syntax error.
    1084: Syntax error: expecting rightparen before QNAN.
    1093: Syntax error.
    1084: Syntax error: expecting rightparen before QNAN.
    And so on, I get 5 sets of the same errors for different
    functions.
    The first offending function above reads:
    function queueCmd(param1:VideoPlayerState, param2:Number,
    param3:Number = 1.#QNAN) : void
    if (param1.cmdQueue == null)
    param1.cmdQueue = new Array();
    }// end if
    param1.cmdQueue.push(new QueuedCommand(param2, null, false,
    param3));
    return;
    }// end function
    I get similar errors from my UI component AS3 as well.
    I have not touched the shipped AS3 for these components. What
    gives?
    Any ideas?
    Thanks
    Tim

    Thanks, by the way to everyone who has offered thoughts so
    far.
    xchanin - I've encountered issues with the FLVPlayback
    component as well as various of the UI components.
    I tried some example applications (from the web) not too long
    ago and this issue popped up shortly there after.
    But, I'm having issues with even a simple Flash with a single
    FLVPlayback instance and one .flv.
    There is nothing in the class path for my test file and the
    root .as files open from the Flash install when I click the compile
    errors in the output window.
    So, it really looks like I somehow corrupted those files. I
    read a post somewhere that someone had "strange invisible
    characters" show up in their .as that were throwing errors.
    I thought a clean install would do the trick.
    I may completely isolate the example files I was using and
    try another reinstall... that's about all I can think of at the
    moment.
    This has been a couple week search for a solution. I have a
    real project coming up an need to solve this.
    Thanks for any input! (I assume I can't call Adobe for an
    assist as I'm still on CS3 ;)
    Tim

  • Help- BEA JSP compile Error

    Good Afternoon,
    My database is acting up. It has come up with a JSP compile Error. This is the error it comes up with.
    Compilation of 'C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java' failed:
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:357: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:358: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:359: illegal start of expression
    (No more information available, probably caused by another error)
    this is my code that it is trying to read:
    /* compiled from JSP: /webclient/login/login.jsp
    * This code was automatically generated at 5:51:57 PM on Jul 19, 2008
    * by weblogic.servlet.jsp.Jsp2Java -- do not edit.
    package jsp_servlet._webclient._login;
    import java.io.*;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    // User imports
    import psdi.util.*; //[ /webclient/login/login.jsp; Line: 1]
    // built-in init parameters:
    // boolean _verbose -- wants debugging
    // Well-known variables:
    // JspWriter out -- to write to the browser
    // HttpServletRequest request -- the request object.
    // HttpServletResponse response -- the response object.
    // PageContext pageContext -- the page context for this JSP
    // HttpSession session -- the session object for the client
    (if any)
    // ServletContext application -- The servlet (application) context
    // ServletConfig config -- The ServletConfig for this JSP
    // Object page -- the instance of this page's
    implementation class (i.e., 'this')
    * This code was automatically generated at 5:51:57 PM on Jul 19, 2008
    * by weblogic.servlet.jsp.Jsp2Java -- do not edit.
    * Copyright (c) 2008 by BEA Systems, Inc. All Rights Reserved.
    public final class __login
    extends
    weblogic.servlet.jsp.JspBase
    implements weblogic.servlet.jsp.StaleIndicator
    //[ /webclient/common/constants.jsp; Line: 1]
    static final String READ_ONLY_TAB_INDEX="-1"; //[
    /webclient/common/constants.jsp; Line: 2]
    static final String READ_ONLY_DEFAULT_FOCUS="false"; //[
    /webclient/common/constants.jsp; Line: 3]
    static String FIELD_FOCUS_COLOR="#F5F0D5"; //[
    /webclient/common/constants.jsp; Line: 4]
    static final String FIELD_FOCUS_READ_ONLY_COLOR="#CCC18E"; //[
    /webclient/common/constants.jsp; Line: 5]
    //common constants //[ /webclient/common/constants.jsp; Line: 6]
    static final String IMAGE_PATH = "../webclient/images/"; //[
    /webclient/common/constants.jsp; Line: 7]
    static final String DESIGNER_IMAGE_PATH =
    "../webclient/images/designer/"; //[ /webclient/common/constants.jsp; Line: 8]
    //[ /webclient/common/constants.jsp; Line: 9]
    //For "section", "sectionrow" and "sectioncol" controls //[
    /webclient/common/constants.jsp; Line: 10]
    static final String SECTION_HEADER_SUFFIX = "_header"; //[
    /webclient/common/constants.jsp; Line: 11]
    static final String SECTION_LABEL_SUFFIX = "_label"; //[
    /webclient/common/constants.jsp; Line: 12]
    static final String SECTION_CONTENT_SUFFIX = "_content"; //[
    /webclient/common/constants.jsp; Line: 13]
    static final String SECTION_TABLE_SUFFIX = "_table"; //[
    /webclient/common/constants.jsp; Line: 14]
    static final String SECTION_FOOTER_SUFFIX = "_footer"; //[
    /webclient/common/constants.jsp; Line: 15]
    //[ /webclient/common/constants.jsp; Line: 16]
    //Default values for control properties //[
    /webclient/common/constants.jsp; Line: 17]
    //For table //[ /webclient/common/constants.jsp; Line: 18]
    static final int CONST_TABLE_debug = 0; //[
    /webclient/common/constants.jsp; Line: 19]
    static final String
    CONST_TABLE_PROPERTY_beanclass="psdi.webclient.system.beans.DataBean"; //[ /webclient/common/constants.jsp; Line: 20]
    static final int CONST_TABLE_PROPERTY_maxrows = 1000; //[
    /webclient/common/constants.jsp; Line: 21]
    static final int CONST_TABLE_PROPERTY_rowsperpage = 50; //[
    /webclient/common/constants.jsp; Line: 22]
    static final int CONST_TABLE_PROPERTY_headerheight = 50; //[
    /webclient/common/constants.jsp; Line: 23]
    static final int CONST_TABLE_PROPERTY_rowheight = -1; //[
    /webclient/common/constants.jsp; Line: 24]
    static final String L_CONST_TABLE_PROPERTY_norowmsg = "No rows to
    display."; //[ /webclient/common/constants.jsp; Line: 25]
    static final String CONST_TABLE_PROPERTY_selectmode = "multiple"; //[
    /webclient/common/constants.jsp; Line: 26]
    static String CONST_TABLECOL_PROPERTY_headerlabel = null; //[
    /webclient/common/constants.jsp; Line: 27]
    //for tablecol //[ /webclient/common/constants.jsp; Line: 28]
    static final String CONST_TABLECOL_PROPERTY_type = "data"; //[
    /webclient/common/constants.jsp; Line: 29]
    static final String CONST_TABLECOL_PROPERTY_VALUE_TRUE = "true"; //[
    /webclient/common/constants.jsp; Line: 30]
    static final String CONST_TABLECOL_CONTROL_PROPERTY_DEFAULT_ID =
    "tAbLeCoL_fIeLd"; //[ /webclient/common/constants.jsp; Line: 31]
    //For tablebody //[ /webclient/common/constants.jsp; Line: 32]
    static final String CONST_TABLEBODY_PROPERTY_displayrowsperpage =
    "11"; //[ /webclient/common/constants.jsp; Line: 33]
    static final String L_CONST_TABLEBODY_PROPERTY_filterlabel =
    "Filter"; //[ /webclient/common/constants.jsp; Line: 34]
    //[ /webclient/common/constants.jsp; Line: 35]
    //For "table" control     //[ /webclient/common/constants.jsp; Line: 36]
    static final String TABLE_TITLE_SUFFIX = "_title"; //[
    /webclient/common/constants.jsp; Line: 37]
    static final String TABLE_ICON_COLLAPSE_SUFFIX = "_icon_collapse";
    //[ /webclient/common/constants.jsp; Line: 38]
    static final String TABLE_CONTAINER_SUFFIX = "_container"; //[
    /webclient/common/constants.jsp; Line: 39]
    static final String TABLE_DOWNLOAD_SUFFIX = "_download"; //[
    /webclient/common/constants.jsp; Line: 40]
    static final String TABLE_HELP_SUFFIX = "_help"; //[
    /webclient/common/constants.jsp; Line: 41]
    static final String TABLE_HEADER_SUFFIX = "_header"; //[
    /webclient/common/constants.jsp; Line: 42]
    static final String TABLE_HEADER_ICON_PREVROW_ON_SUFFIX =
    "_prevrow_on"; //[ /webclient/common/constants.jsp; Line: 43]
    static final String TABLE_HEADER_ICON_PREVROW_OFF_SUFFIX =
    "_prevrow_off"; //[ /webclient/common/constants.jsp; Line: 44]
    static final String TABLE_HEADER_ICON_NEXTROW_ON_SUFFIX =
    "_nextrow_on"; //[ /webclient/common/constants.jsp; Line: 45]
    static final String TABLE_HEADER_ICON_NEXTROW_OFF_SUFFIX =
    "_nextrow_off"; //[ /webclient/common/constants.jsp; Line: 46]
    static final String TABLE_HEADER_ICON_PREVPAGE_ON_SUFFIX =
    "_prevpage_on"; //[ /webclient/common/constants.jsp; Line: 47]
    static final String TABLE_HEADER_ICON_PREVPAGE_OFF_SUFFIX =
    "_prevpage_off"; //[ /webclient/common/constants.jsp; Line: 48]
    static final String TABLE_HEADER_ICON_NEXTPAGE_ON_SUFFIX =
    "_nextpage_on"; //[ /webclient/common/constants.jsp; Line: 49]
    static final String TABLE_HEADER_ICON_NEXTPAGE_OFF_SUFFIX =
    "_nextpage_off"; //[ /webclient/common/constants.jsp; Line: 50]
    //static final String TABLE_FILTER_ICON_EXPAND =
    "_filter_icon_expand"; //[ /webclient/common/constants.jsp; Line: 51]
    //static final String TABLE_FILTER_ICON_COLLAPSE =
    "_filter_icon_collapse"; //[ /webclient/common/constants.jsp; Line: 52]
    static final String TABLE_FILTER_ACTIONS_SUFFIX = "_filter_actions";
    //[ /webclient/common/constants.jsp; Line: 53]
    static final String TABLE_FILTER_SUFFIX = "_filter"; //[
    /webclient/common/constants.jsp; Line: 54]
    static final String TABLE_CLEARFILTER_SUFFIX = "_clearfilter"; //[
    /webclient/common/constants.jsp; Line: 55]
    static final String TABLE_HEADER_ROW_SUFFIX = "_heder_row"; //[
    /webclient/common/constants.jsp; Line: 56]
    static final String TABLE_HEADER_LABEL_SUFFIX = "_heder_label"; //[
    /webclient/common/constants.jsp; Line: 57]
    static final String TABLE_CONTENT_HEADER_SUFFIX = "_content_header";
    //[ /webclient/common/constants.jsp; Line: 58]
    static final String TABLE_CONTENT_HEADER_RESIZE_SUFFIX =
    "_content_header_resize"; //[ /webclient/common/constants.jsp; Line: 59]
    static final String TABLE_CONTENT_SUFFIX = "_content"; //[
    /webclient/common/constants.jsp; Line: 60]
    static final String TABLE_CONTENT_TABLE = "_content_table"; //[
    /webclient/common/constants.jsp; Line: 61]
    static final String TABLE_NOROW_MSG_SUFFIX = "_norowmessage"; //[
    /webclient/common/constants.jsp; Line: 62]
    static final String TABLE_FILTER_ROW_SUFFIX = "_filter_content"; //[
    /webclient/common/constants.jsp; Line: 63]
    static final String TABLE_TEMPLATE_ROW_SUFFIX = "_template_content";
    //[ /webclient/common/constants.jsp; Line: 64]
    static final String TABLE_ROW_DETAILS_SUFFIX = "_rowdetails"; //[
    /webclient/common/constants.jsp; Line: 65]
    static final String TABLE_BUTTONS_SUFFIX = "_buttons"; //[
    /webclient/common/constants.jsp; Line: 66]
    //[ /webclient/common/constants.jsp; Line: 67]
    static final long TABLE_EXPANDED = 1;                    //is the table expanded
    (visible) //[ /webclient/common/constants.jsp; Line: 68]
    static final long TABLE_AT_FIRST_PAGE = 2;               //is the table at the
    first page //[ /webclient/common/constants.jsp; Line: 69]
    static final long TABLE_AT_LAST_PAGE = 4;               //is the table at the
    last page //[ /webclient/common/constants.jsp; Line: 70]
    static final long TABLE_AT_FIRST_ROW = 8;               //is the table at the
    first row (of all possible rows) //[ /webclient/common/constants.jsp;
    Line: 71]
    static final long TABLE_AT_LAST_ROW = 16;               //is the table at the
    last row (of all possible rows) //[ /webclient/common/constants.jsp; Line:
    72]
    static final long TABLE_FILTER_EXPANDED = 32;          //is the table's
    filter row expanded (visible) //[ /webclient/common/constants.jsp; Line: 73]
    static final long TABLE_DETAILS_EXPANDED = 64;          //is the table's
    details expanded (visible) //[ /webclient/common/constants.jsp; Line: 74]
    static final long TABLE_ROW_CHANGED = 128;               //has the table changed
    rows //[ /webclient/common/constants.jsp; Line: 75]
    static final long TABLE_FILTERED = 256;                    //has the table been
    filtered //[ /webclient/common/constants.jsp; Line: 76]
    static final long TABLE_REFRESH_FILTER = 512;          //does the filter
    inputs need to be refreshed //[ /webclient/common/constants.jsp; Line: 77]
    static final long TABLE_REFRESH_ROW = 1024;               //does the current row
    need to be refreshed //[ /webclient/common/constants.jsp; Line: 78]
    static final long TABLE_REFRESH_ALL_ROWS = 2048;          //does all the
    table's rows need to be refreshed //[ /webclient/common/constants.jsp;
    Line: 79]
    static final long TABLE_ALL_SELECTED = 4096;               //are all the tables
    rows selected //[ /webclient/common/constants.jsp; Line: 80]
    static final long TABLE_START_EMPTY = 8192;               //are all the tables
    rows selected //[ /webclient/common/constants.jsp; Line: 81]
    static final long TABLE_USE_SUBSELECT = 16384;          //does the table use
    sub select mode //[ /webclient/common/constants.jsp; Line: 82]
    static final long TABLE_SUBSELECT_ON = 32768;          //is sub select mode
    on for the table //[ /webclient/common/constants.jsp; Line: 83]
    //[ /webclient/common/constants.jsp; Line: 84]
    static final long TABLECOL_NOT_SORTED = 0; //[
    /webclient/common/constants.jsp; Line: 85]
    static final long TABLECOL_SORTED_ASC = 1; //[
    /webclient/common/constants.jsp; Line: 86]
    static final long TABLECOL_SORTED_DESC = 2; //[
    /webclient/common/constants.jsp; Line: 87]
    //[ /webclient/common/constants.jsp; Line: 88]
    static final int TABLECOL_FILTERABLE_WILDCARDSEARCH = 0; //[
    /webclient/common/constants.jsp; Line: 89]
    static final int TABLECOL_FILTERABLE_EXACTSEARCH = 1; //[
    /webclient/common/constants.jsp; Line: 90]
    static final int TABLECOL_FILTERABLE_TEXTSEARCH = 2; //[
    /webclient/common/constants.jsp; Line: 91]
    static final int TABLECOL_FILTERABLE_NONESEARCH = 3; //[
    /webclient/common/constants.jsp; Line: 92]
    //[ /webclient/common/constants.jsp; Line: 93]
    //For tablecol control     //[ /webclient/common/constants.jsp; Line:
    94]
    static final String TABLECOL_CONTROL_PROPERTY_CLONEDTYPE =
    "clonedfor"; //[ /webclient/common/constants.jsp; Line: 95]
    static final String TABLECOL_CONTROL_PROPERTY_VALUE_FOR_FILTER =
    "filter"; //[ /webclient/common/constants.jsp; Line: 96]
    static final String TABLECOL_CONTROL_PROPERTY_VALUE_FOR_DATA =
    "datarows"; //[ /webclient/common/constants.jsp; Line: 97]
    static final String TABLECOL_FILTER_SUFFIX = "_filter_container"; //[
    /webclient/common/constants.jsp; Line: 98]
    static final String TABLECOL_DATA_SUFFIX = "_data_row"; //[
    /webclient/common/constants.jsp; Line: 99]
    static final String TABLECOL_ROW_DETAILS_ICON_EXPAND = "_expand"; //[
    /webclient/common/constants.jsp; Line: 100]
    static final String TABLECOL_ROW_DETAILS_ICON_COLLAPSE = "_collapse";
    //[ /webclient/common/constants.jsp; Line: 101]
    static final String TABLECOL_SELECT_ROW_SUFFIX = "_select"; //[
    /webclient/common/constants.jsp; Line: 102]
    static final String TABLECOL_PROPERTY_ID     = "id"; //[
    /webclient/common/constants.jsp; Line: 103]
    static final String TABLECOL_CONTROL_PROPERTY_ID_CLONED_SUFFIX     =
    "_clone"; //[ /webclient/common/constants.jsp; Line: 104]
    static final String TABLECOL_CONTROL_PROPERTY_ID_FILTER_SUFFIX =
    "_filter_clone"; //[ /webclient/common/constants.jsp; Line: 105]
    static final String TABLECOL_PROPERTY_INPUT_ID_SUFFIX = "_input"; //[
    /webclient/common/constants.jsp; Line: 106]
    static final String TABLECOL_SELECTALL_ICON_SUFFIX = "_selectall";
    //[ /webclient/common/constants.jsp; Line: 107]
    //[ /webclient/common/constants.jsp; Line: 108]
    static final String TABLEBUTTONS_SUFFIX = "_buttons"; //[
    /webclient/common/constants.jsp; Line: 109]
    static final String TABLEBUTTON_LABEL_SUFFIX = "_button_label"; //[
    /webclient/common/constants.jsp; Line: 110]
    //[ /webclient/common/constants.jsp; Line: 111]
    static final int QUERY_NONE = -1; //[
    /webclient/common/constants.jsp; Line: 112]
    static final int QUERY_ALL = -2; //[ /webclient/common/constants.jsp;
    Line: 113]
    static final int QUERY_KEY = -3; //[ /webclient/common/constants.jsp;
    Line: 114]
    static final int QUERY_ALL_BOOKMARKS = -4; //[
    /webclient/common/constants.jsp; Line: 115]
    //[ /webclient/common/constants.jsp; Line: 116]
    static final int EVENT_CONTINUE = 2; //[
    /webclient/common/constants.jsp; Line: 117]
    //[ /webclient/common/constants.jsp; Line: 118]
    static final int CONTROL_PROPERTY_TRANSLATE_FLAG = 1; //[
    /webclient/common/constants.jsp; Line: 119]
    static final int CONTROL_PROPERTY_GLOBAL_FLAG = 2; //[
    /webclient/common/constants.jsp; Line: 120]
    static final int CONTROL_PROPERTY_DBPERSIST_FLAG = 4; //[
    /webclient/common/constants.jsp; Line: 121]
    //[ /webclient/common/constants.jsp; Line: 122]
    //For DATE DATE_TIME type controls //[
    /webclient/common/constants.jsp; Line: 123]
    static final int DATE_TIME_TOKENNUM_DAY = 0; //[
    /webclient/common/constants.jsp; Line: 124]
    static final int DATE_TIME_TOKENNUM_MONTH = 1; //[
    /webclient/common/constants.jsp; Line: 125]
    static final int DATE_TIME_TOKENNUM_YEAR = 2; //[
    /webclient/common/constants.jsp; Line: 126]
    static final int DATE_TIME_TOKENNUM_HOUR = 3; //[
    /webclient/common/constants.jsp; Line: 127]
    static final int DATE_TIME_TOKENNUM_MINUTE = 4; //[
    /webclient/common/constants.jsp; Line: 128]
    static final int DATE_TIME_TOKENNUM_SECOND = 5; //[
    /webclient/common/constants.jsp; Line: 129]
    //[ /webclient/common/constants.jsp; Line: 130]
    //[ /webclient/common/constants.jsp; Line: 131]
    // StaleIndicator interface
    public boolean _isStale() {
    weblogic.servlet.jsp.StaleChecker sci
    =(weblogic.servlet.jsp.StaleChecker)(getServletConfig().getServletContext());
    java.io.File f = null;
    long lastModWhenBuilt = 0L;
    if (sci.isResourceStale("/webclient/login/login.jsp",
    1206722144000L, "8.1.4.0", "America/Chicago")) return true;
    if (sci.isResourceStale("/webclient/common/constants.jsp",
    1120751470000L, "8.1.4.0", "America/Chicago")) return true;
    return false;
    public static boolean
    _staticIsStale(weblogic.servlet.jsp.StaleChecker sci) {
    java.io.File f = null;
    long lastModWhenBuilt = 0L;
    if (sci.isResourceStale("/webclient/login/login.jsp",
    1206722144000L, "8.1.4.0", "America/Chicago")) return true;
    if (sci.isResourceStale("/webclient/common/constants.jsp",
    1120751470000L, "8.1.4.0", "America/Chicago")) return true;
    return false;
    private static void _writeText(ServletResponse rsp, JspWriter out,
    String block, byte[] blockBytes) throws IOException {
    if (!_WL_ENCODED_BYTES_OK || _hasEncodingChanged(rsp)) {
    out.print(block);
    } else {
    ((weblogic.servlet.jsp.ByteWriter)out).write(blockBytes, block);
    private static boolean _hasEncodingChanged(ServletResponse rsp) {
    if (_WL_ORIGINAL_ENCODING.equals(rsp.getCharacterEncoding())) {
    return false;
    return true;
    private static boolean WLENCODED_BYTES_OK = true;
    private static final String WLORIGINAL_ENCODING = "UTF-8";
    private static byte[] _getBytes(String block) {
    try {
    return block.getBytes(_WL_ORIGINAL_ENCODING);
    } catch (java.io.UnsupportedEncodingException u) {
    WLENCODED_BYTES_OK = false;
    return null;
    private final static String wlblock0 = "���";
    private final static byte[] wlblock0Bytes = getBytes(wl_block0);
    private final static String wlblock1 = "<HTML><HEAD><TITLE>";
    private final static byte[] wlblock1Bytes = getBytes(wl_block1);
    private final static String wlblock2 = "</TITLE>\r<META
    content=\"Evrsoft First Page\"
    name=GENERATOR>\r<SCRIPT>\r\tif(window.top.document!=document)\r\t{\r\t\twindow.top.document.location=document.location;\r\t}\r</SCRIPT>\r\r<META
    http-equiv=content-type content=\"text/html; charset=UTF-8\"><LINK
    \rhref=\"../css/maximo.css\" type=text/css rel=stylesheet><LINK
    href=\"css/login.css\" \rtype=text/css rel=stylesheet>\r<SCRIPT
    language=JavaScript src=\"../javascript/library.js\"></SCRIPT>\r\r<SCRIPT
    language=JavaScript src=\"../javascript/maximo.js\"></SCRIPT>\r</HEAD>\r<BODY
    class=bgpage onkeydown=\"javascript:enterkey(); event.cancelBubble=true;\"
    \rstyle=\"BACKGROUND-IMAGE: url(images/bg_login_template.jpg)\">\r<TABLE
    class=welcometo cellSpacing=0 cellPadding=0 width=\"80%\" border=0>\r
    <TBODY>\r <TR>\r <TD noWrap>";
    private final static byte[] wlblock2Bytes = getBytes(wl_block2);
    private final static String wlblock3 =
    "</TD></TR></TBODY></TABLE>\r<TABLE class=releasestamp cellSpacing=0 cellPadding=0 width=\"80%\"
    border=0>\r <TBODY>\r <TR>\r <TD><!-- release
    --></TD></TR></TBODY></TABLE>\r<TABLE class=companylogo cellSpacing=0 cellPadding=0
    border=0>\r <TBODY>\r <TR>\r <TD vAlign=top><IMG
    src=\"images/companylogo.gif\"> </TD></TR></TBODY></TABLE>";
    private final static byte[] wlblock3Bytes = getBytes(wl_block3);
    private final static String wlblock4 = "\r<TABLE class=languagelist
    cellSpacing=0 cellPadding=0 border=0>\r <TBODY>\r <TR>\r <TD
    class=\"languagetext languageheader\" colSpan=5><IMG height=18 \r
    src=\"images/login_icon_language.gif\" width=17 align=absBottom> ";
    private final static byte[] wlblock4Bytes = getBytes(wl_block4);
    private final static String wlblock5 = "</TD></TR>\r <TR>\r <TD
    class=\"languagecolumn languagetext languagetable\">";
    private final static byte[] wlblock5Bytes = getBytes(wl_block5);
    private final static String wlblock6 = "</TD>\r <TD
    class=\"languagecolumn languagetext\">";
    private final static byte[] wlblock6Bytes = getBytes(wl_block6);
    private final static String wlblock7 = "<A class=languages
    \rhref=\"javascript: selectLang(\'";
    private final static byte[] _wl_block7Bytes = _getBytes(_wl_block7);
    private final static String _wl_block8 = "\')\">";
    private final static byte[] wlblock8Bytes = getBytes(wl_block8);
    private final static String wlblock9 = "</A><BR>";
    private final static byte[] wlblock9Bytes = getBytes(wl_block9);
    private final static String wlblock10 = "<SPAN
    class=selectedlang>";
    private final static byte[] wlblock10Bytes =
    getBytes(wl_block10);
    private final static String wlblock11 = "</SPAN><BR>";
    private final static byte[] wlblock11Bytes =
    getBytes(wl_block11);
    private final static String wlblock12 =
    "</TD></TR></TBODY></TABLE>";
    private final static byte[] wlblock12Bytes =
    getBytes(wl_block12);
    private final static String wlblock13 = "\r<TABLE class=mainbgtable
    cellSpacing=0 cellPadding=0 border=0>\r <TBODY>\r <TR>\r <TD>\r
    <TABLE class=inputheader cellSpacing=0 cellPadding=0 border=0>\r
    <FORM name=loginform action=\"";
    private final static byte[] _wl_block13Bytes =
    _getBytes(_wl_block13);
    private final static String _wl_block14 = "\" method=post>\r
    <TBODY>\r <TR>\r <TD>";
    private final static byte[] wlblock14Bytes =
    getBytes(wl_block14);
    private final static String wlblock15 = "</TD>\r <TD
    control=\"true\"><INPUT class=\"input_parts text inputfield\" \r
    onactivate=textbox_onactivate(this); id=username \r
    ondeactivate=\"textbox_ondeactivate(this.parentElement, this);\" \r
    size=15 value=\"";
    private final static byte[] _wl_block15Bytes =
    _getBytes(_wl_block15);
    private final static String _wl_block16 = "\" name=username
    mxpart=\"textbox\"> </TD></TR>\r <TR>\r <TD>";
    private final static byte[] wlblock16Bytes =
    getBytes(wl_block16);
    private final static String wlblock17 = "</TD>\r <TD
    control=\"true\"><INPUT class=\"input_parts text inputfield\" \r
    onactivate=textbox_onactivate(this); id=password \r
    ondeactivate=\"textbox_ondeactivate(this.parentElement, this);\" \r
    type=password size=15 name=password mxpart=\"textbox\"> </TD></TR>\r
    <TR>\r <TD> </TD>";
    private final static byte[] wlblock17Bytes =
    getBytes(wl_block17);
    private final static String wlblock18 = "\r <TD
    class=pushbutton id=loginbtn control=\"true\" mxpart=\"control\" \r ";
    private final static byte[] wlblock18Bytes =
    getBytes(wl_block18);
    private final static String wlblock19 = "</TD>\r
    <TD><IMG height=20 src=\"images/buttonright.gif\" width=9 \r
    mxpart=\"right\"></TD></TR></TBODY></TABLE><INPUT \r
    id=loginbutton_hidden style=\"VISIBILITY: hidden; HEIGHT: 20px\" \r
    type=image src=\"\" border=0 name=login_hidden> </TD></TR><INPUT
    id=login \r type=hidden value=true name=login> <INPUT
    id=langcode type=hidden \r value=\"";
    private final static byte[] _wl_block19Bytes =
    _getBytes(_wl_block19);
    private final static String _wl_block20 = "\" name=langcode>
    </FORM></TBODY></TABLE></TD></TR>\r <TR>\r <TD>\r <TABLE
    class=newuserheader cellSpacing=0 cellPadding=0 border=0><!--\r\t<tr>\r <td
    valign=\"bottom\"><img src=\"images/login_icon_newuser.gif\"
    width=\"17\" height=\"18\" align=\"absmiddle\"> ";
    private final static byte[] wlblock20Bytes =
    getBytes(wl_block20);
    private final static String wlblock21 = " <a
    id=\"selfreglink\" href=\'javascript:selfreg()\'>";
    private final static byte[] wlblock21Bytes =
    getBytes(wl_block21);
    private final static String wlblock22 = "</a></td>\r
    </tr>\r\t<-->\r <TBODY></TBODY></TABLE>\r <TABLE cellSpacing=0
    cellPadding=0 border=0>\r <TBODY>\r
    <TR></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- leave image for scrolling purposes
    -->\r<DIV style=\"LEFT: 835px; WIDTH: 10px; POSITION: absolute; TOP:
    415px\"><BR></DIV>\r<SCRIPT language=JavaScript>\r<!--\rvar
    FIELD_FOCUS_COLOR=\"";
    private final static byte[] _wl_block22Bytes =
    _getBytes(_wl_block22);
    private final static String _wl_block23 = "\";\r\tfunction
    selfreg()\r\t{\r\t\tshowWait();\r\t\tdocument.location = \'";
    private final static byte[] wlblock23Bytes =
    getBytes(wl_block23);
    private final static String wlblock24 = "\';\r\t}\r\t\r\tfunction
    showWait()\r\t{\r\t\tdocument.body.scroll=\"no\";\r\t\twait =
    document.createElement(\"<div id=\'wait_img\' width=\'2000\' height=\'2000\'
    class=\'loginwait\' oncontextmenu=\'event.returnValue=false;\'
    style=\'background-image:url(../images/wait.gif);cursor:wait;display:none;\'></div>\");\r\t\tif(wait)\r\t\t{\r\t\t\t//window.resizeTo(1024,
    768);\r\t\t\t//window.moveTo(0,0);\r\t\t\tdocument.body.insertAdjacentElement(\"BeforeEnd\",wait);\r\t\t\twait.style.height=wait.parentElement.scrollHeight+document.body.clientHeight;\r\t\t\twait.style.width=wait.parentElement.scrollWidth+document.body.clientWidth;\r\t\t\twait.style.cursor=\"wait\";\r\t\t\twait.filters(0).opacity=\"10\";\r\t\t\twait.style.display=\"inline\";\r\t\t\tdocument.body.scroll=\"no\";\r\t\t\twait.style.zIndex=\"1000\";\r\t\t\tdocument.body.onkeydown=noKeys;\r\t\t}\r\t\telse\r\t\t{\r\t\t\tdocument.body.scroll=\"auto\";\r\t\t\tdocument.body.onkeydown=\"\";\r\t\t}\r\t}\r\rfunction
    noKeys()\r{\r\tevent.cancelBubble=true;\r\tevent.returnValue=false;\r\treturn
    false;\r}\r\rfunction
    toggleCheckBox(el)\r{\r\r\tif(event.propertyName!=\'checked\')\r\t\treturn\r\r\tcbInputField=event.srcElement\r\r\tcbImage=document.getElementById(cbInputField.id+\"_image\")\r\r\tif(cbInputField.checked)\r\t{\r\t\tcbImage.src=\"cb_checked.gif\"\r\t}\r\telse\r\t{\r\t\tcbImage.src=\"cb_unchecked.gif\"\r\t}\r\r}\r\r\rfunction
    enterkey()\r{\r \tif(event.keyCode == 13
    )\r\t{\r\t\tevent.returnValue=false;\r\t\tclickbutton();\r\t}\r}\r\rfunction
    clickbutton()\r{\r\tshowWait();\r\tdocument.getElementById(\"loginbutton_hidden\").click();\r}\r\rfunction
    selectLang(incode)\r{\r\tdocument.loginform.langcode.value=incode;\r\tvar
    loginHidden = document.getElementById(\"login\");\r\tif (loginHidden !=
    null)\r\t\tloginHidden.removeNode();\r\tdocument.loginform.submit();\r}\r\rfunction loginFormLoaded()\r{\r\tfocusField=\'username\';\r ";
    private final static byte[] wlblock24Bytes =
    getBytes(wl_block24);
    private final static String wlblock25 = "\r \talert(\"";
    private final static byte[] _wl_block25Bytes =
    _getBytes(_wl_block25);
    private final static String _wl_block26 = "\");\r
    \tfocusField=\'username\';\r ";
    private final static byte[] wlblock26Bytes =
    getBytes(wl_block26);
    private final static String wlblock27 = "\r\t\t\talert(\'";
    private final static byte[] wlblock27Bytes =
    getBytes(wl_block27);
    private final static String wlblock28 = "\');\r\t";
    private final static byte[] wlblock28Bytes =
    getBytes(wl_block28);
    private final static String wlblock29 = "\r\twindow.scrollTo(550,
    850);\r if (focusField==\'username\' ||
    document.loginform.username.value == \"\")\r
    {\r\t\tdocument.loginform.username.focus();\r\t\tdocument.loginform.username.select();\r\t}\r\telse
    \r\t{\r\t\tif(focusField==\'password\' || document.loginform.password.value ==
    \"\")\r\t\t{\r\t\t\tdocument.loginform.password.focus();\r\t\t\tdocument.loginform.password.select();\r\t\t}\r\t\telse\r\t\t\tdocument.getElementById(\"loginlink\").focus();\r\t}\r}\r\rwindow.onload
    = loginFormLoaded;\r-->\r</SCRIPT>\r</BODY></HTML>\r\r";
    private final static byte[] wlblock29Bytes =
    getBytes(wl_block29);
    public void _jspService(javax.servlet.http.HttpServletRequest
    request, javax.servlet.http.HttpServletResponse response) throws
    java.io.IOException, javax.servlet.ServletException
    // declare and set well-known variables:
    javax.servlet.ServletConfig config = getServletConfig();
    javax.servlet.ServletContext application =
    config.getServletContext();
    javax.servlet.jsp.tagext.Tag _activeTag = null;
    // variables for Tag extension protocol
    Object page = this;
    javax.servlet.jsp.JspWriter out;
    javax.servlet.jsp.PageContext pageContext =
    javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this, request, response, null, true, 131072, true);
    response.setHeader("Content-Type", "text/html; charset=UTF-8");
    out = pageContext.getOut();
    JspWriter _originalOut = out;
    javax.servlet.http.HttpSession session = request.getSession(true);
    try { // error page try block
    response.setContentType("text/html;charset=UTF-8");
    writeText(response, out, wl_block0, wlblock0Bytes);
    //INCLUDE /webclient/common/constants.jsp //[
    /webclient/login/login.jsp; Line: 1]
    request.setCharacterEncoding("UTF-8");     String url = new
    java.net.URL(new java.net.URL(request.getRequestURL().toString()),
    request.getContextPath()+"/ui/login").toString();      psdi.util.MXSession s =
    psdi.webclient.system.controller.RequestHandler.getMXSession(session);     if
    (psdi.webclient.system.websession.WebAppEnv.useAppServerSecurity() ||
    s.isConnected())     {               response.sendRedirect(url);          return;     }     MXException
    loginException = (MXException)session.getAttribute("loginexception");          
         String userName = request.getParameter("username");     if(userName==null)     
         userName="";     String passWord = reques

    The ( was in the code
    Here is the exact error message I am getting:
    Compilation of 'C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java' failed:
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:357: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:358: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:359: illegal start of expression
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:365: ';' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:366: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:368: '{' expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:370: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:372: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:374: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:376: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:378: expected
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: invalid method declaration; return type required
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: ')' expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:380: illegal start of type
    probably occurred due to an error in /webclient/login/login.jsp line 1:
    ���<%--
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:392: expected
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:393: 'catch' without 'try'
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:307: 'try' without 'catch' or 'finally'
    (No more information available, probably caused by another error)
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:404: '}' expected
    (No more information available, probably caused by another error)
    Full compiler error(s):
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:357: ')' expected
    out.print(String.valueOf("control_events%" mxevent="clientevent: clickbutton();"
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:358: ')' expected
    controltype="pushbutton">>
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:359: illegal start of expression
    <TABLE id=loginbtn_table tabIndex=0 cellSpacing=0 cellPadding=0
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:365: ';' expected
    <TD
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:366: <identifier> expected
    class="text pushbuttonmiddle pushbuttonmiddleback pushbutton_default"
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:368: '{' expected
    mxpart="middle"><%=labels[7])); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: invalid method declaration; return type required
    writeText(response, out, wl_block19, wlblock19Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: <identifier> expected
    writeText(response, out, wl_block19, wlblock19Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:369: ')' expected
    writeText(response, out, wl_block19, wlblock19Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:370: <identifier> expected
    out.print(String.valueOf(langcode)); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: invalid method declaration; return type required
    writeText(response, out, wl_block20, wlblock20Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: <identifier> expected
    writeText(response, out, wl_block20, wlblock20Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:371: ')' expected
    writeText(response, out, wl_block20, wlblock20Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:372: <identifier> expected
    out.print(String.valueOf(labels[4])); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: invalid method declaration; return type required
    writeText(response, out, wl_block21, wlblock21Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: <identifier> expected
    writeText(response, out, wl_block21, wlblock21Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:373: ')' expected
    writeText(response, out, wl_block21, wlblock21Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:374: <identifier> expected
    out.print(String.valueOf(labels[5])); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: invalid method declaration; return type required
    writeText(response, out, wl_block22, wlblock22Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: <identifier> expected
    writeText(response, out, wl_block22, wlblock22Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:375: ')' expected
    writeText(response, out, wl_block22, wlblock22Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:376: <identifier> expected
    out.print(String.valueOf( FIELD_FOCUS_COLOR )); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: invalid method declaration; return type required
    writeText(response, out, wl_block23, wlblock23Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: <identifier> expected
    writeText(response, out, wl_block23, wlblock23Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:377: ')' expected
    writeText(response, out, wl_block23, wlblock23Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:378: <identifier> expected
    out.print(String.valueOf(url + "?event=loadapp&value=selfreg&login=selfreg" + (langcode == null ? "" : "&langcode=" + langcode))); //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: invalid method declaration; return type required
    writeText(response, out, wl_block24, wlblock24Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: <identifier> expected
    writeText(response, out, wl_block24, wlblock24Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:379: ')' expected
    writeText(response, out, wl_block24, wlblock24Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:380: illegal start of type
    if (loginException != null) {     //[ /webclient/login/login.jsp; Line: 1]
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:392: <identifier> expected
    writeText(response, out, wl_block29, wlblock29Bytes);
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:393: 'catch' without 'try'
    } catch (Throwable __ee) {
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:307: 'try' without 'catch' or 'finally'
    try { // error page try block
    ^
    C:\bea\user_projects\domains\cbrebnsf\.\MAXIMOSERVER\.wlnotdelete\extract\MAXIMOSERVER_maximo_maximo\jsp_servlet\_webclient\_login\__login.java:404: '}' expected
    ^
    34 errors
    Sat Jul 19 17:51:57 CDT 2008
    I have the code that it is trying to read on the first message. This was working early this morning and then this afternoon it came up with the errors. Nothing was changed.

  • Help please for compilation error

    I have made an utility app.
    I have used CFHTTPMessageRef class from CoreServices.h
    This works fine with me for Simulator.
    Now when i change Active SDK to Device it gives compilation error :
    1) No such file or directory : <CoreServices/CoreServices.h>
    2) Syntax error before CFHTTPMessageRef.
    While reading i came to know that CoreServices is available only for Simulator and not for device(Correct me if wrong).
    I also added CFNetwork framework for linking in build settings.
    Can anybody suggest something on this...

    Hi, i've used some types like CFHostRef in one of my apps, so it should work. I will look into the sourcecode to see what headerfiles i've included.
    i'll be back later this day.

  • Need help with a compilation errors

    Here is my code
    import javax.swing.*;
    import java.awt.*;
    import java.net.*;
    import java.awt.event.*;
    public class piratepanel extends JPanel implements Runnable
         int appletx = 500;
         int applety = 500;
         Image blackpearl;
         Image ship1p;
         Image ship2p;
         Image ship3p;
         Font font;
         Thread animator;
         Boolean running = false;
         public piratepanel()
              // Set background colour
              setBackground(Color.blue);
              setPreferredSize( new Dimension(appletx, applety));
              // Get game sprites
              blackpearl = getImage (getCodeBase(), "blackpearlf.gif");
              ship1p = getImage (getCodeBase(), "ship1.gif");
              ship2p = getImage (getCodeBase(), "ship2.gif");
              ship3p = getImage (getCodeBase(), "ship3.gif");
              // Game objects
              blackpearl blackpearl = new blackpearl();
              ship1 ship1 = new ship1();
              ship2 ship2 = new ship2();
              ship3 ship3 = new ship3();
              // Set up game font
              Font gamefont = new Font( "Serif",Font.PLAIN,28 );
              // Add action listener
              addKeyListener( new KeyAdapter() {
              public void keyPressed(KeyEvent e)
              { processKey(e);  }
              // initialise timing elements
              running = false;
         public void run()
    }And here is the command promt errors
    http://img171.imageshack.us/img171/3396/compilingji0.png
    What is wrong?

    The main advantage to using the old AWT and
    java.applet.Applet is that your code could run in
    browsers that only have an old, slow, buggy JRE
    plugin installed.For some reason I thought he was asking for the pros/cons of JPanel and JApplet...

  • [Solved] Help needed to interpret errors (python)

    Have the following code (Haven't written it my self and don't know much about how it does what it's supposed to do.):
    #!/usr/bin/python
    import sys
    import os
    import re
    import logging
    import json
    if sys.version_info < (3, 0):
    from urllib2 import Request
    from urllib2 import urlopen
    from urlparse import urlparse
    else:
    from urllib.request import Request
    from urllib.request import urlopen
    from urllib.parse import urlparse
    raw_input = input
    useragent = 'Mozilla/5.0'
    headers = {'User-Agent': useragent}
    intro = """
    Usage: drdown.py url
    This script finds the stream URL from a dr.dk page so you can
    download the tv program.
    def fetch(url):
    """Download body from url"""
    req = Request(url, headers=headers)
    response = urlopen(req)
    body = response.read()
    response.close()
    # convert to string - it is easier to convert here
    if isinstance(body, bytes):
    body = body.decode('utf8')
    return body
    class StreamExtractor:
    def __init__(self, url):
    self.url = url.lower()
    self.urlp = urlparse(self.url)
    def get_stream_data(self):
    """supply a URL to a video page on dr.dk and get back a streaming
    url"""
    if self.urlp.netloc not in ('dr.dk', 'www.dr.dk'):
    raise Exception("Must be an URL from dr.dk")
    self.html = fetch(self.url)
    logging.info("Player fetched: " + self.url)
    # Standalone show?
    if self.urlp.path.startswith('/tv/se/'):
    return self.get_stream_data_from_standalone()
    # Bonanza?
    elif self.urlp.path.startswith('/bonanza/'):
    return self.get_stream_data_from_bonanza()
    # Live tv?
    elif self.urlp.path.startswith('/tv/live'):
    return self.get_stream_data_from_live()
    else:
    return self.get_stream_data_from_series()
    def get_stream_data_from_rurl(self, rurl):
    """Helper method to parse resource JSON document"""
    body = fetch(rurl)
    resource_data = json.loads(body)
    qualities = resource_data.get('links')
    # sort by quality
    qualities = sorted(qualities, key=lambda x: x['bitrateKbps'],
    reverse=True)
    stream_data = qualities[0]
    stream_url = stream_data.get('uri')
    logging.info("Stream data fetched: " + stream_url)
    playpath, filename = self.get_metadata_from_stream_url(stream_url)
    stream_data = {'stream_url': stream_url,
    'playpath': playpath,
    'filename': filename,
    'is_live': False}
    return stream_data
    def get_metadata_from_stream_url(self, stream_url):
    """Helper method to extacts playpath and filename suggestion from a
    rtmp url"""
    parsed = urlparse(stream_url)
    playpath_s = parsed.path.split('/')[2:]
    playpath = '/'.join(playpath_s)
    # rerun to split the parameter
    path = urlparse(parsed.path).path
    filename = path.split('/')[-1]
    return playpath, filename
    def get_stream_data_from_standalone(self):
    """Extracts stream data from a normal single program page.
    The data is hidden in a resource URL, that we need to download
    and parse.
    mu_regex = re.compile('resource: "([^"]+)"')
    m = mu_regex.search(self.html)
    if m and m.groups():
    resource_meta_url = m.groups()[0]
    return self.get_stream_data_from_rurl(resource_meta_url)
    def get_stream_data_from_bonanza(self):
    """Finds stream URL from bonanza section. Just pick up the first RTMP
    url.
    stream_regex = re.compile('rtmp://.*?\.mp4')
    m = stream_regex.search(self.html)
    if m and m.group():
    stream_url = m.group()
    else:
    raise Exception("Could not find Bonanza stream URL")
    playpath, filename = self.get_metadata_from_stream_url(stream_url)
    stream_data = {'stream_url': stream_url,
    'playpath': playpath,
    'filename': filename,
    'is_live': False}
    return stream_data
    def get_stream_data_from_live(self):
    stream_url = 'rtmp://livetv.gss.dr.dk/live'
    quality = '3'
    playpaths = {'dr1': 'livedr01astream',
    'dr2': 'livedr02astream',
    'dr-ramasjang': 'livedr05astream',
    'dr-k': 'livedr04astream',
    'dr-update-2': 'livedr03astream',
    'dr3': 'livedr06astream'}
    urlend = self.urlp.path.split('/')[-1]
    playpath = playpaths.get(urlend)
    filename = 'live.mp4'
    if playpath:
    playpath += quality
    filename = urlend + '.mp4'
    stream_data = {'stream_url': stream_url,
    'playpath': playpath,
    'filename': filename,
    'is_live': True}
    return stream_data
    def get_stream_data_from_series(self):
    """dr.dk has a special player for multi episode series. This is the
    fall back parser, as there seems to be no pattern in the URL."""
    slug_regex = re.compile('seriesSlug=([^"]+)"')
    m = slug_regex.search(self.html)
    if m and m.groups():
    slug_id = m.groups()[0]
    else:
    raise Exception("Could not find program slug")
    logging.info("found slug: " + slug_id)
    program_meta_url = 'http://www.dr.dk/nu/api/programseries/%s/videos'\
    % slug_id
    body = fetch(program_meta_url)
    program_data = json.loads(body)
    if not program_data:
    raise Exception("Could not find data about the program series")
    fragment = self.urlp.fragment
    if fragment.startswith('/'):
    fragment = fragment[1:]
    fragment = fragment.split('/')
    video_id = fragment[0]
    logging.info("Video ID: " + video_id)
    video_data = None
    if video_id:
    for item in program_data:
    if item['id'] == int(video_id):
    video_data = item
    if not video_data:
    video_data = program_data[0]
    resource_meta_url = video_data.get('videoResourceUrl')
    return self.get_stream_data_from_rurl(resource_meta_url)
    def generate_cmd(self):
    """Build command line to download stream with the rtmpdump tool"""
    sdata = self.get_stream_data()
    if not sdata:
    return "Not found"
    filename = sdata['filename']
    custom_filename = raw_input("Type another filename or press <enter> to keep default [%s]: " % filename)
    if custom_filename:
    filename = custom_filename
    cmd_live = 'rtmpdump --live --rtmp="%s" --playpath="%s" -o %s'
    cmd_rec = 'rtmpdump -e --rtmp="%s" --playpath="%s" -o %s'
    if sdata['is_live'] is True:
    cmd = cmd_live % (sdata['stream_url'], sdata['playpath'], filename)
    else:
    cmd = cmd_rec % (sdata['stream_url'], sdata['playpath'], filename)
    return cmd
    def main():
    if len(sys.argv) > 1:
    url = sys.argv[1]
    extractor = StreamExtractor(url)
    cmd = extractor.generate_cmd()
    os.system(cmd)
    else:
    print(intro)
    if __name__ == "__main__":
    main()
    When I run the script with an appropriate URL as parameter, I get this:
    Traceback (most recent call last):
    File "./drdown.py", line 243, in <module>
    main()
    File "./drdown.py", line 235, in main
    cmd = extractor.generate_cmd()
    File "./drdown.py", line 211, in generate_cmd
    sdata = self.get_stream_data()
    File "./drdown.py", line 65, in get_stream_data
    return self.get_stream_data_from_standalone()
    File "./drdown.py", line 123, in get_stream_data_from_standalone
    return self.get_stream_data_from_rurl(resource_meta_url)
    File "./drdown.py", line 87, in get_stream_data_from_rurl
    reverse=True)
    TypeError: 'NoneType' object is not iterable
    I should note that I didn't expect it to work out of the box, but so far I've been unable even to figure out what the problem is, no less solve it.
    I've tried my best to go through the code, looking for typos and such, but I haven't had any luck and much of what happens I don't really understand.
    So please, if you can, I'd very much appreciate a little help.
    Best regards.
    NB:
    Some might conclude that this script does something illegal. In actuality that is not so, just make that clear. Also, testing from outside Denmark, will probably not be possible.
    Last edited by zacariaz (2013-11-08 18:00:33)

    Trilby wrote:
    zacariaz wrote:Have the following code (Haven't written it my self and don't know much about how it does what it's supposed to do.)
    You know a lot more than we do: like where you then found this code, and what it is supposed to do.
    My only first thought without looking through random code that allegedly serves some unknown purpose and comes from some unknown source is that the shebang is ambiguous: it may be a python 2 script while /usr/bin/python is now python 3.
    I've pretty much concluded that python 3.3 is the right choice, sp that should not be a problem, as for what it does, it uses "rtmpdump" to record or "rip" video from a danish site "dr.dk", which is a public service television network.
    I have it from reliable sources that this actually works, or at least did at some point, on Windows machines, but of course i'm on linux, and that complicated matters.
    All in all, as I understand it, what the script really does, is retrieving the relevant rtmp link. The rest is up to "rmtpdump" which I should be able to manage.
    In any case, I'm not really that concerned with learning what the script does at this point, but rather what the error mean.
    The only actual error description I see is: "TypeError: 'NoneType' object is not iterable" and I haven't a clue what that implies. I've read through the script, but haven't been able to find any obvious flaws..

  • HELP! Disk Compiling Error in CS3

    The warning pop up says Error Compiling Move. DIsk Full.
    I'm working on a project that has still images and video files.
    What do I do?

    >What do I do?
    Read below and provide details... after you work through the problem steps
    Photo Scaling for Video http://forums.adobe.com/thread/450798
    -Too Large May = Crash http://forums.adobe.com/thread/879967
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037
    Report back with the codec details of your file, use the programs below... a screen shot works well to SHOW people what you are doing
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    For Mac http://mediainfo.massanti.com/
    http://blogs.adobe.com/premiereprotraining/2011/02/red-yellow-and-green-render-bars.html
    Once you know exactly what it is you are editing, report back with that information... and your project setting, and if there is a red line above the video in the timeline, which indicates a mismatch between video and project
    More information needed for someone to help http://forums.adobe.com/thread/416679
    Some is general about your computer and OS, some is specific to video editing
    Build a Configuration file http://www.piriform.com/speccy
    Brand/Model Computer (or Brand/Model Motherboard if self-built)
    How much system memory you have installed, such as 2Gig or ???
    Operating System version, such as Win7 64bit Pro... or whatevevr
    -including your security settings, such as are YOU the Administrator
    -and have you tried to RIGHT click the program Icon and then select
    -the Run as Administrator option (for Windows, not sure about Mac)
    Your Firewall settings and brand of anti-virus are you running
    Brand/Model graphics card, sush as ATI "xxxx" or nVidia "xxxx"
    -or the brand/model graphics chip if on the motherboard
    -and the exact driver version for the above graphics card/chip
    -and how much video memory you have on your graphics card
    Brand/Model sound card, or sound "chip" name on Motherboard
    -and the exact driver version for the above sound card/chip
    Size(s) and configuration of your hard drive(s)... example below
    -and how much FREE space is available on each drive (in Windows
    -you RIGHT click the drive letter while using Windows Explorer
    -and then select the Properties option to see used/free space)
    Windows Indexing is BAD http://forums.adobe.com/thread/676303
    While in Properties, be sure you have drive indexing set OFF
    -for the drive, and for all directories, to improve performance
    Some/Much of the above are available by going to the Windows
    Control Panel and then the Hardware option (Win7 option name)
    OR Control Panel--System--Hardware Tab--Device Manager for WinXP
    And the EXACT type and size of file that is causing you problems
    -for pictures, that includes the camera used and the pixel dimensions
    Plus Video-Specific Information http://forums.adobe.com/thread/459220
    Read Bill Hunt on editing a VOB/MPG file http://forums.adobe.com/thread/464549
    Edit Vob http://premierepro.wikia.com/wiki/FAQ:How_do_I_import_VOB_files_/_edit_a_DVD%3F
    Read Hunt on Using MOD/TOD files http://forums.adobe.com/thread/699990
    Work through all of the steps (ideas) listed at http://forums.adobe.com/thread/459220
    If your problem isn't fixed after you follow all of the steps, report back with ALL OF THE DETAILS asked for in the FINALLY section at the troubleshooting link
    Also read file troubleshooting http://kb2.adobe.com/cps/407/kb407928.html
    Disk full error http://forums.adobe.com/thread/567832

  • Please Help! Unknown Compiling Error!!!

    Hi there,
    Really hope someone can help me with this! Seems like problems are bound to happen when you leave projects to the last minute for some reason.
    Basically I am getting "Error compiling movie: unkown error" when i try to make my 7 minute video using an h.264 codec. The footage is 1440x1080 shot from a canon XH-A1. but is composed of many third party video clips as well. It also has after effects compostions that are dynamic linked over. I have checked for empty spaces, tried importing into a new sequence and project, and it seems the projects fails each time at around the 3/4 point.
    Here is the kicker, I have been able to go through and make individual files for different parts of my project when I seperate them into different sequences (I was trying to find a corrupt file). I have also restarted the comp etc. numerous times.
    ANY help would be greatly appreciated.
    Thanks,
    Aaron

    Some reading to MAYBE find an idea leading to a solution
    Odd Errors http://forums.adobe.com/thread/670174
    Error Compiling Movie http://kb2.adobe.com/cps/906/cpsid_90670.html
    -and http://premierepro.wikia.com/wiki/Error:Error_compiling_movie
    More information needed for someone to help
    -http://forums.adobe.com/message/4200840
    -http://forums.adobe.com/thread/416679

  • HELP Needed with this error:   Exception in thread "main" java.lang.NoClass

    Folks,
    I am having a problem connecting to my MSDE SQL 2000 DB on a WindowsXP pro. environment. I am learning Java and writing a small test prgm to connect the the database. The code compiles ok, but when I try to execute it i keep getting this error:
    "Exception in thread "main" java.lang.NoClassDefFoundError: Test1"
    I am using the Microsoft jdbc driver and my CLASSPATH is setup correctly, I've also noticed that several people have complained about this error, but have not seen any solutions....can someone help ?
    Here is the one of the test programs that I am using:
    import java.sql.*;
    * Microsoft SQL Server JDBC test program
    public class Test1 {
    public Test1() throws Exception {
    // Get connection
    DriverManager.registerDriver(new
    com.microsoft.jdbc.sqlserver.SQLServerDriver());
    Connection connection = DriverManager.getConnection(
    "jdbc:microsoft:sqlserver://LAPTOP01:1433","sa","sqladmin");
    if (connection != null) {
    System.out.println();
    System.out.println("Successfully connected");
    System.out.println();
    // Meta data
    DatabaseMetaData meta = connection.getMetaData();
    System.out.println("\nDriver Information");
    System.out.println("Driver Name: "
    + meta.getDriverName());
    System.out.println("Driver Version: "
    + meta.getDriverVersion());
    System.out.println("\nDatabase Information ");
    System.out.println("Database Name: "
    + meta.getDatabaseProductName());
    System.out.println("Database Version: "+
    meta.getDatabaseProductVersion());
    } // Test
    public static void main (String args[]) throws Exception {
    Test1 test = new Test1();

    I want to say that there was nothing wrong
    with my classpath config., I am still not sure why
    that didn't work, there is what I did to resolved
    this issue.You can say that all you like but if you are getting NoClassDefFound errors, that's because the class associated with the error is not in your classpath.
    (For future reference: you will find it easier to solve problems if you assume that the problem is your fault, instead of trying to blame something else. It almost always is your fault -- at least that's been my experience.)
    1. I had to set my DB connection protocol to TCP/IP
    (this was not the default), this was done by running
    the
    file "svrnetcn.exe" and then in the SQL Server Network
    Utility window, enable TCP/IP and set the port to
    1433.Irrelevant to the classpath problem.
    2. I then copied all three of the Microsoft JDBC
    driver files to the ..\jre\lib\ext dir of my jdk
    installed dir.The classpath always includes all jar files in this directory. That's why doing that fixed your problem. My bet is that you didn't have the jar file containing the driver in your classpath before, you just had the directory containing that jar file.
    3. Updated my OS path to located these files
    and....BINGO! (that simple)Unnecessary for solving classpath problems.
    4. Took a crash course on JDBC & basic Java and now I
    have created my database, all tables, scripts,
    stored procedures and can read/write and do all kinds
    of neat stuff.All's well that ends well. After a few months you'll wonder what all the fuss was about.

  • Urgent help needed on writing errors in to windows events application logs

    Hi all,
    we have web based application. Whenever there is critical errors encounters in our application we need to write that errors in to windows
    event viewer, application logs. Please help me on how to do this.
    do we have any specific API for this ?
    thanks in advance
    Shivakumar

    You should use WinAPI to do so. Asking in JNI forum (or specialized WinAPI forum) for more details is good idea I think.

  • Urgent help needed on writing errors in to windows application logs

    Hi all,
    we have web based application. Whenever there is critical errors encounters in our application we need to write that errors in to windows
    event viewer, application logs. Please help me on how to do this.
    do we have any specific API for this ?
    thanks in advance
    Shivakumar

    You should use WinAPI and followed functions: RegisterEventSource(), ReportEvent() and may be some more. It was some time ago as I deal with...

  • Help needed in compiling Rougewave with Sun workshop 6Update2

    I had written a small program which includes rougewave files. It is building fine with Sunworkshop 6Update2 in compatibility mode with C++ compiler 4.2. But when I give it in Default mode, it is showing errors in the roguewave directory. I had compiled using the project wizard. Is there any problem with the Rougewave classes in default mode? Any body could please help me by giving the steps by which I can use rouge wave with default mode of SunWorkshop 6 update2. I had tried with the settings such as -library=rwtools7,iostream and also with -library=rwtools7_std. But I was not able to solve the issue. Any body for help?

    hi!
    which version of RogueWave library are you using?
    RogueWave SourcePro is the latest version of RogueWave, which is supported for Forte6.
    cheers,
    -srip

  • Help needed with coding error message

    I have a webpage in which I have inserted a mortgage calculator widget from zillow.  Everything looks good on browser view...but errors when validating. 
    This is where I downloaded the widget. 
    www.zillow.com/webtools/widgets/MortgageCalculatorWidget.htm
    Here is my html code for the page:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <!--<![endif]-->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>financing</title>
    <link href="../../boilerplate.css" rel="stylesheet" type="text/css">
    <link href="../../styles.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
              background-color: #F9F8F6;
    background-image: url(file:///C|/Users/Kim/Documents/Kim's_New_PQH_website/Assets/Images/background_texture _blue159.jpg);
    </style>
    <link href="../../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    a:hover {
              color: #009900;
    </style>
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="../../respond.min.js" type="text/javascript"></script>
    <script src="../../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="LayoutDiv1"><img src="../Images/newbannernewlogo.jpg" alt="NewbannerNewLogo"></div>
      <div id="Navigation">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li>
            <div><a href="#">Home</a> </div>
          </li>
          <li>
            <div><a href="#" class="MenuBarHorizontal">Home Plans</a></div>
          </li>
          <li>
            <div><a href="#">New Homes / Lots</a> </div>
          </li>
          <li>
            <div><a href="#">Gallery</a> </div>
          </li>
          <li>
            <div><a href="#">Financing</a> </div>
          </li>
          <li>
            <div><a href="#">About Us</a> </div>
          </li>
          <li>
            <div><a href="#">Contact Us</a> </div>
          </li>
        </ul>
      </div>
      <div id="finance_pic"><img src="../Images/finance pic.jpeg" alt="finance_pic" width="65%" height="282"></div>
      <div id="finance_info">
        <p>By using a mortgage calculator, you can save time by focusing on homes that fit your budget. There are many types of loans available including:  </p>
      </div>
      <div id="loan_choices">
        <ul type="square">
          <li><a href="http://homeguides.sfgate.com/conventional-loans-2669.html">Conventional FNMA</a></li>
          <li><a href="http://banking.about.com/od/mortgages/a/FHALoans.htm">FHA</a></li>
          <li><a href="http://www.benefits.va.gov/homeloans/">VA</a></li>
          <li>Little or no money down w.a.c.</li>
        </ul>
      </div>
      <div id="finance_into">
        <p>Finding the right financing to purchase your new home from pre-qualifying to close is as important, if not more important than finding your dream home itself.</p>
        <p> you have your own financing or you wish to utilize a Preferred Quality Homes lender, PQH will ensure that you have the best financing to meet your needs and make your dreem home become a reality.</p>
      </div>
      <div id="mortgage_cal"><div id="horizontalWidget" style="width:370px;overflow:hidden;text-align:center;font-family:verdana,arial,sans-serif ;font-size:8pt;line-height:13x;background-color:#3399cc;letter-spacing:0;text-transform:no ne;border-radius: 5px;webkit-border-radius:5px;"><div style="margin:6px 0;"><a href="http://www.zillow.com/mortgage-calculator/" target="_blank" title="Mortgage Calculators on Zillow" style="font-family:Arial;font-size:15px;text-decoration:none;font-weight:bold;color:#f0f2 f4;cursor: pointer;display: block;text-align: center;text-shadow: 0 1px #000;">Calculate Payment</a></div><div style="width:352px;margin:0 auto;background-color:#e3f2f9;text-align:left; font-size:8pt;border-radius: 5px; border: 1px solid;border-color:#2e84ae;webkit-border-radius: 5px;padding: 0 1px;"><iframe title="Mortgage Calculator" frameborder="0" height="235px" style="float:left;" scrolling="no" width="352px" src="http://www.zillow.com/mortgage/SmallMortgageLoanCalculatorWidget.htm?price=400000&wtype=sp c&rid=102001&wsize=small&textcolor=3399cc&backgroundColor=e3f2f9&advTabColor=5ba0c1&bgcolo r=3399cc&bgtextcolor=f0f2f4&headerTextShadow=000&widgetOrientationType=horizontalWidget"> Your browser doesn't support frames. Visit <a href="http://www.zillow.com/mortgage-calculator/" target="_blank" style="text-decoration:none; font-size:9pt; font-weight:bold;">Zillow Mortgage Calculators</a> to see this content. </iframe><diV style="clear:both;"></div></div><div style="height:20px;"><span style="display:block;margin:0 auto;font-size:7pt;height:15px;width:178px;color:#f0f2f4;padding-top:2px;"><a href="http://www.zillow.com/mortgage-rates/" target="_blank" title="Zillow Mortgage Marketplace" style="text-decoration:none;color:#3366bb;font-weight:normal;font-family:verdana,arial,sa ns-serif;font-size:7pt;color:#f0f2f4;">Zillow Home Loan Calculator</a></span></div></div></div>
    <div id="BottomNav">
      <div>
          <div>Home  |  Our Homes  |  Neighborhoods  |  Gallery  |  Financing  |  About Us  |  Contact Us </div>
        </div>
    </div>
      <div id="PriceAvail">
        <div>
          <div>Pricing and Availability are subject to change without notice</div>
        </div>
      </div>
      <div id="Footer">
        <div>
          <div>Copyright &copy; 2012 PreferredQualityHomes.com, pqualityhomes.com, pqhhomes.com, &amp; Preferred Quality Homes, L.L.C. All rights reserved. Last updated 10/31/12</div>
        </div>
      </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    ANY help would be appreciated!  
    Kim

    Can you tell me how to do that?
    On Jul 25, 2013 10:26 PM, "mytaxsite.co.uk" <[email protected]

Maybe you are looking for

  • How do you get your site to appear the same in all web browsers?

    There are some things that show up differently in Safari than they do in IE and Firefox, how do I get everything to jive the same? I think it is in the code which I am not an expert on.  My website was a template that I purchased online and most of t

  • Photos in iphoto mac maverick to ipad mini

    How do you transfer photos in IPhoto on mac maverick to iPad retina mini?

  • Can't launch Illustrator CC 2014.1 on Mac

    I have a MacBook Pro Retina and have been unable to launch or open files in illustrator since I installed the latest version two days ago (Oct. 6). I need this program for work and really need to get it working ASAP. I have installed a previous versi

  • Reagarding reports

    Hi Genius,   Can we create an  interactive report witout using the events Thanks in advance

  • Tool\Scripts required to tune the init parameter.

    Hello All, We faced lot of problem during Oracle10G migration for example Performance issue, Tuning of init parameter. Now we are planning to migrate to Oracle 11G. Can you please let me know how to tune the init parameter. Is any tool \Scripts avail