Client-server remote desktop application

I am developing application of client - server . In this i am getting error
*java.net.BindException: Address already in use: JVM_Bind
at client side.*
can u tell me which type of error is this?

To Connect to a server port , i have to pass port and ip on which server is running .
Description of error::
Client Side : : when client 's lan disables connection breaks and when lan ebanles my client connected with error message
java.net.BindException: Address already in use: JVM_Bind . so which type of error is this? i searched on net. Is there an error of Port number ? please help me ....
Jsfgeeks

Similar Messages

  • Error when uninstalling App-V RDS client: Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder path 'C:' contains an invalid character

    Issue:  experienced when attempting to uninstall the App-V 5.0 SP2 RDS client. 
    Event Log:  Product: Microsoft Application Virtualization (App-V) Client for Remote Desktop Services 5.0 Service Pack 2 x64 -- Error 1324. The folder
    path 'C:' contains an invalid character
    Symptoms (when in this current state): 
    Unable to uninstall the SP2 client
    You can upgrade the client (via hotfix) and uninstall the hotfix, but you will not be able to remove the SP2 client
    AppvVfs filter driver will not create an instance, therefore applications will not be able to read into existing streamed VFS content, or trigger sparse files to stream content.  (you can still stream the content via other means, like the UI or powershell)
    Because of the AppvVfs filter driver not instantiating, applications that depend on licences that exist in VFS will not be able to be read causing certain applications to react as if the license does not exist or is an incorrect format

    Resolution:
    Check for the existence of a hidden folder named %appdata% in the C:\Program Files\Microsoft Application Virtualization\Client folder.  (You will need to un-check the folder options box in windows explorer for "Hide
    protected operating system files" to see it)
    If the hidden %appdata% folder exists, delete it.
    Proceed to uninstall the App-V client
    After a clean uninstall and removal of remnants of the client, reinstall the client again and apply the latest hotfix available (Hotfix 2 for SP2 at a minimum).

  • How do i connect to exchange server remote desktop

    Hi, hope someone can point me in the right direction.
    I have recently purchased a macbook pro and wish to
    connect to our office server which is a windows exchange server (remote desktop).
    Which steps do I need to take.
    Many Thanks,
    Rob K.

    Anyone able to help ?
    I used to be abale to access my company email when the URL for webmail was "email.COMPANY.co.uk" but recently it was changed to "webmail.COMPANY.co.uk" and now my iphone cannot verify my account.
    Any ideas ?
    I have the following info (selected pieces removed for privacy.
    Mailbox owner: XXXXX
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; chromeframe/18.0.1025.58)
    The required version of Silverlight is installed: Yes
    Required version of Silverlight: 2.0.31005.0
    Outlook Web App experience: Premium
    User language: English (United Kingdom)
    User time zone: (UTC) Dublin, Edinburgh, Lisbon, London
    Exchange mailbox address:XXXX
    Host address: https://webmail.COMPANY.co.uk/owa
    Version: 14.2.247.5
    Host name: webmail.COMPANY.co.uk
    S/MIME control: not installed
    Exchange Client Access server name: XXXX
    Exchange Client Access server .NET Framework version: 2.0.50727.5446
    Client Access server operating system version: Microsoft Windows NT 6.1.7601 Service Pack 1
    Client Access server operating system language: en-US
    Client Access server version: 14.2.247.0
    Client Access server language: en-US
    Client Access server time zone: (UTC) Dublin, Edinburgh, Lisbon, London
    Client Access server platform: 64bit
    Mailbox server name: XXXX.XXXX.local
    Mailbox server Microsoft Exchange version: 14.2.247.0
    Other Microsoft Exchange server roles currently installed on the Client Access server: Hub Transport
    Authentication type associated with this Outlook Web App session: Kerberos
    Public logon: Yes
    Internal POP setting:
         Server name: XXXX.XXXX.local
         Port: 995
         Encryption method: SSL
    Internal IMAP setting:
         Server name: XXXX.XXXX.local
         Port: 993
         Encryption method: SSL
    Custom Forms: loaded
    Segmentation settings: fffffffeefc3ffff
    Restricted functionality settings: fffffffeefc3ffff

  • HP 1300 wont print from Remote Desktop applications

    I have an HP 1300n attached via USB to a windows 7 computer.  I log onto a clien'ts windows 2003 server using remote desktop application.  I have installed the driver to HP 1300 PCL 5 on the remote server and of course it's installed on the windows 7 machine.  I can see the HP via port TSXxx on the remote server but when printing, nothing happens.  The document is sent to the "printer" but doesnt print in my office.   I've tried many solutions and nothing so far works.  I have 3 other windows 7 computers and 3 others HP 1300 and all are experiencing the same thing.

    Hi Sriram,
    I am glad to see that you have found solution from the other thread you posted here:
    HP LJ1006 wont print on RDP 2012
    https://social.technet.microsoft.com/Forums/en-US/ba350537-5ddf-4c0d-bb4c-8e7eb168c1a6/hp-lj1006-wont-print-on-rdp-2012?forum=winserverprint
    Therefore, I will change this thread into discussion.
    Please feel free to let us know if there are any further requirements.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Client/server socket based application

    hi does anyone have example of client/server socket based application using Spring and Maven
    where application do the following
    Client sends a request with a path to any file on the server
    „h Server reads the file and responds back with the content
    „h Client outputs the content to the console
    am trying to follow this
    http://www2.sys-con.com/itsg/virtualcd/java/archives/0205/dibella/index.html
    http://syntx.io/a-client-server-application-using-socket-programming-in-java/
    am using java 6

    i have attempt code but i wht to do the following
    client/server socket based application that will read the content of a file and stream the content of the file to the client. The client must simply output the content of the file to the console using System.out. The client must be able to run in a standalone mode (non-network mode) or in a remote mode.
    Additionally the client must be designed in a way that i can print the output to a console but must be interchangeable where if requirements change i can persist the response to file or persist the response to a database.
    /* Server.java*/
    ///ifgetBoolen= true then...
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.sql.*;
    public class Server
        static String array[][];
        // STEP 1 a1  
        // Server socket
        ServerSocket listener;
        // STEP 1 a2 Client connection
        Socket client;
        ObjectInputStream in;
        ObjectOutputStream out;
        public void createConnection() throws IOException
                System.out.println("\nSERVER >>> Waiting for connection.....");
                client = listener.accept();
                String IPAddress = "" + client.getInetAddress();
                DisplayMessage("SERVER >>> Connected to " + IPAddress.substring(1,IPAddress.length()));
          public void runServer()
            // Start listening for client connections
            // STEP 2
            try
                listener = new ServerSocket(12345, 10);
                createConnection();
                  // STEP 3
    //              processConnection();
            catch(IOException ioe)
                DisplayMessage("SERVER >>> Error trying to listen: " + ioe.getMessage());
        private void closeConnection()
            DisplayMessage("SERVER >>> Terminating connections");
            try
                if(out != null && in != null)
                      out.close();
                    in.close();
                    client.close();                
            catch(IOException ioe)
                DisplayMessage("SERVER >>> Closing connections");
        public static void define2DArray(ResultSet RS, int Size)
            try
                ResultSetMetaData RMSD = RS.getMetaData();
                DisplayMessage("SERVER >>> Requested arraySize: " + Size);
                if (RS.next())
                    array = new String[Size][RMSD.getColumnCount()];
                    for (int Row = 0; Row < Size; Row++)
                        for (int Col = 0; Col < RMSD.getColumnCount(); Col++)
                            array[Row][Col] = new String();
                            array[Row][Col] = RS.getString(Col+1);
                            DisplayMessage(array[Row][Col] + " ");
                        RS.next();
                else
                    array = new String[1][1];
                    array[0][0] = "#No Records";
            catch (Exception e)
                DisplayMessage("SERVER >>> Error in defining a 2DArray: " + e.getMessage());  
        public static void DisplayMessage(final String IncomingSMS)
            System.out.println(IncomingSMS);
    //client
    * @author
    import java.io.*;
    import java.net.*;
    import javax.swing.*;
    public class ClientSystem
        static Socket server;
        static ObjectOutputStream out;
        static ObjectInputStream in;
        static String Response[][];
        static boolean IsConnected = false;
        static int Num = 0;
        public static void connectToServer() throws IOException
            server = new Socket("127.0.0.1", 12345);
    //        server = new Socket("000.00.98.00", 12345);
            String IPAddress = "" + server.getInetAddress();
            DisplayMessage("\nCLIENT >>> Connected to " + IPAddress.substring(1,IPAddress.length()));
        public static void getStreams() throws IOException
            out = new ObjectOutputStream(server.getOutputStream());
            out.flush();
              in = new ObjectInputStream(server.getInputStream());
              IsConnected = true;
              DisplayMessage("CLIENT >>> Got I/O streams");  
        public static void runClient()
            try
                connectToServer();
                getStreams();
                  DisplayMessage("CLIENT >>> Connection successfull....\n");
                  DisplayMessage("CLIENT >>> Want to talk to server");
            catch (IOException ioe)
                System.out.print("."+Num);
                Num++;
        public static void closeConnection()
            try
                out.close();
                in.close();
                server.close();  
            catch(IOException error)
                DisplayMessage("CLIENT >>> Could not close connections");
        public static void Start()
            System.out.print("\nCLIENT >>> Attempting connection.....");
            try
                IsConnected = false;
                while (IsConnected == false)
                    runClient();
                    if (IsConnected == false)
                        Thread.sleep(100);
            catch (Exception e)
                DisplayMessage("CLIENT >>> Attempting connection.....");
        public static String sendSMS(String sms)
            Response = new String[0][0];
            try
                DisplayMessage("CLIENT >>> " + sms);
                out.writeObject(sms);
                out.flush();
                Response = (String[][])in.readObject();
                DisplayMessage("CLIENT >>> Waiting for server to respond...");
                for (int Row = 0; Row < Response.length; Row++)
                    System.out.printf( "_SERVER >>> \t");
                    for (int Col = 0; Col < Response[Row].length; Col++)
                        //DisplayMessage( "_SERVER >>> " + Response[Row][Col] + " ");
                        System.out.printf( "%s\t", Response[Row][Col]);
                    System.out.println();
                DisplayMessage("CLIENT >>> Query processed successfully....\n");
            catch(ClassNotFoundException cnfe)
                DisplayMessage("CLIENT >>> Class not found for casting received object");
            catch(IOException ioe)
                reConnect();          
            catch (Exception sqle)
                DisplayMessage("CLIENT >>> Error sending query ??? " + sqle.getMessage());
            return "transmission successfull";
        public static void reConnect()
            try
                DisplayMessage("CLIENT >>> Connection was lost. Trying to reconnect...");
                closeConnection();
                Thread.sleep(100);
                IsConnected = false;
                while (IsConnected == false)
                    runClient();
                    Thread.sleep(200);
            catch (Exception e)
                DisplayMessage("CLIENT >>> Error trying to Re-Connect...");
        public static void DisplayMessage(final String IncomingSms)
            System.out.println(IncomingSms);
        System.out.printf("Isms: %s", IncomingSms);  ///naah.
        public static String[][] getResponse()
            return Response;
        public static String getResponse(int row, int col)
            return Response[row][col];
    how can i do below using above code
    The program must be able to work in a non-networked mode. In this mode, the server and client must run in the same VM and must perform no networking, must not use loopback networking i.e: no “localhost” or “127.0.0.1”, and must not involve the serialization of any objects when communicating between the client and server components.
    The operating mode is selected using the single command line argument that is permitted.
    imust use a socket connection and define a protocol. networking must be entirely bypassed in the non-network mode.

  • Easy print not working on a 64 bit Windows 8.1 client with Remote Desktop connection version 8.1

    Easy print is not working on a 64 bit Windows 8.1 client with Remote Desktop connection version 8.1 . Printers dont get redirected when you connect to the terminal server. The server we are connecting to has Windows 2008 server.  On 32 bit Windows
    7 and windows XP clients Easy print is working fine and printers get redirected in terminal server.

    I am having the exact same problem. Windows 7 works fine, but 8.1 will not redirect printers. Others said to check local policy terminal services settings and my setting are all set as they should.
    I think Windows 8.1 is not telling the terminal server what printers it has.

  • Remote desktop application

    i want to make an remote desktop application
    plz tell me which class's and interfaces i need to implement for my application
    i want to make an application where two computers are connected via lan and on the client side i provide a
    platform from where we can control the working of other computer
    like i can open a folder
    open any application
    on other computer

    Not built-in but separate - Apple Remote Desktop (ARD). Also there is a Windows Remote Desktop for the Mac to connect with Windows machines. Look for them at VersionTracker or MacUpdate. ARD is not freeware, but WRD is.

  • How to create Remote Desktop Application in C# or port it from HTML5/JS project ?

    Hi
    How can create Remote Desktop Application in C# template ? I were searching on google but not found example or API for this.
    If can, please suggest for me some solution, example and document.
    And I have JavaScript project template Remote Desktop Application. Can i port it to c# ? Or use Webview to show it ?
    I were create demo use webview to show it but it not run. Maybe i do some mistake or can't be do it.
    Thanks.

    I have no other options.  We already provide the RDP plug-in for JavaScript. I'm not sure what else is needed for this.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with
    undefined objects and unknown namespaces.
    My project needs work with C# Windows Store. So I need RDP on C#, not JS. If we don't support C#, do we have a RDP spec on Windows 8.1 so that we can follow that spec to implement with native code to support RDP?

  • Can I use System Center 2012 Endpoint Protection in "Windows Server Remote Desktop Session Host" without buy the license ?

    Can I use System Center 2012 Endpoint Protection in Azure Virtual Machine Gallary's "Windows Server Remote Desktop Session Host" without buy the System Center 2012 Endpoint Protection license ?
    I want to protect my Azure RemoteApp against the malware.
    System Center 2012 Endpoint Protection installed Azure Virtual Machine Gallary's "Windows Server Remote Desktop Session Host".
    Now, I try to build Azure RemoteApp template by using the  Azure Virtual Machine Gallary's "Windows Server Remote Desktop Session Host" .
    Regards,
    Yoshihiro Kawabata

    Hi Yoshihiro,
    Unless and until Microsoft modifies the license terms for System Center 2012 Endpoint Protection and/or modifies the Online Services Terms (OST) and/or other document explicitly saying that use is included with the Azure RemoteApp (ARA) monthly
    fee I recommend you assume as that it is
    not included and license it separately for ARA if that is even possible, which is a separate question.
    For licensing it is best to be cautious and make decisions based on the official documents that are available that govern use of the software and services involved.  At this moment I'm not able to find a Microsoft document that grants use of System
    Center 2012 Endpoint Protection with Azure RemoteApp.
    When I first used the gallery template and noticed that Endpoint Protection was installed within it I had the same question as you.  I will update this thread if/when I obtain more information.
    -TP

  • Windows 2012 Server Remote Desktop Virtualization + Linux Clients

    Hello!
    I wonder if anyone could shed a little light on this.
    We want to implement a Windows 2012 Server with Remote Desktop Virtualization for our office, which has around 12 users. Our company has its core apps developed in VB6.0, and those apps use MySQL as their database. We want clients to run Linux, which will
    have no other function than to connect and to Windows 2012 Server and display the remote session. Users need to work as usual, as they would in a local version of a Windows Desktop.
    Can this be done? If yes, is the Standard version of Windows 2012 Server the best to accomplish this?
    Thank you!

    Hi,
    Add to Tim, you need to acquire CALs for every user (About 12 in your case).
    Remote Desktop Services Client Access Licenses (RDS CALs)
    http://technet.microsoft.com/en-us/library/cc753650.aspx
    Client Access Licenses and Management Licenses
    http://www.microsoft.com/licensing/about-licensing/client-access-license.aspx
    In addition, although AD is recommended, you can run RDS in a workgroup.
    Regarding how to setup RDS on a single server, you can refer to the following:
    Deploying the RDS Quick Start deployment type in Windows Server 2012 (for Session Virtualization)
    http://social.technet.microsoft.com/wiki/contents/articles/10421.deploying-the-rds-quick-start-deployment-type-in-windows-server-2012-for-session-virtualization.aspx
    Deploying RDS 2012 Single Server – Session Based deployment
    http://ryanmangansitblog.wordpress.com/2013/03/11/deploying-rds-2012-single-server-session-based-deployment/
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Can Thunderbird and Lightning be installed and used as a Windows Server 8 r2 remote desktop application.

    Can Thunderbird and Lightning be successfully installed as a remote desktop (terminal server) application on Windows Server 8 r2? In this scenario, users would access Thunderbird and Lightning via Windows (or Linux or Mac) remote desktop connection. Each user has there own home folder and profile on remote desktop server. I want to make sure that an individual user will be able to maintain individual email accounts, folders, settings, etc. as if Thunderbird and Lightning were installed on a stand alone PC. Any tips or things to watch out for in this scenario would be helpful.

    There appears to be a problem with Firefox 20 with UNC paths when using roaming profiles on a server.
    This is currently investigated and tracked via this bug report.
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=857672 bug 857672] - Address Bar not working
    <i>(please do not comment in bug reports: [https://bugzilla.mozilla.org/page.cgi?id=etiquette.html])</i>

  • T5325 Thin Clients losing remote desktop connection

    My company just bought about 50 of these thin clients and they are setup to run an automatic remote desktop connection. I have the connection setup to auto start when the thin client is powered on and it just brings the user to a windows login screen. After they have logged in and leave their thin client to go on break sometimes it just brings them to a blank screen with an HP logo and the thin client has to be restarted to get back into the remote desktop, or I have to go into admin and restart the RDP connection. Any idea why this is happening? Is there a setting somewhere I need to change?
    Any help would be great!

    We are having this same issue and it is maddening.  I have contacted HP on several occasions and I don't know if it is the language barrier or simple ignorance, but so far the issue is ongoing.  I have looked high and low on the net and no one seems to be able to tell me why this is happening despite a number of plausible theories.  We have a couple hundred terminals throughout the company which are spread across three servers none of which are close to congested yet..  However, the 10 or so t5325's we have are used specifically for digital signage.  They run automated sessions that launch animated JAVA windows.  They run great for the most part, but seemingly at random they will freeze in their tracks.  The sessions drop from our terminal server and cannot be restarted remotely.  After the units are power cycled they come back up directly and begin their sessions again.  You can shadow these units (VNC) and the moment the display come on the unit closes the RDP session and reopens the same and start running again, odd behavior.  I have tried changing session logout timers, disabling / enabling TCP settings, creating client-side refresh scripts, restarting the sessions at regular intervals via admin script, flashing BIOS and ThinPro OS to the current level, voodoo rituals, and pagan sacrifice.  Yet, they still behave in exactly the same manner with no actions on my part having any apparent affect..  Currently, I am of the mind to purchase small all-in-one pc's to do the job.  If anyone knows of any way to fix this PLEASE respond to this post.

  • Client/server vs. Application Server

    Our company has around 30 sites with each one having its own Oracle database server and file server (repository for executables of Forms6i/Reports6i). All the sites have the same applications running, i.e., the same set of programs are replicated to each site. At present we are running the applications in client/server mode (Forms6i/Reports6i runtime is installed on each client machine).
    We are also using some third party modules developed in VB/VC++.
    Now we are looking for the Centralized Solution, i.e., We want to have a Single Database Server available to all the sites all the sites are already linked with Network Leased lines).
    Now we want to know the impact of running centralized file server (located at Corporate Office site) accessible from all the sites (through same client/server mode).
    Will this solution work for us or we should move to 3-tier mode? Please suggest us the best feasible solution which can be implemented as early as possible.
    What I mean to ask in the question above is: if a good intranet connectivity is available among sites, what would be the better approach, client/server or n-tier?
    What actually would we gain by using application server in this context? Does the Data travelling is reduced from Database Server through to the Client Node in 3-tier AS approach? Does this 3-tier approach will reduce the Burden on Leased Lines? Does we gain more network resources available in 3-tier?
    What I think is that in client/server mode, the data is travelled from Database Server to Client Machine, but using Application Server, the Data from Database Server will travel upto Application Server and NOT to the Cleint machine (on browser etc.), hence reducing Network Load.
    Please clarify as your input makes a valuable role in our decision-making.

    Hello,
    I'll take a stab at this one...
    If you have enough network bandwidth, you should be fine funning in client/server mode. I have worked with clients with this same configuration. In addition to having a centralized DB, we have also centralized the forms on a network drive allowing users to access the same files and removing the need for users having to update their files locally. The biggest problem I see with this configuration, as long as you have enough band width, is that your configuration is not supported as 6i has been desupported.
    From my perspective you really don't have any choice but to upgrade your application so that you can be supported. The good news is that for the clients we have worked with upgrades have gone very smoothly. In fact recently we have started to partner with another vendor that has a tool specifically designed to upgrade Oracle Forms and it includes additional features above and beyond what you get from Oracle. This tool has drastically reduced the amount of time to complete upgrades (like going from a 2 year project to just a few weeks).
    I hate to answer this question because it is hard to answer without really getting into the details with you. The good news is once you do have a centralized DB and centralized application maintenance will be significantly easier.
    One last option you might consider that our company has done is to use Citrix. I've never used it for Oracle Forms, but for other client/server applications it has allowed out clients to web enabled their existing applications without changing them at all and also get a boost in performance. I wouldn't recommend this approach to you because what you have should be short term until you get your forms/reports upgraded.
    If you have any specific questions I can try and answer them for you. Good luck and let me know if I can be of any assistance.

  • Flash Player - Terminal Server/Remote Desktop

    I am running Windows Server 2003. When I login directly as
    administrator, I can install Flash Player from the Adobe website.
    Then when I login via Remote Desktop as administrator, Flash Player
    is detected and works in IE. However, when I login via Remote
    Desktop as a regular user, Flash Player is not detected. I believe
    the problem is that I have to install Flash Player from the Control
    Panel->Add/Remote Program. To do this, I need a setup.exe file
    for Flash Player. Do you know where I can one? Thanks in
    advance.

    Well I had the same issues and spent 3 days looking on the internet for solutions and trying many of them and nothing worked by itself. But when I took 3 of the solutions and mixed them together it work like a charm. Below is what I did to get my terminal server users able to use flash.
    1.       Logon to the server as the local administrator or with an account with admin rights that does not map a home folder like H:. if your home folder is mapped it the installer will think windows directory is h:\windows instead of c:\windows. I used the local administrator account.
    2.       Download the Adobe flash uninstaller from here http://kb2.adobe.com/cps/141/tn_14157.html
    3.       Put it in a folder like c:\temp on the terminal server
    4.       Open a command prompt and go the folder you saved the uninstall_flash_player.exe in
    5.       At the prompt type uninstall_flash_player.exe /clean
    6.       Click the Details button. If it lists any files as "Delete on reboot", then reboot now. Otherwise, just carry on.
    7.       Download the latest Flash Player (10 in this instance) as a standalone version and save it to the hard drive/ network share. Get the standalone version 10 from here: http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_playe r_10_active_x.exe
    8.       Use the Control Panel Add/Remove programs method to install it. This ensures that the Windows install notification API triggers correctly (as opposed to executing change user /install in a command prompt).
    9.       Use regedit and find the following 3 keys and do the same for all 3 keys: right click the key select permissions, select everyone and remove before clicking apply select the Advanced button and click the Replace permissions on all child objects, click Ok then Yes on the security window then Apply. Now Add everyone and click on Read then Advance button and click the Replace permissions on all child objects, click Ok then Yes on the security window then Ok. Now repeat on the next 2 keys. (By clicking Read then Advanced it selects a few other permissions so please do it this way)
    a.       HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}
    b.      HKEY_CLASSES_ROOT\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}
    c.       HKEY_CLASSES_ROOT\TypeLib\{D27CDB6B-AE6D-11CF-96B8-444553540000}
    10.   I then logged off and logged on as a standard user and went to a site needing Flash and it worked.
    11.   I then had some users try it without even logging out and it work for them.
    This is what worked for me on all 3 of the 2003 Terminal Servers with IE7 needing Flash 10.
    I hope this might help someone else as this has driven me up a wall…
    Russ

  • Specific User receiving Application crash when using Remote Desktop Application

    I have a client running a server with their line of business software configured as a remote application. I have one user that when he attempts to run the line of business software as a remote application he receives a APPCRASH error.However if another user
    launches the remote application and then signs in as the problem user there is no APPCRASH.
    The following information is reported with the error:
    Faulting application name: impress.exe, version: 5.1.102.0, time stamp: 0x522f820a
    Faulting module name: impress.exe, version: 5.1.102.0, time stamp: 0x522f820a
    Exception code: 0xc0000005
    Fault offset: 0x003fe41f
    Faulting process id: 0x268
    Faulting application start time: 0x01cf11ffa8811e46
    Faulting application path: C:\data\Impress\impress.exe
    Faulting module path: C:\data\Impress\impress.exe
    Report Id: 238e8dfc-7df6-11e3-b1b6-001e678ee8f8
    After the app crash the is a warning in the event log, but its about 43 seconds later; Event 1530, user Profile Service
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
     DETAIL - 
     1 user registry handles leaked from \Registry\User\S-1-5-21-2105745629-1987324649-1874639966-1224:
    Process 328 (\Device\HarddiskVolume2\Windows\System32\svchost.exe) has opened key \REGISTRY\USER\S-1-5-21-2105745629-1987324649-1874639966-1224\Printers\DevModePerUser
    just trying to find some sort of hint as to way the remote application would crash for just one user. it is my luck that the one user is the owner.

    It looks like the issue was resolved by deleting the problem users profile off of the terminal server.  The user can now access the RD application without suffering an APPCRASH error.

Maybe you are looking for