Results 1 to 6 of 6
In java application.I am sending 5 files for printing at a time.Insetad of 5 only two were prinite .anothe files gives the error
Error Occured :net.sf.jasperreports.engine.JRException: Printer is not accepting ...
- 06-02-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 1
Problem:Linux OS,Error Printing Report in iReport
In java application.I am sending 5 files for printing at a time.Insetad of 5 only two were prinite .anothe files gives the error
Error Occured :net.sf.jasperreports.engine.JRException: Printer is not accepting job.
java.awt.print.PrinterException: Printer is not accepting job.
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at sun.print.RasterPrinterJob.print(RasterPrinterJob. java:1284)
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at net.sf.jasperreports.engine.export.JRPrintServiceE xporter.exportReport(JRPrintServiceExporter.java:2 10)
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at com.cashtech.orion.helpers.DesignPainter.printPDF( DesignPainter.java:164)
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at com.cashtech.orion.helpers.DesignPainterServlet.on linePrint(DesignPainterServlet.java:530)
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at com.cashtech.orion.helpers.DesignPainterServlet.do Post(DesignPainterServlet.java:8
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet .java:763)
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet .java:856)
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:966)
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:907)
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.d oFilter(WebAppFilterChain.java:145)
[2/12/08 16:01:18:187 WST] 00000046 SystemErr R at com.opensymphony.webwork.dispatcher.FilterDispatch er.doFilter(FilterDispatcher.java:189)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.filter.FilterInstanceWrapp er.doFilter(FilterInstanceWrapper.java:190)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.d oFilter(WebAppFilterChain.java:130)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain._ doFilter(WebAppFilterChain.java:87)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager .doFilter(WebAppFilterManager.java:696)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager .doFilter(WebAppFilterManager.java:641)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.han dleRequest(ServletWrapper.java:475)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.h andleRequest(ServletWrapper.java:463)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.servlet.CacheServletWrappe r.handleRequest(CacheServletWrapper.java:92)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest (WebContainer.java:744)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.wswebcontainer.WebContainer.handleReque st(WebContainer.java:1425)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.read y(WCChannelLink.java:92)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLi nk.handleDiscrimination(HttpInboundLink.java:465)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLi nk.handleNewInformation(HttpInboundLink.java:394)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCa llback.complete(HttpICLReadCallback.java:102)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListe ner.futureCompleted(AioReadCompletionListener.java :152)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallbac k(AbstractAsyncFuture.java:213)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.io.async.AbstractAsyncFuture.fireCompletio nActions(AbstractAsyncFuture.java:195)
[2/12/08 16:01:18:188 WST] 00000046 SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture .java:136)
[2/12/08 16:01:18:189 WST] 00000046 SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHand ler.java:193)
[2/12/08 16:01:18:189 WST] 00000046 SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingL oop(ResultHandler.java:725)
[2/12/08 16:01:18:189 WST] 00000046 SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler .java:847)
[2/12/08 16:01:18:189 WST] 00000046 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.j ava:149
[2/12/08 16:01:18:189 WST] 00000046 SystemErr R
- 08-05-2008 #2Just Joined!
- Join Date
- Aug 2008
- Posts
- 2
Problem:Linux OS,Error Printing Report in iReport
I had happening with the printing report Error under OpenSUSE 11.0 report 2.0.5.But printing files in the OS have been always well.please send me by the email:huanghuiwen007@gmail.com.Thanks!
- 08-11-2008 #3Just Joined!
- Join Date
- Dec 2007
- Posts
- 86
Are you printing with CUPS?
- 08-12-2008 #4Just Joined!
- Join Date
- Aug 2008
- Posts
- 2
OpenSUSE11.0 for iReport2.0.5 in CUPS Printing SYS
Printing Sys:CUPS,Printing Machine:Kyocera KM-2050.At present,printed result was not clear.
- 08-15-2008 #5Just Joined!
- Join Date
- Dec 2007
- Posts
- 86
I would go to the CUPS-website, register your printer there, and have direct access to the adminstration and your printer via http://www.localhost:361/
Then try to manage the problems from that website, and get the error messages from there.
After, you will have a link, like this:
http://www.localhost:361/admin/printers
- 08-16-2008 #6Just Joined!
- Join Date
- Dec 2007
- Posts
- 86
You could also configure your Java settings in Firefox:
Edit
Preferences
Content
Advanced
Advanced Java Script Setting
You might have to give more allowance to Java scripts.
Thank you, and have a great weekend.
Edit:
Always reset CUPS after changing relevant settings (KMenu; Print System; Print Manager; Print Server; Restart Server).
The server is the printer server, respectively, the CUPS-server.
.... But try monitoring and controlling your printer via the CUPS-website in Internet: You will have to register your printer.
After, you can access your printer settings, and fixing tools (error_log messages, etc.) via http://www.localhost:361/
Thank you, and have a great weekend.


Reply With Quote
