Printing fails on a Samsung, but ok on others

I am using RReport, and tested Elixir Report using a Samsung ML 1710. It's a budget USB laser printer.
When using RReport, you have to print the same thing twice, and one copy will come out.
With Elixir Report, nothing comes out.
Printing is fine on an Apollo P-1200, or HP DeskJet 5. Has anyone had any similar problems with Sumsung's or other printers? Is this a Java problem, or the reporting API problem?
Thanks

Any idea if either of these API's send a terminating form feed? What would be an easy way to find out, or perhaps eben better, force one? Admitedly, I have not played with any of the printing api that comes with Java, so I'm not sure where to start to force the form feed.
Thanks

Similar Messages

  • Printer GPOs fail on some computers but work on others - error code 0x80070034

    Hello, I have a couple of GPOs that roll our printers. They have been running smoothly for quite some time, then suddenly started giving our errors on our newer machines. Meaning, the GPOs will work fine on some clients but will not work on others. Also
    all other GPOs work fine on all clients. The clients are similar Lenovo Windows 7 64-bit machines.
    This is the error: Event ID: 4098, Group Policy Printers. The computer '123.123.123.123' preference item in the 'Deploy printers - {3F6DE6D0-86DC-4D1F-AB99-81BC07F23F3C}' Group Policy object did not apply because it failed with error code '0x80070034 You
    were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name.' This error was suppressed.
    I turned every stone I could think of on the problematic machines but cannot find out a reason. I disabled anti-virus/firewall, I logged in as domain admin and I tried both user & computer GPOs. No luck. Notice that I can successfully connect manually
    to the Printer shares (the ones used to distribute the drivers).
    Domain is Win2008 R2. The printers "live" on a Win2012 machine and the drivers come from there. I am using Group Policy Preferences. Ideas are welcome.
    Thanks
    Christos

    Hello and thanks for the suggestion. Yes the drivers are okay, all clients (working and not) run the same Win 7 x64. Let me summarize the situation:
    - The GPO runs because the printer IP ports are created
    - The Printer Shares (that distribute the drivers) are accessible because the printer is installed without any problems/warnings if I manually double click on them (the shares)
    - Security prompts for driver installs are disabled
    I also noticed the following. The error says "The computer '123.123.123.123' preference item in the Group Policy object ... etc" The IP mentioned in that error is NOT the computer/client running the GPO but the IP address of the target printer.
    So the client thinks the Printer already exists or the IP is already taken (or something of that sort).
    Here is the GPresult XML for this
    <GPO>
      <Name>Printers - deploy - user</Name>
      <Path>
        <Identifier xmlns="http://www.microsoft.com/GroupPolicy/Types">{5C21
    1010-F5E0-445C-99F3-0B8A9D9CB680}</Identifier>
        <Domain xmlns="http://www.microsoft.com/GroupPolicy/Types">mydomain.com</Domain>
      </Path>
      <VersionDirectory>34</VersionDirectory>
      <VersionSysvol>34</VersionSysvol>
      <Enabled>true</Enabled>
      <FilterId>MSFT_SomFilter.ID="{6272C5C1-9C4E-40B7-BD5A-277ED70B337D}",Domain="mydomain.com"</FilterId>
      <FilterName>Any Win Desktop OS</FilterName>
      <IsValid>true</IsValid>
      <FilterAllowed>true</FilterAllowed>
      <AccessDenied>false</AccessDenied>
      <Link>
        <SOMPath>mydomain.com/Configuration/Sites/MainOffice</SOMPath>
        <SOMOrder>3</SOMOrder>
        <AppliedOrder>1</AppliedOrder>
        <LinkOrder>4</LinkOrder>
        <Enabled>true</Enabled>
        <NoOverride>false</NoOverride>
      </Link>
    </GPO>

  • Crystal Reports export and print fails with SSL / https but works with http

    Windows 2008 Server, 32-bit (IIS7)
    ASP.NET 2.0
    Ajax 1.0
    Crystal Reports version 10.5.3700.0
    http:  printing works, export works
    https:  printing not working, only export to MS Excel and MS Word work.
    I am able to generate reports using both http and https, and the toolbar icons are all showing.  However, I am unable to print or export properly with SSL.
    Printing prompts me with a select printer window, and then a window 'Retrieving Page 1' follow by two messages from Crystal Print Control both stating:
    A communication error occured.  Printing will be stopped.
    Exporting generates various errors depending on which export method is being selected (however Excel and Word work over https).
    I've found the same problem on this site and other forums, but never a resolution to get exporting and printing to work with SSL.  Will someone please provide me assistance or possibly relay what settings they're using if they have Crystal Reports export or printing working over SSL in IIS7?  Everything works fine when I change the address from https to http.
    Please let me know if I can help by providing further information.  We've gone through a great deal of possible solutions with code and I'm currently looking in to IIS settings again.
    Thank you.

    Thanks Ludek. I got it by searching KB number.
    Unfortunately, it didn’t fix my problem even my IE (IE8 and IE 9) has correct setting.  I double check my version. PrintControl.CAB is version 10.2.0.1146. we use VS 2005 Crystal report and VB .NET. It works fine on HTTP. But when we use HTTPS (SSL Certificate from go daddy).
    1: Crystal report export
                Export to MS Excel, Word: pop us “File download”, then click “Save”. It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to RPt, Rich text format: It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to PDF : nothing happened.
    2: Print:
                Pop up dialog to select printer, click “Print” “. Shows windows “Crystal Report Viewer” and pop us error message box. Title is “Crystal Print Control”. Message is “An communication error occurred. Printing will be stopped”. Click “OK” and pop up error message box again.
    Please advise.
    Thank you very much!

  • Query fails in BI Pub but works in other interfaces

    I have a query that fails in BI Publisher with an 'ORA-00920: invalid relational operator' error but I drop the same query in toad and it works fine. I don't see an error but when one tool tells me something works and another tells me it doesn't, I tend to believe the one that works. There is a case statement in the where clause that seems to be the problem (see below). If I comment it out the query works in BI Pub. The case statement WORKS in Toad. I don't know how to troubleshoot a 'non-error' to make it work in in BI Publisher. Could it be a Toad thing?
    where
    o.orgpoint_nm in (:p_orgpoint_nm) and
    i.inventory_status_desc in (:p_inventory_status) and
    i.version_num in (:p_inventory_version) and
    (case
    when (:p_regulation_alt_nm) is not null and instr(lreg.regulation_alt_nm,(:p_regulation_alt_nm)) > 0
    then 1
    when (:p_regulation_alt_nm) is null and lreg.regulation_nm in (:p_regulation_nm)
    then 1
    end) = 1 AND
    lreq.requirement_nm in (:p_requirement_nm) and
    oi.effective_dt <= sysdate and etc.........

    You could use the Word Page break and see if that works better..
    Thank you,
    Tony Miller
    Webster, TX

  • Samsung printer fails after update to CUPS 1.7.5

    On July 31 I updated my system and cups-1.7.4-1-x86_64, cups-filters-1.0.54-1-x86_64 and libcups-1.7.4-1-x86_64 got updated to cups-1.7.5-1-x86_64, cups-filters-1.0.55-1-x86_64 and libcups-1.7.5-1-x86_64, respectively. I just tried to print something, but instead of the page that should be printed, my printer, a Samsung ML-2165, printed:
    INTERNAL ERROR - Incomplete Session by time out
    POSITION: 0x9eee (40686)
    SYSTEM: h6fw_5.53/os_hook
    LINE: 1353
    VERSION: SPL 5.53 07-22-2011
    I'm using the Samsung ML-2160 printer driver, which worked flawlessly until recently (note that in the beginning I had problems printing more than 1 job without resetting the printer, as stated in the comments, but this issue magically went away).
    I decided to set LogLevel to 'debug' and now my /var/log/cups/error_log reads:
    D [04/Aug/2014:17:56:20 +0200] [Job 73] The following messages were recorded from 17:44:25 to 17:56:20
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Unloading...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading attributes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Unloading...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading attributes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Unloading...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading attributes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Job restarted by user.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] time-at-processing=1407167771
    D [04/Aug/2014:17:56:20 +0200] [Job 73] 3 filters for job:
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pdftops (application/vnd.cups-pdf to application/vnd.cups-postscript, cost 100)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] rastertosamsungspl (application/vnd.cups-postscript to printer/Samsung_ML-2160_Series, cost 0)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] job-sheets=none,none
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[0]="Samsung_ML-2160_Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[1]="73"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[2]="****"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[3]="****straat 4 - Google Maps"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[4]="1"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[5]="EdgeControl=Fine number-up=1 JCLDarkness=NORMAL PageSize=A4 Resolution=600dpi noJCLSkipBlankPages InputSlot=Auto TonerSaveMode=Save MediaType=None job-uuid=urn:uuid:124f4d31-4e75-303a-5dd2-9da2273f0de5 job-originating-host-name=localhost time-at-creation=1407167054 time-at-processing=1407167771"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[6]="/var/spool/cups/d00073-001"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[7]="CUPS_STATEDIR=/run/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[8]="HOME=/var/spool/cups/tmp"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[10]="SERVER_ADMIN=root@dc7800"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[11]="SOFTWARE=CUPS/1.7.5"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[12]="TMPDIR=/var/spool/cups/tmp"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[13]="USER=root"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[14]="CUPS_MAX_MESSAGE=2047"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[17]="IPP_PORT=631"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[18]="CHARSET=utf-8"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[19]="LANG=en_US.UTF-8"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[20]="PPD=/etc/cups/ppd/Samsung_ML-2160_Series.ppd"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[21]="RIP_MAX_CACHE=128m"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[22]="CONTENT_TYPE=application/pdf"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[23]="DEVICE_URI=usb://Samsung/ML-2160%20Series?serial=Z7CYB8GCAA003YK"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[24]="PRINTER_INFO=Samsung ML-2160 Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[25]="PRINTER_LOCATION="
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[26]="PRINTER=Samsung_ML-2160_Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[27]="PRINTER_STATE_REASONS=none"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[28]="CUPS_FILETYPE=document"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[29]="FINAL_CONTENT_TYPE=printer/Samsung_ML-2160_Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[30]="AUTH_I****"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter /usr/lib/cups/filter/pdftopdf (PID 4266)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter /usr/lib/cups/filter/pdftops (PID 4267)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter /usr/lib/cups/filter/rastertosamsungspl (PID 4268)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started backend /usr/lib/cups/backend/usb (PID 4269)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Restarted by "root".
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pdftops - copying to temp print file "/var/spool/cups/tmp/010ab53e725fc"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading USB quirks from "/usr/share/cups/usb".
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loaded 68 quirks.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Printing on printer with URI: usb://Samsung/ML-2160%20Series?serial=Z7CYB8GCAA003YK
    D [04/Aug/2014:17:56:20 +0200] [Job 73] libusb_get_device_list=11
    D [04/Aug/2014:17:56:20 +0200] [Job 73] STATE: +connecting-to-device
    D [04/Aug/2014:17:56:20 +0200] [Job 73] STATE: -connecting-to-device
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Printer found with device ID: MFG:Samsung;CMD:SPL,FWV,PIC,EXT;MDL:ML-2160 Series;CLS:PRINTER;MODE:SPL5,R0STATUS:BUSY; Device URI: usb://Samsung/ML-2160%20Series?serial=Z7CYB8GCAA003YK
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Device protocol: 2
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Sending data to printer.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Set job-printer-state-message to "Sending data to printer.", current level=INFO
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Printer make and model: Samsung LaserPrinter
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Running command line for pstops: pstops 73 mk '****straat 4 - Google Maps' 1 'EdgeControl=Fine JCLDarkness=NORMAL PageSize=A4 Resolution=600dpi noJCLSkipBlankPages InputSlot=Auto TonerSaveMode=Save MediaType=None job-uuid=urn:uuid:124f4d31-4e75-303a-5dd2-9da2273f0de5 job-originating-host-name=localhost time-at-creation=1407167054 time-at-processing=1407167771'
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Using image rendering resolution 600 dpi
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Running command line for gs: gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=ps2write -sOUTPUTFILE=%stdout -dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c 'save pop' -f /var/spool/cups/tmp/010ab53e725fc
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter gs (PID 4275)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter pstops (PID 4276)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4266 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Page = 595x842; 12,12 to 582,830
    D [04/Aug/2014:17:56:20 +0200] [Job 73] slow_collate=0, slow_duplex=0, slow_order=0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before copy_comments - %!PS-Adobe-3.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %!PS-Adobe-3.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%BoundingBox: 0 0 596 842
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%HiResBoundingBox: 0 0 596.00 842.00
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%Creator: GPL Ghostscript 914 (ps2write)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%LanguageLevel: 2
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%CreationDate: D:20140804175611+02'00'
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%Pages: 1
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%EndComments
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before copy_prolog - %%BeginProlog
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before copy_setup - %%Page: 1 1
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before page loop - %%Page: 1 1
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Copying page 1...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pagew = 570.0, pagel = 817.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PageLeft = 12.5, PageRight = 582.5
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PageTop = 829.5, PageBottom = 12.5
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PageWidth = 595.0, PageLength = 842.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 1 pages...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4276 (pstops) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4275 (gs) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4267 (/usr/lib/cups/filter/pdftops) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 158 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 158 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 7963 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 7963 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 4901 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 4901 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 4442 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 4442 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 1679 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 1679 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 7846 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 7846 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Samsung_ML-2160_Series: spl2.c:1322: RenderGDI: Assertion `ul_comp_size < ul_band_size' failed.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Sent 44411 bytes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4268 (/usr/lib/cups/filter/rastertosamsungspl) crashed on signal 6.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Hint: Try setting the LogLevel to "debug" to find out more.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Waiting for read thread to exit...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read thread still active, aborting the pending read...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Resetting printer.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4269 (/usr/lib/cups/backend/usb) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] End of messages
    D [04/Aug/2014:17:56:20 +0200] [Job 73] printer-state=3(idle)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] printer-state-message="Filter failed"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] printer-state-reasons=none
    (I wiped out some confidential information)
    Notice the failure of the RenderCGI assertion, likely causing the crash of rastertosamsungspl. I searched on the net, but didn't find a solution. However, I remembered that the CUPS packages were updated a few days ago and I manually downgraded to the previous releases. This solved the problem for now.
    Can someone see what's changed in the last release, especially regarding communication with a printer driver?

    Some older servers don't know what to do with unknown extensions. They are supposed to ignore them, but some actually close the connections with an error. By encapsulating, you are essentially stripping off any extensions because there is no such thing in the SSLv2 format. Suggest upgrading server if possible.

  • Fail to print via time capsule (samsung scx-4200)

    Hi, i have trouble with print issue..
    I have 2 mac os devices:
    mac pro with 10.6.7 - conected via ethernet to time capsule
    and macbook air with 10.6.7 - conected via wifi to time capsule
    and one non mac (acer notebook with ubuntu linux) conected via wifi to time capsule
    I buy new printer Samsung SCX-4200 and connect it to time capsule - try to print from Mac Pro - its easy started and good worked..
    try to add printer to ubuntu - all nice, printer found, test page work good..
    and go to macbook air and try to add printer. Printer adds normally but when i try to print i receive 'nothing'  and printer Paused.. But when i put scx-4200 directly to my macbook air via usb - it print and scan normally without any problems.
    In both variants with mac os i install drivers for print for mac from samsung.com site directly.
    Please help to resolve this issue, no possible to insert usb to macbookair any time when i need to print something.
    in /var/log/cups/* i have next messages by tail -f /var/log/cups/* and open textedit and type some text + CTRL+P end press enter  ->
    localhost - - [30/May/2011:20:37:12 +0300] "POST /printers/Samsung-4200 HTTP/1.1" 200 1312 Create-Job successful-ok
    localhost - - [30/May/2011:20:37:12 +0300] "POST /printers/Samsung-4200 HTTP/1.1" 200 12353 Send-Document successful-ok
    localhost - - [30/May/2011:20:37:12 +0300] "POST / HTTP/1.1" 200 310 Set-Job-Attributes successful-ok
    ==> page_log <==
    Samsung-4200 9 l33t [30/May/2011:20:37:12 +0300] 1 1 - localhost Untitled A4 -
    ==> error_log <==
    E [30/May/2011:20:37:12 +0300] [Job 9] Unable to read response header - short read
    E [30/May/2011:20:37:12 +0300] [Job 9] Unable to open printer (read failure)!
    D [30/May/2011:20:37:12 +0300] [Job 9] The following messages were recorded from 20:37:12 to 20:37:12
    D [30/May/2011:20:37:12 +0300] [Job 9] Adding start banner page "none".
    D [30/May/2011:20:37:12 +0300] [Job 9] Queued on "Samsung-4200" by "l33t".
    D [30/May/2011:20:37:12 +0300] [Job 9] File of type application/pdf queued by "l33t".
    D [30/May/2011:20:37:12 +0300] [Job 9] Setting job-hold-until to no-hold
    D [30/May/2011:20:37:12 +0300] [Job 9] Adding end banner page "none".
    D [30/May/2011:20:37:12 +0300] [Job 9] Job released by user.
    D [30/May/2011:20:37:12 +0300] [Job 9] job-sheets=none,none
    D [30/May/2011:20:37:12 +0300] [Job 9] argv[0]="Samsung-4200"
    D [30/May/2011:20:37:12 +0300] [Job 9] argv[1]="9"
    D [30/May/2011:20:37:12 +0300] [Job 9] argv[2]="l33t"
    D [30/May/2011:20:37:12 +0300] [Job 9] argv[3]="Untitled"
    D [30/May/2011:20:37:12 +0300] [Job 9] argv[4]="1"
    D [30/May/2011:20:37:12 +0300] [Job 9] argv[5]="AP_ColorMatchingMode=AP_ApplicationColorMatching AP_D_InputSlot= nocollate com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMApplicationName=TextEdit com.apple.print.JobInfo.PMJobName=Untitled com.apple.print.JobInfo.PMJobOwner=l33t com.apple.print.PageToPaperMappingMediaName=A4 com.apple.print.PageToPaperMappingType..n.=1 com.apple.print.PrinterInfo.PMColorDeviceID..n.=5462 com.apple.print.PrintSettings.PMColorSpaceModel..n.=1 com.apple.print.PrintSettings.PMColorSyncProfileID..n.=1580 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMDestinationType..n.=1 com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 DestinationPrinterID=Samsung-4200 media=A4 PaperInfoIsSuggested..b. pserrorhandler-requested=standard job-uuid=urn:uuid:6c043468-8143-3740-4f5f-c1b8f2958f3b job-originating-host-name=localhost time-at-creation=1306777032 time-at-processing=1306777032 job-impressions=1 com.apple.print.PrintSettings.PMTotalSidesImaged..n.=1 com.apple.print.PrintSettings.PMTotalBeginPages..n.=1 PageSize=A4"
    D [30/May/2011:20:37:12 +0300] [Job 9] argv[6]="/private/var/spool/cups/d00009-001"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[0]="<CFProcessPath>"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[11]="[email protected]"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[12]="SOFTWARE=CUPS/1.4.6"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[14]="USER=root"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[15]="CUPS_SERVER=/private/var/run/cupsd"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[17]="IPP_PORT=631"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[18]="CHARSET=utf-8"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[19]="LANG=en_US.UTF-8"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[20]="APPLE_LANGUAGE=en-US"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[21]="PPD=/private/etc/cups/ppd/Samsung-4200.ppd"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[22]="RIP_MAX_CACHE=8m"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[23]="CONTENT_TYPE=application/pdf"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[24]="DEVICE_URI=dnssd://Samsung%20SCX-4200%20Series._riousbprint._tcp.loca l."
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[25]="PRINTER_INFO=Samsung-scx4200"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[26]="PRINTER_LOCATION=printer123"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[27]="PRINTER=Samsung-4200"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[28]="CUPS_FILETYPE=document"
    D [30/May/2011:20:37:12 +0300] [Job 9] envp[29]="FINAL_CONTENT_TYPE=printer/Samsung-4200"
    D [30/May/2011:20:37:12 +0300] [Job 9] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 1759)
    D [30/May/2011:20:37:12 +0300] [Job 9] Started filter /Library/Printers/Samsung/SCX-4200/rastertosec (PID 1760)
    D [30/May/2011:20:37:12 +0300] [Job 9] Started backend /usr/libexec/cups/backend/dnssd (PID 1761)
    D [30/May/2011:20:37:12 +0300] [Job 9] Resolving "Samsung SCX-4200 Series._riousbprint._tcp.local."...
    D [30/May/2011:20:37:12 +0300] [Job 9] STATE: +connecting-to-device
    D [30/May/2011:20:37:12 +0300] [Job 9] Resolving "Samsung SCX-4200 Series", regtype="_riousbprint._tcp", domain="local."...
    D [30/May/2011:20:37:12 +0300] [Job 9] Looking for printer...
    D [30/May/2011:20:37:12 +0300] [Job 9] `/private/var/spool/cups/d00009-001' has 1 pages.
    D [30/May/2011:20:37:12 +0300] [Job 9] cgpdftoraster - opened PPD file "/private/etc/cups/ppd/Samsung-4200.ppd"...
    D [30/May/2011:20:37:12 +0300] [Job 9] cgpdftoraster: size->width = 595, size->length = 842, size->top = 829.5, size->bottom = 12.5, size->left = 12.5, size->right = 582.5
    D [30/May/2011:20:37:12 +0300] [Job 9] cgpdftoraster: PreferredRotation = -90
    D [30/May/2011:20:37:12 +0300] [Job 9] cgpdftoraster - languageLevel = 3, mediaBox.size.width = 595, mediaBox.size.height = 842
    D [30/May/2011:20:37:12 +0300] [Job 9] skipBytesPerRow = 2
    D [30/May/2011:20:37:12 +0300] [Job 9] band width = 4750, bytesPerRow = 4752, band height = 2206, height = 6808
    D [30/May/2011:20:37:12 +0300] [Job 9] context width = 4750, height = 2206, bitsPerComponent = 8, bitsPerPixel = 8, bytesPerRow = 4752, bitmapInfo = 0, resolution = (600.000000, 600.000000)
    D [30/May/2011:20:37:12 +0300] [Job 9] NOT using display list
    D [30/May/2011:20:37:12 +0300] [Job 9] PAGE: 1 1
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 0% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 7% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 14% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 22% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 29% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 36% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 44% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 51% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 58% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 66% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 73% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 80% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 88% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] Printing page 1, 95% complete...
    D [30/May/2011:20:37:12 +0300] [Job 9] cgpdftoraster: bytes written for sheet 1 = 32338000
    D [30/May/2011:20:37:12 +0300] [Job 9] Ready to print.
    D [30/May/2011:20:37:12 +0300] [Job 9] Resolved as "riousbprint://Time-Capsule-d99f2b.local.:10000/Samsung%20SCX-4200%20Series%208 T66BACPB13615P."...
    D [30/May/2011:20:37:12 +0300] [Job 9] STATE: -connecting-to-device,offline-report
    D [30/May/2011:20:37:12 +0300] [Job 9] Executing backend "/usr/libexec/cups/backend/riousbprint"...
    D [30/May/2011:20:37:12 +0300] [Job 9] STATE: +connecting-to-device
    D [30/May/2011:20:37:12 +0300] [Job 9] Looking up "Time-Capsule-d99f2b.local."...
    D [30/May/2011:20:37:12 +0300] [Job 9] Connecting to Time-Capsule-d99f2b.local.:10000
    D [30/May/2011:20:37:12 +0300] [Job 9] Connecting to printer...
    D [30/May/2011:20:37:12 +0300] [Job 9] Connected to 0.0.0.6:10000 (IPv4)...
    D [30/May/2011:20:37:12 +0300] [Job 9] Set job-printer-state-message to "Unable to read response header - short read", current level=ERROR
    D [30/May/2011:20:37:12 +0300] [Job 9] Backend returned status 1 (failed)
    D [30/May/2011:20:37:12 +0300] [Job 9] Printer stopped due to backend errors; please consult the error_log file for details.
    D [30/May/2011:20:37:12 +0300] [Job 9] End of messages
    D [30/May/2011:20:37:12 +0300] [Job 9] printer-state=5(stopped)
    D [30/May/2011:20:37:12 +0300] [Job 9] printer-state-message="Unable to open printer (read failure)!"
    D [30/May/2011:20:37:12 +0300] [Job 9] printer-state-reasons=paused

    Do a google around for that printer and airport usb.. (since airport is more common).
    eg. https://discussions.apple.com/thread/1785847?start=0&tstart=0
    Not all printers work or work well through usb print server.. often the drivers are just not written for remote usb connection. Or the printer is GDI type and actually needs direct connection to process the job.
    Proper network inkjet printers are cheap.. keep the Canon connected to a computer if you want.. and get a wireless or ethernet network printer.. do not use the USB.. use the printers own internal print server.. and these days make sure it does airprint if you want to use iOS devices.
    Remember the printer is cheap.. the companies make all their money on blades ink cartridges. Which they now add chips to, to prevent you cheating and buying OEM types.

  • Printing fails on Epson C62 using OS 10.6 but successful using OS 10.4

    When I tried to print a document using Gutenprint 5.2.3.99.1 as driver for my Epson C62 printing failed with a message: "The PPD version is not compatible with Gutenprint 5.2 3.99.1". I tried printing a jpeg photo and got the same message. I successfully printed the document and photo on another iMac using OS 10.4.11. This problem started after I upgraded from OS 10.5 to OS 10.6.
    Please help.

    You've probably tried, but their site suggests:
    Q: I don’t see my printer driver on the Epson Macintosh Snow Leopard Support page. Where can I find a Mac OS 10.6.x driver for my product?
    A: Try the following:
    Rosetta needs to be installed in Snow Leopard. If necessary, install Rosetta.
    Go to Drivers & Support, select your product category, then select your product name.
    Select Drivers & Downloads, then select Macintosh Operating Systems from the drop-down list and click Go.
    Download the Macintosh 10.5.x drivers for your product.
    Note: If there are no Macintosh OS X 10.5.x drivers available for your product, download and install the Macintosh OS X 10.4.x drivers and the Common Updater software for your product.
    Follow the on screen instructions to finish the driver installation.
    Make sure Rosetta is intstalled.
    Joe

  • I've read a lot of comments/suggestions about camera issues that it turns black when opening the phone camera but nothing is worked for me. I'm so frustrate on my iPhone 5s im using it like for a month, I thought its more better than Samsung but I failed.

    I've read a lot of comments/suggestions about camera issues that it turns black when opening the phone camera but nothing is worked for me. I'm so frustrate on my iPhone 5s im using it like for a month, I thought its more better than Samsung but I failed. Please help!!! I hope apple has something to do about this. Thanks.

    I would have had the phone looked at long before a month of problems.
    First thing to try is to reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.
    If that doesn't help Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support. You phone is under warranty and someone at an Apple store can help you.

  • Report printing failed with "Servlet error: An exception occurred. "

    Hi,
    I use Apex 3.1 in Oracle Express edition develop few applications. In one of the application, when I enable report printing in stardard reports and try to print to PDF/Excel, the servlet error occur.
    I had configured FOP in my server and I can download PDF in "interative report", but for stardard report, the report printing failed.
    I can successfully print the reports in my others applications. Anyone know what could be the reason which cause an application failed to print the report.
    Thanks
    Vincent

    Does your application name have special characters? I heard that the app name has to be just letters and numbers for this to work...actually testing right now.

  • Printing fails, gs crashes

    In my workplace I have two printers a Ricoh Aficio and a HP Color LaserJet 5550 and they are running via a remote CUPS server. However I can browse their cups page via the remote cups web interface.
    I downloaded the suggested drivers hplip and openprinting-ppds-pxlmono-ricoh, in cups as connection I use the webaddress http://cupsserver/printername and I select the correct driver.
    However, each time I try to print I get filter failed on both printers.
    In the /var log file are lines like:
    D [05/Mar/2015:17:07:21 +0100] [Job 9] Running command line for gs: gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=ps2write -sOUTPUTFILE=%stdout -dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c 'save pop' -f /var/spool/cups/tmp/foomatic-uP3YzG
    D [05/Mar/2015:17:07:21 +0100] [Job 9] Started filter gs (PID 30674)
    D [05/Mar/2015:17:07:21 +0100] [Job 9] Started filter pstops (PID 30675)
    D [05/Mar/2015:17:07:21 +0100] [Job 9] The print file is empty.
    D [05/Mar/2015:17:07:21 +0100] [Job 9] PID 30674 (gs) crashed on signal 11!
    D [05/Mar/2015:17:07:21 +0100] [Job 9] PID 30675 (pstops) stopped with status 1!
    so it seems that ghostscript crashes with a segfault.
    I used this printers with another arch machine, I do not actually remember the precise settings. But I guess a gs crash should not happen...
    What can I try?
    Last edited by ezzetabi (2015-03-05 16:39:54)

    Hi,
    the same here. I'm using Xerox machine so it's not printer dependent.
    I had this printer working in the past but now it doesn't work with very similar error as you have.
    E [11/Mar/2015:14:23:13 +0100] [Job 43] Job stopped due to filter errors; please consult the error_log file for details.
    D [11/Mar/2015:14:23:13 +0100] [Job 43] The following messages were recorded from 14:23:13 to 14:23:13
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Adding start banner page "none".
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Adding end banner page "none".
    D [11/Mar/2015:14:23:13 +0100] [Job 43] File of type application/pdf queued by "mirek".
    D [11/Mar/2015:14:23:13 +0100] [Job 43] hold_until=0
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Queued on "MFD-304" by "mirek".
    D [11/Mar/2015:14:23:13 +0100] [Job 43] time-at-processing=1426080193
    D [11/Mar/2015:14:23:13 +0100] [Job 43] 3 filters for job:
    D [11/Mar/2015:14:23:13 +0100] [Job 43] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] pdftops (application/vnd.cups-pdf to application/vnd.cups-postscript, cost 100)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] - (application/vnd.cups-postscript to printer/MFD-304, cost 0)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] job-sheets=none,none
    D [11/Mar/2015:14:23:13 +0100] [Job 43] argv[0]="MFD-304"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] argv[1]="43"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] argv[2]="mirek"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] argv[3]="filetoprint"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] argv[4]="1"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] argv[5]="PageSize=Letter Collate ColorModel=Grayscale Duplex=None job-uuid=urn:uuid:856fa9a1-131d-3cdb-458f-c3b7e015177e job-originating-host-name=localhost time-at-creation=1426080193 time-at-processing=1426080193"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] argv[6]="/var/spool/cups/d00043-001"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[7]="CUPS_STATEDIR=/run/cups"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[8]="HOME=/var/spool/cups/tmp"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[10]="SERVER_ADMIN=root@pracovni"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[11]="SOFTWARE=CUPS/2.0.2"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[12]="TMPDIR=/var/spool/cups/tmp"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[13]="USER=root"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[14]="CUPS_MAX_MESSAGE=2047"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[17]="IPP_PORT=631"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[18]="CHARSET=utf-8"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[19]="LANG=en.UTF-8"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[20]="PPD=/etc/cups/ppd/MFD-304.ppd"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[21]="RIP_MAX_CACHE=128m"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[22]="CONTENT_TYPE=application/pdf"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[23]="DEVICE_URI=socket://10.163.24.24"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[24]="PRINTER_INFO=Xerox WorkCentre 5755 v1 Multifunction System"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[25]="PRINTER_LOCATION=MFD-304"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[26]="PRINTER=MFD-304"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[27]="PRINTER_STATE_REASONS=media-empty-warning"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[28]="CUPS_FILETYPE=document"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] envp[30]="AUTH_I****"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Started filter /usr/lib/cups/filter/pdftopdf (PID 6122)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Started filter /usr/lib/cups/filter/pdftops (PID 6123)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Started backend /usr/lib/cups/backend/socket (PID 6124)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: +connecting-to-device
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Looking up "10.163.24.24"...
    D [11/Mar/2015:14:23:13 +0100] [Job 43] pdftops - copying to temp print file "/var/spool/cups/tmp/017eb55064dbb"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] hrDeviceDesc="Xerox WorkCentre 5755 v1 Multifunction System"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] prtMarkerColorantValue.1.1 = "black"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] ATTR: marker-colors=#000000,#000000,#000000,#000000
    D [11/Mar/2015:14:23:13 +0100] [Job 43] ATTR: marker-names='"Toner Bottle CRU"','"Xerographic CRU module"','"Fuser CRU module"','"Waste Toner Bottle CRU"'
    D [11/Mar/2015:14:23:13 +0100] [Job 43] ATTR: marker-types=toner,transfer-unit,fuser,waste-toner
    D [11/Mar/2015:14:23:13 +0100] [Job 43] ATTR: marker-levels=95,87,87,-1
    D [11/Mar/2015:14:23:13 +0100] [Job 43] new_supply_state=0, change_state=ffff
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -developer-low-report
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -developer-empty-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -marker-supply-low-report
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -marker-supply-empty-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -opc-near-eol-report
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -opc-life-over-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -toner-low-report
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -toner-empty-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -waste-receptacle-almost-full-report
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -waste-receptacle-full-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -cleaner-life-almost-over-report
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -cleaner-life-over-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] new_state=4, change_state=ffff
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: +media-empty-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -door-open-report
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -media-jam-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -input-tray-missing-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -output-tray-missing-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -marker-supply-missing-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -output-area-almost-full-report
    D [11/Mar/2015:14:23:13 +0100] [Job 43] STATE: -output-area-full-warning
    D [11/Mar/2015:14:23:13 +0100] [Job 43] backendWaitLoop(snmp_fd=7, addr=0x7fccfd0d5048, side_cb=0x7fccfbd87230)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] PID 6122 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Printer make and model: Xerox Xerox WorkCentre 7328/7335/7345
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Running command line for pstops: pstops 43 mirek 'Expense Report CZW40321666' 1 'PageSize=Letter ColorModel=Grayscale Duplex=None job-uuid=urn:uuid:856fa9a1-131d-3cdb-458f-c3b7e015177e job-originating-host-name=localhost time-at-creation=1426080193 time-at-processing=1426080193'
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Using image rendering resolution 600 dpi
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Running command line for gs: gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=ps2write -sOUTPUTFILE=%stdout -dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c 'save pop' -f /var/spool/cups/tmp/017eb55064dbb
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Started filter gs (PID 6125)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Started filter pstops (PID 6126)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] The print file is empty.
    D [11/Mar/2015:14:23:13 +0100] [Job 43] PID 6125 (gs) crashed on signal 11!
    D [11/Mar/2015:14:23:13 +0100] [Job 43] PID 6126 (pstops) stopped with status 1!
    D [11/Mar/2015:14:23:13 +0100] [Job 43] PID 6123 (/usr/lib/cups/filter/pdftops) stopped with status 1.
    D [11/Mar/2015:14:23:13 +0100] [Job 43] Hint: Try setting the LogLevel to "debug" to find out more.
    D [11/Mar/2015:14:23:13 +0100] [Job 43] PID 6124 (/usr/lib/cups/backend/socket) exited with no errors.
    D [11/Mar/2015:14:23:13 +0100] [Job 43] End of messages
    D [11/Mar/2015:14:23:13 +0100] [Job 43] printer-state=3(idle)
    D [11/Mar/2015:14:23:13 +0100] [Job 43] printer-state-message="Filter failed"
    D [11/Mar/2015:14:23:13 +0100] [Job 43] printer-state-reasons=media-empty-warning

  • PDF Printer fails to create document

    I have Adobe Acrobat 8.1.2 Standard and today suddenly I cannot create a PDF file from Word 2007. It will create PDF files of up to 5-6 pages but when I try the file that contains 657 pages it will only go to page 90 before I get this error message: Adobe PDF printer failed to create the PDF file.
    I have tried this a couple of times (shut down computer in between each try) and every time I get the same error at the same page. The last attempt was 2 1/2 hours ago and I still have the little Acrobat icon turning circles in my toolbar. Can anyone tell me how to correct this problem?
    I am working on a Dell Inspiron E1505 running Windows XP SP2. I bought Acrobat back in May and this is the first time I've had a problem with it.

    Hi DJ, what is on page 90 (or 91) that is keeping the PDF printer from completing? Any half tones in any graphics? Any intense tables? Graphs?
    Have you tried just making a PDF from that one page? Drill down to the page that is causing the problem, try removing one element at a time, printing to PDF, until you discover what one element is creating this issue.
    We had some snow flakes with gradient half tones in one of our documents that was causing an issue much like you are experiencing.
    J.R.

  • Printing failed because PMSessionBeginCGDocumentNoDialog() returned -108.

    I have the following eror when trying to print multiple emails to PDF in mail, does anyone have any idea how to resolve it?
    Printing failed because PMSessionBeginCGDocumentNoDialog() returned -108.
    Thanks,
    DM

    I'm having this identical issue. Additional symptoms I've noted:
    printing from Word or Excel produces a "Word could not communicate with the printer." or "Excel could not communicate with the printer." dialog box.
    Printing from PowerPoint produces a "There was a printing problem. You may need to print again or adjust your printer settings."
    Printing from Photoshop appears to work, but nothing ever comes out.
    Printing from Safari produces a "Error while printing." dialog box. In the console, I get a log entry for Safari that reads "Printing failed because PMSessionBeginPageNoDialog() returned -30871."
    Printing from TextEdit produces a "Error while printing." dialog box. In the console, I get a log entry for TextEdit that reads "Printing failed because PMSessionBeginCGDocumentNoDialog() returned -30870."
    Switching "auth-info-required" from "negotiate" back to "username,password" throws up a username/password dialog box when printing - but printing works. Switching back to "negotiate" causes a printing failure again.
    CUPS access_log shows a series of "Create-Job successful-ok" for everything attempted to be printed. Nothing in error_log or page_log.
    Printing to a local or an IP printer works.
    trev_f, have you made any progress on the issue?

  • Acrobat X on OS X 10.6.8 Printing Fails

    I am printing to an Epson Stylus Photo 280, and have installed the lastest Epson Printer Update 2.7 via software update.
    Whenever I try and print the printer starts to make noise, but then the printing fails and I get the following error message every time:
    "Error: /Library/Printers/Epson/InkjetPrinter2/Filter/rastertoescpll.app/contents/MacOS/rasteroes cpll failed"
    I can print any PDF using preview, but nothing prints via Acrobat X. Any PDF I try instantly fails.
    Does anyone have any ideas on this, as bascially this makes Acrobat X pretty useless.

    Jonah_Lee wrote:
    Well it certainly seems to be driver related.
    After looking at the console logs, I decided to try out the latest Gutenprint CUPS drivers and I installed Gutenprint 5.2.7 for my Epson Stylues R280, and low and behold, if I use the Gutenprint driver, I can get Acrobat to Print. So bascially this looks like something incompatible with the Epson driver. Is anyone able to print to an R280 using Acrobat X with the Apple installed Epson drivers? Am I the only one with this problem?
    The problem of asking that question is that it's probably pretty unlikely that anyone else actually running an Epson Stylus R280 and Acrobat X under 10.6.8 will actually read your question. There are just too many variables...too many printers out there. Among the dozens of people who will read the post, almost all will be running other printers or other configurations.
    You might see if there are any Epson user forums to finder other users of that printer.

  • Printer fail with Snow Leopard 10.6.1

    I have two GCC Elite printers (XL 20/600 & XL 12/600) connected on our office network. Upgraded to Snow Leopard, got them to print by using LPD process but now find that printing fails intermittently if there are a number of files in the queue.
    We are design studio, using Adobe CS4. The files are no bigger or detailed than when we were on Leopard.
    Any ideas?

    Hi TDCP - welcome to the forums.
    Printer drivers have taken a hit with SL.
    Unless you know for certain that your current drivers are fully compatible with SL, you may need to look for updates in that regard. Same goes for your Adobe products.
    Anything in CUPS that helps?
    http://localhost:631

  • [Gnome 3] cant print from USB printer, Fail to add new printer

    HI all!
    I installed the following:
    cups
    libcups
    gutenprint
    Then add your CUPS server's IP address or hostname into /etc/cups/client.conf, after ServerName. That is all you need. Every application should quickly find the printer(s) shared by that CUPS server.
    did not understand what am i suppose to write in the client.conf: 127.0.0.1 or my hostname (thegrid)
    it says that later version on cups does not require to blocklist the usblp but i did anyways
    but it didnt work
    i restarted the computer too
    any suggestion

    entodoays wrote:I have similar issue. Whenever I try adding a USB printer in Gnome Settings, it is recognised but when I click add, I get a "Adding printer failed" popup. However, I can add printers through the CUPS web interface http://localhost:631/admin.
    Hi, you can install "system-config-printer" ( i think resolve your issue).
    sudo pacman -S system-config-printer.
    I have a Cannon PIXMA 280. My steps to install the drivers( may be help you ) :
    $ sudo pacman -S cups ghostscript gsfonts
    $ sudo pacman -S kdeutils-print-manager gutenprint */KDE.
    $ sudo pacman -S system-config-printer gutenprint */GNOME.
    $ sudo systemctl start cups.service
    $ sudo systemctl enable cups.service
    Best Regards.

Maybe you are looking for

  • Screen painter button image

    Hello Can anyone tell me if it possible to put an image on a button in the screen painter? I would like buttons like in "Tax Report - Selection Criteria" form (i.e. an up- and a down-button), but I don't succeed in putting such an image on the button

  • New view of rotated page not saving in Acrobat X...

    When I open a PDF file in Acrobat X often the page(s) need to be rotated. This is easy enough to do and easy enough to save the document. The bug is that the saved document doesn't remember the rotated view. This worked in previous versions of Acroba

  • I can't play songs that I've bought

    I bought two songs and they stopped downloading in mid stream. I try to resume downloading and I'm told that they won't resume due to a system error # 8248. I have reported them to itunes, I have repaired my problem but, I need to know if I should tr

  • F107 HOW TO REVERSE

    Hello all: how to reverse if I run F107 already. how to prevent if I run 2 times , it's double. Best Regards, Manthana

  • Integrate nagios with sap solution manager technical monitoring

    Hello, We are using nagios to gather the alert from the CCMS of the solution manager 7.1. Recently we start using the Sybase ASE DB 15.6 and 16 on SAP solution manager and Business suite. As the CCMS is not provided to monitor Sybaseand the only way