Parse error with print

Hi,
I tried to build a custome web gallery into LR 4.3 on MAC.
I started with example from LR SDK zip.
In my index.html sample file, i simply declare some variables at the top like this:
<%--[[ Define some variables to make locating other resources easier     firstPage was defined in our manifest.]]      local others = "content"    local theRoot = "."    local mySize = "large"    local firstImage    local title    local caption    local width    local height      local LrLogger = import 'LrLogger'    local myLogger = LrLogger( 'libraryLogger' )          myLogger:enable('print')          local debug, info, warn, err = myLogger:quick( 'debug', 'info', 'warn', 'err' ) %> 
After, inside a script tag, i would like to print into index.html outputed file a json file with images name.
Before that i simply tried to print a test string, and i got in Console app this message : SyntaxError: Parse error
Where am i wrong ?
Thanks
Regards

Hi , Welcome to the HP Forums! I see that you are getting a printhead error with your HP Officejet 6830. I am happy to help!  I would recommend to go through the steps within this guide, 'Problem with Printhead,' 'Printer Failure,' 'Ink System Failure,' or a '0x...' or a 'C2...' Error Message Displays. You will also want to make sure you are using Genuine HP Ink Cartridges, and that none of your Ink Cartridges are low or empty.  Hope this guide helps!  “Please click the Thumbs up icon below to thank me for responding.”

Similar Messages

  • Error with printer setup

    Error with printer setup but everyhing seems to be fine

    Hi @W6YUM , and welcome to the HP Forums!
    I see you are getting an error, but everything seems to work.  I would like to try and assist.
    Before we start, what error are you getting?
    Are you connected wirelessly, or USB? 
    Is the on the printer or computer?
    Please let me know. Thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Has anyone had a opf parse error with container.xml missing, when it is actually present plz ?

    Has anyone had a opf parse error with container.xml missing, when it is actually present plz ?

    Has anyone had a opf parse error with container.xml missing, when it is actually present plz ?

  • Memory full error with printing pdf

    Occasionally I get a memory full error with printing pdf (Cmd-P - then use save PDF on lower left dialog screen). This is when just printing a few pages.
    Why Am I getting this and how can I fix this?

    I am not sure why but I have noticed some Adobe products when used to convert html documents (web pages) to pdf, can produce very large files.
    Try using Apple's Preview to see if those 'memory full' messages still occur.
    I am presuming you have plenty of free hard drive space and also sufficient RAM so suggesting it is an application bug about memory that is at issue and not actually a lack of physical memory.

  • InfoPath 2010 form parsing error with 3600 execution timeout value in SharePoint 2010

    Hi,
    I have a list in SharePoint 2010 with 100 columns where 25 of them are calculated columns. This list is designed by InfoPath 2010 with two secondary data connections to pull a few data from another two lists. There are 25 set value rules with the submit
    button in InfoPath from. At present, the list is containing around 1000 items.
    The problem is, when I published the InfoPath form it throws an error:
    The SOAP message cannot be parsed.
    In fact, the execution timeout is set to 3600 in config file. When I delete items from the list and keep it around 700 the InfoPath form publish then.
    Could somebody tell me why this problem and what is the possible solution.
    Thanks in advance.

    Hi pointtoshare,
    According to your description, my understanding is that you got an error when you published InfoPath form.
    Please modify the web.config file like :
    <location path="_layouts/UploadEx.aspx">
         <system.web>
           <httpRuntime maxRequestLength="51200" executionTimeout="300" />
         </system.web>
       </location>
    And modify the <securityPolicy> section like :
    The web.config file is in C:\inetpub\wwwroot\wss\VirtualDirectories\spwebappname.
    There is another reason for this issue, please take a look at :
    http://www.heyweb.net/2011/07/infopath-the-soap-message-cannot-be-parsed/
    Here are some similar posts for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/ea8da113-fe9a-4878-9994-c1f24cc85c37/soap-error-when-publishing-infopath-form-to-sharepoint?forum=sharepointcustomizationprevious
    http://sharepointshah.blogspot.in/2012/11/soap-message-cannot-be-parsed-error.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Why do I get parsing errors with my WSDL URL for Web Services usage

    Hi,
    I am puzzled with the errors I get when I want to create a Web Service datastore.
    Scenario: I have created a SAP Web Service from CRM using SOAMANAGER. The WSDL URL produced by SOAMANAGER is accessibile when pasting the URL directly in Internet Explorer. WSDL URL [http://UXCIQ0M.WDF.SAP.CORP:50076/sap/bc/srt/wsdl/srvc_CBDCB34C89C29304E10000000A4282C0/wsdl11/allinone/ws_policy/document?sap-client=504]
    When using the WSDL URL in the Web Service datastore URL field, I get the error An error occurred while importing metadata: WSDLException; faultcode=PARSER_ERROR: Problem parsing: The element type "br" must be terminated by matching tag "/br". (BODI-1111469) (BODI-1112446)
    When I save the WSDL defintion in a local file and use a local file path, I get the errors An error occurred while importing metadata: WSDLException (at /wsdl:definitions/wsdl:portype/wsp:Policy): faultcode=INVALID_WSDL: Encountered unexpected element 'Policy. (BODI-1111469) (BODI-1112446)
    My questions:
    - Why do I get different parsing errors despite the fact that the XML is the same?
    - The WSDL is generated by SOAMANAGER. Shouldn't it work directly when integrating with Web Services generated from an SAP environment?
    - Is this related to confiurgation issue? I have set the Job Manager to Support adapter, message broker and SNMP communication
    - What is the difference between the datastore of type Adapter and the datastore Web Service? In the white paper [http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/20bd5e60-11f9-2b10-2bbb-b5109cceff08?quicklink=index&overridelayout=true] it is mentioned to use the Adapter type to consume a Web Service. It is not clear to me why we have those 2 types.
    Thanks & Best Regards
    Isabelle

    Some updates on this issue, which might help others in the community.
    - Data Service doesn't support ws_policy.
    - SAP NetWeaver 7.0 SOAMANAGER generate WDSL with ws_policy. In future releases, it is possible to specify not to use ws_policy
    - In most cases, replacing ws_policy with standard  in the URL directly, works. It doesn't work with Data Services :(.
    - Replacing ALL ws_policy in the XML directly is currently the only way to have the WSDL definition being parsed properly by Data Services.

  • Parse errors with 70_sare_obfu0.cf

    I've installed various .cf rules into /etc/mail/spamassassin (correct owner:group & permissions). They all install fine into Spamassassin except 70sareobfu0.cf downloaded from here...
    http://www.rulesemporium.com/rules.htm#obfu
    ...which produces screeds of parsing errors (total 610 'issues') reported by --lint as against 5 without that file (run as clamav user).
    I've re-downloaded a couple of times but all the same. I cannot find any notes refering to compatibility issues. Can anyone confirm that this file is OK with them or same parsing errors?
    Server 10.4.7, SpamAssassin version 3.0.1 running on Perl version 5.8.6.
    Ta
    -david

    lint output... (I've ommitted repetitive bits)
    ===============================
    debug: SpamAssassin version 3.0.1
    debug: Score set 0 chosen.
    debug: running in taint mode? yes
    debug: Running in taint mode, removing unsafe env vars, and resetting PATH
    debug: PATH included '/usr/local/bin', keeping.
    debug: PATH included '/bin', keeping.
    debug: PATH included '/sbin', keeping.
    debug: PATH included '/usr/bin', keeping.
    debug: PATH included '/usr/sbin', keeping.
    debug: Final PATH set to: /usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin
    debug: diag: module not installed: DBI ('require' failed)
    debug: diag: module installed: DB_File, version 1.810
    debug: diag: module installed: Digest::SHA1, version 2.10
    debug: diag: module installed: IO::Socket::UNIX, version 1.21
    debug: diag: module installed: MIME::Base64, version 3.05
    debug: diag: module not installed: Net::DNS ('require' failed)
    debug: diag: module not installed: Net::LDAP ('require' failed)
    debug: diag: module not installed: Razor2::Client::Agent ('require' failed)
    debug: diag: module installed: Storable, version 2.13
    debug: diag: module installed: URI, version 1.35
    debug: ignore: using a test message to lint rules
    debug: using "/etc/mail/spamassassin/init.pre" for site rules init.pre
    debug: config: read file /etc/mail/spamassassin/init.pre
    debug: using "//usr/share/spamassassin" for default rules dir
    debug: config: read file //usr/share/spamassassin/10_misc.cf
    debug: config: read file //usr/share/spamassassin/20antiratware.cf
    debug: config: read file //usr/share/spamassassin/20bodytests.cf
    debug: config: read file //usr/share/spamassassin/20_compensate.cf
    debug: config: read file //usr/share/spamassassin/20dnsbltests.cf
    debug: config: read file //usr/share/spamassassin/20_drugs.cf
    debug: config: read file //usr/share/spamassassin/20fake_helotests.cf
    debug: config: read file //usr/share/spamassassin/20headtests.cf
    debug: config: read file //usr/share/spamassassin/20htmltests.cf
    debug: config: read file //usr/share/spamassassin/20metatests.cf
    debug: config: read file //usr/share/spamassassin/20_phrases.cf
    debug: config: read file //usr/share/spamassassin/20_****.cf
    debug: config: read file //usr/share/spamassassin/20_ratware.cf
    debug: config: read file //usr/share/spamassassin/20uritests.cf
    debug: config: read file //usr/share/spamassassin/23_bayes.cf
    debug: config: read file //usr/share/spamassassin/25body_testses.cf
    debug: config: read file //usr/share/spamassassin/25body_testspl.cf
    debug: config: read file //usr/share/spamassassin/25_hashcash.cf
    debug: config: read file //usr/share/spamassassin/25head_testses.cf
    debug: config: read file //usr/share/spamassassin/25head_testspl.cf
    debug: config: read file //usr/share/spamassassin/25_spf.cf
    debug: config: read file //usr/share/spamassassin/25_uribl.cf
    debug: config: read file //usr/share/spamassassin/30textde.cf
    debug: config: read file //usr/share/spamassassin/30textes.cf
    debug: config: read file //usr/share/spamassassin/30textfr.cf
    debug: config: read file //usr/share/spamassassin/30textit.cf
    debug: config: read file //usr/share/spamassassin/30textnl.cf
    debug: config: read file //usr/share/spamassassin/30textpl.cf
    debug: config: read file //usr/share/spamassassin/30textsk.cf
    debug: config: read file //usr/share/spamassassin/50_scores.cf
    debug: config: read file //usr/share/spamassassin/60_whitelist.cf
    debug: using "//etc/mail/spamassassin" for site rules dir
    debug: config: read file //etc/mail/spamassassin/70sareadult.cf
    debug: config: read file //etc/mail/spamassassin/70saregenlsubj0.cf
    debug: config: read file //etc/mail/spamassassin/70sareheader0.cf
    debug: config: read file //etc/mail/spamassassin/70sareobfu0.cf
    debug: config: read file //etc/mail/spamassassin/70sareoem.cf
    debug: config: read file //etc/mail/spamassassin/70sarespoof.cf
    debug: config: read file //etc/mail/spamassassin/70sareunsub.cf
    debug: config: read file //etc/mail/spamassassin/72sare_redirectpost3.0.0.cf
    debug: config: read file //etc/mail/spamassassin/88FVGTheaders.cf
    debug: config: read file //etc/mail/spamassassin/88FVGTsubject.cf
    debug: config: read file //etc/mail/spamassassin/88FVGTuri.cf
    debug: config: read file //etc/mail/spamassassin/bogus-virus-warnings.cf
    debug: config: read file //etc/mail/spamassassin/chickenpox.cf
    debug: config: read file //etc/mail/spamassassin/local.cf
    debug: using "/var/clamav/.spamassassin" for user state dir
    debug: using "/var/clamav/.spamassassin/user_prefs" for user prefs file
    debug: config: read file /var/clamav/.spamassassin/user_prefs
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x1c3b6f0) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x1c3b6f0) inhibited further callbacks
    debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x1c3b6f0) inhibited further callbacks
    config: SpamAssassin failed to parse line, skipping: ??
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFUALWAYS 0
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFUCIALIS 0
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFU_CREDITPOX 0
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFUGOALS 0
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFU_ORDERINGSPL 0
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFURELIABLE 0
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFURESULTING 0
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFUSOMA 0
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFUSTOCKS 0
    config: SpamAssassin failed to parse line, skipping: meta SAREOBFUAFFORD 0
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping: full SAREOBFUAMP2B m'(?:(?!http://)h.?t.?t.?p.?:.?/.?/)[^/\?]{4,40}\&'is
    config: SpamAssassin failed to parse line, skipping: describe SAREOBFUAMP2B invalid character within URI host/domain
    config: SpamAssassin failed to parse line, skipping: score SAREOBFUAMP2B 2.555
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping: full SAREOBFUCONTENT01 /Content-Type: ;text\/plain;/
    config: SpamAssassin failed to parse line, skipping: describe SAREOBFUCONTENT01 Obfuscation via content-type header
    config: SpamAssassin failed to parse line, skipping: score SAREOBFUCONTENT01 2.500
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping: body SAREOBFU_DRUGDOL1SPC m{\$1\.\s$1.s+$1.s}i
    config: SpamAssassin failed to parse line, skipping: describe SAREOBFU_DRUGDOL1SPC found apparent obfuscation of word used in spam
    config: SpamAssassin failed to parse line, skipping: score SAREOBFU_DRUGDOL1SPC 2.333
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    config: SpamAssassin failed to parse line, skipping:
    etc, etc,
    lint: 614 issues detected. please rerun with debug enabled for more information.
    ===================================
    If the obfu file is removed, it all goes fine.
    -david

  • Parse error with show if region

    hi,
    i have a form, which has 2 parts to it.
    i added a checkbox and set the checked value to 1
    i wrapped the rest of the form in a div and applied show if region to it.
    when i uploaded to the web i receive this error:
    Parse error: syntax error, unexpected '@', expecting T_VARIABLE or '$'
    has anyone seen this before and know how to fix?
    many thanks for your help

    Thanks again albert, i think i see what my problem is.
    i tried your code but it did not work first time, but i noticed i was applying it to a div inside a table and as soon as i took that part out a table and into a new table but the table within the div it worked great so thanks for that.
    got one problem which is on a different matter.
    i applied send email from the server behaviours with addt, however it generates this line of code at the start and it does not like it:
    @@UrlFormat@@('@@ConnectionPath@@');
    any ideas how to fix this?
    many thanks

  • HP LaserJet Pro 300 color MFP runs cleaning and Mis Prints Error with Printing above 5 pages

    I have an HP Pro 300 Printer with New genuine cartridges. But when I print or make copies of multi page jobs it always comes up with a message on the screen which says "cleaning"  and then give a "Mis Printer Error".The printer is out of warranty. The Print quality is excellent but the error it gives all the time is a major problem. Has anyone solution for this? Please help! Thanks  

    Restoring the defaults doesnt usually purge out the memory of a printer.  You need a cold reset to complete that proceedure. Cold Reset steps:http://h30434.www3.hp.com/t5/Printing-Issues-Troubleshooting/HP-LaserJet-Pro-200-color-MFP-M276nw-Cold-reset/td-p/5060955 The video at the bottom of the first page is very helpful.

  • Parsing error with XDP using special character & in string.

    When writing an .XDP file from scratch, the following line give a parsing error at the ampersand. What command should I use to convert the ampersand to string?
    The XDP line is:
    <p3pName>17TH STREET BAR & GRILL</p3pName>
    This is the only line that gives a problem.
    Thanks

    There are five characters which MUST be escaped if they appear in
    regular XML text, this is a rule of XML. The characters are ampersand,
    single and double quote, less than, and greater than. They can be
    replaced by entities like & AMP ; (no spaces, semi-colon is part of
    it). If you use an XML library it should take care of it, but home
    grown XML programs and scripts should always keep this in mind.
    Aandi Inston

  • ERRORS WITH PRINTING TO AN XP NETWORK

    Hi,
    I am sharing a network with a win xp computer using a wireless network from my mac book pro running os 10.5.1 It works great except for one problem: I am unable to print to the HP Officejet 4315 That is a printer attached to the XP machine with print sharing turned on. It is shared on the netwk and works fine. I can acutally see the printer on the windows network when I add printer through the workgroup/windows/server. When I try to add it on, OS X asks for drivers for the printer. I looked up the print drivers and there wasn't one for this particular printer. I tried generic postcript printer, but even that didn't help. I have also tried to download linux foundation drivers for 0S X printing. The best response I got was that the printer gets the job and then just hangs without printing.
    Please help.

    I had a similar problem with a deskjet and a dell 5100c. I can't specifically remember where I found the solution, but I had to enable CUPS and also download and install gutenprint drivers. I did this a few months ago so i could not walk you through it exactly but check out
    http://gimp-print.sourceforge.net/
    you might be able to find a gutenprint driver for your printer there.

  • Parsing errors with CDATA tags using oracle xml parser v2

    I'm using the oracle.xml.parser.v2 parser to combine a
    generated xml document from a database with a static
    xsl file to produce html. Within the xml document, there
    are fairly large CDATA sections (500 lines) which happen
    to contain javaScript.
    Occasionally, I'm getting xml tags in the final html
    document! It seems that the oracle parser pukes
    on a certain type of data within a CDATA tag, and then
    replaces an angle bracket (<) of a tag with a #60. This
    can cause html tags being viewed in the document. At
    first, I thought the amount of JavaScript within the
    CDATA tag was too large for the parser to handle,
    because when I split it up into 2 or more parts the errors
    went away. But, re-arranging the JavaScript (String in the CDATA tag)
    can make the errors disappear. And, if I
    use the Saxon parser to manually combine the xsl with
    the xml, the output is fine. If anyone knows that this is
    a confirmed bug by Oracle, or any other relevant info on
    this, please let me know.

    Hi,
    Your lucky, i've just finished a project that used the oracle parser extensively.
    I think the problem may stem from your xsl. Although your cdata tags may be well formed, in the xsl you might need to escape the text again, this may mean that the xsl needs to print a further cdata tag around the data. This is because the parser (well the version I was using) strips the cdata tags before the transformation happens.
    This is the probably the cause of the nasty html output.

  • 10g Upgrade - XML Parser errors with certain escape codes (&#x0338)

    NLS_CHARACTERSET = WE8ISO8859P15
    NLS_NCHAR_CHARACTERSET = AL16UTF16
    Since our 10.2.0.3.0 upgrade (from 9.2.0.1.0) our xml fails with the following message:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00217: invalid character 824 (U+0338)
    Error at line 4
    We are using escape codes in our xml that have worked fine on 9i. Example xml:
    <PRINT_LAYOUT_FOOTER>&#x0338;&#x0338;&#x0338;&#x0338;This map was created with Promap</PRINT_LAYOUT_FOOTER>
    I am completely flummoxed - Any ideas?

    You've switched from a Java Based Parser to a 'C' based parser, which is much, much faster. However one of the requirements of the 'C' implementation is that all characters in the database character set. I'm guessing that if you switch to AL32UTF8 for the database character set the problem will go away. BTW 9.2.0.1.0 was desupported for XML related features when 9.2.0.3.0 was released.

  • Archivelink job error with Print Lists

    I´m trying to configure   Archive Link Print Lists .
    In order to test it:
    - I have sheduled job ARCHLINK (5 minutes period , spool to a local printer , without immediate spool request)
    - I have created an spool request to a local printer without immediate output (any list , in my case from report RSUSR200 , Execute and print)
    - From the spool (SP01) , changing print paramters (press icon print with changed parameters) and I send the request to my output device ARCH , wich is defined
      as type ARCHLINK , then , i get the message "Archive request created for spool request 10.611 in system NSP"
    - using transaction OAM1 i see my request waiting to be processed in "storage queue"
    - after job ARCHLINK has been executed i see in the log the message " 22040400 parameter (parameter error) OA501 " and this is the problem
    If things would have worked properly , after job ARCHIVELINK , job CARA should have started , and finally job XXXXXEE5215878F1ADB8001E68C98EB3 (program RSCMSCAJ
    ) should have started .
    ¿does someone has any idea about what can be the solution for the problem?
    Thank you in advance

    Reinstalling the printer drivers from the Canon site seems to have fixed the problem in my case.
    It seems the "update" from Apple deleted some of the older Canon driver files so you need to re-run the old driver installer from Canon to reinstate the missing files.
    Hopefully this will resolve the problem for others using OS X 10.6.8 with older Canon printers.
    If the Canon driver installer for your printer is so old it uses classic, if you have a backup of your system you may be able to find the missing files and copy them across manually but it won't be easy.

  • Communication error with printer hooked to time capsule

    I have a Macbook using 10.5.8 and a 500 gig Time Capsule with an Epson cx 3200 printer plugged into it and when I try to print, I get a 'Communication Error". What am I doing wrong?

    Welcome to the discussion area!
    If your Epson is compatible (not all devices will work at the USB port of the Time Capsule), the Apple Printer Troubleshooting Guide will provide some assistance.
    Keep in mind that only the printing function is supported if your device is compatible. Fax, Scan, Copy, Maintenance, etc., are not supported, so you will need to connect the device directly to your computer if you need these functions.

Maybe you are looking for