From Server Core to GUI

From a Server Core installation, I have installed Server-Gui-Mgmt-Infra, Server-Gui-Shell, and restarted the machine. I have verified that these have been installed, however, I now just have MinShell as opposed to the full GUI.
I'm not sure what I've missed...

Hi,
Did you try to use windows powershell to install the feature?
Please refer to this article for more detail information :
Windows Server 2012 R2 Installation Options and Features on Demand 
http://blogs.technet.com/b/yungchou/archive/2014/01/16/windows_2d00_server_2d00_2012_2d00_r2_2d00_installation_2d00_options_2d00_and_2d00_features_2d00_on_2d00_demand_2d00_part_2d00_4_2d00_of_2d00_5.aspx
Regards.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Mapping drives from server core

    Hi,
    Is mapping drives drives from server core not supported? See the two commands below. One on the server with gui works fine and the one on server core does not.
    PS C:\Users\administrator.WBAD> New-PSDrive –Name W –PSProvider FileSystem -root \\192.168.1.101\HVBackup
    Name           Used (GB)     Free (GB) Provider      Root                                            
                                                                CurrentLocation
    W                                      FileSystem    \\192.168.1.101\HVBackup                      
    PS C:\Users\administrator.WBAD> Enter-PSSession hv1
    [hv1]: PS C:\Users\administrator.WBAD\Documents> New-PSDrive –Name W –PSProvider FileSystem -root \\192.168.1.101\HVBackup
    New-PSDrive : The specified drive root "\\192.168.1.101\HVBackup" either does not exist, or it is not a folder.
        + CategoryInfo          : ReadError: (W:PSDriveInfo) [New-PSDrive], IOException
        + FullyQualifiedErrorId : DriveRootError,Microsoft.PowerShell.Commands.NewPSDriveCommand
    Thanks in advance
    Will
    Will B

    Hi Will,
    You can use the command prompt command to map to a network drive. Please use the below command.
    net use <DriveName>: \\<RemotePath>\<Shared_drive_name> /persistent:yes /user:<username> *
    Let me know whether this works or not.
    Regards, Alan.

  • Migrate from server core 2008 r2 hyper-v with failover cluster volumes to server core 2012 r2 hyper-v with failover cluster volumes on new san hardware

    We are getting ready to migrate from server core 2008 r2 hyper-v with failover cluster volumes on an iscsi san to server core 2012 r2 hyper-v with failover cluster volumes on a new iscsi san.
    I've been searching for a "best practices" article for this but have been coming up short.  The information I have found either pertains to migrating from 2008 r2 to 2012 r2 with failover cluster volumes on the same hardware, or migrating
    to different hardware without failover cluster volumes.
    If there is anyone out there that has completed a similar migration, it would be great to hear any feedback you may have on your experiences.
    Currently, my approach is as follows:
    1. Configure new hyper-v with failover cluster volumes on new SAN with new 2012 r2 hostnodes and 2012 r2 management server
    2. Turn off the virtual machines on old 2008 r2 hyper-v hostnodes
    3. Stop the VMMS service on the 2008 r2 hostnodes
    4. copy the virtual machine files and folders over to the new failover cluster volumes
    5. Import vm's into server 2012 r2 hyper-v.
    Any feedback on the opertain I have in mind would be helpful.
    Thank you,
    Rob

    Hi Rob,
    Yes , I agree with that "file copy " can achieve migration.
    Also you can try "copy cluster wizard " :
    https://technet.microsoft.com/en-us/library/dn530779.aspx
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Cannot change from server core 2012 to gui

    I have tried EVERYTHING (and I mean everything), but I cannot update from a server core 2012 to gui. I get the source error everytime. I have manually downloaded patches, and updated the source, but did not work.  The server is connected to the internet. 
    Really wishing I could just switch to RedHat for this server, but unfortunately the acronis management server doesn't run on redhat (at least with redhat you pay for support, not just the privilege to use their shitty software, so when you have problems you
    can contact them).  Every article or blogs says the samething, but it does not work.

    And the first thing to check for is to ensure that you installed Windows Server 2012 and not Hyper-V Server 2012.  Windows Server you can update.  Hyper-V Server you cannot.
    What are the first few lines of output from systeminfo?
    . : | : . : | : . tim

  • Server Core to GUI

    Hi,
    I installed Server 2012 on VM with the first option that was Core, now it is all Command line and no GUI.
    How do I get it to GUI mode, I do followed http://technet.microsoft.com/en-in/library/hh831786.aspx but it asks for .wim image or the udpate.
    I have .iso mounted on DVD and all I can have is the .exe to load from the DVD. 
    Is there any way I could do it without actually re installing it in GUI mode. 
    Thanx 

    hey,
    This forum only deals with learning and certifications, must be delivered to the question forum "Windows Server 2012 Setup" 
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winserver8setup&filter=alltypes&sort=lastpostdesc
    Please Mark This As Answer if it helps to solve the issue
    Tzuri Ben Ezra | My Certifications:
    CompTIA A+ ,Microsoft MCP, MCTS, MCSA, MCITP
    |
    FaceBook: Tzuri FaceBook | vCard:
    Tzuri vCard | 
    Microsoft ID:
    Microsoft Transcript 
     |

  • Having trouble switching from Core to GUI with Server 2012...

    Hello,
    I am currently in the early stages of studying for the MCSA - Windows Server 2012 R2 and I'm playing around with an Eval copy of Windows Server 2012 R2 DataCenter.  I have two separate installs where one is the Full - GUI install and the other is Server
    Core.  I've learned in my studies that it is possible to switch back and forth between Core and GUI through Powershell cmdlets.
    Right now I'm trying to switch from Server Core to GUI and I'm using the following Powershell command:
           Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell
    It starts off like it's going to work but then after about 68% of the way through, I get this:
         Install-WindowsFeature : The request to add or remove features on the specified server failed.
         Installation of one or more roles, role services, or features failed.
         The source files could not be downloaded.
         Use the "source" option to specify the location of the files that are required to restore the feature. For more
         information on specifying a source location, see XXXXXX. Error: 0x800f0906
         At line:1 char:1
         + Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell
         + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              + CategoryInfo          : InvalidOperation: (@{Vhd=; Credent...Name=localhost}:PSObject) [Install-WindowsFeature],
              Exception
             + FullyQualifiedErrorId :       DISMAPI_Error__Cbs_Download_Failure,Microsoft.Windows.ServerManager.Commands.AddWindowsF
       eatureCommand
    Any ideas?  I installed this Server Core image on a Hyper-V Virtual Machine (using Generation 2), allocating 4GB RAM and 65GB HDD space.  I haven't done anything with .Net Framework and I haven't configured the network at all.
    Any advice would be greatly appreciated.

    Hi SLONER,
    You need use the -source option on a non-Internet connected machine.
    PLease try the script below:
    Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell –Restart –Source c:\mountdir\windows\winsxs
    And follow this thread:
    PowerShell to Add GUI to Server Core (ServerCore-FullServer)
    I hope this helps.

  • PowerShell to Add GUI to Server Core (ServerCore-FullServer)

    Hi there i am stuggling to get to the work the conversion of Server Core to GUI and back again
    the command seems to be
    Import-Module Dism 
         Enable-WindowsOptionalFeature –online -Featurename ServerCore-FullServer,
         Server-Gui-Shell,Server-Gui-Mgmt
    However i get an error about not being able to find the source.
    I added -Source D:\Sources\sxs to the above command but it still cant find the source.
    Has anyone managed to get this to work?
    This posting is provided "AS IS" with no warranties, and confers no rights. Check out my blog at - http://chrisbeams.wordpress.com/

    My CBS log is 1.5Gb.
    Should I delete it and try to switch GUI?
    Update: Anyway, I zipped and uploaded this file to "another cloud service" and sent you the link to [email protected] (I don't want to post link here, since it may contain a lot of private data).
    Got it thanks. Could it be that you are using WSUS and FOD is hitting the WSUS server rather than WU?
    (For others reference: in the logs there are tons of lines like this:
    2013-10-22 16:22:25, Info                 
    CBS    Failed to add file amd64_microsoft-windows-w..pdateclient-activex_31bf3856ad364e35_7.8.9200.20553_none_3afa58e649862983\wuwebv.dll to extraction [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2013-10-22 16:22:25, Info                 
    DPX    Extraction of file: wow64_microsoft-windows-w..pdateclient-activex_31bf3856ad364e35_7.8.9200.20553_none_454f03387de6eb7e\wuapp.exe failed because it is not present in the container.
    2013-10-22 16:22:25, Info             
        DPX    DpxException hr=0x80070002 code=0x020109
    2013-10-22 16:22:25, Info                 
    CBS    Failed to add file wow64_microsoft-windows-w..pdateclient-activex_31bf3856ad364e35_7.8.9200.20553_none_454f03387de6eb7e\wuapp.exe to extraction [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2013-10-22 16:22:25, Info                 
    DPX    Extraction of file: wow64_microsoft-windows-w..pdateclient-activex_31bf3856ad364e35_7.8.9200.20553_none_454f03387de6eb7e\wuwebv.dll failed because it is not present in the container.
    2013-10-22 16:22:25, Info                 
    DPX    DpxException hr=0x80070002 code=0x020109
    And then eventually:
    2013-10-22 16:22:46, Info                 
    CBS    Exec: Missing files are found during staging attempt but failed to download content from WU. [HRESULT = 0x800f0906 - CBS_E_DOWNLOAD_FAILURE]
    Don't worry Savvkin, none of this is personally identifiable information.

  • SAPGUI Stops responding:  Erroneous data came from server

    Hi Administrtors,
    I had been using SAPGUI 7.10 PL 14. When accessing to remote APP Server, the GUI stops responding. I have applied the new PL 15, and changed editor to 'New'. Now, it stops responding with a message "Erroneous data from server. SAP GUI will shutdown". With Old error, this warning is supressed, but there is no difference.
    Please help me on this.
    Nikhil Bose

    Hi Nikhil,
    Try to uninstall and delete SAP folder from your c:\program files .. where gui is installed. Make sure to save your saplogon.ini. Then do a fresh install.
    Also, see if you are not missing hosts file and all sap entries are there.
    Thanks,

  • Switced from Full GUI installation to minimal server interface or server core and stucked on black screen with no option

    hi.
    i have a virtual machine running Windows Server 2012 R2 Data Center Edition, using Hyper-V technology, as a lab machine to test and practice core features.
    I tried to test the ability of switching to Core (and even the Minimal Server Interface after stuck and revert!)
    using Powershell commands as bellow:
    Import-Module ServerManager
    Uninstall-WindowsFeature Server-Gui-Shell -Restart
    and it goes well until windows configured removal features and reboots. but
    after that the VM will stuck in a black screen.
    Tried to reach RUN TASK window to bring up CMD.EXE or any thing but even the ALT+CTRL+DEL (ALT+CTRL+END in VM) is not working and technically i cant do anything. considering CPU USAGE in hyper-V Manager is changing for the VM, i let the VM
    work but after 2 hours i just got enough!
    any idea why is this happening?
    Thanks for helping and spending time on this.
    some info about the situation:
    ( METHOD : http://blogs.technet.com/b/puneetvig/archive/2012/10/16/switch-between-full-and-core-in-windows-server-2012-using-powershell-3-0.aspx )
    HOST Machine:
    Windows Server 2012 R2
    Edition: Data Center
    Activation Status: Fully Activated
    VM Machine:
    Windows Server 2012 R2
    Data Center Edition
    first installation option: Full GUI
    Running services : NONE
    not activated (no need to activate since its just a lab VM)
    Hyper-V Machine Generation 2

    Hi 888ta8pa,
    Did you install some server role or feature on this vm, Server 2012r2 server core support the following applicable roles, please uninstall the unsupported rule and feature
    then try again.
    Server Core is an installation option that is capable of the following server roles.
    •Active Directory (AD)
    •Active Directory Lightweight Directory Services (ADLDS)
    •DHCP Server
    •DNS Server
    •File Services
    •BITS Server
    •BranchCache
    •HyperV
    •IIS
    •Printing Services
    •Streaming Media Services
    •iSCSI
    •Load Balancing
    •MPIO
    •qWave
    •Telnet
    •Unix Migration
    •Active Directory Certificate Services
    The related KB:
    Server Core for Windows Server 2012 R2 and Windows Server 2012
    http://msdn.microsoft.com/en-us/library/hh846323(v=vs.85).aspx
    Hope this helps.
    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.

  • Cannot install GUI to Hyper-V 2012 R2 server core

    Hi everyone,
    I have followed this article to convert a server core install to have a GUI installed:
    http://andersonpatricio.ca/enabling-and-disabling-the-graphical-interface-in-hyper-v-server-core/
    When I run the powershell command:
    Install-WindowsFeature Server-Gui-Mgmt-Infra -Source C:\Sources\Windows\Winsxs
    I get the following error:
    PS C:\> Install-WindowsFeature Server-Gui-Mgmt-Infra -Source C:\Sources\Windows\
    Winsxs
    Install-WindowsFeature : ArgumentNotValid: The role, role service, or feature
    name is not valid: 'Server-Gui-Mgmt-Infra'. The name was not found.
    At line:1 char:1
    + Install-WindowsFeature Server-Gui-Mgmt-Infra -Source
    C:\Sources\Windows\Winsxs
    +
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (Server-Gui-Mgmt-Infra:String)
       [Install-WindowsFeature], Exception
        + FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager
       .Commands.AddWindowsFeatureCommand
    Success Restart Needed Exit Code      Feature Result
    False   No             InvalidArgs    {}
    I have checked if there is a folder called Winsxs under c:\sources\windows and it is not there. Looks like the install.win file does not have it.
    There is no bloody way of installing a GUI onto HypervCore.
    If anyone has had any success with this, I would like to hear from you.
    Many Thanks
    Regards
    Ipnotech

    I think you might be right.
    I even tried a large install.wim image and tried the following command after mounting the image onto a mount point:
    install-windowsfeature server-gui-mgmt-infra,server-gui-shell -source c:
    \wimmount\windows\winsxs
    I go this error:
    PS C:\> install-windowsfeature server-gui-mgmt-infra,server-gui-shell -source c:
    \wimmount\windows\winsxs
    install-windowsfeature : ArgumentNotValid: The role, role service, or feature
    name is not valid: 'server-gui-mgmt-infra,server-gui-shell'. The name was not
    found.
    At line:1 char:1
    + install-windowsfeature server-gui-mgmt-infra,server-gui-shell -source
    c:\wimmoun ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidArgument: (server-gui-mgmt-infra,server-g
       ui-shell:String) [Install-WindowsFeature], Exception
        + FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager
       .Commands.AddWindowsFeatureCommand
    Success Restart Needed Exit Code      Feature Result
    False   No             InvalidArgs    {}
    There is a lot of confusion between Windows 2012 R2 Hyper-v Core and just the Hyper-V R2 hypercore free edition.
    Those commands are going to work for the first option. The free version cannot have a GUI.
    The only way I can fix this by removing this hypervisor and and installing Windows 2012 r2 with hyperv role, restore the configs and the VMs.
    Thanks for all your help.
    Regards
    Ipnotech

  • [Forum FAQ]How to upgrade Windows Server 2008 R2 with a GUI to Windows Server 2012 Server Core

    We found that some customers willing to upgrade Windows Server 2008 R2 GUI to Windows Server 2012 Server Core recently. This article provides detailed steps to perform the upgrade.
    Analysis
    Upgrading from Windows Server 2008 R2 with a GUI installation to Windows Server 2012 with Server Core directly
    is not supported. If you do that, you will receive the error message below(Figure 1) in Compatibility report: 
    Figure 1.
    In these scenario, you can upgrade to Windows Server 2012 firstly. After the upgrade process is completed, you can switch freely between Server Core and Server with a GUI modes.
    Produces
    You can follow the steps below to perform an upgrade from Windows Server 2008 R2 with a GUI installation to Windows Server 2012 Server Core mode:
    1. Upgrade to Windows Server 2012 with a GUI mode
    1) Firstly, please boot into Windows Server 2008 R2 with a Windows Server 2012 installation DVD inserted.
    2) Select the operating system you want to install with a GUI mode.
    We can see 2 options (Server Core Installation or Server with a GUI) for each operating system version. (Figure 2)
    Figure 2.
    Note: Please make sure you have enough disk space on system partition. Or you will get such an error in Compatibility report.(Figure 3)
    Figure 3.
    After the Compatibility check, the installation will continue. It will take several minutes until upgrading is done.(Figure 4)
    Figure 4.
    2. Switch the GUI mode to Server Core
    Method 1: Using Server Manager
    1) Open Server Manager, click
    Manger and select “Remove Roles and Features” to start the
    Remove Roles and Features Wizard.
    2) In Features,
    uncheck the box next to the “User Interfaces and Infrastructure” option, and then click “Next”. (Figure 5)
    Figure 5.
    Now tick the “Restart the destination Server automatically if required” box, then click “Remove”. (Figure 6)
    Figure 6.
    Method 2: Using Windows PowerShell
    There are multiple ways to remove the GUI via Windows PowerShell, we introduce the way of using the ServerManager module.
    You can also run the commands in Windows PowerShell with an administrator to remove the GUI feature:
    “Import-Module ServerManager”
    “Uninstall-Windowsfeature Server-Gui-Shell –Restart”
    or
    “Uninstall-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra –Restart”
    It will take a period of time to remove the GUI feature and reboot. When the system boots up, you will get into the Windows Server 2012 with Server Core mode. (Figure 7)
    Figure 7.
    More information:
    Switch between Full and Server Core in Windows Server 2012 using PowerShell 3.0
    http://blogs.technet.com/b/puneetvig/archive/2012/10/16/switch-between-full-and-core-in-windows-server-2012-using-powershell-3-0.aspx
    Windows Server Installation and Upgrade
    http://technet.microsoft.com/en-us/windowsserver/dn527667.aspx
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi,
    Brian is right, for mange the Server 2008r2 sp1 we recommend use the Windows 7 or 7.1 platform.
    More information:
    Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1)
    http://www.microsoft.com/en-us/download/details.aspx?id=7887
    Hope this helps.
    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.

  • Convert server core to full/minimal interface GUI

    Hi,
    We have a dell server running Microsoft Hyper-V Server 2012 R2 core edition and we are planning to take backup of VM's to a tape drive (Dell PowerEdge LTO-6 SAS drive). But the core edition is not detecting the tape drive and the drivers.
    Can we switch to minimal server interface/Full GUI in Hyper-V server 2012 R2 ?
    What is the best one and can we switch back after installing the tap drive drivers ?
    Please suggest .
    Thanks

    The GUI is just a Windows feature in Server 2012. You can add it and remove as needed. 
    Server 2012 comes with 4 levels of GUI:
    No GUI = Core
    Minimal GUI = Server-Gui-Mgmt-Infra feature
    Regular GUI = minimal + Server-Gui-Shell (default if you install as GUI)
    Full GUI = regular + Desktop-Experience
    If the server ever had the GUI installed, then the bits are there (under C:\Windows\WinSxS by default). If this a Core install and has never had a GUI before, then the bits are likely to be missing as well.
    To check whether the bits are there or not:
    $ComputerName = "v-2012R2-Core1"
    $Session = New-PSSession -ComputerName $ComputerName
    Enter-PSSession -Session $Session
    Get-WindowsFeature | Where { $_.Installed }
    These commands will enter a remote PS session with the Core server, and list installed features. 
    This command will check for the 2 features we need to have the GUI:
    Get-WindowsFeature |
    where { $_.Name -eq "Server-Gui-Mgmt-Infra" -or
    $_.Name -eq "Server-Gui-Shell" }
    If the result looks like:
    Removed = not installed AND the bits are missing.
    We need the install.win file from the WS 2012 media. Mount the install CD.
    Next, identify which drive letter is your DVD drive, run:
    Get-Volume
    Next, identify the index number of the installation media needed, run:
    Get-WindowsImage -ImagePath D:\sources\install.wim
    This should display:
    The server version I'm working with in this example is DataCenter, so the media I need is index #4, run:
    Install-WindowsFeature -Name "Server-Gui-Mgmt-Infra","Server-Gui-Shell" -source:wim:d:\sources\install.wim:4
    Reboot, and you got GUI.
    Restart-Computer
    To remove the GUI later, run:
    Remove-WindowsFeature -Name "Server-Gui-Mgmt-Infra","Server-Gui-Shell"
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable)

  • How to control iTV GUI from server

    I wanna develop iTV like DVB-MHP Ref-Impl at devicetop.com, but I want to control the GUI from server not build the GUI at client. it's like if we build web page database. at client side will request page to server and server send the UI+database to client. but the client side is iTV from devicetop. can I realize this???
    what web server that can make it realize??

    Well, MHP doesn't explicitly support it, but if you can implement it, then it's allowed. Implementing it is the hard part :)
    The rest of this answer assumes that you're not using DVB-HTML (fairly safe, since no available platform that I know of currently supports it). If this isn';t the case, please ignore the rest of this.
    Narakrishna, why do you want to build the GUI on the server and not the client? Given the way that MHP is designed to operate (e.g. like writing any other Java code, where the client running the app handles everything), then doing this will get extremely complex. You're assuming that a return channel exists and is always on, which will not be the case for most users. Since most of the existing MHP implementations use PSTN modems for the return channel if they have one, using an application like this could get very expensive for the user. This situation isn't likely to change in the short term.
    It could also be more computationally expensive to render a GUI built on the server than to just build the GUI on the client, since the GUI would eventually have to be converted to Java objects to be displayed. It's much easier to simply build the GUI on the client from Java objects int he first place.
    One way of doing someting similar (at the expense of object carousel size and application loading time) would be to hold the descriptions of pre-built GUI components in the oject carousel. You can then update these when you need to. There's a couple of downsides to this approach though:
    1) the GUI components are the same for every user
    2) depending on what you wanted, you'd still need to do some customisation on the client.
    3) you need some way of turning the description in to a real Java GUI component. Maybe you could serialise Java objects for your GUI and do it that way, but I'm not sure.
    On the whole, I don't think that this is the best approach to building a GUI for MHP apps due to the limitations of the platform.

  • Passing Information From Server to GUI

    Hi, I'm making a chat client, but I'm having trouble passing information from server's input stream to my GUI. I made two threads, one for sending and one for receiving, and I start them both when I click "connect" after I log in to the server. So what happens is I run my program, the frame appears as I want it to, and then I click connect, and after a little wait the button "unclicks" (or w/e) and nothing happens. I don't know why I am not receiving the messages from the server. If I make the program "GUI-less" it works, I can both send and receive messages via the console. But in the GUI, where I am sending/receiving via my two TextAreas, it doesn't work. Here's my code:
    (I apologize ahead of time for posting so much code in a thread, I tried to cut it down as best as I could.)
    actionPerformed method for connect and disconnect buttons (in BotWindow class)
    public void actionPerformed(ActionEvent evt) {
            JButton src = (JButton)evt.getSource();
            if(src == connect) {
                try {
                    bnet = new BattleNet("useast.battle.net");
                    bnet.logIn("dynobot1", "test");
                catch(Exception error) {
                    System.out.println(error);
            if(src == disc) {
                try {
                    BattleNet bnet = new BattleNet("useast.battle.net");
                    bnet.logOut();
                catch(Exception error) {
                    System.out.println(error);
    BattleNet class
    import java.io.*;
    import java.net.*;
    public class BattleNet extends SendAndReceive {
        Socket sock;
        InputStream in;
        OutputStream out;
        Send send;
        Receive receive;
        public BattleNet(String server) {
            try {
                sock = new Socket(server, 6112);
                in = sock.getInputStream();
                out = sock.getOutputStream();
                send = new Send(this.out);
                receive = new Receive(this.in);
            catch(Exception error) {
                System.out.println(error);
        public void logIn(String username, String password) {
            byte[] u = username.getBytes();
            byte[] p = password.getBytes();
            try {
                out.write((byte) 0x03);
                out.write((byte) 0x04);
                out.write(u);
                out.write((byte) 0x0a);
                out.write(p);
                out.write((byte) 0x0a);
                receive.start();
                send.start();
            catch(IOException e) {
                System.out.println(e);
        public void logOut() {
            try {
                sock.close();
                in.close();
                out.close();
            catch(Exception error) {
                System.out.println(error);
    SendAndReceive class (with Threads as subclasses)
    import java.io.*;
    import java.net.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class SendAndReceive implements ActionListener {
        JButton src = null; 
        public SendAndReceive() {} 
        public void actionPerformed(ActionEvent evt) {
            src = (JButton)evt.getSource();
    class Send extends Thread {
        OutputStream out;
        SendAndReceive sr = new SendAndReceive();
        BotWindow bw = new BotWindow();
        public Send(OutputStream inputOut) {
            out = inputOut;
        public void run() {
            if(sr.src == bw.submit) {
                String newLine = "\n";
                String messageOut = bw.inText.getText();
                bw.outText.setText(bw.outText.getText() + newLine + messageOut);
                byte[] m = messageOut.getBytes();
                try {
                    out.write((byte) 0x05);
                    out.write(m);
                catch(IOException e) {
                    System.out.println(e);
                String blank = "";
                bw.inText.setText(blank);
                sr.src = null;
    class Receive extends Thread {
        InputStream in;
        SendAndReceive sr = new SendAndReceive();
        BotWindow bw;
        public Receive(InputStream inputIn) {
            in = inputIn;
            bw = new BotWindow();
        public void run() {
            while(true) {
                try {
                    bw.outText.setText(bw.outText.getText() + (char)in.read());
                catch(IOException e) {
                    System.out.println(e);
    }So, to repeat my questions, SendAndReceive class, but I'm not sure if this is the right approach.why isn't my TextArea (BotWindow.outText) not receiving and setting it's text to the information from the server? Is my threading correct? Also, with the way I set up the threads, will the Send function be able to send in the midst of the receive function? I tried to set it up so that it could by implementing ActionListener in my SendAndReceive class, but I am not sure if this is the correct approach.
    P.S. The reason I put this in Swing is because it works without a GUI/Swing components! If it will help, I will post the GUI-less program I made that works.

    Multi-post. Reply to this posting: http://forum.java.sun.com/thread.jspa?threadID=656211

  • Error in IB (When trying to import objects into ESR from SLD or from server

    Hi Experts,
    We are facing an error with the Integration builder recently. When we open Enterprise Services Repository of PI 7.1, we are able to see the GUI with objects perfectly. When we try to import an object into the repository from the server ( In ESR, choose Tools -> Import Design objects -> From Server), we are thrown with an exception...
    Error when exectuting search (QUERY_ERROR)
    & java.lang.NullPointerException
    The server throws the above two exceptions. I have pasted the logs of the error when trying to import an object from the server and also from the sld, below.
    Have any of you experieced the issue? Request you to please check this out and suggest what the problem could be. Thanks in advance.
    Regards,
    Basker
    Log of the error received when trying to import an object from the server...
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:582)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    Caused by: java.lang.NullPointerException: null
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    ... 3 more
    ====================================================================
    == Content from the LogHandler =====================================
    ====================================================================
    #12 13:44:56 AWT-EventQueue-2 ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:582)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    Caused by: java.lang.NullPointerException: null
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    ... 3 more
    #11 13:44:55 Pool-Thread-0 FINE AutoLog.created.java.lang.NullPointerException: java.lang.NullPointerException
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    #10 13:44:55 Pool-Thread-0 DEBUG AutoLog.created.java.lang.NullPointerException: null
    #9 13:44:55 Pool-Thread-0 FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.ExecuteException: com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:582)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    Caused by: java.lang.NullPointerException
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    ... 3 more
    #8 13:44:55 Pool-Thread-0 DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    #7 13:43:52 AWT-EventQueue-2 FINE AutoLog.created.com.sap.engine.services.security.exceptions.BaseLoginException: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    predecessor system
    com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    #6 13:43:52 AWT-EventQueue-2 DEBUG AutoLog.created.com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    #5 13:43:52 AWT-EventQueue-2 FINE AutoLog.created.com.sap.engine.services.security.exceptions.BaseLoginException: com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:175)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    ... 13 more
    predecessor system
    com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:175)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    ... 13 more

    Hi Rajeev,
    Thanks for your inputs. I myself am a basis guy. I ve already checked all the authorizations given to the user - PISUPER, and have found it to be fine. Can't understand why this security issue crops up still. anyways, i m getting this error when trying to import an object from the server. If i try to create a new object and during the process, try to import the SCV from SLD, i m facing with an error again, of a different sort. The log says...
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Internal error during bean lookup for bean SldAccessServiceBean
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.handleRuntimeExInBusinessMethod(BeanAccessHandler.java:113)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:55)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.getSwcvLinksAdapter(WorkspaceCreatePanel.java:520)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.access$000(WorkspaceCreatePanel.java:75)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel$4.getResult(WorkspaceCreatePanel.java:449)
         at com.sap.aii.utilxi.swing.toolkit.InterruptableProgressDialog$1.construct(InterruptableProgressDialog.java:190)
         at com.sap.aii.utilxi.swing.toolkit.SwingWorker$2.run(SwingWorker.java:126)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.sap.aii.utilxi.misc.api.BaseRuntimeException: Internal error during bean lookup for bean SldAccessServiceBean
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:460)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getBusinessInterface(LoginServiceImpl.java:425)
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.getBean(BeanAccessHandler.java:60)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getBean(SldAccessServiceDelegate.java:79)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:49)
         ... 6 more
    Caused by: com.sap.aii.ib.core.ejbutil.HomeFactoryException: Exception during lookup operation of object with name sap.com/com.sap.xi.repository/SldAccessServiceBean, cannot resolve object reference.
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:381)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:456)
         ... 10 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during lookup operation of object with name sap.com/com.sap.xi.repository/SldAccessServiceBean, cannot resolve object reference.
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:528)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:353)
         ... 11 more
    Caused by: javax.naming.NamingException: Error occurs while the EJB Object Factory trying to resolve JNDI reference Reference Class Name:
    Type: clientAppName
    Content: sap.com/com.sap.xi.repository
    Type: interfaceType
    Content: remote
    Type: home
    Content: com.sap.aii.ib.sbeans.sldAccess.SldAccessServiceHome
    Type: ejb-link
    Content: SldAccessServiceBean
    Type: remote
    Content: com.sap.aii.ib.sbeans.sldAccess.SldAccessServiceRemote
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext.
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:488)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:73)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:58)
         at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:521)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:353)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:456)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getBusinessInterface(LoginServiceImpl.java:425)
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.getBean(BeanAccessHandler.java:60)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getBean(SldAccessServiceDelegate.java:79)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:49)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.getSwcvLinksAdapter(WorkspaceCreatePanel.java:520)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.access$000(WorkspaceCreatePanel.java:75)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel$4.getResult(WorkspaceCreatePanel.java:449)
         at com.sap.aii.utilxi.swing.toolkit.InterruptableProgressDialog$1.construct(InterruptableProgressDialog.java:190)
         at com.sap.aii.utilxi.swing.toolkit.SwingWorker$2.run(SwingWorker.java:126)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: Can't get Socket. Reason:Connection timed out: connect
         at com.sap.engine.interfaces.cross.io.transport.PortManager.getRealSocket(PortManager.java:284)
         at com.sap.engine.interfaces.cross.LoadBalancerImpl.getAllAccessPoints(LoadBalancerImpl.java:97)
         at com.sap.engine.interfaces.cross.CrossObjectBroker.getDestination(CrossObjectBroker.java:142)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:347)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:73)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:58)
         at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:521)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:353)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:456)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getBusinessInterface(LoginServiceImpl.java:425)
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.getBean(BeanAccessHandler.java:60)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getBean(SldAccessServiceDelegate.java:79)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:49)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.getSwcvLinksAdapter(WorkspaceCreatePanel.java:520)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.access$000(WorkspaceCreatePanel.java:75)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel$4.getResult(WorkspaceCreatePanel.java:449)
         at com.sap.aii.utilxi.swing.toolkit.InterruptableProgressDialog$1.construct(InterruptableProgressDialog.java:190)
         at com.sap.aii.utilxi.swing.toolkit.SwingWorker$2.run(SwingWorker.java:126)
         at java.lang.Thread.run(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:140)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:58)
         at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:521)
         ... 14 more
    Any clues what might be the issue?
    thanks in advance,
    Regards,
    Basker

Maybe you are looking for

  • Interactive PDF on IPad app created with Digital Publishing Suite

    Can someone tell me why I can create an Interactive PDF in InDesign, send it to Adobe Forms but not be able to have an Interactive PDF form on an IPad App built with InDesign? Is having an Interactive (by that I mean, adding a name and address and an

  • Special Number format Mask Visual Compser

    Hi !! I have a problem with Visual Composer. I want a specific mask in a number. For example: 1.234.567 Without decimal, and thousands separator  dot ( . ). I am not able to have this format. I can have 1.234.567,00 or 1,234,567 but not my special fo

  • How do I print in color on Color Laserjet 2500 PCL 5?

    When I open properties, the features indicates: "Color: No."  I could find no way to change this to "yes."

  • Workbook Copy & Comparing

    Hi,      Need help with below questions. Thanks. - How to make a copy of Bex workbook using a program/FM - How to take back up of workbooks - How to compare a workbook in production with same workbook in developemnt to ensure both are in sync with sa

  • Lecture des ports de la carte PCI6509

    Bonjour, nous programmons au niveau des registres la carte PCI-6509 (par vxWorks). Nous programmons le port0 en sortie et nous envoyons le motif "A5" sur ce port (registre à l'adresse 0x40 depuis l'adresse de base BAR1) . Nous possédons l'outillage S