Cannot interactively use VNC when started from a signed jar

I wrote a Java wrapper class to run a shell command to start a VNC client. Then signed it and started it using web start. In the jnlp file, I granted all permission. I could start the vnc viewer successfully but the issue is that the mouse and keyboard were disabled, so I couldn't intect with the applications. Anythought on it? Thanks in advance.

If I start it using from command line, javaws or as a web link, the keyboard/mouse didn't work. It might be security permission related.
Edited by: gao4321 on Jul 10, 2008 12:26 PM

Similar Messages

  • WS-ReliableMessaging when starting from WSDL

    I'm trying to enable WS-ReliableMessaging for a service for which I started
    from the WSDL. I used to start from the JWS file and so I just added the
    @Policy annotation to enable WS-RM, but now I'm starting from the WSDL
    (using the wsdlc ant task to generate the JWS and interface JWS) and I can
    no longer enable WS-RM. I cannot add a @Policy annotation because then it
    won't compile (because of the interface). I've also tried adding other WS-RM
    (optional) annotations and even embedded the policy directly into the WSDL,
    but no luck.
    Does anyone know how to enable WS-RM when starting from a WSDL under
    WebLogic?
    Thanks.
    Toon

    Hi dvohra21,
    The 3rd party has advice me tha the wsdl is not available on the specified ip:port on which the web service is running. If I make a call to the web service named "fvdbscan" as per your question, i.e., if i put the in a web browser http://192.168.1.4:1063/fvdbscan?wsdl , i get the following:
    <SOAP-ENV:Envelope>
      <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
          <faultcode>SOAP-ENV:Client</faultcode>
          <faultstring>HTTP GET method not implemented</faultstring>
        </SOAP-ENV:Fault>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Further more, as you can see in the atteched image, the "JDeveloper Test Web Service" i.e., the HTTP Analyser, option works fine when a call a funtion in the web servicce.
    However, when I run the client, ( which as you can see has zero code expect for that generated by the JDeveloper wizard), it throws an excception, as showned below.
    Here you can see the WebServiceClient generated by the JDeveloper wizard and you can see the urn it has created which is not valid.
    Thank you for your attention.

  • Transaction type 100 cannot be used for activity 'Acquisition from invoice'

    Hi
    My user got the error message : Transaction type 100 cannot be used for activity 'Acquisition from invoice receipt w/ affil. comp.'
    when post the invoice via MIRO t code for 98% of the total amount.
    The posting was is related to affiliated company, & by right it should pick transaction type 153 but it is pointing to 100.
    If user post 100% , no error.
    Please advice.

    Check any of the following notes:-
    =>  Note 972556 - MIRO: Incorrect movement type with affiliated companies
    =>  Note 1060719 - Error AAPO 176 for postings from Logistics without vendor
    thanks
    G. Lakshmipathi

  • Firefox does not appear on screen when started from the start menu, but task manager says the process is running

    Firefox does not appear on screen when started from the start menu or the shortcuts, but task manager says the process is running.

    No - I get the message basically saying "Can't run program while Firefox is running. Please close down Firefox & try again".
    I rebooted my computer and it all works now - but that's weird it was happening before. Kinda weirded out that it happened at all.
    To avoid that happening again, I still wanna know what to do to avoid it or fix it for next time. Thanks

  • I have purchased Final Cut Pro for my imac and now want to put it onto my macbook air so I can use it when away from my desk. How can I do this

    I have purchased Final Cut Pro for my imac and now want to put it onto my macbook air so I can use it when away from my desk. How can I do this

    I took away my backup disk with me so just took it from there excellent. I am back home at present working on my imac. When I go to use my macbook air on these projects (when away on boat) is it easiest to simply copy the Project and Events folders in total from my imac onto the other machine and do the same upon my return in reverse? I don't use icloud

  • Upgrade from Snow Leopard to Mavericks: Volume cannot be used as a start volume

    Hi there!
    I'm having a triple boot Mac-Linux-Win on a 2010 iMac. Each is on a partition. From Snow Leopard, I'm trying to install OS X Mavericks via App Store. The install Mavericks button has been added to my dock after the download completed.
    However, when choosing a target volume, it says that my current Mac volume may not be used as a start volume. File system is Mac OS Extended (Journaled) and I'm having 168 GB free space on it. Partition table is GUID.
    What's wrong?
    Cheers,
    Kalsan

    You are never going to have the option to repair a disk if you are booted from the same disk.
    I think the place to start is boot off your Snow Leopard DVD install disk by holding down the C key on boot up.
    Under Utilities drop down menu  you will have access to Disk Utility.
    From  here you will have the option to repair Disk (ie not grayed out.)
    option: Either insert and wait for the Mac OS X Install DVD window and double-click the Install icon;  or power down, then start up while holding down the "C" key.  Either way, that takes a few minutes.

  • Using fonts when launching from JNLP

    Hello,
    I followed the directions in this link http://fxexperience.com/2010/05/how-to-embed-fonts/ and was able to add and use fonts in my javafx program when launched from Netbeans. But when I try to launch from JNLP, the fonts do not show up (the text shows up as Arial).
    Is there something special I need to do to access the fonts in the jar and utilize them?
    As the link directed I created a fonts folder in my src folder where I store all the .ttf file, and created a fonts.mf file in META-INF where I map a name to the font file. Works fine when launching from netbeans.
    thanks in advance for your help
    jose

    I've found the problem! It's the timestamp for the JNLP file. But unfortunately I can't figure out the workaround as yet.
    To explain the problem it would be best to start with my application's installation procedure:
    The applcation is installed by way of CD (using javaws -import) as downloading an 8mb jar file over dialup is unwieldy. Subsequent updates are retrieved from the server. Jardiffs are sent back to the webstart client so updates over dialup becomes manageble.
    The application jar file in the CD is version 1.0. Let's say the server is now at version 1.3 with the timestamp 2005-10-01 00:00:00.
    The user installs the application using the CD today which gives his JNLP file the timestamp of 2005-10-03 00:00:00.
    When the application is started, it calls the server to check for updates. Although the JNLP file returned from the server specifically states that the current version is at version 1.3 Java Web Start insists on using the timestamp to perform the comparison first.
    Since the timestamp of the JNLP file in the user's pc is dated later than the JNLP file in the server, Java Web Start ignores the version checking and assumes that the application in the server is the latest and greatest.
    Has anyone encountered a similiar situation? The only solution I can think of is to hack the JNLPDownloadServlet to return a date that's way in the future so that Java Web Start picks up the changes... sigh.
    Is it possible to disable the timestamp checking for the JNLP files? As again, help is mucho appreciated and there are 10 duke dollars at stake too :)

  • Keep getting "required file in use" error when importing from a disc

    Installed 12.0.1 this weekend and now cannot import songs from a disc (have tried on several different discs). I keep getting the error message that "Error occurred while converting the file. The required file is in use). Have rebooted several times with no improvement.  There doesn't seem to be any problem playing anything off my existing library, but I also get failure messages when purchasing from Amazon. Anyone have ideas?

    Any Suggestions?
    Dmitry

  • Firewall blocks service when started from launchd

    I run lighttpd (installed from MacPorts), and it is binded to port 80. I am trying to make the Leopard Firewall play nice with it.
    The firewall is set to 'Set access for specific services and applications', and the lighttpd binary is on the list of applications set with 'Allow incoming connections'.
    When I start the service manually, it works fine, and the firewall allows outside connections to port 80. However, I use the launchd script shipped with MacPort's lighttpd to run lighttpd on boot.
    The firewall appears to block incoming connections to port 80 when lighttpd is started from the launchd script on booting, but allows incoming connections to port 80 when lighttpd is started manually from the Terminal.
    Any idea how to get the firewall to play nicely with lighttpd when started via launchd?

    Hi Steve,
    Welcome to msdn forum.
    Here are some references:
    Enable keyboard layouts for different languages
    How to change keyboard language in Windows
    How to Change Your Keyboard from American to English
    This forum is to discuss problems of Application Compatibility for Windows Desktop Development . Your question is not related to the topic of this forum.
    Hey, Could ya read this before posting
    to this forum? (plus main support link)
    Hope this helps you.
    Best Regards,
    Eileen
    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.
    Click
    HERE to participate the survey.

  • Audio only plays when started from the beginning?

         Hi! I'm fairly new to flash, i'd consider myself a beginner, but recently i've been tasked with making an animation for someone! There is a song playing in the animation, it's a wav and it's on its own layer. There are also drawings i imported in too.
         My problem is, i want to be able to sync up the little drawings to the words of the song, but the audio only plays when i start at 0 on the timeline. If i were to start at let's say frame 24, it won't play. Does anyone know how to fix this? This commission needs to be finished by Wednesday and it's a S L O W process, having to start it over only to hear like one or two words later on

    change the sync property (in the properties panel after clicking the keyframe where your sound starts) from event to stream.  retest.

  • Problem occuring when extending classes coming from 2 signed JAR

    Hi everyone,
    I have 2 signed jar called "base_signed.jar" and "extended_signed.jar" using keytool with a testing certificate generated at runtime. All goes well because with both signed JARs I can use the URLClassLoader without any java.security.AccessControlException exception.
    But the first JAR contains abstract class B, the latter JAR contains a concrete class A.
    The problem occurs when I try to instantiate some class A coming from "extended_signed.jar" using Class.forName("blablaclassA").newInstance() and occurs only if this class A extends some other abstract class B contained inside "base_signed.jar" .
    Pratically if the class A is casted as its common JVM ancestor of B (JInternalFrame) all goes well, otherwise if I try to cast A using its direct ancestor B, I receive the following exception:
    network: Connessione a http://www.orion.lan/~antares/it/weev/wipidea/plugins/MeteoradarArpavPlugin$7.class con proxy=DIRECT
    Exception in thread "AWT-EventQueue-35" java.lang.ClassCastException: it.weev.wipidea.plugins.MeteoradarArpavPlugin cannot be cast to it.weev.wipidea.base.AWipideaPlugin
         at it.weev.wipidea.base.PluginLoader.loadNetworkPlugin(Unknown Source)
         at it.weev.wipidea.applet.WipideaApplet.loadPlugin(Unknown Source)
         at it.weev.wipidea.applet.WipideaApplet$1.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    network: Voce cache non trovata [url: http://www.orion.lan/~antares/it/weev/wipidea/base/PluginLoader.class, versione: null]
    network: Connessione a http://www.orion.lan/~antares/it/weev/wipidea/base/PluginLoader.class con proxy=DIRECT
    network: Voce cache non trovata [url: http://www.orion.lan/~antares/it/weev/wipidea/base/network-classpath.class, versione: null]
    ---The strange thing is that if I don't sign both JARs the class A is casted on B without any exception, could for security reason like hash or other? Ideally I need all JAR signed only because I plan to load classes from all over the net, but seems that URLClassLoader throws an AccessControlException when called.
    Anyway just now I solve all using only the common JVM ancestor of A and B, but what could be the final solution?
    Thanks, bye.

    Hi Sean,
    The file in question has been signed which causes issues in both OSB directly and in Eclipse when we do an import into that tool first.Can you let us know what issues you faced? Any errors? If yes, please post the same here.
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Feb 23, 2011 9:10 PM

  • Firefox 15 crashing when started from Command line in Windows 15

    I have been loading my work space via a batch file everyday for the past 4 years.
    One of the apps I start is Firefox using the following command:<br />
    @start /D"C:\Program Files\Mozilla Firefox\" firefox.exe
    My batch file would run, and close with no issue.
    As of Firefox 15, using the same command now ties Firefox to the console.
    When I close the console, Firefox closes, when I open it again from the standard shortcut, I get the "Firefox has crashed"
    I also notice that since upgrading to Firefox 15, some console.log calls go to the Windows Console while firefox is loading. Most notably is HTTPSEverywhere.
    When I rolled back to Firefox 14, the issue disappeared

    Hi,
    I'm really sorry to have caused this regression.
    Thanks for reporting this issue, I've done various tests before submitting my patch but I totally missed that issue...
    It is now matter of getting my fix reviewed and landed, but in the meantime, I tried to craft an addon that would hopefully fix your issues.
    You can download it here:
    https://bugzilla.mozilla.org/attachment.cgi?id=660206
    And follow the fixing progress here:
    https://bugzilla.mozilla.org/show_bug.cgi?id=787313
    ++
    Alex

  • Ulimit "cannot modify limit" error when starting Apache

    This isn't exactly an OSX Server problem, but I am trying to start Apache and subsequently Tomcat on my MacBook Pro so I can locally test a website before I deploy it to our test server. (The MacBook is a new machine to which I recently migrated my setup from my old PowerBook. The PowerBook is running 10.4.11, FWIW, and all worked well there.)
    When I do this from the command line:
    sudo /Library/Apache2/bin/apachectl start
    I get:
    /Library/Apache2/bin/apachectl: line 70: ulimit: open files: cannot modify limit: Invalid argument
    And Apache is not started. This runs fine on my old machine. The culprit line from apachectl is:
    ULIMITMAXFILES="ulimit -S -n `ulimit -H -n`"
    Just running the'ulimit -H -n' yields 'unlimited'.
    What's the problem here, and how do I fix it? I haven't found the answer by Googling.

    Back up all data.
    Select
    Shell ▹ New Command
    from the Terminal menu bar. Copy and paste the following line into the text box that opens:
    mkdir disabled_shell_files; mv .profile .bash* $_
    Your old shell initialization and history files will be saved in a directory with the indicated name at the top level of your home directory. Test.

  • Xperia Z3 Compact camera error when starting from locked screen (symbol lock)

    Hi
    I'm a new owner of Xperia Z3 Compact and I have noticed a problem when launching camera. The app itself works perfectly well but when trying to launch camera from locked phone (screen locked with symbol) it shows only black screen with error message that camera app it unaccessible. After removing lock screen protection both camera symbol on lock screen and dedicated camera button works as intended. Is it supposed to be that way? On my previous phone I could launch camera app without unlocking screen but couldn't access any other parts of the phone. I'd love to have it working the same way here especially with the dedicated camera button.
    Hoping for a fast answer. 
    Regards
    Huma

    You may need to perform a software repair using PC Companion.The process will erase all internal memory.You might need to charge your device for about 1-2 hours before so the device has at least 60% battery.
    Make sure the device is not connected to computer or laptop and turned off (sometimes you have to press power button and volume up until the device vibrates 3 times or on some devices you have to press the small button near the SIM tray or on the back of the device).
    Open PC companion->support zone->phone/tablet software update->repair my phone/tablet blue highlighted.Follow the steps given,do not connect your phone until prompted to press volume down while plugging USB cable. If PC companion does not start the repair process, you might need to run it in compatibility mode with Windows 7 (in some cases XP).
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Cannot get admin Server to start from nmStart

    I can not get the server to start and am lost on why:
    Here is the error in AdminServer.out
    <Apr 12, 2010 2:14:09 PM PDT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server: Error Failed to get value from Standard Input <---- why is this happening.
    Enter password to boot WebLogic server:
    <Apr 12, 2010 2:14:10 PM PDT> <Info> <WebLogicServer> <BEA-000215> <Loaded License : D:\bea\license.bea>
    <Apr 12, 2010 2:14:10 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Apr 12, 2010 2:14:10 PM PDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Apr 12, 2010 2:14:10 PM PDT> <Notice> <Log Management> <BEA-170019> <The server log file D:\bea\user_projects\domains\ALC\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    <Apr 12, 2010 2:14:13 PM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Apr 12, 2010 2:14:13 PM PDT> <Critical> <Security> <BEA-090403> <Authentication for user denied>
    <Apr 12, 2010 2:14:13 PM PDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user denied
    weblogic.security.SecurityInitializationException: Authentication for user denied
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:947)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    I have tried to setup the userConfigFile and UserKeyFile.
    Any pointers to know what to look for..

    Hi
    1. Looking carefully at the following 3 lines in server statup logs, after 2:20:39 PM GST, server waited like for 16 mts like 2:36:43 and invoked the Force Shutdown. Possible reasons I gave below.
    ####<Feb 14, 2010 2:20:37 PM GST> <Info> <netuix> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1266142837729> <BEA-423101> <[console] Initializing the NetUIx container>
    ####<Feb 14, 2010 2:20:39 PM GST> <Info> <netuix> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1266142839433> <BEA-423120> <WEB-INF/client-classifications.xml file not found at uri [webapp]. Classifications functionality not enabled.>
    ####<Feb 14, 2010 2:36:43 PM GST> <Notice> <WebLogicServer> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <1266143803604> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    2. Since you mentioned this worked fine and nothing else is changed over a year, the possible cause may be like this. Looks like you have some Documentum stuff (or webapp or modules) loaded on this server. I am not much familiar with EMC Documentum stuff, except that we use that as external Content Management repository for Portal Applications. Looking at the full thread dump for thread 0, looks like documentum code is trying to publish something or interact with its documentum server and may be it is not getting the response back. So make sure if any external systems that this WLS interacts are all up and running.
    HTH
    Ravi Jegga

Maybe you are looking for