Help a noob with a parse error. Completely new to Flex, doesn't know anything.

Hi. I am completely new to Flex (and mxml and ActionScript) and have a silly little error right off the bat. I haven't written a line of code yet, and got the source files from a collegue (who is currently unavailable to help me out here) that obviously had this working before he gave it to me.
I am getting a parse error with the following lines. From my experience with PHP, I have a general idea that a parse error is usually a syntax thing, like a missing semicolon or something along that line. I've already tried semicolons in a bunch of places, but nothing seems to work. Any help would be appreciated. The X is where the program highlights the error.
<?xml version="1.0" encoding="utf-8"?>
<!-- Build with 3.1 -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"  layout="absolute"  xmlns:tg = "EditableTextGrid.*" xmlns:ns1="com.testURL.commonClasses.grid.*" viewSourceURL="srcview/index.html"
X verticalAlign="middle" implements="EditableTextGrid.ETGParent" >
initialize= "setLogin('testUser'); loadMatrix('module=portal&amp;mode=i&amp;searchString=1111')"
<!--initialize="setLogin('testUser'); loadMatrix('module=serviceview&amp;mode=i&amp;colName=SID&amp;searchString=290')"-->
    <mx:Style source="styles/AcctRequest.css"/>
Severity and Description
Path
Resource
Location
Creation Time
Id
Parse error at '\n initialize= \"setLogin(\'ngorelik\'); loadMatrix(\'module=portal&mode=i&searchString=1111\')\"\n\n\t'.
CV/src
contactsSWF.mxml
line 4
1319810874686
130
Other info: it was actually written with Flex 3.2 SDK

You are missing a quote at the end of your "setLogin(testUser)" function and you don't have that inside a tag (it's outside the greater than sign...
You have:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"  layout="absolute"  xmlns:tg = "EditableTextGrid.*" xmlns:ns1="com.testURL.commonClasses.grid.*" viewSourceURL="srcview/index.html"
X verticalAlign="middle" implements="EditableTextGrid.ETGParent" >
initialize= "setLogin('testUser'); loadMatrix('module=portal&amp;mode=i&amp;searchString=1111')"
It should be:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"  layout="absolute"  xmlns:tg = "EditableTextGrid.*" xmlns:ns1="com.testURL.commonClasses.grid.*" viewSourceURL="srcview/index.html"
X verticalAlign="middle" implements="EditableTextGrid.ETGParent"  initialize= "{setLogin(testUser)}"...>

Similar Messages

  • Hi, I am having trouble using the smooth tool on a logo that I created. I have watched tutorials and something isn't working for me. When trace with the smooth the line just disappears and doesn't smooth anything out. Please help.

    Hi, I am having trouble using the smooth tool on a logo that I created. I have watched tutorials and something isn't working for me. When trace with the smooth the line just disappears and doesn't smooth anything out. Please help.

    Sorry, that's Monika with a k
    On Tue, Nov 18, 2014 at 2:26 PM, Monika Gause <[email protected]>

  • Can anyone help me fix an XML Parsing Error?

    Hi I have been working with a form in a PDF and suddenly it won't let me open it. The following error pops up: "Xml parsing error: not well-formed (invalid token) (error code 4), line 71537, column 695 of file" and I haven't been able to come up with a solution. A lot of data has been entered into this file for a grant that my clinic is applying for, so if anyone can help me I would be greatly appreciative.

    Hm, now I get:
    JPVNCManager.java:211: warning: [unchecked] unchecked cast
    found : java.lang.Object
    required: java.util.Vector<java.lang.String>
    Vector<String> v1 = (Vector<String>)o1;
    ^
    JPVNCManager.java:212: warning: [unchecked] unchecked cast
    found : java.lang.Object
    required: java.util.Vector<java.lang.String>
    Vector<String> v2 = (Vector<String>)o2;
    ^
    JPVNCManager.java:207: warning: [unchecked] unchecked conversion
    found : java.util.Vector
    required: java.util.List<T>
    Collections.sort(main, new Comparator()
    ^
    JPVNCManager.java:207: warning: [unchecked] unchecked conversion
    found : <anonymous java.util.Comparator>
    required: java.util.Comparator<? super T>
    Collections.sort(main, new Comparator()
    ^
    JPVNCManager.java:207: warning: [unchecked] unchecked method invocation: <T>sort(java.util.List<T>,java.util.Comparator<? super T>) in java.util.Collections is applied to (java.util.Vector,<anonymous java.util.Comparator>)
    Collections.sort(main, new Comparator()
    ^
    Thanks,
    James

  • Help Me what is the "Parse Error: com.sun.xml.parser/P-067"?

    OS: Window 2000 (it will be changed HP-UX 11)
    Web Server: iPlanet 4.1 SP14
    DB Server : Oracle 8i
    JDK: 1.2.2_017
    Tag Library : jakarta-taglibs-dbtags-1.0.0 (http://jakarta.apache.org/taglibs/doc/dbtags-doc/intro.html)
    DTD file: web-jsptaglib_1_1.dtd ( actually, jakarta used http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd, but that dosen't work in iPlanet 4.1 SP 14. so i changed the path of dtd location to web-jsptaglib_1_1.dtd like the following tld file.)
    How should I use Jakarta DB Tag Library in iPlanet 4.1 SP? I'm very tired to set all of thses stupid things!
    I can't use Tag Library in iPlanet 4.1 SP 14
    Any comments make me happy~!
    Please, help me~!
    &#9632; Error Message
    [15/3/2005:20:21:41] info ( 4552): Internal Info: loading servlet /test/jdbc5.jsp
    [15/3/2005:20:21:42] info ( 4552): JSP: JSP1x compiler threw exception
    org.apache.jasper.JasperException: Unable to open taglibrary http://localhost/tlds/dbtags5.jar : Parse Error in the tag library descriptor: com.sun.xml.parser/P-067
         at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java, Compiled Code)
         at org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:119)
         at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java, Compiled Code)
         at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:1022)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:1018)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java, Compiled Code)
         at com.netscape.server.http.servlet.NSServletEntity.load(NSServletEntity.java:231)
         at com.netscape.server.http.servlet.NSServletEntity.update(NSServletEntity.java:149)
         at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:453)
    &#9632; TLD File
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE taglib
    PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://localhost/dtd/web-jsptaglib_1_1.dtd">
    <!-- a tab library descriptor -->
    <!-- "http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
    <taglib>
         <tlibversion>1.0</tlibversion>
    <jspversion>1.1</jspversion>
    <prefix>DBTag</prefix>
    <urn></urn>
    <info>
              A simple db tab library for the examples
    </info>
    <tag>
    <name>connection</name>
    <tagclass>org.apache.taglibs.dbtags.connection.ConnectionTag</tagclass>
    <teiclass>org.apache.taglibs.dbtags.connection.ConnectionTEI</teiclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>id</name>
    <required>yes</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>dataSource</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>jndiName</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>url</name>
    <tagclass>org.apache.taglibs.dbtags.connection.DatabaseURLTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>initParameter</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>jndiName</name>
    <tagclass>org.apache.taglibs.dbtags.connection.JndiNameTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>initParameter</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>driver</name>
    <tagclass>org.apache.taglibs.dbtags.connection.DriverTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>initParameter</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>userId</name>
    <tagclass>org.apache.taglibs.dbtags.connection.UserIdTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>initParameter</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>password</name>
    <tagclass>org.apache.taglibs.dbtags.connection.PasswordTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>initParameter</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>closeConnection</name>
    <tagclass>org.apache.taglibs.dbtags.connection.CloseConnectionTag</tagclass>
    <bodycontent>empty</bodycontent>
    <attribute>
    <name>conn</name>
    <required>yes</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>statement</name>
    <tagclass>org.apache.taglibs.dbtags.statement.StatementImplTag</tagclass>
    <teiclass>org.apache.taglibs.dbtags.statement.StatementTEI</teiclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>id</name>
    <required>yes</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>conn</name>
    <required>yes</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>escapeSql</name>
    <tagclass>org.apache.taglibs.dbtags.statement.EscapeSQLTag</tagclass>
    <bodycontent>JSP</bodycontent>
    </tag>
    <tag>
    <name>query</name>
    <tagclass>org.apache.taglibs.dbtags.statement.QueryTag</tagclass>
    <bodycontent>JSP</bodycontent>
    </tag>
    <tag>
    <name>execute</name>
    <tagclass>org.apache.taglibs.dbtags.statement.ExecuteTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>ignoreErrors</name>
    <required>no</required>
    <rtexprvalue>yes</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>preparedStatement</name>
    <tagclass>org.apache.taglibs.dbtags.preparedstatement.PreparedStatementImplTag</tagclass>
    <teiclass>org.apache.taglibs.dbtags.preparedstatement.PreparedStatementTEI</teiclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>id</name>
    <required>yes</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>conn</name>
    <required>yes</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>setColumn</name>
    <tagclass>org.apache.taglibs.dbtags.preparedstatement.SetColumnTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>position</name>
    <required>yes</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>resultSet</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.ResultSetTag</tagclass>
    <teiclass>org.apache.taglibs.dbtags.resultset.ResultSetTEI</teiclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>id</name>
    <required>yes</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>loop</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>name</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>scope</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>wasNull</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.WasNullTag</tagclass>
    <bodycontent>JSP</bodycontent>
    </tag>
    <tag>
    <name>wasNotNull</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.WasNotNullTag</tagclass>
    <bodycontent>JSP</bodycontent>
    </tag>
    <tag>
    <name>getColumn</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.GetColumnTag</tagclass>
    <teiclass>org.apache.taglibs.dbtags.resultset.BaseGetterTEI</teiclass>
    <bodycontent>empty</bodycontent>
    <attribute>
    <name>position</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>colName</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>to</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>scope</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>getNumber</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.GetNumberTag</tagclass>
    <teiclass>org.apache.taglibs.dbtags.resultset.BaseGetterTEI</teiclass>
    <bodycontent>empty</bodycontent>
    <attribute>
    <name>position</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>colName</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>to</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>scope</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>locale</name>
    <required>no</required>
    <rtexprvalue>yes</rtexprvalue>
    </attribute>
    <attribute>
    <name>format</name>
    <required>no</required>
    <rtexprvalue>yes</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>getTime</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.GetTimeTag</tagclass>
    <teiclass>org.apache.taglibs.dbtags.resultset.BaseGetterTEI</teiclass>
    <bodycontent>empty</bodycontent>
    <attribute>
    <name>position</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>colName</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>to</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>scope</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>locale</name>
    <required>no</required>
    <rtexprvalue>yes</rtexprvalue>
    </attribute>
    <attribute>
    <name>format</name>
    <required>no</required>
    <rtexprvalue>yes</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>getTimestamp</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.GetTimestampTag</tagclass>
    <teiclass>org.apache.taglibs.dbtags.resultset.BaseGetterTEI</teiclass>
    <bodycontent>empty</bodycontent>
    <attribute>
    <name>position</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>colName</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>to</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>scope</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>locale</name>
    <required>no</required>
    <rtexprvalue>yes</rtexprvalue>
    </attribute>
    <attribute>
    <name>format</name>
    <required>no</required>
    <rtexprvalue>yes</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>getDate</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.GetDateTag</tagclass>
    <teiclass>org.apache.taglibs.dbtags.resultset.BaseGetterTEI</teiclass>
    <bodycontent>empty</bodycontent>
    <attribute>
    <name>position</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>colName</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>to</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>scope</name>
    <required>no</required>
    <rtexprvalue>no</rtexprvalue>
    </attribute>
    <attribute>
    <name>locale</name>
    <required>no</required>
    <rtexprvalue>yes</rtexprvalue>
    </attribute>
    <attribute>
    <name>format</name>
    <required>no</required>
    <rtexprvalue>yes</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>wasEmpty</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.WasEmptyTag</tagclass>
    <bodycontent>JSP</bodycontent>
    </tag>
    <tag>
    <name>wasNotEmpty</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.WasNotEmptyTag</tagclass>
    <bodycontent>JSP</bodycontent>
    </tag>
    <tag>
    <name>rowCount</name>
    <tagclass>org.apache.taglibs.dbtags.resultset.RowCountTag</tagclass>
    <bodycontent>empty</bodycontent>
    </tag>
    </taglib>

    Googling I get this....
    P-067 = Document root element is missing.

  • Needing some help with Time Capsule Error.  New to Apple Support and not super tech smart.

    Can not get the MacBook Pro to back up to Time Capsule.  Can any one help me with the following Error Please?
    The backup disk image “/Volumes/Data/XXXXXXXXXX MacBook Pro.sparsebundle” is already in use.

    We don't see that error much but it is about the easiest to fix.
    Pull the power on the TC.. count to 10. Plug the power back into the TC.
    Viola.. working TC again.

  • I anyone having problems with the Sleep/Wake Button?? it doesn't do anything

    I anyone having problems with the Sleep/Wake Button??
    It doesn't do anything

    if you press it and it does nothing, it may be broken. did you drop it?
    try pressing and holding the top power button and round home button on the front for 6-8 seconds and you should see an apple appear.. if you do see the apple, the power button worked.

  • Someone can help me here with posting period error in doing GR post in SAP

    Hi Seniors,
    I've been getting below error while doing GR post. could someone help me to step on further with this error.
    "Check table T001B for record type "0", the selected company code, account type S and G/L account 191***  If required, make sure that an entry is made in the table or an interval is changed."
    i'm using test system as am a student of SAP MM.
    Thank you very much..
    Shivakumar

    Open and Close Posting Periods
    In this activity, you can specify which periods are open for posting for each variant. You have two time intervals (time period 1 and time period 2). In each interval, specify a period lower limit, a period upper limit, and the fiscal year.
    You close a period by selecting the period specifications so that the period to be closed does not fall within them.
    You can also assign authorization groups for permitted posting periods. This means that in month-end or year-end closing for example, you can open some posting periods for specific users only. The authorization group only has an effect on time period 1. The authorization object is F_BKPF_BUP (Accounting document: Authorizations for posting periods). For more information about assigning authorizations, see the corresponding section for User Maintenance.
    Note
    Specify G/L account numbers for your specifications. You define the permitted posting periods for the subledger accounting accounts using the relevant reconciliation accounts. To do this, specify the account type for the subledger accounting, such as D or K, and the relevant reconciliation account.
    Caution
    There must be a minimum entry for each variant. This entry must have + in column K, and the columns From Account and To Account must not contain entries. In the columns for the posting periods, specify the periods you want to always be open in this variant. With further entries, you define more specifically which periods are to be open for which accounts.
    Activities
    1. Specify the periods permitted for posting.
    2. First enter the periods permitted for posting for all variants (minimum entry).
    3. Then add entries for account types or account areas if the periods are to be further restricted for specific accounts.
    4. In addition, enter an authorization group for each time period 1 in order to limit user access.

  • Help a noob with 2912 software image question

    Hi guys, I have a few noob questions I hope you can help me with.
    For study purposes I purchased a WS-C2912-XL-EN switch off of ebay and expected it to have the Enterprise software on it. the "EN" in the model number stands for enterprise does it not?
    IOS (tm) C2900XL Software (C2900XL-H2-M), Version 11.2(8.5)SA6, MAINTENANCE INTERIM SOFTWARE
    System image file is "flash:c2900XL-h2-mz-112.8.5-SA6.bin"
    Processor is running Standard Edition Software
    I have a WS-C2924C-XL-EN in my posession that is running:
    IOS (tm) C2900XL Software (C2900XL-C3H2S-M), Version 12.0(5)WC8, RELEASE SOFTWARE (fc1)
    System image file is "flash:c2900xl-c3h2s-mz.120-5.WC8.bin"
    Processor is running Enterprise Edition Software
    I want to practice setting up trunks and this is why I bought this particular switch so I need the enterprise version.
    If the upload the enterprise image from the 2924 to the 2912 will it run?
    I don't have access to the Cisco software tool to find out if this image is compatable with the 2912.
    Would I be breaking any licensing rules by doing this? The switch was supposed to come with the enterprise software was it not?

    Thanks for the reply. I went ahead & copied the IOS enterprise version image from the 2924 and tftped it onto the 2912, removed the old ios and set the boot image.
    I rebooted and all is well.
    One question; typically a tar would have been uploaded to the switch to update it and deliver the .bin and html files.
    I only upgraded the .bin image and am going to use the same html files that were present to manage it through the web interface. Does using the old html files with a new image present a problem??

  • Can anyone help a newbie with "An unknown error (-609)" message?

    I just bought my first iPod a week ago and so far, I haven't had any problems with iTunes. But today, I can't get any artwork for CD's I'm importing because of "An unknown error (-609)." I checked, and my iTunes is up to date. Is there anything I can do about this or is this the kind of problem that will come and go on its own?

    No. I bought it online. Still can't restore. Pls help me. Thanks!

  • Just had Javascript update done and now Firefox won't open,,,keeps coming up with XML Parsing error not well formed. how can I get rid of this?

    also awindow pops up NS error XPC Bad convert JS cannot convert JAVASCRIPT argument arg 4 (NSL window watcher open window)
    == This happened ==
    Every time Firefox opened
    == just today ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; (R1 1.5))

    There's a lot there, so I'll start with the parts I can answer quickly.
    The "ACL found but not expected..." messages can be safely ignored, so says this article
    http://docs.info.apple.com/article.html?artnum=306925
    (look below all the "SUID" examples)
    I had changed my Desktop image earlier but when the "Installing 1 item" window came up it changed back to the back ground that you first see on your desktop after installation.
    Leopard installs updates a bit differently. If it's simply an application that does not change system files, it installs them like before, without having to restart. If the update is to the system, then you must immediately "restart," It then goes to that stars and purple screen to perform the installation. Before, it would do the installation while you still had control of the Mac and would prompt you to restart when it finished the installation. This change probably make things more secure and reliable, because you aren't allowed to do other things on the Mac while system updates are being installed.
    Please post back with the remaining point of concern.

  • Help this newbie with a 1067 error code on a SIMPLE ActionScript please

    Hi, I am new to this. I am creating a presention in flash and I want to link to the narration mp3 files as oppsed to embedding them as they will change in the future..
    I have two different books with 2 different  pieces of script to use though the overall process is the pretty much same. For both I get the exact same error.
    See below:
    1120: Access of undefined property nar1.

    Thanks Ned.
    It's the posting. I had a nice little post written up for my initial request but when I posted-it truncated and I had to retype everything (it's the kind of morning I am having ) I will fix my typing.
    I suppose I could add the mp3 files to the library and update that way but I was hoping to set the files up so that files could be overwritten as the slides were changed or swapped out without the extra steps.

  • Showing users fills logs with plist parser errors?

    I'm starting with a clean 10.9.4 install, updated to 10.9.5, and installed server 3.2.1. I then set up a new Open Directory domain and using Workgroup Manager imported a bunch (377) of users that I had exported from my existing 10.8 installation.  Everything appears to have gone smoothly, and works as expected, however whenever I click on the users entry in Server.app, I get thousands (around 3,300 to be exact) of entries like the following in my console:
    9/22/14 9:55:36.799 AM Server[371]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    From what I can tell, these entries aren't indicative of any functional issues, but I would really like to know what is causing them, and how to stop them. Thanks!

    I'm starting with a clean 10.9.4 install, updated to 10.9.5, and installed server 3.2.1. I then set up a new Open Directory domain and using Workgroup Manager imported a bunch (377) of users that I had exported from my existing 10.8 installation.  Everything appears to have gone smoothly, and works as expected, however whenever I click on the users entry in Server.app, I get thousands (around 3,300 to be exact) of entries like the following in my console:
    9/22/14 9:55:36.799 AM Server[371]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    From what I can tell, these entries aren't indicative of any functional issues, but I would really like to know what is causing them, and how to stop them. Thanks!

  • Help a noob with his first mac

    Ok, first let me say hello as this is my first post on this forum. second, let me state my problem.
    I recently bought a G3 from a computer group at my college. I currently have it hooked up and am trying to get it to boot from an ubuntu disk (is positive it is the right version) because its free and i'm a poor college kid. however, rather than booting, at startup all i get is a gray screen with a folder in the center with an alternating picasso face and question mark. i've been told it's a broken hard drive stopping it from booting and reading the disk and i've been told that the hard drive shouldnt matter and it should boot anyway. Can anyone please help me with this? i have about 24 hours before my monitor gets taken and i cant mess with it anymore (borrowed it). thanks a bunch.

    You get the blinking question mark when your Mac cannot find:
    The preferred software type
    in the preferred version
    on the preferred Startup Disk
    All of these parameters are stored in parameter RAM (PRAM) and maintained across power outages caused by blackouts OR moving OR maintenance by a 3.6 Volt battery half the length of AA battery located on the motherboard.
    To reset the parameters to their factory defaults, open the side door (there is no interlock switch) find the tiny button flat on the board nearest the battery, press and hold for a quarter minute, wait at least five seconds more, then try to start normally. Avoid momentary presses.
    You should seriously consider replacing this battery, and until you do, every time power is interrupted -- including the time when you actually replace the battery -- you will have to perform this little ceremony.
    To boot from a CD -- provided it is in fact a bootable Mac CD -- hold down the c key immediately at startup. Many Ubuntu users have discovered what they though was a bootable Mac CD turned out to be a perfectly good installer, but was not Mac bootable.
    Message was edited by: Grant Bennet-Alder

  • Help this noobie with his K8N Neo2 Please!!

    Well uhh, I tried booting up the computer I built, but the monitor won't turn on.  I tried resetting the CMOS header, all the way to the bare system.  My PSU used to be the Thermatake Purepower 480w, but it died on me, so I had to get the Aspire 500w PSU instead.  You think that will fix the problem?  Because the TT PSU had 18 amps, while now aspire is going to give off 34 amps.  
    Specs:
    9 fans (5 LED fans)
    Thermaltake Venus 12 HSF
    WD 74 GB raptor HDD
    Maxtor 80 GB IDE HDD
    1 gig Crucial Ballistix PC3200
    AMD 64 3500+ Skt 939
    MSI K8N Neo2 Platinum
    XFX GeForce 6800
    Mitsumi Floppy Drive
    Nec 8X DVD-RW Opitcal Drive
    Now I did a check on it, and it says I need a maximum of 346 watts (PSU calculator thing).  Do you think it will turn my monitor on and make it work?
    My DLED is 1=Orange 2=Red 3=REd 4=Orange
    I looked around, and found one topic similar, but it doesn't help...

    It should power it up easily if it gives 34A on the +12v rail. Let us know what happens, I can't see any obvious problems with the kit you've listed

  • Help a noob with slow dbs

    oracle 10g, unix, 2gb memory - new to unix too so don't really know what other stats you guys need.
    i exp and imp 9i database to 10g.
    from 10g, i cloned a bunch of them, TECH1,TECH2....
    at any one time, there will be 5 running at the same time.
    sometimes, it gets reallly slow on some.
    here is a sample startup info from one.
    Total System Global Area 239075328 bytes
    Fixed Size 1218700 bytes
    Variable Size 75499380 bytes
    Database Buffers 155189248 bytes
    Redo Buffers 7168000 bytes
    Database mounted.
    Database opened.
    Do you guys see anything that screams at you why it could be slow?
    thanks a lot!

    heres the pfile that the above uses
    processes=150
    sga_target=608174080
    db_block_size=8192
    compatible=10.2.0.1.0
    log_archive_format=arch_%t_%s_%r.arc
    db_file_multiblock_read_count=16
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    remote_login_passwordfile=EXCLUSIVE
    job_queue_processes=10
    open_cursors=300
    pga_aggregate_target=201326592
    #control_files=("/u01/app/oracle/product/10.2.0/db_1/dbs/PROD7_141/RESTORED_CONTROL_FILE")
    #db_name=DEVL7
    instance_name=PROD7
    service_names=PROD7.mycompany.COM
    background_dump_dest=/u01/app/oracle/admin/PROD7/bdump
    core_dump_dest=/u01/app/oracle/admin/PROD7/cdump
    user_dump_dest=/u01/app/oracle/admin/PROD7/udump
    #db_unique_name=PROD7
    db_domain=mycompany.COM
    db_name=PROD7
    control_files='/u01/oradata/PROD7/control01.ctl','/u01/oradata/PROD7/control02.ctl','/u01/oradata/PROD7/control03.ctl'
    Message was edited by:
    ninteck

Maybe you are looking for

  • Using integers/characters as bookmarks in rtf document

    first of all, i am self taught (ie i know practically nothing) i am trying to write an application which includes a database and produces standard letters with individual clients' details inserted. it is driving me insane. i am using rtf files and th

  • Address Book Sync looses photo

    Have contact in address book on iPhone 4 along with photo. Take photo with iPhone 4 and edit old photo out of address book and insert in new photo. When syncing with iMac, new photo comes in to iMac but totally looses photo in that contact's info. Re

  • Error: expected exactly one item, got 0 items

    Dear all, I've been facing the problem for long time. Please let me know the solution. Problem is as follows: BEA-382510: ALSB Assign action failed updating variable "stateResponse": com.bea.wli.common.xquery.XQueryException: Error parsing XML: {err}

  • Production order operation status foeld and table name

    Dear all, I want to know the field name and table name of the field "_SysStatus_" of routing for production order which can be seen through TCode "_CO03_". thanking in advance. Suhas

  • Cannot use front camera on my iPod!

    Every time, I switch from the back camera to the front, the Camera app freezes and doesn't display the front camera. How can I be able to use my front camera? I can't send it in for repair. What I've tried: -Soft Reset -Hard Reset -Factory Restore -C