Problems witch JSPM after installing EHP4 for ERP2006

Hi,
I installed EHP4 for ERP2006. We have an ABAP system with Java Addin (running on redhat). Now some java components  are on patchlevel 7.01 patch 5 and some are still on patchlavel 7.00 patch 17.  As far as a can rememder in one document it was said, that those components that are still on the old level could be patched to a newer 7.00 patchlevel after the EHPInstaller.
So I tried to start the JSPM (which is now on level 7.01 5), but it doesen't open the wellknow screen. Only the following lines appeard:
las5:u11adm 108> ./go
Current log directory is /usr/sap/U11/DVEBMGS07/j2ee/JSPM/log/log_2010_02_09_10_22_11.
Waiting for SDTServer to connect ...
I read in the help menue that I could open a JSPM Gui on a different host by entering:
http://hostname:5xx19
So I tried with http://fmgu11.munich-airport.de:50719.
But it doesn't work.
Any ideas how to implement the missing components?
Regards
Ulrike

Hi my friend
When you see this one: Waiting for SDTServer to connect ...
Then go to JSPM directory and execute StartGui.bat, it will open a java gui window if you have JRE installed on this windows PC. Put the hostname in and port 6240, it'll lead you to JSPM session. Also make sure in NETSTAT port 6240 is being listened.
Thanks,
Effan

Similar Messages

  • Installing Language Spanish before or after installing EHP4.

    Hi everyone, I'm planning to install EHP4 for SAP ERP 6.0, but I have a doubt about installing Spanish language packages before installing EHP4 or after it.
    Best Regards,
    Graciela

    Hi Shailesh / Graciela,
    To use a language in SAP, you must first import the language in the system using transaction SMLT.
    Please check the following help document -
    http://help.sap.com/saphelp_nw70/helpdata/en/a3/30ad5296b511d384bb0060975b04f3/content.htm
    I hope this helps.
    Regards,
    Sriram

  • Impossible to install Creative Cloud after install Yosemite for Mac

    Impossible to install Creative Cloud after install Yosemite for Mac

    Error 62 https://forums.adobe.com/thread/1573853
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • After installed language for solaris, how to use it in Netscape

    After installed languages for solaris,
    How can I see them in Netscape:
    View/Character set/...
    Do i need to modify some files?
    Thanks
    Joanna

    Hi,
    Not certain what your external system is, but it may be worthwhile to go through the QM-IDI documentation to see if that meets your requirements
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/26/b43927506511d182c20000e829fbfe/frameset.htm
    Alternately, take a look at BAPI_INSPOPER_GETDETAIL to determine how the lot expects to receive results, and BAPI_INSPOPER_RECORDRESULTS to set the results accordingly
    Regards,
    JL

  • After installing "Java for OS X 2013-004" update, Java apps don't work anymore as expected

    After installing "Java for OS X 2013-004" update, Java apps don't work anymore as expected.
    Windows of Swing apps don't display all GUI elements.
    After replacing System/Library/Java from a Time MAchine Backup, everything works normal again.
    Is this update corrupted?

    "avoid using Java in a web browser at all,..."
    Good advice.
    "...old Java apps/applets that aren't written to modern specs ..."
    The stand-alone Java Swing applications, that don't display their GUI elements after installing this update, have been written according to modern standards. With Oracle Java7, and with Java6 from Apple prior to this update, they run absolutely flawlessly.
    This is absolutely Apple's fault.

  • I subscribed to CC 4 days ago.. after install asks for license still?

    I subscribed to CC 4 days ago.. after install asks for license still? This is the same for all the products when I run them. Yes I'm logged into my account.

    Ask for serial number http://forums.adobe.com/thread/1234635 has a FAQ link
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Navigation problems in IE7 after installing "BI AddOn Patch for GUI 7.10"

    Hi,
    I am having the following problem:
    After installing the BI AddOn Patch for GUI 7.10 (bi710sp07p_701-10004472.exe), Internet Explorer is not behaving normally anymore.
    The problem is as follows: When I click on a link with the CTRL-key pressed, then IE7 will open the link in a new tab. However the page does not load anymore in the new tab, the contents will stay empty even though correct address is shown address bar.
    The same will happen with pop-ups, so pop-up will appear, but it will not load, page stays white.
    When I uninstall the patch then IE7 will work fine again.
    For clarity, I am not talking about BEx web reporting here (because we only use BEx Analyzer). The problem occurs when accessing normal webpages like Google (the problem does not depend on the website that was selected).
    Anyone have any ideas how to solve this problem?

    Also having the same issue doing a full patch upgrade
    As a local Admin install the patches in the following order.
    1.     bi710sp12p_1201-10004472.exe
    2.     bw350gui710_8-10004473.exe
    3.     gui710_17-10002995.exe
    Getting a number of issues IE7+8 new tabs not working JRE stopped working and issues with excel (3 occasions)
    Tried changing the order of the patches and doing full uninstall of sap followed by re-install of sap but the only thing which seems to work is un-install of IE, JRE and Excel then re-install. As you can imagine not very popular.
    were going to try out the latest Bex7 1300 patch will let you know how its going
    Jon
    Edited by: Jon Hoare on Aug 27, 2010 9:38 AM

  • Problems after installing Quicktime for java

    Hi
    I just recently installed Quicktime for java on my computer. Previous to this installation I was running j2sdk1.4.2_03 and this was working fine (compiling and running code) for me. But since I installed QTjava all I can do is compile code.
    I have reset my class path back to
    CLASSPTH = .;C:\j2sdk1.4.2_03\bin
    and my path to
    PATH = ........... .;C:\j2sdk1.4.2_03\bin
    When I try to run a simple helloworld programe I get the following error
    Exception in thread "main" java.lang.NoSuchMethodError: main
    I konw that this is something to do with my classpath, but I cann't figure out what is wrong, any ideas would be greatly appricatied
    Donal

    the programe I am running is as follows
    public class hello
    {     public hello ()
         public void main (String [] args)
         {     System.out.println ("Hello world");
    It compiles fine but I get the above error when I run it. It is the same for other more complex programes I have written which contain a main mettod.

  • OSX Printing Problems after Installing Bonjour for Windows in Parallels

    Since I installed Parallels a few weeks ago I had no need to print from Windows. Yesterday I had need so I installed the Apple Bonjour for Windows and the necessary print driver (Brother HL-1430) and was able to print.
    The issue I have is that I can no longer print from OS-X. In fact every time I try and print from whatever program the program quits unexpectedly. I have tried all the solution offered on Apple's support web site but to no avail. My printer is connected wirelessly via an Airport Express. This works fine for Parallels with Windows XP and for our two other Macs. It just does not work with my iMac and this is only since I installed Bonjour for Windows on this machine.
    Can anyone help with a solution?
    iMac, Powerbook G4, iBook Mac OS X (10.4.9)
    PowerBook G4   Mac OS X (10.3.7)  

    Since I installed Parallels a few weeks ago I had no need to print from Windows. Yesterday I had need so I installed the Apple Bonjour for Windows and the necessary print driver (Brother HL-1430) and was able to print.
    The issue I have is that I can no longer print from OS-X. In fact every time I try and print from whatever program the program quits unexpectedly. I have tried all the solution offered on Apple's support web site but to no avail. My printer is connected wirelessly via an Airport Express. This works fine for Parallels with Windows XP and for our two other Macs. It just does not work with my iMac and this is only since I installed Bonjour for Windows on this machine.
    Can anyone help with a solution?
    iMac, Powerbook G4, iBook Mac OS X (10.4.9)
    PowerBook G4   Mac OS X (10.3.7)  

  • Firefox will not open in Vista SP2 after installing software for a Brother MFC printer.

    I have 7 computer network. All the machines are running Vista SP2. I recently purchased a Brother MFC 9325cw, and installed the printer/scanner drivers as well as a program called scansoft paperport on each of the machines individually.
    I left out the some of the bulkier aspects of the driver package, namely the brother control center because it seems to eat up a lot ram at start up.
    Since I have installed the printer driver on my computers, several of them will not open firefox.
    I have tried re-installing firefox on one machine so far to no avail.
    Next I will try to re-install the brother software. Has anyone else encountered this problem before?

    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • Mac Pro stuck on gray screen after installing software for a new keyboard

    I am having a huge issue with my very important work computer! For a few weeks, my Mac has been freezing on the gray screen during start up. Since I had two external hard drives plugged in, I would unplug one of them and the Mac would always restart correctly once one was unplugged. Well today I was installing software for a new keyboard and the mac prompted me to restart. Once I restarted, the gray screen came up again and no matter what I did it would not start up correctly again. I tried unplugging everything except the keyboard and monitor and nothing works. I tried ejecting the crash-causing CD with the keyboard using all of the commands I found on this forum board and nothing worked. I saw forums about manually ejecting the CD by pushing a pin-hole but I cannot find that pinhole anywhere! Then again, the CD might not even be the problem but since the computer gave me the gray screen of death right after using the CD I am thinking that it is the problem. I use this computer for editing a TV show and creating websites so there is a ton of files on it and I need to get it up and running again ASAP. Any suggestions would be appreciated and I am sure by now you can tell that I am not a Mac expert so please dumb it down for me. Thank you!!

    I would start by breaking your thoughts and sentences out from one long paragraph.
    Start at the basics.
    Always have backups.
    One at least that is a spare boot system you can use.
    Clone your system. SuperDuper does a great job for only $29
    Boot from another hard drive or last OS X DVD
    Repair your drive with Apple Disk Utility along with 3rd party disk maintenance and repair
    Hold Option key until the boot manager, then hold mouse to open optical drive.
    You can hold mouse on startup and it will eject also.
    Hold and continue to hold Shift key during startup to repair the boot drive in minimal fashion.
    What device and driver? hint: never use CD, just go online as the CD is usually out of date anyway.
    Fill in Mac OS X version and more about hardware would help in posts and in your profile signature.
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    http://www.macintouch.com/readerreports/harddrives/index.html#d12aug2010
    http://www.alsoft.com/DiskWarrior

  • T440 - DWM service is crashing in windows 7 64 bit after installing drivers for USB Replicator

    Dear All,
    Good day!,
    This will be my first post to the community and looking forward for an expert advise on the issue am facing with Lenovo ThinkPad USB Port Replicator with Digital Video drivers in Enterprise 64bit running on T440, following are the details:
    Environment:
    Windows 7 Enterprise 64bit installed on T440 where all drivers are up to date for all devices though (System Update 5) tool.
    Requirement: Usage of Lenovo ThinkPad USB Port Replicator with Digital Video (M01060) which will be connected to . 
    Steps followed:
    Connected to the port replicator before installing the device driver. 
    Download and installed device driver from the link: http://support.lenovo.com/en_US/downloads/detail.page?&LegacyDocID=MIGR-73088
    3.    Issue: After installing the device driver above, system reboots and after logging back using the local admin account or any other windows account (DWM service) crashes along with any other software installed (Ms. Office, Lync, IE9, ...ext). Tried uninstalling the driver, rebooted and Windows runs smoothly again back with no errors.
    4.    Questions:
    T440 hardware compatible with Lenovo ThinkPad USB Port Replicator with Digital Video ? 
    Which USB version Lenovo ThinkPad USB Port Replicator with Digital Video has ? (2.0 or 3.0) ? did I missed some special drivers for USB ? 
    Any other links for the above driver can be found for Win 7 Enterprise 64bit ?
    For 3 days, am searching the web for a similar issue, found and followed all troubleshooting steps mentioned by others but none of them helped. I will really appreciate your support if any expert can advise. Thanks in advanced

    I have the same problem with my T400 updated to Win 7 pro.  Not happy.  

  • ITunes won't open after installing update for 10.4

    I updated my iTunes to the most recent version and restarted my computer. When my computer turned back on, I tried to open iTunes but it just keeps giving me the "The application iTunes quit unexpectedly" message and asks me to either ignore report or relaunch. Every time I click relaunch, the message comes up again. My OS is Mac OSX Version 10.5.8. Anyone know what to do?

    hello Nevada!
    After installing the latest itunes update, itunes
    won't open at all. I click on it and it just won't
    open.
    are you getting an error message? if so, what does it
    say?
    or are you getting no error messages whatsoever? if
    so, could you let us know the results of the
    following observations?
    reboot your PC. open Task Manager to the Processes
    Tab. now try to launch itunes again.
    does an itunes.exe process appear in Task Manager? if
    so, does it persist in there, or does it disappear
    after a few seconds?
    love, b
    b noir - i have been following your advice and i want to thank you for taking your time to try and solve these problems for ipod users.
    i have been following this message board each day for the past week - ever since my iTunes stopped working. i have not yet seen anyone who is receiving the same error message as myself.
    like most others, i downloaded the recent update for iTunes - since then, iTunes will not open. i have tried most of the other proposed solutions to no avail, such as downloading a stand-alone version of quicktime, making sure my msconfig start-up has the correct check marks, etc.
    the iTunes set-up completes with no problem - i have tried installing by saving the file to my hard drive and then running and also by running the program straight from the download window. same results.
    once i go to open iTunes, i receive the following error message: "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience. if you were in the middle of something, the information you were working on might be lost. Please tell Microsoft about this problem." Then I click "Send Error Report" just hoping I will receive a required update to make this work.
    i was wondering if you could attempt to help me resolve this issue? i have my music saved to my external hard drive, so i am in no danger of losing my music. however, i need to open iTunes to update my iPod.
    thanks in advance for your help.
    rence

  • Outlook 2010 won't open after installing icloud for windows

    Hi,
    Installed icloud for windows at work this morning after moving my MM account to icloud at home on my MBP.
    Installed ok but after ticking the mail, contacts, calendar and bookmark boxes on icloud for windows Outlook 2010 starts but won't open and stays on the "Processing..." for a long time before I close it.
    Also the icloud for windows control panel won't reopen except the time it opens after installation. I have tried removing it and rebooting but after it's installed, if you close the control panel it won't reopen although it's still running in Task Manager. Closing it in Task Manager and restarting doesn't make a difference.
    Currently I removed, rebooted and reinstalled and only have the bookmarks ticked and outlook works ok but the control panel still won't reopen.
    I am on a exchange server so don't know if this is part of the problem. Not real worried about mail but would like calendars working again.
    Very thankful for any help you can offer.

    I had the same problem after successfully moving from MobileMe to iCloud yesterday on my PC, ipad and iphone.
    Today I couldn't open Outlook 2010. An Outlook dialogue box for my MobileMe email account kept asking for the email password, and although I put the password in, it kept re-appearing.
    I turned off Norton spam temporarily, because I noticed Outlook was stuck processing the Norton plug ins at opening, and managed to open Outlook but the programme crashed every time I tried to access my email account settings (I thought I would try to delete the MobileMe email account).
    I then opened the Control Panel for iCloud and unchecked the Mail with Outlook box, which has enabled Outlook to work again. The @me.com email account was gone when I checked the email accounts. I never needed to use the @me.com email account anyway.
    How frustrating and such a waste of my time.
    Does anyone know what difference it makes if the MobileMe/iCloud email is not connected to Outlook? Does it really make any difference when you have your email accounts in the iPad and iPhone anyway?

  • Problems with safari after installing Windows 8

    After installing Windows 8 , i can't access some websites in Safari
    For example i can't login on Binck bank or a webshop
    After fill the login details the program file runs , but the login screen remain and the login details diappaers and gone white.
    This is on a few websites where  i have to use login details but on others such as webmail acounts  it works normal.
    I have set up safari again and again without succes
    What can i do to solve this?

    Use IE, FireFox, or Chrome and see if the problem remains. My experience is that Safari has never worked well on Windows.

Maybe you are looking for

  • Can I add multple tables to a single Flashback Data archive

    Hi , I want to add mutilple tables of a schema to a single Flashback Data archive . Is this possible ? I dont want to create multiple Flash back archives for each table Also can i add an entire schema or a tablespace to a flash back archive created ?

  • Need specs (mDVI - VGA) and some help

    I need to conect my macbook to a projector, so I have to buy a mini DVI to VGA adapter. Usually, other portables have a VGA out exit, and when connecting a cable (from in to out), you keep having an "out" exit that you have to attach to the "VGA in"

  • Erreur JSP with the online exemple simplest.jsp

    It's my first test java in IFS. I'm downloading the simplest exemple in this page : http://technet.oracle.com/products/ifs/htdocs/resources/dev/simpl est/simframe.htm I install all file like to explain. The type of document is good. I have load the x

  • Java Heap Size problem? Help?

    Hello Everybody, Now i'm facing very big problem. I think, about 100 users access to our app, it is stopped. My configuration below: XMS_SUN_64BIT="16384" export XMS_SUN_64BIT XMS_SUN_32BIT="256" export XMS_SUN_32BIT XMX_SUN_64BIT="32768" export XMX_

  • Updating mac OS 9.1 to mac OS X many problems!!!!!

    I tried updating my software from mac OS 9.1 to OS X and it first told me the home folder could not be found, then it later said i did not have specific access to that folder. The big problem I have is nothing opens and it says that there is no appli