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.

Reply via email to