1846140 Members
4558 Online
110254 Solutions
New Discussion

Re: lp error

 
Mukesh Patel_2
Frequent Advisor

lp error

I am getting following error message printed out on network printer every time tried to print a file.

ERROR: stackunderflow
OFFENDING COMMAND: for

STACK:

any idea.

I tried lpshut, disable,enable, lpshed even configured printer using jet admin but no luck
8 REPLIES 8
Michael Tully
Honored Contributor

Re: lp error

Can you print from other systems to this printer? This may give you clue as to whether it is your HPUX system or the printer itself.

Try also to power cycle the printer and the external printer interface card (AXIS Jet-Direct)
Anyone for a Mutiny ?
Armin Feller
Honored Contributor

Re: lp error

is the newest lpspooler patch installed? in my mind it seams to be timeout problem.

Regards,
Armin
Mukesh Patel_2
Frequent Advisor

Re: lp error

Yes it is working fine with other systems. I only have this problem on one server only. Nothing has been installed recently.
Dietmar Konermann
Honored Contributor

Re: lp error

Hi!

That really looks like a message generated by the printer.

You may try if the printer is able to print data at all... this could be done for JetDirect interfaces using telnet, e.g.:

(
banner test
echo '\014'
) | telnet IP-Addr 9100

This whould be for JetDirect port 0... maybe you need to use 9101 or 9102 instead.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Mukesh Patel_2
Frequent Advisor

Re: lp error

Dietmar,

I tried what you suggested. But I am getting
network unreachable error. ip add is pingable from system.
I tried the same on another good system but it also gave me same error.
Thayanidhi
Honored Contributor

Re: lp error

Hi,

Try

cat | telnet 9100

Where a.b.c.d is Ip address of the jet direct.

-TT
Attitude (not aptitude) determines altitude.
Steve Steel
Honored Contributor

Re: lp error

Hi

Is the document postscript


Postscript error: stackunderflow
General description

An operand stack overflow has occured. Your RIP or printer has received less data than it expected.


Solutions

This may indicate a problem with the driver or an interference from a separate utility.

Try simplifying the document.


=====================================

stackunderflow

What happened:
OFFENDING COMMAND: any operator.
An operator has attempted to remove an item from the OPERAND STACK when the stack is already empty. Check the PostScript reference documentation to see how many operands the operator shown requires. The operator requires at least one more operand than is currently displayed on the OPERAND STACK.
What you can do:
This probably represents a transmission error or an application error. If the error occurred in a specific file, try printing that file alone. If that does not work, the file is damaged or an application error has occurred. Save the file in PostScript format. Call your application support and have the printed error page for reference.

If you are programming in PostScript, make sure that you have placed all the required operands onto the OPERAND STACK before executing the listed operator. The PROGRAM CONTINUES listing will show you exactly where this error occurred in your program.

Regards

Steve Steel

Quote of the moment
-------------------
"We are drowning in information but starved for knowledge."
-- John Naisbitt

If you want truly to understand something, try to change it. (Kurt Lewin)
Jose Mosquera
Honored Contributor

Re: lp error

Hi,

Take a look, may be offer you a little clue:

http://www.hp.com/cposupport/printers/support_doc/bpm00439.html

Rgds.