Never mind!  I took care of it!  Didn't realize I could edit that page when
logged in!

2008/7/7 Branden Strickland <[EMAIL PROTECTED]>:

> Jacques,
>
> You can remove the stack trace (java exception) from the POS info page.  I
> figured out what it was.
>
> I still had my cash drawer setup in pos-components and it's setup to pass
> through the printer.  It was actually the cash drawer thinking that the
> receipt printer was turned off (becuase it wasn't connected) because as
> stated before, Epson specifically tells you never to connected the cash
> drawer to a network printer.
>
> So there you have it, the implementation with no errors!
>
> Thanks!
>
> 2008/6/26 Branden Strickland <[EMAIL PROTECTED]>:
>
> https://issues.apache.org/jira/browse/OFBIZ-1853
>>
>> That wasn't so bad! ;P
>>
>>
>> 2008/6/19 Jacques Le Roux <[EMAIL PROTECTED]>:
>>
>>> Feel free to open a Jira issue, then we will see... There is clear
>>> informations in
>>> http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practicesplease
>>>  read them if not already done
>>>
>>>
>>> Jacques
>>>
>>> From: "Branden Strickland" <[EMAIL PROTECTED]>
>>>
>>>> would you like me to comment on the POS write up on the page that
>>>> describes
>>>> the list of printers that work?  Or would you like me to comment on a
>>>> particular jira issue?  Or at that extent, possibly create a whole new
>>>> jira
>>>> issue... which might be fun, since I haven't do that before!
>>>>
>>>> 2008/6/19 Jacques Le Roux <[EMAIL PROTECTED]>:
>>>>
>>>>  I would suggest to do the simplest for you
>>>>>
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Branden Strickland" <[EMAIL PROTECTED]>
>>>>>
>>>>>  What exactly would you want?  Would you like a right up for the POS
>>>>>> page
>>>>>> for
>>>>>> hooking up the network printer?  Or would you like me to find out
>>>>>> where
>>>>>> that
>>>>>> small exception is found and try to fix?   It seems like it's being
>>>>>> done
>>>>>> within the Epson ADK java files, but whatever you'd like from me, I'll
>>>>>> give
>>>>>> a shot.
>>>>>>
>>>>>> Thanks -
>>>>>>
>>>>>> 2008/6/18 Jacques Le Roux <[EMAIL PROTECTED]>:
>>>>>>
>>>>>>  Branden,
>>>>>>
>>>>>>>
>>>>>>> Would you mind contribute this effort to the community ? Now that you
>>>>>>> began
>>>>>>> to send a 1st patch it should not be a big deal for you :o)
>>>>>>>
>>>>>>> TIA
>>>>>>>
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Branden Strickland" <[EMAIL PROTECTED]>
>>>>>>>
>>>>>>>
>>>>>>>  Epson specifically tells you only to use the RJ11 cord with serial.
>>>>>>>
>>>>>>>   You're
>>>>>>>> not to use it with the Ethernet connection.  I'm not sure why, but
>>>>>>>> they
>>>>>>>> insist that pass-through drawers and customer displays must not be
>>>>>>>> used
>>>>>>>> with
>>>>>>>> Ethernet Drawers.
>>>>>>>>
>>>>>>>> Not a big deal..  I can modify the code to work.   I was just
>>>>>>>> letting
>>>>>>>> everyone know that the ethernet version does indeed work with ofbiz.
>>>>>>>>
>>>>>>>> 2008/6/18 Jacques Le Roux <[EMAIL PROTECTED]>:
>>>>>>>>
>>>>>>>>  Why don' tyou use a simple pop-drawer connected to your printer
>>>>>>>> with a
>>>>>>>>
>>>>>>>>  rj11
>>>>>>>>> cable ?
>>>>>>>>>
>>>>>>>>> Jacques
>>>>>>>>>
>>>>>>>>> From: "Branden Strickland" <[EMAIL PROTECTED]>
>>>>>>>>>
>>>>>>>>>  I aim to please.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  I think this may be related to the fact that my pop-drawer is
>>>>>>>>>> still
>>>>>>>>>> configured in pos-components.xml and you can't hook them up to the
>>>>>>>>>> Ethernet
>>>>>>>>>> printers.
>>>>>>>>>>
>>>>>>>>>> ---- exception report
>>>>>>>>>> ----------------------------------------------------------
>>>>>>>>>> Exception: jpos.JposException
>>>>>>>>>> Message: The power supply of the device is off.
>>>>>>>>>> ---- stack trace
>>>>>>>>>> ---------------------------------------------------------------
>>>>>>>>>> jpos.JposException: The power supply of the device is off.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> jp.co.epson.upos.pntr.init.AbstractPrinterInitialization.getRealtimeStatus(Unknown
>>>>>>>>>> Source)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> jp.co.epson.upos.pntr.init.AbstractPrinterInitialization.getPrinterStatus(Unknown
>>>>>>>>>> Source)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> jp.co.epson.upos.pntr.init.AbstractPrinterInitialization.getPrinterStatus(Unknown
>>>>>>>>>> Source)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> jp.co.epson.upos.pntr.init.AbstractPrinterInitialization.initializeCommon(Unknown
>>>>>>>>>> Source)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> jp.co.epson.upos.pntr.init.AbstractPrinterInitialization.initialize(Unknown
>>>>>>>>>> Source)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> jp.co.epson.upos.pntr.init.AbstractPrinterInitialization.initializeDevice(Unknown
>>>>>>>>>> Source)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> jp.co.epson.upos.drw.CashDrawerPortControl.initializePrinterInstance(Unknown
>>>>>>>>>> Source)
>>>>>>>>>> jp.co.epson.upos.drw.CashDrawerPortControl.openPort(Unknown
>>>>>>>>>> Source)
>>>>>>>>>>
>>>>>>>>>> jp.co.epson.upos.drw.CommonCashDrawerService.setDeviceEnabled(Unknown
>>>>>>>>>> Source)
>>>>>>>>>> jpos.BaseJposControl.setDeviceEnabled(Unknown Source)
>>>>>>>>>> org.ofbiz.pos.device.GenericDevice.enable(GenericDevice.java:71)
>>>>>>>>>> org.ofbiz.pos.device.GenericDevice.open(GenericDevice.java:46)
>>>>>>>>>> org.ofbiz.pos.device.DeviceLoader.load(DeviceLoader.java:165)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> org.ofbiz.pos.container.JposDeviceContainer.start(JposDeviceContainer.java:50)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
>>>>>>>>>> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>>>>>>>>>> org.ofbiz.base.start.Start.startServer(Start.java:312)
>>>>>>>>>> org.ofbiz.base.start.Start.start(Start.java:316)
>>>>>>>>>> org.ofbiz.base.start.Start.main(Start.java:399)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --------------------------------------------------------------------------------
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 2008/6/17 和风赛跑 <[EMAIL PROTECTED]>:
>>>>>>>>>>
>>>>>>>>>>  Could you supply the more detail about the exception you got?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  ------------------ 原始邮件 ------------------
>>>>>>>>>>>  发件人: "Branden Strickland"<[EMAIL PROTECTED]>;
>>>>>>>>>>>  发送时间: 2008年6月18日(星期三) 中午11:39
>>>>>>>>>>>  收件人: "user"<[email protected]>;
>>>>>>>>>>>
>>>>>>>>>>>  主题: pos - network printer works
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  I jus got my tm-t88IV working with the ofbis pos plugged into a
>>>>>>>>>>> Switch
>>>>>>>>>>> in another room!  Theethernet add in card worked like a charm!  I
>>>>>>>>>>> get
>>>>>>>>>>> one exception that is caught in the terminal but doesn't stop the
>>>>>>>>>>> pos
>>>>>>>>>>> from koading.  The print method works fine with it.  The error
>>>>>>>>>>> was
>>>>>>>>>>> somthing I'm assuming the serial port can provide and sais
>>>>>>>>>>> something
>>>>>>>>>>> like the poweer supply is off.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Hope this helps some one
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Reply via email to