SAPGUI for JAVA error message "wrong logon langage!

Hello,
We are testing SAPGUI 7.10 on Linux
but we have some problem when we want to connect to operation server and it works with other servers like development server.
The error message is
"Wrong longon language!
This language is not allowed for this PC!
You will be logged off!"
All servers are in same kernel package 4.6D
Version SAPGUI for Java is 7.10 rev 1 & rev 3
OS SUSE 2.6.16.46-0.14
String connection: /H/servername/S/3200
Please help me!

I try with an other PC but i have the same problem.
In SM21, I didn't see error log of my logon test.
I have the same language installed in all servers, i saw in SMLT but i think there is a conflict between language in the PC and the server.
That is strange, it's worked with all server wich are not in cluster.
also , i tried to connect to servers wich are in cluster with this connection string : conn:/M/servername/S/3600/Gservergroup but i have the same problem.
I tried to connect to AS directly but i have the problem again.
I don't understand what its means SM21 t-code.
Thanks a lot for your help

Similar Messages

  • SAPGUI for Java error

    I installed "SAPGUI for Java" on Debian Etch. Installation went fine with no issues. When I add new connection and try to connect, I am getting below error message:
    Attempt to load shared library /opt/SAPClients/SAPGUI7.00rev4/bin/libJPlatin.so failed.
    The library file exists, so either the program don't has the previleges to access the library or the library is not loadable by the shared object loader
    Technical information:
    Error location: GuiJniLoader.loadPlatinLibrary()
    Error message: /opt/SAPClients/SAPGUI7.00rev4/bin/libJPlatin.so: Can't load IA 32-bit. so on a IA 32-bit platform
    When I click "OK" button, I am getting error
    JniAgilibAdaptor.<init>: Cannot load JNI library
    Any idea what might be the problem?

    Markus -
    Output of
    file /opt/SAPClients/SAPGUI7.00rev4/bin/libJPlatin.so
    /opt/SAPClients/SAPGUI7.00rev4/bin/libJPlatin.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
    My machine is a 32-bit one.
    Thanks,
    Phani

  • Solaris SAPGUI for Java 7.10 rev 8 try  error JniAgiLibAdaptor. init

    i have a problem java sapgui.
    Launch the Sapgui and then try to connect to any one of the three choices and it should produce the following error.
    i am running this on a Solaris 10 32bit. This sam java SAPGUI runs fine when i boot into the windows xp pro. Hope this helps.
    gui version;
    SAPGUI for Java 7.10 rev 8 (java),
    no library (lib)
    (Version ID 071000040800)
    Mon Mar 30 10:34:24 MEST 2009
    uw1059, 710_REL, 1054563
    Java VM: Sun Microsystems Inc. Version 1.6.0_14
    OS: SunOS(x86) Version 5.10
    The version of Java being used is:
    java -version
    java version "1.5.0_16"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_16-b02)
    Java HotSpot(TM) Client VM (build 1.5.0_16-b02, mixed mode, sharing)
    Thank You,
    Ferhan
    JniAgiLibAdaptor.<init>: Cannot load JNI library
    details;
    java.lang.Exception: JniAgiLibAdaptor.<init>: Cannot load JNI library
    at: com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:29)
    at: com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:283)
    at: com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:297)
    at: com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:798)
    at: com.sap.platin.base.logon.GuiLogonFrame.doConnect(GuiLogonFrame.java:838)
    at: com.sap.platin.base.logon.GuiLogonFrame$SymListener.actionPerformed(GuiLogonFrame.java:443)
    at: javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at: javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at: javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at: javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at: javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at: java.awt.Component.processMouseEvent(Unknown Source)
    at: javax.swing.JComponent.processMouseEvent(Unknown Source)
    at: java.awt.Component.processEvent(Unknown Source)
    at: java.awt.Container.processEvent(Unknown Source)
    at: java.awt.Component.dispatchEventImpl(Unknown Source)
    at: java.awt.Container.dispatchEventImpl(Unknown Source)
    at: java.awt.Component.dispatchEvent(Unknown Source)
    at: java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at: java.awt.LightweightDispatcher.proc
    Attempt to load shared library
    /opt/SAPClients/SAPGUI7.10rev8/bin/libJPlatin.so failed.
    The library file exists, so either the program has
    insufficient privileges to access the library or the library
    is not loadable by the shared object loader.
    Please recheck the system requirements for your operating
    system and make sure all required libraries are installed.
    details;
    ava.lang.UnsatisfiedLinkError: /opt/SAPClients/SAPGUI7.10rev8/bin/libJPlatin.so: ld.so.1: java: fatal: /opt/SAPClients/SAPGUI7.10rev8/bin/libJPlatin.so: wrong ELF data format: ELFDATA2MSB (Possible cause: endianness mismatch)
    at: java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at: java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at: java.lang.ClassLoader.loadLibrary(Unknown Source)
    at: java.lang.Runtime.load0(Unknown Source)
    at: java.lang.System.load(Unknown Source)
    at: com.sap.platin.r3.util.GuiJniLoader.loadPlatinLibrary(GuiJniLoader.java:56)
    at: com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:27)
    at: com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:283)
    at: com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:297)
    at: com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:798)
    at: com.sap.platin.base.logon.GuiLogonFrame.doConnect(GuiLogonFrame.java:838)
    at: com.sap.platin.base.logon.GuiLogonFrame$SymListener.actionPerformed(GuiLogonFrame.java:443)
    at: javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at: javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at: javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at: javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at: javax.swing.plaf.basic.BasicB

    > i am running this on a Solaris 10 32bit. This sam java SAPGUI runs fine when i boot into the windows xp pro. Hope this helps.
    >
    > gui version;
    > SAPGUI for Java 7.10 rev 8 (java),
    > no library (lib)
    > (Version ID 071000040800)
    > Mon Mar 30 10:34:24 MEST 2009
    > uw1059, 710_REL, 1054563
    > Java VM: Sun Microsystems Inc. Version 1.6.0_14
    > OS: SunOS(x86) Version 5.10
    The Java gui runs
    - on 64bit only
    - on SPARC hardware only (not on x86)
    If you execute the command
    file /opt/SAPClients/SAPGUI7.10rev8/bin/libJPlatin.so
    you'll see that the library is just for SPARC.
    Markus

  • SAPGUI for JAVA on HPIA64 error

    Dear all,
    We have installed SAPGUI for JAVA 7.00 in our HPIA64 server (hpux 11.23), using java1.4 version.
    While starting the sapgui with the following command I get the below error:
    cpchpsap:dv2adm 36> sapgui /H/binmain.cpchpsap.clorox.com/S/3253
    ERROR #############################
    23.12. 17:17:22.937 ERROR: Attempt to load shared library /home/dv2adm/SAPClients/SAPGUI7.00rev2/bin/libJPlatin.sl failed.
    23.12. 17:17:22.937 ERROR: The library file exists, so either the program
    23.12. 17:17:22.937 ERROR: don't has the privileges to access the library
    23.12. 17:17:22.937 ERROR: or the library is not loadable by the shared object loader
    23.12. 17:17:22.937 ERROR: Technical information:
    23.12. 17:17:22.937 ERROR: Error location: GuiJniLoader.loadPlatinLibrary()
    23.12. 17:17:22.937 ERROR: Error message : /home/dv2adm/SAPClients/SAPGUI7.00rev2/bin/libJPlatin.sl: '/home/dv2adm/SAPClients/SAPGUI7.00rev2/bin/libJPlatin.sl' is not a valid load module: Bad magic number
    ERROR #############################
    java.lang.UnsatisfiedLinkError: /home/dv2adm/SAPClients/SAPGUI7.00rev2/bin/libJPlatin.sl: '/home/dv2adm/SAPClients/SAPGUI7.00rev2/bin/libJPlatin.sl' is not a valid load module: Bad magic number
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1611)
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1482)
            at java.lang.Runtime.load0(Runtime.java:741)
            at java.lang.System.load(System.java:811)
            at com.sap.platin.r3.util.GuiJniLoader.loadPlatinLibrary(GuiJniLoader.java:114)
            at com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:24)
            at com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:289)
            at com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:316)
            at com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:860)
            at com.sap.platin.base.logon.GuiImpl.evalCommandLine(GuiImpl.java:275)
            at com.sap.platin.base.logon.GuiImpl.<init>(GuiImpl.java:44)
            at com.sap.platin.base.logon.GuiImpl.main(GuiImpl.java:447)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sap.platin.micro.Microkernel.invokeMainMethod(Microkernel.java:1670)
            at com.sap.platin.micro.Microkernel.startApplication(Microkernel.java:1750)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sap.platin.Gui.main(Gui.java:65)
    Please note our server is IA64 is a 64 bit server.
    Can anyone help me to sort out this issue.
    I have read this note 335515, but not able to understand fully
    Thanks
    Senthil

    SAPGUI for Java is not available for IA64/Itanium-2 - just for PA-RISC.
    Markus

  • Unable to launch sapgui for Java 7.00

    Hi,
    I encountered the following error when launching sapgui for java:
    [root@family home]# /opt/SAPClients/SAPGUI7.00/bin/guistart /H/n4shost/S/3201&expert=true
    [1] 6939
    [root@family home]# ############################# ERROR #############################
    24.11. 19:00:12.698 ERROR: Attempt to load shared library /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so failed.
    The library file exists, so either the program
    don't has the privileges to access the library
    or the library is not loadable by the shared object loader
    Technical information:
    Error location: GuiJniLoader.loadPlatinLibrary()
    Error message : /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so (/opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so: wrong ELF class: ELFCLASS32)
    ERROR #############################
    java.lang.UnsatisfiedLinkError: /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so (/opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so: wrong ELF class: ELFCLASS32)
    Can someone help please?
    Regards,
    Lim

    > Error message : /opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so (/opt/SAPClients/SAPGUI7.00/bin/libJPlatin.so: wrong ELF class: ELFCLASS32)
    You need to run a 32bit JDK for a 32bit Java gui.
    Markus

  • Copy values in ALV reports (cmd+Y/ctrl+Y) in SAPGUI for Java 7.00 rev.4?

    Hi all,
    I'm using SAPGUI for Java 7.00 rev.4 in Mac OSX.
    I use intensively ALV GRID reports. I do frequently need to copy multiple cells values from one column.
    In Windows GUI I do ctrl+Y, than select the area containing the cells and the values are copied in the clipboard.
    In Java GUI (OSX) but I cannot do cmd+Y on more cells of the same column!!!!!
    Any suggestion? Am I doing something wrong? Is it a known issue?
    Many thanks,
    Lorenzo

    Hello Lorenzo,
    you might have seen the release notes of SAP GUI for Java 7.10 rev 5 regarding the grid control.
    It has seen major changes (and improvements) in its core which have been a lot of work.
    The developer is now getting closer to the point where it is reasonable to implement add-on functionality like copying the content of multiple cells.
    It is planned for SAP GUI for Java 7.20, but it is not clear yet if it will be available also as part of a 7.10 revision.
    Best regards
    Rolf-Martin

  • How to select a locale for parser error messages

    Does anybody know how I can select a locale for parser error messages? I found org.xml.sax.Parser.setLocale, but that's for SAX1 and deprecated.
    I have a textarea in the user interface where a user can edit XML and, of course, I'd like the parsing error messages to appear in the selected locale...
    Any help appreciated.
    - Michael

    Yes, but doing this you changed the locale for the JVM! I know that. My intention was to see whether the parsers even had error messages in languages other than English. If they didn't then there would be no point in proceeding. But they do, so maybe there is some point.
    However you don't get to specify the locale for exceptions thrown by other Java classes, so I wouldn't be surprised to find you don't get to specify the locale for exceptions thrown by XML parsers. I'm not saying there is no way to do that, only that I would not be surprised if there were no way.

  • SAPGUI for Java Support on Mac 10.4

    Hi,
    I am using Mac OS 10.4 Tiger version with SAP GUI 6.4 rev6.
    when I use SAPGUI 6.4 for eCATT Scripts, I  am not able to append or insert new rows in the Parameter list.
    Although, all the commands/pushbuttons are working as they should. On pressing the Append button, a line is inserted in the parameter list, I can add new parameter also. But the problem comes while saving the changes. The system message shows that test script saved successfully, but the changes are not reflected in the parameter list.
    The details about the hardware/ software am using are:
    Hardware:
    Machine Name:     iMac
    Machine Model:     PowerMac6,1
    CPU Type:     PowerPC G4  (3.3)
    Software:
    System Version:     Mac OS X 10.4 (8A428)
    Kernel Version:     Darwin 8.0.0
    SAPGUI for JAVA:
    SAPGUI for Java 6.40 rev 6
    (Version ID 064000040600)
    Build: Wed Dec 21 13:01:37 MET 2005 on uw1059
    Java VM: Apple Computer, Inc. Version 1.4.2-54
    OS: Mac OS X(ppc) Version 10.4
    I would like to know if anyone else has faced the same problem with this configuration?
    Do I need to change my configuration?
    I am currently using SAPGUI for Java 6.3 rev8 for my eCATT scripting without the above problem.
    One more problem is that am no more able to do recording through SAPGUI command in eCATT. OSS note 454939 says that SAPGUI for Java does not support eCATT. Use SAPGUI for windows for SAPGUI recordings.
    Does that mean SAPGUI recording in eCATT will not be supported for SAPGUI for Java any further?

    Hi,
    I am also need this Software.
    My PC Macbook 20010.
    Thak`s
    Rodolfo.

  • EM Repository - Java error message

    Hi!
    EM Repository successfully created, however this Java error message appears:
    INFO: Repository successfully created
    Apr 23, 2010 12:58:20 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Apr 23, 2010 1:00:06 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0c5598ca, pid=336, tid=2392
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b03 mixed mode)
    # Problematic frame:
    # C [oranl11.dll+0x498ca]
    # An error report file with more information is saved as hs_err_pid336.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    What could this mean?
    In connection with post:
    Problem with recreating EM repository
    Edited by: user545194 on Apr 23, 2010 4:26 AM

    Hi!
    I solved the problem in the meantime.
    Solution steps for anyone who had the same problem:
    1. Uninstall Java Runtime, version 6.
    2. Cleanout Windows Registry
    3. Reboot machine
    4. Download and install Java 1.5
    CMD
    5. Set ORACLE_HOME= Your path to Oracle home directory
    6. Set ORACLE_SID= Your DB server
    7. Recreate EM Repository
    Result should be a clean EM installation.
    Cheers!

  • Verbose Java Error Message and How to Turn Off

    Hello Everyone,
    Does anyone know of a way to turn off the Verbose Java Error messages that are generated via the Portal?  Is there a Portal parameter or perhaps a parameter in the Config tool that can be used?  I am simply trying to limit what is displayed to the user when error messages are generated.
    Thanks,
    Scott

    Hi,
    you mean the cryptic error message like:
    Portal runtime error
    Exception ID
    There's a PAR: com.sap.portal.runtime.system.hooks.par
    You should check the code, maybe this is the application responsible for these error message. If so, you'd have to make the modifcations there.
    For 404, 401, etc, check:
    http://wiki.sdn.sap.com/wiki/display/EP/CustomizingErrorMessagesinPortal
    br,
    Tobias

  • Java error message received when downloading torrent...help

    I receive the JAVA error message detailed when trying to download a torrent file on my laptop. I have two browsers installed, Firefox and Internet Explorer. I do not get the message if I download via I.E. so the problem is a Firefox/Java one. the message reads :
    java.lang.ClassNotFoundException: org.gudy.azureus2.ui.swt.Main
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
    at com.exe4j.runtime.WinLauncher.main(Unknown Source)
    Any help greatly appreciated. Java version up to date and correct version. (Why does it work with I.E. and not Firefox ??)

    Hmmm. Bang goes the theory of trying to get a heads-up on a 2324 with the other message.
    The following is a better bet with a 2330 (rather than a 2324), but it might be useful to get the possibility off the table.
    Let's try running a disk check (chkdsk) over your C drive.
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, does itunes launch without the 2324 afterwards?

  • Java Error Message at Leopard Startup - anyone know how to fix pls?

    I installed Leopard two days ago on G5.. ran no probs for two days and then - up pops error message. Have called Applecare and they have no info to help. IF ANYONE HAS ANY HELP I'D BE VERY VERY GRATEFUL. Here's the error message. Thanks!! i
    "CANNOT LAUNCH JAVA APPLICATION
    Uncaught exception in main method:
    java.lang.NoSuchMethodError:
    javax.security.sasl.Sasl.setSaslServerFactory(Ljavax/
    security/saslSaslServerFactor;)V"
    ------------------------------------------------------------

    As I posted to another discussion on the topic:
    Thanks to all of you for your help with this frustrating problem. I think I lucked into the solution.
    A look at my library/logs/crashreporter pointed to a problem brought on by a file associated with a program developed by igeekinc, a Japanese firm that makes backup and rescue software. Names connected to igeek include Prosoft, Indelible, Desktop Backup, Data Backup, and others.
    My startup items file included the Executor file related to Indelible which seems to have been placed there some years ago when I tried out Prosoft's Data Backup.
    I found a Data Backup folder within my Applications folder. It had an uninstaller program. Clicking on that removed the Data Backup, the Indelible Executor, and the Java error message.
    Fingers crossed.
    Gary

  • SAPGUI for Java 6.40 rev 2 available

    Hi all,
    SAPGUI for Java 6.40 rev 2 is now available at
    ftp://ftp.sap.com/pub/sapgui/java/640r2/
    This version includes the bugfix for the problem with Single Sign On, which was discussed in this forum before.
    Release notes can be found in the installers and the separate manual.
    Please refer to OSS note 689063 for supported platforms.
    (http://www.service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=012003146900000299152003)
    Best regards
    Rolf-Martin Woersinger
    SAPGUI for Java project lead

    Hello,
    it might have been preferable to create a new thread for this.
    smartforms use ActiveXes, which are not there in SAP GUI for Java (see also transaction classification). The content of the message shown by the transaction is questionable however. What it wants to say is that this functionality is only available with SAP GUI for Windows.
    Best regards
    Rolf-Martin

  • DLT error message  Wrong volume type

    Hi Everyone,
    I have DVD studio Pro 3 with an ATTO UL3D. It seems that
    I can copy to my Quantum 8000 (at least no error pops up) but I can't read it back. I get the error:
    And would the copy to the tape be good even though I can't
    read it - hopefully two seperate problems.
    Common reasons that this could happen:
    - DLT tape does not contain DDP or CMF format.
    - Issues with the DLT drive.
    - Unable to write to the target volume.
    Error message:
    Wrong volume type
    Thanks for any help.
    Powerbook G4   Mac OS X (10.3.9)  

    Hi, I just wanted to give people an update on my question.
    I bought workgroup restrospect backup 6.1 on ebay. (very good price $17.00) I was able to see what the problem was - it was the tape. It had been formatted for a PC (I was told it was a brand new tape). When I used a real brand new DLT tape it worked beautifully. Retrospect is a great piece of software.
    It is very helpful to examine a tape if your having problems to narrow down the possibilities.
    Powerbook G4 Mac OS X (10.4)

  • I have Mac OSX 10.5.8 and get java "error" message when trying to use research tool on Morningstar Java referred me to Apple but they had no update.Any ideas? thanks.e

    I have a imac OSX 10.5.8 and get a java "error" message when trying to use a research tool on Morningstar.Java referred me to Apple but they had no updates. Any ideas? thanks.

    Well I solved my problem.
    What still doesn't make sense though is that dragging iTune audio files directly on to the iTunes application icon gave me the error message... which is why I originally discounted it as being a potential link problem. If I had been able to get files to open normally (i.e. without an error message) I would have known it was a simple link problem. Strange.
    Anyway... relinking my folder of audio files did the trick.
    If you don't already know how here are the steps...
    iTunes > Preferences > Advanced > click on the "Change" button and browse to the folder that contains all of your iTunes audio files... that's it.

Maybe you are looking for