N4S test drive on Linux 64 Bit- Which Java SDK???

Hello,
I installed test drive Netweaver 7.1 ABAP/Java on Linux 64 bit. Database is MaxDB. ABAP is working fine, but J2EE stack is not starting. OpenSuSE 11.1 has its own Java virtual machine, but I think I have to install SUN JDK, but wich version?
I tried 64 bit version 1.6- no success,,,, with 32-bit versin 1.6 no success ether. then I downloaded 32 bit version 1.4.2, but still not working.
Error message is something like:
DlLoadLib: dlopen()= libjvm.so: wrong ELF class: ELFCLASS32 -> DLENOACCESS (0,...
So which version of Sun Java is needed for WAS 7.1 on Linux/OpenSuSE 64 Bit?
Regards BErnd

> I installed test drive Netweaver 7.1 ABAP/Java on Linux 64 bit. Database is MaxDB. ABAP is working fine, but J2EE stack is not starting. OpenSuSE 11.1 has its own Java virtual machine, but I think I have to install SUN JDK, but wich version?
What's the output of "java -version"?
Can you tell me which of the trials you're installing? You're sure it's 7.1 and not 7.01? For the latter you need the IBM JDK 1.4.2 for Linux x64.
Markus

Similar Messages

  • Max Allowed Users on N4S Test Drive?

    Hi All,
    I didn't notice in the License agreement any reference to the maximum permitted number of users on the N4S Test Drive - to save me having to trawl through looking for the license agreement again, does anyone know what this is?
    I want to create about 400 users using SECATT so that I can test mass user creation, usergroup auths etc. Admittedly I could do this with far less users, but I'd like to make it as realistic as possible.
    I'm also looking to lock all but a few user accounts, and set the license details for each user to "Test" - is this acceptable?
    Many thanks.

    > I installed test drive Netweaver 7.1 ABAP/Java on Linux 64 bit. Database is MaxDB. ABAP is working fine, but J2EE stack is not starting. OpenSuSE 11.1 has its own Java virtual machine, but I think I have to install SUN JDK, but wich version?
    What's the output of "java -version"?
    Can you tell me which of the trials you're installing? You're sure it's 7.1 and not 7.01? For the latter you need the IBM JDK 1.4.2 for Linux x64.
    Markus

  • N4S Test Drive SAP* Password in New Client

    I've just installed the N4S Test Drive, and created a new client to explore in. However, I  can't log into that client as SAP* with the same default password used to log into client 001.
    I've also tried  the original date password, but without success - does anyone know what I should be using?
    Many thanks.

    Hi,
    first create following parameter in instance profile using RZ10,
    login/no_automatic_user_sapstar -> 0
    save and activate profile.
    restart sap server.
    now login with SAP* and password
    regards,
    kaushal

  • Problem with 2004S (N4S) test drive license

    Hi -
    I've installed n4S for a number of years now, and have struck a problem with renewing the 90 day license.
    I go and register again at http://www.sap.com/minisap, give my HWID and specify the MaxDB flavour.  I receive my license key file, and upload it via SLICENSE, and get this:
    This system's system number is "000000000311069702", but there is a license key for system number "000000000311123778" in the license key file.
    Can anyone shed any light on this?
    Thanks,
    Piers Harding.

    Kudos to Thomas Jung - he suggested that the installation number could be manually changed in the license key file, which worked a treat.

  • N4S Test Drive New License not Allowing Logon (error in license check)

    I reinstalled my N4S testdrive after a NIC failure caused all sorts of problems - the demo license had expired, so I requested and received a new demo license from SAP.
    I've installed the license via SLICENSE, and the license is showing as successfully installed, and has the green light next to it. However, I can only logon as SAP* - none of the other created users can logon - the error message on client 001 is:
    Logon not possible (error in license check).
    I've reinstalled the license, but this hasn't helped. I'm wondering if there is something still on my system pointing to the old expired license. Has anyone come across this before or have any ideas?
    Many thanks.

    Hi,
    i had same problem and on tr "\nslicense", on tab "Digitally-Signed licenses", on the left of message "A valid license key is required to operate this system" , there's the name of product (of course).
    If you request your license key on http://service.sap.com/sap/bc/bsp/spn/minisap/minisap.htm there are various system Ids with  the same name.
    In my product "NetWeaver_ADA" the correct license is the second of three products with name "NPL - SAP NetWeaver 7.02" . When you receive your license via mail you have to find "SWPRODUCTNAME=" , in my case i found "SWPRODUCTNAME=NetWeaver_ADA" because that's my product.
    Hi have requested 3 licenses and  lost 4 hours,
    regards

  • Which Java SDK should I download? 1.3.1 or 1.4.1 or 1.4.2

    Hi all,
    newer user..
    I have always wanted to ask this.
    Which one?
    Why more than one supported?
    Is 1.3.1_8 compatible with 1.3.1_02?

    Why I asked this question is I am having trouble supporting 2 or 3 java programs that have been "compiled" under different releases.
    Cisco Works only works with M$ JVM and Suns JVM 1.3.1 (needs both) but no higher. Another program called 'something' was compiled under 1.2 and performance sucks because of something different between 1.2 and 1.3.1 .
    I wish I could recompile but that is not an option. I guess I could load 3 different JVM's but is that even possible with such a wide variety?
    Thanks for the reply.

  • OID/Linux and Netsacpe Java SDK don't play nice

    Here's a brief description of the problem. We are developing with the Netscape LDAP SDK for Java connecting to OID on Linux and deploying on Solaris. The problem I'm discussing here doesn't happen on Solaris. All access to the LDAP server is being funelled through one connection (please don't ask, I didn't design it).
    Lets call an add, modify, delete or read an "action," for the sake of convenience. When an ldapjdk.jar client connects to an OID server, it can perform 32764 "actions." On the 32765th, it blocks forever waiting for OID server to return. Ok, the obvious solution is to implement a timeout and try again. Did that and it doesn't work. Ok, lets try dropping the connection at a watermark (say 30000 actions) and establishing a new one. Nope, still doesn't work. At the 32765 actions per client machine mark, it blocks forever.
    Dumping the threads on the client side gives us something like the following:
    main:
    [1] java.lang.Object.wait (native method)
    [2] java.lang.Object.wait (Object.java:424)
    [3] netscape.ldap.LDAPMessageQueue.waitForMessage (LDAPMessageQueue.java:179)
    [4] netscape.ldap.LDAPMessageQueue.nextMessage (LDAPMessageQueue.java:101)
    [5] netscape.ldap.LDAPSearchListener.nextMessage (LDAPSearchListener.java:86)
    [6] netscape.ldap.LDAPConnection.search (LDAPConnection.java:2584)
    [7] netscape.ldap.LDAPConnection.read (LDAPConnection.java:2104)
    [8] netscape.ldap.LDAPConnection.read (LDAPConnection.java:2098)
    [9] ReadLockTest.run_test (ReadLockTest.java:96)
    [10] ReadLockTest.run (ReadLockTest.java:49)
    [11] ReadLockTest.main (ReadLockTest.java:25)
    LDAPConnThread chakotay:389:
    [1] java.net.SocketInputStream.socketRead (native method)
    [2] java.net.SocketInputStream.read (SocketInputStream.java:90)
    [3] java.io.BufferedInputStream.fill (BufferedInputStream.java:190)
    [4] java.io.BufferedInputStream.read (BufferedInputStream.java:208)
    [5] netscape.ldap.ber.stream.BERElement.getElement (BERElement.java:101)
    [6] netscape.ldap.LDAPConnThread.run (LDAPConnThread.java:420)
    Not much help there. I turned on all debugging on the OID server and got massive amounts of data back (and the server slowed to a crawl. :-] ). They all show the choke happening after gsldfb_FetchBaseObjs, and before leaving gslfcfdRefreshRootDSE. The last request (the 32765th) has started, but
    never completes. I can provide parts of the logs on request.
    Has anyone else encountered this problem?
    Thanks.
    Glenn McAllister
    SOMA Networks, Inc.

    Hello Glen:
    I have not seen this before. Sounds like you have done a thorough job troubleshooting this and this may be a bug. If you are able, I would like you to file a trouble report at our Oracle Support web site:
    http://www.oracle.com/support/metalink/index.html
    Thanks,
    Jay
    null

  • Cant find the test drive Linux+DB2

    Hi
    the website www.sap.com/shop seems to be changed recently and i can no  more find the test drive for linux + DB2
    Please can some one help me find it?
    Thanks

    Hi Chandrakanth,
    for the latest test drive please use these links:
    SAP NetWeaver Gateway Trial:
    http://www.sdn.sap.com/irj/sdn/gateway?rid=/webcontent/uuid/90b292cc-a2d7-2e10-709d-9fba966a6937
    Direkt download link for ISO image:
    http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/40cc99a8-c0d0-2e10-4d83-c5aad873599f
    Best Regards,
    Henning

  • Which java Enabled phone u use for testing application in real condition?

    Hi Every one.
    As it is a list which some people do Mobile developing i have come to
    ask a question about Java Enabled Mobile phones.
    My question is : Which Java phone u use to test your application ? (out
    of simulators in real world)
    do you use Simulators until project end , or you deploy on mobile phones
    some times ?
    Thank you

    OK, I've used a workaround...

  • How to create a new connection from SAPGUI to Test drive?

    Hi,
    I have installed Sap Netweaver Test drive on a linux virtual machine (windows host). The installation was successful and I was able to start the instance (application server and the database), yet I don't know how to create a new connection from my SAPGUI client (7.20) to this server. The static IP address of the server is 192.168.1.160.
    I entered the following values for my new connection entry
    Description: SAP Netweaver
    Application server: 192.168.1.160
    Instance number: 01
    System ID: DB2
    SAProuter: /H/192.168.1.160/S/3201/H/
    But it does not work. Any idea about the values needed  for creating a new entry?
    Thanks in advance,
    Dariyoosh

    >
    Dibya R Das wrote:
    > Why are you entering a router string? Can't you reach a box directly from your machine?
    >
    > Doesn't a ping to that host & a "telnet <host/ip address> 3201" work from your machine to the SAP System.
    >
    > Remove the router string you wont need if the above works.
    >
    > - Regards, Dibya
    Hello there,
    Thank you very much for your answer which solved my problem. In fact there was no need of providing router string.
    Kind Regards,
    Dariyoosh

  • Running "Flex test drive" - Got error while attempting to connect to data service

    Hi,
    I'm a Flex / Flash builder beginner. I downloaded the 60 days evaluation, and started to run the "Flex test drive" :
    http://www.adobe.com/devnet/flex/testdrive.html
    My configuration :
    XP SP3 PRO french edition
    Tomcat 6.0
    My local Eclipse :eclipse-jee-helios-SR2-win32 (but also got the issue on the Flash Builder Eclipse, which version is 3.4.0 (Generation ID M20090211-1700)
    Flash Builder 4 with Eclipse plug-in
    All on same PC
    The Test Drive proposes examples in three technologies : Cold Fusion, PHP and Java. I'm doing the Java examples.
    Installation of Flash Builder, as well as step 1 of the Test Drive (Build the user interface) went fine. I could run the project, which at the end of step 1 correctly displayed the UI in my browser.
    Only one problem, I don't know if it is relevant for the rest of this post : I first got an error, saying that ports 8080, 8005 and 8009, requested by Tomcat, where used. After a short Google search, I fixed it by changing these ports to 8081, 8006, and 8010, in the Tomcat 6.0\conf\server.xml file.
    The Test drive second step is "Connect to data". I found some discrepancies between the Test Drive doc, and what is displayed in Flash Builder. The Test Drive says :
    "Use the Data menu and the Service Wizard to create a service for your application server. For ColdFusion and Java, specify the service file you put on your application server earlier (see Figure 9 for a PHP example). For Java, select the No password required check box, select the employeeService destination, and change the service package to services.employeeservice."
    --> But there is no "No password required check box".
    Also, when running the "Connect to data/service..." wizard, it was not at first completely clear what to choose. The proposed choices were :
    BlazeDS
    ColdFusion
    HTTP
    LCDS
    PHP
    Web Service
    XML
    Since all others choices, when tried, declared to be unconsistent with my project's server type, I finally selected "Web Service".
    In the next wizard's form, according to the Test Drive indications, I specified the URI of my EmployeeService class : C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\testdrive\WEB-INF\classes\services\EmployeeService.class
    That defined correctly the other fields.
    But when pressing the "Next >" button, Flash Builder issued the following error message :
    English translation : Unable to extract operations and entities from specified WSDL. Reason : an error occured while instrospecting the service.
    And the full error text is :
    An error occured while instrospecting the service. WSDLException: faultCode=PARSER_ERROR: Problem parsing 'file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/testdrive/W EB-INF/classes/services/EmployeeService.class'.: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 2-byte UTF-8 sequence.
    It is usually relatively easy to find fixes through Google searches, but this time, it didn't work. So here I am, expecting a bunch of wise answers from all the nice Flex / FB gurus that I'm sure haunt this forum .
    Thanks and best regards.
    Marc.

    For those who would have the same problem, here is how I could eventually fix it.
    Since the Flex Test Drive is sometimes out of sync with flash builder 4, I recreated a project using other help pages on Adobe site :
    Entry point :
    http://help.adobe.com/en_US/Flex/4.0/AccessingData/WSbde04e3d3e6474c4-668f02f4120d422cf08- 7ffd.html
    As suggested, I used the New Project wizard to create a new project, with :
    Application server type : J2EE
    Check the radio button "Use remote object access service : BlazeDS"
    Then, as indicated in following pages (section "Accessing BlazeDS")... :
    file:///C:/Mes%20documents%20C/Commun/Developpement/Documentation/HT-Tracks/AccessingData/ help.adobe.com/en_US/Flex/4.0/AccessingData/WSbde04e3d3e6474c4-668f02f4120d422cf08-7ffe.ht ml#WSbde04e3d3e6474c4-19a3f0e0122be55e1b7-8000
    ...I selected the "Data / Connect to Data/Services..." menu option, which started the Data/service connection wizard.
    There, I selected a BlazeDS (and not Web Services) service type, and everything went fine.
    Suggestion to adobe staff : maybe it would be useful to update the Flex Test Drive to reflect Flash Builder 4 ?
    Very nice product anyway, so far, congratulations...
    Rgds
    Marc.

  • Is it possible to use Oracle instead of DB2 with Netweaver Test-drive 2004?

    Dear all,
    Recently I ordered on SAP Knowledge shop the Netweaver Test-Drive 2004 DVD (the 32-bit version for Linux (Red Hat Enterprise)).
    Before the installation I had already installed Oracle Enterprise 11g (Release 2). However the DVD installed both AS and DB2.
    What I would like to ask is that is it possible to use my already installed Oracle database with Netweaver and
    remove DB2 from hard disk?
    Kind Regards,
    Dariyoosh

    >
    Anjali Sharma2 wrote:
    > No. Trial version is only for DB2 or MaxDB. (DB2 for 32 bit and MaxDB for 64)
    >
    >
    > However, just for info, license is not available now for 32bit NW trial version. Just confirm at your end too.
    Hello there,
    Thank you very much for your help.
    Kind Regards,
    Dariyoosh

  • How to use JCo Provider Service w/Sneak Preview and Test Drive

    I have both SAP Web AS Sneak Preview (6.40) and MiniWas 6.20 Test Drive installed on a single system.  I have implemented a Java server program which can be RFC called from an ABAP program using JCO.
    The only disadvantage to this process is that I must manually run the server program each time I bring up the J2EE system.
    I would like to set things up so that when I start the WebAS 6.40 J2EE system, the server function can be automatically registered (if I'm using the correct terminology - not at all sure about that...).  It looks to me that I should be able to use JCo Provider Service to do what I want to do, but I don't know how to do any of the session bean creation and I esp. can't seem to find out how to run the  J2EE Visual Administrator, which the documentation I've found leads me to believe needs to be used.
    Is there a tutorial, or example, that will lead me through this entire process?  I have the ABAP calling program working OK, and I have the Java JCo server program working ok - I just want to create something in Java that will operate like a good old C Language function installed as an RFM.
    Can anyone help? Is it possible?

    Stefan:
    Well, I guess I'm stuck at the first step.
    As I understand it, I have to use the Visual Administrtor to register the Web AS 6.40 Sneak Preview system as an RFC destination.  When I bring up the Visual Administrator, it has essentially two tabs showing: Dispatcher and Server.  It's inviting me to define a connection and Login.  So, Q1: Is it inviting me to login to the J2EE or the Web AS?  Either way, I am never able to login - I get this error:
    com.sap.engine.services.security.exceptions.BaseLoginException: Cannot create new RemoteLoginContext
    I used all of the NetWeaver sneak preview defaults when installing, and I recorded these:
    Type               Account
    OS User            Compaq-laptop/J2EAdm
    OS User            Compaq-laptop/SAPServiceJ2E
    DB User            SAPJ2EDB
    J2EE Engine User   Administrator
    J2EE Engine User   Guest
    Q2:  Is it possible to do what I'm trying to do with the Sneak Preview system? 
    Or am I trying to connect and logon to the Web AS 6.20 Test Drive (I don't think so...)?  I used the defaults when installing the Test Drive, and have these users:
    BCUSER
    DDIC
    Is it one of these I should be logging onto?
    Also, Visual Administrator wants a port specified on the J2EE Engine connection paramters - what port should I be specifiying?
    Can you get me past this dilemma, Stefan?  Thanks...

  • IPlanet Application Server 6.0 Service Pack 3 Test Drive

    Hi,
    We are trying to port an existing web-app (runs on WebLogic and JBoss)
    to the iPlanet Application Server platform.
    We can deploy our app, but cannot access it once it is deployed.
    Is the iPlanet Application Server 6.0 Service Pack 3 Test Drive "cripple
    ware" or is it a fully functioning trial which allows you deploy new
    apps to it?
    Thank You,
    Eric Kahler

    Hello,
    If the issue is looking up the bean and you are looking up the bean as you
    would with JBoss or BEA:
    String beanName = "Bean";
    ctx = InitialContext();
    ctx.lookup( beanName );
    then you might have the problem there. Atleast this is what we have found
    with beans needing to be convered. Change the lookup to be ctx.lookup
    ("ejb/" + beanName ); and you might be better. I haven't tried it on JBoss
    or Bean but ctx.lookup( "java:comp/env/ejb/" + beanName) might work on all
    the different app servers
    TTYL, Jeff
    "Eric Kahler" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    We are trying to port an existing web-app (runs on WebLogic and JBoss)
    to the iPlanet Application Server platform.
    We can deploy our app, but cannot access it once it is deployed.
    Is the iPlanet Application Server 6.0 Service Pack 3 Test Drive "cripple
    ware" or is it a fully functioning trial which allows you deploy new
    apps to it?
    Thank You,
    Eric Kahler

  • Unable to execute Linux command from Java

    Hi,
    I am currently working on a code wherein i need to execute Linux command from Java. Below are some of the query i have.
    1) Is there any efficient method of running OS commands from Java, rather than using Runtime and Process method.
    2) Below is details of my code which fails in execution
    **-- Java Version**
    java version "1.6.0"
    OpenJDK Runtime Environment (build 1.6.0-b09)
    OpenJDK Server VM (build 1.6.0-b09, mixed mode)
    -- Program Code ----
    Where <path> = Path i put myself
    package test;
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileReader;
    import java.io.*;
    public class GetInode{
         * @param args
         public static void main(String[] args) {
              GetInode test = new GetInode();
              test.getInode();
         public void getInode(){                    
              String command = "/usr/bin/stat -Lt <path>;
              System.out.println(command);
              Process process;
              Runtime rt;     
              try{
              rt = Runtime.getRuntime();               
              process = rt.exec(command);
              InputStreamReader isr = new InputStreamReader(process.getErrorStream());
              BufferedReader bre = new BufferedReader(isr);
              BufferedReader br = new BufferedReader(new InputStreamReader(process.getInputStream());
              System.out.println(bre.readLine());
    System.out.println(br.readLine().split(" ")[7]);
              process.destroy();          
              }catch (Exception ex){
                   System.out.println("Error :- " + ex.getMessage());
    ------Output -------------
    /usr/bin/stat -Lt "<path>"
    /usr/bin/stat: cannot stat `"<path>"': No such file or directory
    Error :- null
    Can any one help me what is wrong and why i am unable to run the Linux command from Java.

    For clarity purpose............i m submitting actual code here
    --- Code ---
    package test;
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileReader;
    import java.io.*;
    public class GetInode{
    * @param args
    public static void main(String[] args) {
    GetInode test = new GetInode();
    test.getInode();
    public void getInode(){               
    String command = "/usr/bin/stat -Lt \"/afs/inf.ed.ac.uk/user/s08/s0898671/workspace/CASWESBLIN/TestFS/01_FIL_01.txt.txt\"";
    System.out.println(command);
    Process process;
    Runtime rt;
    try{
    rt = Runtime.getRuntime();
    process = rt.exec(command);
    InputStreamReader isr = new InputStreamReader(process.getErrorStream());
    BufferedReader bre = new BufferedReader(isr);
    BufferedReader br = new BufferedReader(new InputStreamReader(process.getInputStream()));
    System.out.println(bre.readLine());
    System.out.println(br.readLine().split(" ")[7]);
    process.destroy();
    }catch (Exception ex){
    System.out.println("Error :- " + ex.getMessage());
    --- Output ---
    [ratz]s0898671: java GetInode
    /usr/bin/stat -Lt "/afs/inf.ed.ac.uk/user/s08/s0898671/workspace/CASWESBLIN/TestFS/01_FIL_01.txt.txt"
    /usr/bin/stat: cannot stat `"/afs/inf.ed.ac.uk/user/s08/s0898671/workspace/CASWESBLIN/TestFS/01_FIL_01.txt.txt"': No such file or directory
    Error :- null
    -- Linux Terminal --
    If i copy the first line from the output and execute on Linux terminal her is the output that i get
    [ratz]s0898671: /usr/bin/stat -Lt "/afs/inf.ed.ac.uk/user/s08/s0898671/workspace/CASWESBLIN/TestFS/01_FIL_01.txt.txt"
    /afs/inf.ed.ac.uk/user/s08/s0898671/workspace/CASWESBLIN/TestFS/01_FIL_01.txt.txt 12003 24 81a4 453166 10000 1c 360466554 2 0 1 1246638450 1246638450 1246638450 4096
    Can you just assist me where am i really making mistake.......i was wondering if the command that i pass from Java....can be executed on Linux terminal why is it faling to run from java.........and when i print the Error Stream for process output........it show cannot Stat.......

Maybe you are looking for

  • Error running reports from Crystal Server XI R2 with datasets

    Hi, sorry if my english is not good. I'm from Spain. I have a problem. I'm programming with Visual Basic .NET 2008. I'm using Crystal Reports Server and programming under Visual Basic to take reports from crystal Server, changing the tables from the

  • Problem in ALV set filter option

    Hi to all I have an issue regarding ALV report : I have developed an ALV report and it is showing report output correctly as required. when I further filter it on a particular field using SET FILTER OPTION , the length of the field is shorter than di

  • Do I need to get a subpoena to obtain copies of older text messages?

    I need records of some text messages for a civil suit that aren't recent.  Does Verizon require a court subpoena to get these records? 

  • Bash: SQLPLUS: Command not found

    Hi All, I'm facing problem during connecting to SQLPLUS in Linux Plateform Redhat 4.....whenever I write SQLPLUS, it gives me the following Error message Bash: Sqlplus: Command not found. kindly let me know, how can I get rid of this Error. Thanks Re

  • Where has the VPN log gone?

    Hi, Now that the Internet Connect application has been removed from 10.5, I'm struggling to find the log file for VPN connections. Can anyone help?