You are right Branden, when we install EPSON ADK, it modifies our class path
drastically (don't know where) and it breaks the references with our
applications org.ofbiz.pos.jpos.factory.OfbizJposServiceFactory path and
that is why none of the jpos device (maintained internally by ofbiz) works
worthwhile. I'm too afcing the same problem after installing the ADK for
EPSON.

Sure, we can share stuffs and that will be really great lets see, who is
going to tell a good news first :)

Regards,

Ajey Kumar



Branden Strickland wrote:
> 
> FYI,
> 
> I know some of the guys (I have mainly worked with Jacques) around here
> that
> work very closely with the POS.  They are typically (not to speak for
> them!!) available for consulting work if you need to get them involved if
> your back is "against the wall".  They're not cheap (which is why I can't
> currently afford them :P )  but they know their stuff in and out, and I'm
> sure they could get things working.
> 
> I'm going to be working on this problem more today when I get out of the
> "full time" job.
> 
> Hopefully we can help each other out!
> 
> I did notice that NO MATTER how I go about installing the components here
> is
> the results.
> 
> This is still currently using NULL PRINTER.. So I'm not even really
> "calling" the Epson printer yet with my pos-component.xml file.
> 
> Install JAVA COMM api.  Programs starts fine.
> Install RXTXcomm.jar Program starts fine.
> Install JAI (java advanced imaging): Everything works fine.
> Install EPSON ADK:  Program STOPS working, even if I'm still calling the
> NULL PRINTER.
> 
> I'm very interested to dig through this with my JAVA guy today.  I think
> EPSON ADK is modifying something that causes OFBIZ to stop working by
> modifying the JAVA environment.  I'm not sure how yet.. But I hope I can
> find out soon!
> 
> Thanks for the reply!
> 
> 
> On Wed, May 7, 2008 at 12:07 PM, Ajey.bitin <
> [EMAIL PROTECTED]> wrote:
> 
>>
>> Hi Branden,
>>
>> At first thanx for your reply otherwise I was assuming that my problem
>> will
>> not get attention of even a single user. Anyways, definitely I'll post a
>> message when my problem will get over. Right now I'm engaged in
>> establishing
>> database synchronization among POS terminals, PSS and MCS. But the EPSON
>> printer is still a panic for me which I'll have to look for seriously but
>> I'm not getting enough time for it.
>>
>> Hope you will let me know when you'll get some success.
>>
>> Thanx and my best wishes too.
>>
>> Regards,
>>
>> Ajey Kumar
>>
>>
>>
>> Branden Strickland wrote:
>> >
>> > This is quite a late reply.
>> >
>> > I've been busy so I didn't respond, but I wanted to let you know that
>> > you're
>> > in the same boat.
>> >
>> > I get the exact same error, and I've been trying to work on it for the
>> > last
>> > month or so.....To no avail.
>> >
>> > If I figure something out, I'll post it here... If you do, could you do
>> > the
>> > same?
>> >
>> > Thanks!!
>> >
>> > On Wed, Apr 2, 2008 at 9:57 PM, Ajey.bitin <
>> > [EMAIL PROTECTED]> wrote:
>> >
>> >>
>> >> Hi,
>> >>
>> >>
>> >> I'm trying to implement EPSON TM-T88IV Thermal printer in POS. I
>> failed
>> >> to
>> >> configure that because every time the application is shutting down
>> with
>> >> the
>> >> exception given below. Even the application is not starting with EPSON
>> >> TM-T88III printer which is a tested one. The error stack trace given
>> >> below
>> >> occurred for EPSON TM-T88III printer.
>> >>
>> >> I've installed the Java Communication API, copied the EPSOn Jar files
>> in
>> >> the
>> >> lib directory of POS and modified the jpos.xml and pos-containers.xml
>> >> files
>> >> respectively. But everytime I'm getting this error.
>> >>
>> >> I've purchased one EPSON TM-T88IV printer to test and installed
>> >> Epson_JavaPOS_ADK_194.exe on its behalf. Every time services not found
>> >> error
>> >> is coming.
>> >>
>> >> Can anybody suggest me how I should proceed and what are the required
>> JAR
>> >> files (and from where I can get them) for the said Printer.
>> >>
>> >>
>> =======================================================================
>> >> 2008-04-03 05:55:54,687 (main) [ ComponentContainer.java:120:INFO ]
>> All
>> >> components loaded
>> >> 2008-04-03 05:55:54,718 (main) [ClassLoaderContainer.java:50 :INFO ]
>> >> CachedClassLoader created
>> >> 2008-04-03 05:55:54,828 (main) [    ContainerLoader.java:74 :INFO ]
>> >> [Startup] Starting containers...
>> >> jpos/res/jpos.properties file not found
>> >> jpos/res/jpos.properties file not found
>> >> jpos/res/jpos.properties file not found
>> >> 2008-04-03 05:55:55,109 (main) [       DeviceLoader.java:62 :ERROR]
>> >> ---- exception report
>> >> ----------------------------------------------------------
>> >> JPOS Exception
>> >> Exception: jpos.JposException
>> >> Message: Service does not exist in loaded JCL registry
>> >> ---- stack trace
>> >> ---------------------------------------------------------------
>> >> jpos.JposException: Service does not exist in loaded JCL registry
>> >> jpos.loader.simple.SimpleServiceManager.createConnection(Unknown
>> Source)
>> >> jpos.loader.JposServiceLoader.findService(Unknown Source)
>> >> jpos.BaseJposControl.open(Unknown Source)
>> >> org.ofbiz.pos.device.GenericDevice.open(GenericDevice.java:44)
>> >> org.ofbiz.pos.device.DeviceLoader.load(DeviceLoader.java:60)
>> >>
>> >>
>> org.ofbiz.pos.container.JposDeviceContainer.start(JposDeviceContainer.java:50)
>> >>
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:80)
>> >> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>> >> org.ofbiz.base.start.Start.startServer(Start.java:314)
>> >> org.ofbiz.base.start.Start.start(Start.java:318)
>> >> org.ofbiz.base.start.Start.main(Start.java:404)
>> >>
>> >>
>> --------------------------------------------------------------------------------
>> >>
>> >> 2008-04-03 05:55:55,109 (main) [JposDeviceContainer.java:52 :INFO ]
>> >> ****************************************************
>> >> **
>> >> 2008-04-03 05:55:55,109 (main) [JposDeviceContainer.java:53 :INFO ]
>> >> Please
>> >> verify that your receipt printer is connected
>> >>  !
>> >> 2008-04-03 05:55:55,140 (main) [JposDeviceContainer.java:54 :INFO ]
>> >> ****************************************************
>> >> **
>> >> org.ofbiz.base.start.StartupException: Cannot start()
>> >> org.ofbiz.pos.container.JposDeviceContainer (null)
>> >>        at
>> >>
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:82)
>> >>        at org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>> >>        at org.ofbiz.base.start.Start.startServer(Start.java:314)
>> >>        at org.ofbiz.base.start.Start.start(Start.java:318)
>> >>        at org.ofbiz.base.start.Start.main(Start.java:404)
>> >> org.ofbiz.base.container.ContainerException
>> >>        at
>> >>
>> >>
>> org.ofbiz.pos.container.JposDeviceContainer.start(JposDeviceContainer.java:55)
>> >>        at
>> >>
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:80)
>> >>        at org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>> >>        at org.ofbiz.base.start.Start.startServer(Start.java:314)
>> >>        at org.ofbiz.base.start.Start.start(Start.java:318)
>> >>        at org.ofbiz.base.start.Start.main(Start.java:404)
>> >> org.ofbiz.base.util.GeneralException
>> >>        at org.ofbiz.pos.device.DeviceLoader.load(DeviceLoader.java:63)
>> >>        at
>> >>
>> >>
>> org.ofbiz.pos.container.JposDeviceContainer.start(JposDeviceContainer.java:50)
>> >>        at
>> >>
>> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:80)
>> >>        at org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
>> >>        at org.ofbiz.base.start.Start.startServer(Start.java:314)
>> >>        at org.ofbiz.base.start.Start.start(Start.java:318)
>> >>        at org.ofbiz.base.start.Start.main(Start.java:404)
>> >> 2008-04-03 05:55:55,296 (OFBiz_Shutdown_Hook) [
>> >> ContainerLoader.java:93
>> >> :INFO ] Shutting down containers
>> >> 2008-04-03 05:55:55,296 (OFBiz_Shutdown_Hook) [
>> >> DeviceLoader.java:241:ERROR]
>> >> ---- exception report
>> >> ----------------------------------------------------------
>> >> JPOS Exception
>> >> Exception: jpos.JposException
>> >> Message: Control not opened
>> >> ---- stack trace
>> >> ---------------------------------------------------------------
>> >> jpos.JposException: Control not opened
>> >> jpos.BaseJposControl.release(Unknown Source)
>> >> org.ofbiz.pos.device.GenericDevice.close(GenericDevice.java:55)
>> >> org.ofbiz.pos.device.DeviceLoader.stop(DeviceLoader.java:208)
>> >>
>> >>
>> org.ofbiz.pos.container.JposDeviceContainer.stop(JposDeviceContainer.java:63)
>> >>
>> org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java:99)
>> >> org.ofbiz.base.start.Start.shutdownServer(Start.java:300)
>> >> org.ofbiz.base.start.Start.access$000(Start.java:43)
>> >> org.ofbiz.base.start.Start$1.run(Start.java:277)
>> >>
>> >>
>> --------------------------------------------------------------------------------
>> >>
>> >> 2008-04-03 05:55:55,296 (OFBiz_Shutdown_Hook)
>> >> [JposDeviceContainer.java:66
>> >> :ERROR]
>> >> ---- exception report
>> >> ----------------------------------------------------------
>> >> Exception: org.ofbiz.base.util.GeneralException
>> >> Message: null
>> >> ---- stack trace
>> >> ---------------------------------------------------------------
>> >> org.ofbiz.base.util.GeneralException
>> >> org.ofbiz.pos.device.DeviceLoader.stop(DeviceLoader.java:242)
>> >>
>> >>
>> org.ofbiz.pos.container.JposDeviceContainer.stop(JposDeviceContainer.java:63)
>> >>
>> org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java:99)
>> >> org.ofbiz.base.start.Start.shutdownServer(Start.java:300)
>> >> org.ofbiz.base.start.Start.access$000(Start.java:43)
>> >> org.ofbiz.base.start.Start$1.run(Start.java:277)
>> >>
>> >>
>> --------------------------------------------------------------------------------
>> >>
>> >> 2008-04-03 05:55:55,296 (OFBiz_Shutdown_Hook)
>> >> [JposDeviceContainer.java:68
>> >> :INFO ] JPOS Devices released and closed
>> >>
>> >>
>> ============================================================================
>> >>
>> >> Thanx,
>> >>
>> >> ajey.bitin
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/Configuring-EPSON-TM-T88IV-Thermal-printer-in-POS-tp16459450p16459450.html
>> >> Sent from the OFBiz - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Configuring-EPSON-TM-T88IV-Thermal-printer-in-POS-tp16459450p17108049.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Configuring-EPSON-TM-T88IV-Thermal-printer-in-POS-tp16459450p17111227.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to