Hello,
Today when I tried to start POS application it not starting and giving the Error Message (Enclosed Below). Can anyone pin-point why I'm receiving this error. I'm running it on my laptop (Windows XP) with no POS device attached to it. Error Message - 2007-07-26 12:18:46,944 (main) [ DeviceLoader.java:65 :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:47) org.ofbiz.pos.device.DeviceLoader.load(DeviceLoader.java:63) org.ofbiz.pos.container.JposDeviceContainer.start(JposDeviceContainer.java :53) org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:83) org.ofbiz.base.start.Start.startStartLoaders(Start.java:266) org.ofbiz.base.start.Start.startServer(Start.java:317) org.ofbiz.base.start.Start.start(Start.java:321) org.ofbiz.base.start.Start.main(Start.java:407) -------------------------------------------------------------------------------- 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:55 :INFO ] ****************************************************** 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:56 :INFO ] Please verify that your receipt printer is connected ! 2007-07-26 12:18:46,974 (main) [JposDeviceContainer.java:57 :INFO ] ****************************************************** 2007-07-26 12:18:46,984 (OFBiz_Shutdown_Hook) [ ContainerLoader.java:96 :INFO ] Shutting down containers 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [ DeviceLoader.java:244: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:58) org.ofbiz.pos.device.DeviceLoader.stop(DeviceLoader.java:211) org.ofbiz.pos.container.JposDeviceContainer.stop(JposDeviceContainer.java :66) org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java:102) org.ofbiz.base.start.Start.shutdownServer(Start.java:303) org.ofbiz.base.start.Start.access$000(Start.java:46) org.ofbiz.base.start.Start$1.run(Start.java:280) -------------------------------------------------------------------------------- 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [JposDeviceContainer.java:69 :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:245) org.ofbiz.pos.container.JposDeviceContainer.stop(JposDeviceContainer.java :66) org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java:102) org.ofbiz.base.start.Start.shutdownServer(Start.java:303) org.ofbiz.base.start.Start.access$000(Start.java:46) org.ofbiz.base.start.Start$1.run(Start.java:280) -------------------------------------------------------------------------------- 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [JposDeviceContainer.java:71 :INFO ] JPOS Devices released and closed Thanking you, Regards, Gurcharan -- www.digitalmediainitiatives.com |
Administrator
|
Do you have a printer receipt connected and not switched on ?
Jacques De : "Gurcharan Singh" <[hidden email]> > Hello, > > Today when I tried to start POS application it not starting and giving the > Error Message (Enclosed Below). Can anyone pin-point why I'm receiving this > error. > > I'm running it on my laptop (Windows XP) with no POS device attached to it. > > > Error Message - > > 2007-07-26 12:18:46,944 (main) [ DeviceLoader.java:65 :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:47) > org.ofbiz.pos.device.DeviceLoader.load(DeviceLoader.java:63) > org.ofbiz.pos.container.JposDeviceContainer.start(JposDeviceContainer.java > :53) > org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:83) > org.ofbiz.base.start.Start.startStartLoaders(Start.java:266) > org.ofbiz.base.start.Start.startServer(Start.java:317) > org.ofbiz.base.start.Start.start(Start.java:321) > org.ofbiz.base.start.Start.main(Start.java:407) > -------------------------------------------------------------------------------- > > 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:55 :INFO ] > ****************************************************** > 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:56 :INFO ] Please > verify that your receipt printer is connected ! > 2007-07-26 12:18:46,974 (main) [JposDeviceContainer.java:57 :INFO ] > ****************************************************** > 2007-07-26 12:18:46,984 (OFBiz_Shutdown_Hook) [ ContainerLoader.java:96 > :INFO ] Shutting down containers > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [ > DeviceLoader.java:244: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:58) > org.ofbiz.pos.device.DeviceLoader.stop(DeviceLoader.java:211) > org.ofbiz.pos.container.JposDeviceContainer.stop(JposDeviceContainer.java > :66) > org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java:102) > org.ofbiz.base.start.Start.shutdownServer(Start.java:303) > org.ofbiz.base.start.Start.access$000(Start.java:46) > org.ofbiz.base.start.Start$1.run(Start.java:280) > -------------------------------------------------------------------------------- > > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [JposDeviceContainer.java:69 > :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:245) > org.ofbiz.pos.container.JposDeviceContainer.stop(JposDeviceContainer.java > :66) > org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java:102) > org.ofbiz.base.start.Start.shutdownServer(Start.java:303) > org.ofbiz.base.start.Start.access$000(Start.java:46) > org.ofbiz.base.start.Start$1.run(Start.java:280) > -------------------------------------------------------------------------------- > > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [JposDeviceContainer.java:71 > :INFO ] JPOS Devices released and closed > > > Thanking you, > > Regards, > Gurcharan > > > -- > www.digitalmediainitiatives.com > |
Hello,
I'm testing it on my laptop which don't have any printer attached to it. ~Gurcharan On 7/26/07, Jacques Le Roux <[hidden email]> wrote: > > Do you have a printer receipt connected and not switched on ? > > Jacques > > De : "Gurcharan Singh" <[hidden email]> > > Hello, > > > > Today when I tried to start POS application it not starting and giving > the > > Error Message (Enclosed Below). Can anyone pin-point why I'm receiving > this > > error. > > > > I'm running it on my laptop (Windows XP) with no POS device attached to > it. > > > > > > Error Message - > > > > 2007-07-26 12:18:46,944 (main) [ DeviceLoader.java:65 :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:47) > > org.ofbiz.pos.device.DeviceLoader.load(DeviceLoader.java:63) > > org.ofbiz.pos.container.JposDeviceContainer.start( > JposDeviceContainer.java > > :53) > > org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:83) > > org.ofbiz.base.start.Start.startStartLoaders(Start.java:266) > > org.ofbiz.base.start.Start.startServer(Start.java:317) > > org.ofbiz.base.start.Start.start(Start.java:321) > > org.ofbiz.base.start.Start.main(Start.java:407) > > > -------------------------------------------------------------------------------- > > > > 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:55 :INFO ] > > ****************************************************** > > 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:56 :INFO ] > Please > > verify that your receipt printer is connected ! > > 2007-07-26 12:18:46,974 (main) [JposDeviceContainer.java:57 :INFO ] > > ****************************************************** > > 2007-07-26 12:18:46,984 (OFBiz_Shutdown_Hook) [ ContainerLoader.java > :96 > > :INFO ] Shutting down containers > > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [ > > DeviceLoader.java:244: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:58) > > org.ofbiz.pos.device.DeviceLoader.stop(DeviceLoader.java:211) > > org.ofbiz.pos.container.JposDeviceContainer.stop( > JposDeviceContainer.java > > :66) > > org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java > :102) > > org.ofbiz.base.start.Start.shutdownServer(Start.java:303) > > org.ofbiz.base.start.Start.access$000(Start.java:46) > > org.ofbiz.base.start.Start$1.run(Start.java:280) > > > -------------------------------------------------------------------------------- > > > > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [JposDeviceContainer.java > :69 > > :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:245) > > org.ofbiz.pos.container.JposDeviceContainer.stop( > JposDeviceContainer.java > > :66) > > org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java > :102) > > org.ofbiz.base.start.Start.shutdownServer(Start.java:303) > > org.ofbiz.base.start.Start.access$000(Start.java:46) > > org.ofbiz.base.start.Start$1.run(Start.java:280) > > > -------------------------------------------------------------------------------- > > > > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [JposDeviceContainer.java > :71 > > :INFO ] JPOS Devices released and closed > > > > > > Thanking you, > > > > Regards, > > Gurcharan > > > > > > -- > > www.digitalmediainitiatives.com > > > -- www.digitalmediainitiatives.com |
The error message is telling you it can't connect to your printer, which
you've verified is not there. The answer is to change your configuration files so that it uses the null receipt printer rather than a real one you don't have plugged in. See: /framework/base/config/pos-container.xml Ray Gurcharan Singh wrote: > Hello, > > I'm testing it on my laptop which don't have any printer attached to it. > > ~Gurcharan > > > On 7/26/07, Jacques Le Roux <[hidden email]> wrote: >> >> Do you have a printer receipt connected and not switched on ? >> >> Jacques >> >> De : "Gurcharan Singh" <[hidden email]> >> > Hello, >> > >> > Today when I tried to start POS application it not starting and giving >> the >> > Error Message (Enclosed Below). Can anyone pin-point why I'm receiving >> this >> > error. >> > >> > I'm running it on my laptop (Windows XP) with no POS device >> attached to >> it. >> > >> > >> > Error Message - >> > >> > 2007-07-26 12:18:46,944 (main) [ DeviceLoader.java:65 :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:47) >> > org.ofbiz.pos.device.DeviceLoader.load(DeviceLoader.java:63) >> > org.ofbiz.pos.container.JposDeviceContainer.start( >> JposDeviceContainer.java >> > :53) >> > >> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:83) >> > org.ofbiz.base.start.Start.startStartLoaders(Start.java:266) >> > org.ofbiz.base.start.Start.startServer(Start.java:317) >> > org.ofbiz.base.start.Start.start(Start.java:321) >> > org.ofbiz.base.start.Start.main(Start.java:407) >> > >> -------------------------------------------------------------------------------- >> >> > >> > 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:55 :INFO ] >> > ****************************************************** >> > 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:56 :INFO ] >> Please >> > verify that your receipt printer is connected ! >> > 2007-07-26 12:18:46,974 (main) [JposDeviceContainer.java:57 :INFO ] >> > ****************************************************** >> > 2007-07-26 12:18:46,984 (OFBiz_Shutdown_Hook) [ >> ContainerLoader.java >> :96 >> > :INFO ] Shutting down containers >> > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [ >> > DeviceLoader.java:244: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:58) >> > org.ofbiz.pos.device.DeviceLoader.stop(DeviceLoader.java:211) >> > org.ofbiz.pos.container.JposDeviceContainer.stop( >> JposDeviceContainer.java >> > :66) >> > org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java >> :102) >> > org.ofbiz.base.start.Start.shutdownServer(Start.java:303) >> > org.ofbiz.base.start.Start.access$000(Start.java:46) >> > org.ofbiz.base.start.Start$1.run(Start.java:280) >> > >> -------------------------------------------------------------------------------- >> >> > >> > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) >> [JposDeviceContainer.java >> :69 >> > :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:245) >> > org.ofbiz.pos.container.JposDeviceContainer.stop( >> JposDeviceContainer.java >> > :66) >> > org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java >> :102) >> > org.ofbiz.base.start.Start.shutdownServer(Start.java:303) >> > org.ofbiz.base.start.Start.access$000(Start.java:46) >> > org.ofbiz.base.start.Start$1.run(Start.java:280) >> > >> -------------------------------------------------------------------------------- >> >> > >> > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) >> [JposDeviceContainer.java >> :71 >> > :INFO ] JPOS Devices released and closed >> > >> > >> > Thanking you, >> > >> > Regards, >> > Gurcharan >> > >> > >> > -- >> > www.digitalmediainitiatives.com >> > >> > > > |
Thanks, I was able to resolve the same way and now it;s working.
~Gurcharan On 7/26/07, Ray Barlow <[hidden email]> wrote: > > The error message is telling you it can't connect to your printer, which > you've verified is not there. The answer is to change your configuration > files so that it uses the null receipt printer rather than a real one > you don't have plugged in. > > See: > /framework/base/config/pos-container.xml > > Ray > > > Gurcharan Singh wrote: > > Hello, > > > > I'm testing it on my laptop which don't have any printer attached to it. > > > > ~Gurcharan > > > > > > On 7/26/07, Jacques Le Roux <[hidden email]> wrote: > >> > >> Do you have a printer receipt connected and not switched on ? > >> > >> Jacques > >> > >> De : "Gurcharan Singh" <[hidden email]> > >> > Hello, > >> > > >> > Today when I tried to start POS application it not starting and > giving > >> the > >> > Error Message (Enclosed Below). Can anyone pin-point why I'm > receiving > >> this > >> > error. > >> > > >> > I'm running it on my laptop (Windows XP) with no POS device > >> attached to > >> it. > >> > > >> > > >> > Error Message - > >> > > >> > 2007-07-26 12:18:46,944 (main) [ DeviceLoader.java:65 :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:47) > >> > org.ofbiz.pos.device.DeviceLoader.load(DeviceLoader.java:63) > >> > org.ofbiz.pos.container.JposDeviceContainer.start( > >> JposDeviceContainer.java > >> > :53) > >> > > >> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:83) > >> > org.ofbiz.base.start.Start.startStartLoaders(Start.java:266) > >> > org.ofbiz.base.start.Start.startServer(Start.java:317) > >> > org.ofbiz.base.start.Start.start(Start.java:321) > >> > org.ofbiz.base.start.Start.main(Start.java:407) > >> > > >> > -------------------------------------------------------------------------------- > >> > >> > > >> > 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:55 :INFO ] > >> > ****************************************************** > >> > 2007-07-26 12:18:46,944 (main) [JposDeviceContainer.java:56 :INFO ] > >> Please > >> > verify that your receipt printer is connected ! > >> > 2007-07-26 12:18:46,974 (main) [JposDeviceContainer.java:57 :INFO ] > >> > ****************************************************** > >> > 2007-07-26 12:18:46,984 (OFBiz_Shutdown_Hook) [ > >> ContainerLoader.java > >> :96 > >> > :INFO ] Shutting down containers > >> > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) [ > >> > DeviceLoader.java:244: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:58) > >> > org.ofbiz.pos.device.DeviceLoader.stop(DeviceLoader.java:211) > >> > org.ofbiz.pos.container.JposDeviceContainer.stop( > >> JposDeviceContainer.java > >> > :66) > >> > org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java > >> :102) > >> > org.ofbiz.base.start.Start.shutdownServer(Start.java:303) > >> > org.ofbiz.base.start.Start.access$000(Start.java:46) > >> > org.ofbiz.base.start.Start$1.run(Start.java:280) > >> > > >> > -------------------------------------------------------------------------------- > >> > >> > > >> > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) > >> [JposDeviceContainer.java > >> :69 > >> > :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:245) > >> > org.ofbiz.pos.container.JposDeviceContainer.stop( > >> JposDeviceContainer.java > >> > :66) > >> > org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java > >> :102) > >> > org.ofbiz.base.start.Start.shutdownServer(Start.java:303) > >> > org.ofbiz.base.start.Start.access$000(Start.java:46) > >> > org.ofbiz.base.start.Start$1.run(Start.java:280) > >> > > >> > -------------------------------------------------------------------------------- > >> > >> > > >> > 2007-07-26 12:18:46,994 (OFBiz_Shutdown_Hook) > >> [JposDeviceContainer.java > >> :71 > >> > :INFO ] JPOS Devices released and closed > >> > > >> > > >> > Thanking you, > >> > > >> > Regards, > >> > Gurcharan > >> > > >> > > >> > -- > >> > www.digitalmediainitiatives.com > >> > > >> > > > > > > > -- www.digitalmediainitiatives.com |
Free forum by Nabble | Edit this page |