[
https://issues.apache.org/jira/browse/OFBIZ-10972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Le Roux closed OFBIZ-10972.
-----------------------------------
Resolution: Fixed
Thanks Mohammed ,
Your patch is in trunk at revision: 1867784
I noticed an issue while trying to print, at least on Windows 7 on my printer
(but I guess everywhere for my printer, since it's Java):
{noformat}
2019-09-30 19:07:47,314 |OFBiz-JobQueue-1 |ContentUrlTag
|W| Request was null in appendContentPrefix; this probably means this was used
where it shouldn't be, like using ofbizContentUrl in a screen rendered through a
service; using best-bet behavior: standard prefix from url.properties (no
WebSite or security setting known)
2019-09-30 19:07:47,322 |OFBiz-JobQueue-1 |ScreenFactory
|I| Got 42 screens in 0.008s from:
file:/C:/projectsASF/ofbiz/applications/party/widget/partymgr/PartyScreens.xml
2019-09-30 19:07:47,322 |OFBiz-JobQueue-1 |UtilProperties
|W| Error converting String "" to Integer; using defaultNumber 60.
2019-09-30 19:07:47,352 |OFBiz-JobQueue-1 |FOP
|D| target-resolution set to: 72.0dpi (px2mm=0.35277778)
2019-09-30 19:07:47,353 |OFBiz-JobQueue-1 |FOP
|D| User configuration found for MIME type application/pdf
2019-09-30 19:07:47,353 |OFBiz-JobQueue-1 |FOP
|D| User configuration found for MIME type application/pdf
2019-09-30 19:07:47,479 |OFBiz-JobQueue-1 |FOUserAgent
|W| Font "NotoSans,normal,700" not found. Substituting with
"NotoSans,normal,400".
2019-09-30 19:07:47,506 |OFBiz-JobQueue-1 |FOUserAgent
|W| The contents of fo:region-before on page 1 exceed the available area in the
block-progression direction by 19200 millipoints. (See position 28:58)
2019-09-30 19:07:47,522 |OFBiz-JobQueue-1 |OutputServices
|I| Using printer: Samsung ML-2160 Series
2019-09-30 19:07:47,522 |OFBiz-JobQueue-1 |ObjectType
|E| null
java.lang.ClassNotFoundException: No converter found for
javax.print.DocFlavor$INPUT_STREAM->java.lang.String
at
org.apache.ofbiz.base.conversion.Converters.getConverter(Converters.java:84)
~[main/:?]
at
org.apache.ofbiz.base.util.ObjectType.simpleTypeOrObjectConvert(ObjectType.java:331)
[main/:?]
at
org.apache.ofbiz.base.util.string.FlexibleStringExpander.expandString(FlexibleStringExpander.java:442)
[main/:?]
at
org.apache.ofbiz.base.util.string.FlexibleStringExpander$Elements.get(FlexibleStringExpander.java:630)
[main/:?]
at
org.apache.ofbiz.base.util.string.FlexibleStringExpander.expandString(FlexibleStringExpander.java:435)
[main/:?]
at
org.apache.ofbiz.base.util.string.FlexibleStringExpander.expandString(FlexibleStringExpander.java:172)
[main/:?]
at
org.apache.ofbiz.base.util.string.FlexibleStringExpander.expandString(FlexibleStringExpander.java:145)
[main/:?]
at
org.apache.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:681)
[main/:?]
at
org.apache.ofbiz.content.output.OutputServices.sendPrintFromScreen(OutputServices.java:169)
[main/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.8.0_202]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_202]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_202]
at
org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100)
[main/:?]
at
org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
[main/:?]
at
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:417)
[main/:?]
at
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
[main/:?]
at
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:88)
[main/:?]
at
org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
[main/:?]
at org.apache.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87)
[main/:?]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_202]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_202]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
2019-09-30 19:07:47,522 |OFBiz-JobQueue-1 |ObjectType
|W| No special conversion available for javax.print.DocFlavor$INPUT_STREAM to
String, returning object.toString().
2019-09-30 19:07:47,522 |OFBiz-JobQueue-1 |ServiceUtil
|E| {errorMessage=DocFlavor application/postscript; class="java.io.InputStream"
not supported by printer: Samsung ML-2160 Series, responseMessage=error}
2019-09-30 19:07:47,523 |OFBiz-JobQueue-1 |ServiceDispatcher
|E| Error in Service [sendPrintFromScreen]: DocFlavor application/postscript;
class="java.io.InputStream" not supported by printer: Samsung ML-2160 Series
2019-09-30 19:07:47,523 |OFBiz-JobQueue-1 |TransactionUtil
|E| [TransactionUtil.rollback]
java.lang.Exception: Stack Trace
at
org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:314)
[main/:?]
at
org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:290)
[main/:?]
at
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:562)
[main/:?]
at
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
[main/:?]
at
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:88)
[main/:?]
at
org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
[main/:?]
at org.apache.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87)
[main/:?]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_202]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_202]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
2019-09-30 19:07:47,523 |OFBiz-JobQueue-1 |TransactionUtil
|I| Transaction rolled back
2019-09-30 19:07:47,523 |OFBiz-JobQueue-1 |ServiceDispatcher
|T| Sync service [default/sendPrintFromScreen] finished in [640] milliseconds
2019-09-30 19:07:47,523 |OFBiz-JobQueue-1 |GenericServiceJob
|E| Async-Service failed.
java.lang.Exception: DocFlavor application/postscript;
class="java.io.InputStream" not supported by printer: Samsung ML-2160 Series
at
org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73)
[main/:?]
at org.apache.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87)
[main/:?]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_202]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_202]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
2019-09-30 19:07:47,523 |OFBiz-JobQueue-1 |PersistedServiceJob
|W| Persisted Job [10944] Failed. Max Retry Hit, not re-scheduling
{noformat}
I'll create a Jira for that. BTW I highly recommend this printer :) !
> Clarify orders list headers at Find Order screen
> ------------------------------------------------
>
> Key: OFBIZ-10972
> URL: https://issues.apache.org/jira/browse/OFBIZ-10972
> Project: OFBiz
> Issue Type: Improvement
> Components: order
> Affects Versions: Trunk
> Environment:
> https://demo-trunk.ofbiz.apache.org/ordermgr/control/findorders
> Reporter: Sanjay Yadav
> Assignee: Jacques Le Roux
> Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: FindOrderFilterNotWorking.png, Ofbiz-10972.patch
>
>
> Steps to regenerate issue -
> # Go to Backend ERP application using link -
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/findorders]
> # Navigate to bottom of the page in Order(s) Found section
> # At rightmost corner check of unlabelled drop downs.
> Actual - there are two drop downs and both are unlabelled, Also, second is
> always empty, no data populating into it.
> Expected -
> 1) I think drop down should be labelled.
> 2) There should be data created for second drop down if it's required.
> 3) Choose value from drop down and click Run Action button. It display no
> results with message -
> "The Following Errors Occurred:
> The following required parameter is missing: [IN]
> [massChangeOrderApproved.orderIdList]"
> Please refer attachment.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)