Cannot stop admin or cluster

Hi all
I use scripts to stop and start admin server and cluster.
After include " -Xmanagement:autodiscovery=true,authenticate=false,ssl=false,port=11202" as JVM parameters, I cannot stop the admin server using stopWebLogic.sh.
If I stop from console it works. Error seems a port conflict when trying to start a new JVM to stop Adminserver...
Stopping Weblogic Server...
[ERROR][mgmnt  ] JMX connector server communication error: null
java.lang.RuntimeException: Error: JMX connector server communication error: nul
l
at oracle.jrockit.management.server.Messages.error(Messages.java:109)
at oracle.jrockit.management.server.Messages.error(Messages.java:123)
at oracle.jrockit.management.server.Agent.main(Agent.java:165)
at oracle.jrockit.management.server.Agent.agentmain(Agent.java:101)
at oracle.jrockit.management.server.Agent.start(Agent.java:214)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at jrockit.management.AgentStarter.startAgent(AgentStarter.java:135)
Caused by: oracle.jrockit.management.server.AgentError
at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXC
onnector.java:82)
at oracle.jrockit.management.server.RemoteJMXConnector.newServer(RemoteJ
MXConnector.java:233)
at oracle.jrockit.management.server.sun.RemoteJMXConnectorImpl.newServer
(RemoteJMXConnectorImpl.java:112)
at oracle.jrockit.management.server.RemoteJMXConnector.startNewServer(RemoteJMXConnector.java:181)
at oracle.jrockit.management.server.JMXConnector.start(JMXConnector.java:64)
at oracle.jrockit.management.server.Agent.start(Agent.java:64)
at oracle.jrockit.management.server.Agent.main(Agent.java:163)
... 7 more
Caused by: java.rmi.server.ExportException: Port already in use: 11202; nested exception is:
java.net.BindException: Address already in use
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:310)
at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:394)
at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:130)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
at oracle.jrockit.management.server.sun.SunRMIExporter.exportObject(SunRMIExporter.java:36)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:84)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:76)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:388)
at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXConnector.java:80)
... 13 more
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectSocketFactory.java:27)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterSocketFactory.java:333)
at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:649)
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:299)
at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
at oracle.jrockit.management.server.sun.SunRMIExporter.exportObject(SunRMIExporter.java:36)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:84)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:75)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:388)
at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXConnector.java:80)
at oracle.jrockit.management.server.RemoteJMXConnector.newServer(RemoteJMXConnector.java:233)
at oracle.jrockit.management.server.sun.RemoteJMXConnectorImpl.newServer(RemoteJMXConnectorImpl.java:112)
at oracle.jrockit.management.server.RemoteJMXConnector.startNewServer(RemoteJMXConnector.java:181)
at oracle.jrockit.management.server.JMXConnector.start(JMXConnector.java:64)
at oracle.jrockit.management.server.Agent.start(Agent.java:64)
at oracle.jrockit.management.server.Agent.main(Agent.java:163)
at oracle.jrockit.management.server.Agent.agentmain(Agent.java:100)
at oracle.jrockit.management.server.Agent.start(Agent.java:213)
... 5 more
Could not create the Java virtual machine.
Done
Edited by: lalbuque on 24/08/2010 06:46

Where do you add -Xmanagement... to your jvm parameters?
If you do it in setDomainEnv I guess you will get the described behaviour.
If so, could you move -Xmanagment.. to startWeblogic or some other script that starts the jvm instance you actually want to monitor with Mission Control?
(Not sure if this is the proper way to do it, but at least it could work)
Klara, JRockit Mission Control QA

Similar Messages

  • Cannot stop admin server

    Hi all
    I use scripts to stop and start admin server and cluster.
    After include " -Xmanagement:autodiscovery=true,authenticate=false,ssl=false,port=11202" as JVM parameters, I cannot stop the admin server using stopWebLogic.sh.
    If I stop from console it works.
    This error seems a port conflict when trying to start a new JVM to stop Adminserver...
    Stopping Weblogic Server...
    [ERROR][mgmnt ] JMX connector server communication error: null
    java.lang.RuntimeException: Error: JMX connector server communication error: nul
    l
    at oracle.jrockit.management.server.Messages.error(Messages.java:109)
    at oracle.jrockit.management.server.Messages.error(Messages.java:123)
    at oracle.jrockit.management.server.Agent.main(Agent.java:165)
    at oracle.jrockit.management.server.Agent.agentmain(Agent.java:101)
    at oracle.jrockit.management.server.Agent.start(Agent.java:214)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at jrockit.management.AgentStarter.startAgent(AgentStarter.java:135)
    Caused by: oracle.jrockit.management.server.AgentError
    at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXC
    onnector.java:82)
    at oracle.jrockit.management.server.RemoteJMXConnector.newServer(RemoteJ
    MXConnector.java:233)
    at oracle.jrockit.management.server.sun.RemoteJMXConnectorImpl.newServer
    (RemoteJMXConnectorImpl.java:112)
    at oracle.jrockit.management.server.RemoteJMXConnector.startNewServer(RemoteJMXConnector.java:181)
    at oracle.jrockit.management.server.JMXConnector.start(JMXConnector.java:64)
    at oracle.jrockit.management.server.Agent.start(Agent.java:64)
    at oracle.jrockit.management.server.Agent.main(Agent.java:163)
    ... 7 more
    Caused by: java.rmi.server.ExportException: Port already in use: 11202; nested exception is:
    java.net.BindException: Address already in use
    at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:310)
    at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
    at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:394)
    at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:130)
    at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
    at oracle.jrockit.management.server.sun.SunRMIExporter.exportObject(SunRMIExporter.java:36)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:84)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:76)
    at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:388)
    at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXConnector.java:80)
    ... 13 more
    Caused by: java.net.BindException: Address already in use
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at java.net.ServerSocket.<init>(ServerSocket.java:97)
    at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectSocketFactory.java:27)
    at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterSocketFactory.java:333)
    at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:649)
    at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:299)
    at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
    at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
    at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
    at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
    at oracle.jrockit.management.server.sun.SunRMIExporter.exportObject(SunRMIExporter.java:36)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:84)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:75)
    at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:388)
    at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXConnector.java:80)
    at oracle.jrockit.management.server.RemoteJMXConnector.newServer(RemoteJMXConnector.java:233)
    at oracle.jrockit.management.server.sun.RemoteJMXConnectorImpl.newServer(RemoteJMXConnectorImpl.java:112)
    at oracle.jrockit.management.server.RemoteJMXConnector.startNewServer(RemoteJMXConnector.java:181)
    at oracle.jrockit.management.server.JMXConnector.start(JMXConnector.java:64)
    at oracle.jrockit.management.server.Agent.start(Agent.java:64)
    at oracle.jrockit.management.server.Agent.main(Agent.java:163)
    at oracle.jrockit.management.server.Agent.agentmain(Agent.java:100)
    at oracle.jrockit.management.server.Agent.start(Agent.java:213)
    ... 5 more
    Could not create the Java virtual machine.
    Done

    This is because the process to stop the JVM is also trying to use the same host/port combination for the remote JRockit monitoring as the same setDomainEnv script is likely called in either case. What you want to do is ignore those options when launching the JVM (the WLST script) that tells the server to shut down.

  • Cannot stop Adobe Message coming up

    Hello
    I keep getting a message coming up on my screen from Adobe Flash Player and I cannot stop it !
    The message is as follows:
    A website wants to open web content using this program on your computer.
    This program will open outside of protected mode.  Internet Exporer protected mode helps protect your computer.
    If you do not trust this website, do not open this program
    Adobe Flash Player
    Adobe Systems Incorporated
    It doesn't matter whether I press yes allow or do not allow - it still keeps coming up - I have had this problem for a few weeks now and I have run my Anti Virus software and Malware etc, but to no joy - it still keeps coming up.
    I don't think  that it is coming from yourselves - I think it is a virus?
    My operating system is Windows 7 64 bit
    And I use Internet Explorer
    Can anyone please help me get rid of it?
    I have done a screen print if there is anyway I can send you it?
    Thank you and kind regards

    Hi - thanks for your reply.  I looked at my 'protected mode' to see if it was enabled in IE's Internet Options and it was already 'checked'
    I have been trying to post my screenshot by clicking the camera icon in this toolbar, but when I browse my documents and click on insert image - a message comes up saying 'the content type of this image is not allowed' !
    It is a WordDoc2007 (*docx) or a .wps extension which is a Microsoft Works document and no matter which image I try to 'insert' - the message is still the same.
    I am desperate now because no matter what website I go on - your message comes up - and everytime the website is loading it comes up quite a few times when a page is loading.  Even while I've been doing this reply to you - everytime I click on a link to take me somewhere on the site - it comes up! 
    Perhaps if I can send you the screenshot by email - it may work?  At least then you would be able to see the screenshot?
    I have just thought about sending you the screenshot as a picture, but I don't have 'Paint' - any ideas would be appreciated.
    Thank you and kind regards

  • I clicked on iMessage on my Macbook Pro today for the first time, and now NOTES keeps opening up every 5 seconds, with a new note.  I cannot stop it from opening. If I close it or force close, it opens again in 5 seconds.  I can't get rid of it.  I have

    I clicked on iMessage on my Macbook Pro today for the first time, and now NOTES keeps opening up every 5 seconds, with a new note.  I cannot stop it from opening. If I close it or force close, it opens again in 5 seconds.  I can't get rid of it.  I have tried to clear out the iMessage settings I had put in, and I've tried to adjust the Accounts to not include notes to synch.  But, Notes will not stop.  It opens a new note, and even if you ignore it, it assumes preference every 5 seconds, and the Mac is impossible to use.

    Do you have any Boot Camp or other secondary partitions set up on your system? If so then try running a disk verification routine (chkdsk, etc.) in Windows to repair the disk. While I've not heard of it happening recently, in the past errors in these partitions have resulted in stubborn ghost files appearing in OS X.

  • I attempted to download X Yosemite to my Mac Pro. It timed out and would not finish. I cannot stop the website from believing it is still downloading. Help.

    I attempted to download X Yosemite to my Mac Pro.
    It timed out and would not finish.
    I cannot stop the website from believing it is still downloading.
    Help.

    oatgeo wrote:
    I  checked the proxy and it should be OK. That's mean I have to try and try again until I get it from the slow servers.
    Yes.

  • Installation adobe reader XI 11.0.07 in windows 8 is not installed me, gives me a message that says "windows search cannot stop". What can i do?

    Installation adobe reader XI 11.0.07 in windows 8 is not installed me, gives me a message that says "windows search cannot stop" for several times. What can i do?

    I have no idea what this means; maybe you need to stop indexing?  Also try the installer from http://get.adobe.com/reader/enterprise/

  • How to remove a black border box that continously tabs to each field automatically till end of web page; restarts to top of page, cannot stop this box. Scroll bar cannot controlled with mouse, returns auto to top of scroll slide, never remaining at bottom

    how to remove a black border box that continously tabs to each field automatically till end of web page; restarts to top of page, cannot stop this box. Scroll bar cannot be controlled with mouse, scroll bar returns automatically to the top of scroll slide every time I move the bar to the bottom of the scale.  Also, there's a rectangular text box (with black background and white text) that is always on the desktop that emulates a typed text, HTML, or cmd function.

    cjuan1morb4ulv wrote:
    how to remove a black border box that continously tabs to each field automatically till end of web page; restarts to top of page, cannot stop this box. Scroll bar cannot be controlled with mouse, scroll bar returns automatically to the top of scroll slide every time I move the bar to the bottom of the scale.  Also, there's a rectangular text box (with black background and white text) that is always on the desktop that emulates a typed text, HTML, or cmd function.
    The first two problems (box cycling from element to element on page, scroll bar returning to top) can be caused by a stuck (or defective) Tab key on the keyboard. Such damage can be caused by a liquid spill; just one tiny droplet is enough to short a wafer switch under one key.
    The last issue (black box, white text - sounds sorta like a debugger window) I haven't seen, but could be caused by something similar.
    To check for that, try using a different keyboard. If you're using a wireless keyboard, turn it off and see if the oddities stop.

  • Installed "Intrigated gmail" and now i get a siren noise that i cannot stop. uninstalled firefox and reinstalled but cannot stop. unistalled all add ons cannot stop. need help

    Installed Intrigated Gmail and right after that everytime I open firefox I get a siren noise that will not stop. I uninstalled firefox and reinstalled with no add ons they where all uninstalled and I still get the siren. If I cannot stop it i will be forced to use a different browser.
    == This happened ==
    Every time Firefox opened
    == 5/21/10 6pm

    Check the home page setting:
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved
    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

  • Cannot add VM to Cluster

    We have have Hyper-V 2012 Cluster with 2 Nodes that runs about 10 VMs, mostly Server 2008 R2 with a few 2012. Cluster storage is and iSCSI SAN with DSS7 from Open-e.
    I have a VM that I cannot add to the Cluster.  Its Server 2012 that runs Exchange 2013 with about 50 mailboxes.   When I go to the Failover Cluster Manager the VM does not show up.  I have had no problems adding any other VMs. 
    I am trying to determine why I cannot add this VM to the Cluster.
    Thanks,
    Todd

    Hi Todd,
    As you mentioned that :"Shows up and runs normally in Hyper-V Manager.  Does not show up in Failover Cluster Manager as candidate for addition to the cluster."
    Did you try to open
    Failover Cluster Manager and run the
    High Availability Wizard, choosing the
    Virtual Machine Role  to "add " the VM to cluster ?
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Configure the ADMIN and CLUSTER service connections to be SSL

    Can you configure the ADMIN and CLUSTER service connections to be SSL
    rather than tcp?
    I was wondering about the present or future ability to secure other
    connection services with SSL. Can you now or are there future plans
    to configure the ADMIN and CLUSTER service connections to be SSL
    rather than tcp? I suppose I should add the PORTMAPPER to that list.
    My primary interest is for an SSLCLUSTER service in the case where
    two brokers are connected over a non-trusted network. It may
    not be too difficult to secure all the services the same way, but
    perhaps that is on the TODO list.
    A related question is if there are plans to add SSL with client
    authentication as a stronger authentication mechanism than 'simple'
    username and password. I believe you could get the username from
    the client certificate's DN and continue to use the same LDAP user
    repository for access control. I think this is similar to the way
    that BEA's Weblogic server does it.
    Finally should it be possible to deploy the HTTP tunnel servlet to
    a webserver (such as iPlanet Web Server) configured to do SSL with
    client authentication as a work-around to get stronger authentication
    with the current release of the product? Or am I perhaps missing some
    obvious and important detail? :) I guess I would like to know it's been
    done already or is at least possible before I try and do it myself.

    3 scenarios involving SSL are:
    1: JMS client <------- SSL -------> iMQ broker
    2: iMQ admin <------- SSL -------> iMQ broker
    3: iMQ broker <------- SSL -------> iMQ broker (i.e clusters)
    (1) is currently supported in iMQ 2.0
    (2) and (3) is not supported in iMQ 2.0. No concrete plans yet to support
    it in the near future but we'll definitely consider doing it if we
    hear a lot of demand for it.
    ]A related question is if there are plans to add SSL with client
    ]authentication as a stronger authentication mechanism than 'simple'
    ]username and password. I believe you could get the username from
    ]the client certificate's DN and continue to use the same LDAP user
    ]repository for access control. I think this is similar to the way
    ]that BEA's Weblogic server does it.
    This is on our todo list, but due to other more pressing issues we
    have not been able to address it. We will continue to keep it
    on our potential list of new features.
    Sorry if I sound pretty wishy-washy in my responses above, but the fact
    is that the things you mentioned above had to take a backseat
    to other more critical features. That and the usual time/resource
    constraints caused them not to be implemented.
    ]Finally should it be possible to deploy the HTTP tunnel servlet to
    ]a webserver (such as iPlanet Web Server) configured to do SSL with
    ]client authentication as a work-around to get stronger authentication
    ]with the current release of the product? Or am I perhaps missing some
    ]obvious and important detail? :) I guess I would like to know it's been
    ]done already or is at least possible before I try and do it myself.
    Yes, this should be possible (although I don't believe we've tried it here).
    The client authentication here is really only between the JMS client and the
    web server (not between the tunnel servlet and the iMQ broker) and should
    be similar in setup to any other java application talking to iPlanet Web
    Server.

  • Hi, on my fathers pc sometimes when downloading multiple tabs start opening and I cannot stop this happening. Could anybody please help me?

    Hi, on my fathers pc sometimes when downloading multiple tabs start opening and I cannot stop this happening. Could anybody please help me? for example, trying to download TomTom Start 25 user manual

    You get that problem if you select the Firefox program to handle a file if you get an "open with" dialog.
    *https://support.mozilla.com/kb/Firefox+keeps+opening+many+tabs+or+windows

  • Cannot stop playlist shuffling

    I cannot stop songs in a playlist from shuffling. I have turned it off on and off again on pc and then updated iPod. Have turned it off on the iPod itself but although there is no shuffle icon showing the songs still randomly select and will not just follow the order 1, 2, 3 etc. What have I done wrong?
    iPod nano   Windows XP  

    Welcome to Apple Discussions!
    Is it skipping songs and not playing them? Like going from 1 of X to 4 of X? Or is the 4th song listed as 2 of X when playing it, for example.
    Have you tried resetting the iPod?
    Reset iPod
    btabz

  • Cannot stop looping

    Hi
    I'm have imported a 30 second clip for the menu screen but I cannot stop it looping after only 10 seconds of play. Menu Info only acknowledges the first 10 seconds of the clip.
    Perhaps I'm missing something very obvious....
    tia
    k

    Kinda solved!
    I put a 30 second silent sound file which adjusted the movie length to 30 seconds.
    An odd workaround for an odd problem.
    Still, why didn't it adjust to the movie clip length????

  • Cannot stop animaiton in order to put a button

    Hi i cannot stop my animaiton in order for me to put a start button to make the animaitoin start when the start button is clicked on. I put the code stop(); into one of the begining frames but it still played . I am using action script 3 on CS4
    This is the frames i have and the code i tried to put in 
    I also uploaded half of my animation in .fla format but its ziped

    I downloaded your file and ran it, no problem--it stops, doesn't go anywhere.
    There isn't any code other than the stop(); command.
    I created a new layer for your actions and put this in:
    stop();
    stage.addEventListener(MouseEvent.CLICK, driveOff);
    function driveOff(event:MouseEvent):void{
        stage.removeEventListener(MouseEvent.CLICK, driveOff);
        gotoAndPlay(2);
    works fine...I attched the file.
    HTH
    -Ted

  • Cannot stop a HP6500A Plus wireless print.

    I cannot stop a document printing on my hp 6500A Plus wireless printer once it has started to print.  I have to wait till each page tries to print, then press the red X to the right of the printer display window multiple times to kill that page print.  I have to do this procedure 75 times to stop a document print of a 75 page document..  It acts like the wireless prints every page separately, so I have to kill each and every page untill all pages have been 'killed'.  Stoping a print can take 15 to 20 minutes of such effort.  HELP!

    I forgot to add the HP 6500 was installed for wireless printing from a Windows 7 64 bit computer. My prints are usually from PowerPoint presentations.

Maybe you are looking for