nini9140 / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Jzebra: printer not found exception #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I am having jzebra running in asp.net and i provive printer name from that. 
but sometimes it throws printer not found exception. and if we try to do 
again,it works after some delay.i dnt know what is causing that. and this 
happens rarely.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Windows server 2003,

Please provide any additional information below.

Original issue reported on code.google.com by tamannas...@gmail.com on 10 Aug 2012 at 1:26

GoogleCodeExporter commented 9 years ago
This is likely a duplicate of issue 70.  There are some page refresh scenarios 
that are spawning multiple instances.

For now, you may be able to check applet.getVersion() and re-append the 
<applet> code.

The next version will re-allow "multiple instances" which should put a band-aid 
on this problem.  To fix it permanently, I need an exact use case that 
reproduces this.

-Tres

Original comment by tres.fin...@gmail.com on 17 Aug 2012 at 8:30

GoogleCodeExporter commented 9 years ago
Merging into issue 70.

Original comment by tres.fin...@gmail.com on 22 Aug 2012 at 6:10

GoogleCodeExporter commented 9 years ago
Hi Tres,

This sounds eerily familiar to the problem I was experiencing. It's very random 
but I am receiving this error consistently (with the related ajax calls). I 
will add in a check to getVersion() and see if that fixes it.

Mark

Original comment by m...@shust.com on 25 Aug 2013 at 4:57