ConfigTool.bat  dosen't run

Hi @all,
My Java engine has stopped.I am also not able to run the configtool.bat...below is the error that i get.
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Program terminated abnormally
Press any key to continue . . .
Can you please help me with this.
Thanks in advance,
Pranav

Hi Pranav,
There seems to be some problem with JAVA package. Did you by chance uninstall or do any modification to system variables on the server.
Check the JAVA_HOME and path for correct java path.
configtool.bat internally uses JAVA_HOME system variable to initialize JAVA VM..
Also, you have to change the JAVA path using offline config tool for J2ee engine to startup, if at all your java path has changed, which seems like in this situation.
If not, please send me the log files from the path
<DRIVE>:\usr\sap\<SID><instance><instance no.>\work
So that we can have a deeper look at the issue.
Regards,
Vineet

Similar Messages

  • Missing configtool.bat

    Hello all...
    I am currently in the middle of a Solman install, and am running into an out of memory error:
    Exception in thread "main" java.lang.OutOfMemoryError
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(ZipFile.java:203)
            at java.util.jar.JarFile.<init>(JarFile.java:132)
            at java.util.jar.JarFile.<init>(JarFile.java:70)
            at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:579)
            at sun.misc.URLClassPath$JarLoader.<init>(URLClassPath.java:546)
            at sun.misc.URLClassPath$3.run(URLClassPath.java:324)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.misc.URLClassPath.getLoader(URLClassPath.java:313)
            at sun.misc.URLClassPath.getLoader(URLClassPath.java:290)
            at sun.misc.URLClassPath.getResource(URLClassPath.java:160)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:192)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    ERROR      2008-05-15 13:49:33.801 [iaxxgenimp.cpp:731]
               showDialog()
    I understand that I need to increase the heap size to 2GB, but can't find the configtool.bat file anywhere.  I thought it was installed during the install, but could be wrong.
    Is there a parameter file that needs to be changed, software that needs to be added, etc.?  We are installing on LINUX (X86_64bit) with oracle.  The solman version is 4.0 SP3 and java is 1.5.0.
    I am completely stuck pending this little hump...your help is greatly, and I do mean GREATLY appreciated!!!!
    Edited by: Joe Johnson on May 15, 2008 8:33 PM
    Edited by: Joe Johnson on May 15, 2008 2:48 PM

    Okay...I figured this one out.  BUT, I am running into another issue a little further along when it attempts to change the SDM password...
    Execution of the command "/ost/jdk1.5.0_06/bin/java -Xmx256M -Djava.ext.dirs=/usr/sap/SM1/DVEBMGS00/SDM/program/lib:/ost/jdk1.5.0_06/jre/lib/ext -jar /usr/sap/SM1/DVEBMGS00/SDM/program/bin/SDM.jar changepassword XXXXXX sdmhome=/usr/sap/SM1/DVEBMGS00/SDM/program logfile=/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/callSdmViaSapinst.log" finished with return code 1. Output:
    Exception in thread "main" java.lang.OutOfMemoryError
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(ZipFile.java:203)
            at java.util.jar.JarFile.<init>(JarFile.java:132)
            at java.util.jar.JarFile.<init>(JarFile.java:70)
            at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:579)
            at sun.misc.URLClassPath$JarLoader.<init>(URLClassPath.java:546)
            at sun.misc.URLClassPath$3.run(URLClassPath.java:324)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.misc.URLClassPath.getLoader(URLClassPath.java:313)
            at sun.misc.URLClassPath.getLoader(URLClassPath.java:290)
            at sun.misc.URLClassPath.getResource(URLClassPath.java:160)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:192)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    ERROR      2008-05-15 15:26:02.4 [iaxxinscbk.cpp:282]
               abortInstallation
    MUT-02041  SDM call of changepassword ends with returncode 1
    ERROR      2008-05-15 15:26:02.5
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR      2008-05-15 15:26:02.5 [iaxxgenimp.cpp:731]
               showDialog()
    FCO-00011  The step setSDMPassword with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|setSDMPassword was executed with status ERROR .
    Thank you again!!!

  • Ant run right on eclipse but on prompt dosen't run

    Hi
    All
    I need run this build.xml on prompt.
    I have this build.xml on eclipse compiling right, but if i run on promp it dosen't run.
    I'm executing so:
    ant, where the build.xml is.
    Following the build.xml.
    <project name="HelloWorld" >
        <property name="src.dir"     value="src"/>
        <property name="build.dir"   value="build"/>
        <property name="classes.dir" value="${build.dir}/classes"/>
        <target name="clean">
            <delete dir="${build.dir}"/>
        </target>
        <target name="compile" >
             <echo> compiling  the java source.</echo>  
            <mkdir dir="${classes.dir}"/>
            <javac srcdir="${src.dir}" destdir="${classes.dir}"/>
        </target>
        <target name="clean-build" depends="clean"/>
    </project>Thanks.
    Edited by: silvaneto on Apr 15, 2009 6:19 AM
    Edited by: silvaneto on Apr 15, 2009 6:20 AM

    Something like
    <project name="HelloWorld" default="compile" >
    silvaneto wrote:I have no experience with ant, ..
    ThanksPerhaps you should read an ant tutorial then?

  • Configtool.bat and go.bat error

    Hi,
    I am trying to start configtool.bat, and i get the following message on command:
    The system can not find the path specified.
    Program terminated abnormally...
    Press any key to continue
    Can some one help me with this?
    My Environment Variable is set to JAVA_HOME=C:\j2sdk1.4.2_18

    Hi Kevin,
    Tried executing the commands individually...
    and this command fails:
    %JAVA_CMD% -Dsun.java2d.noddraw=true -Duser.language=en -classpath .\lib\launcher.jar;. com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.visual.ConfigTool ./lib/
    endlocal
    Regards,
    Nadh

  • Unable to run configtool.bat and go.bat

    Hi,
      I'am unable to run batch files in my EP server.Anybody please help me.
    with regards
    Pradeep.B

    since all it runs is a java runtime environment id guess it cannot find the java.exe.  You might want to check your JAVA_HOME environment variable setting on the server.
    Haydn

  • Bat file for running scheduled jobs

    Hi
    I am not entirely sure whether this is the correct forum to post this question, so apologies if I have posted this question in the wrong place.
    Anyhow, I would like to know how to create two automated bat file scripts that will execute a PL/SQL package that will tell my Oracle 10g R2 database to run a scheduled job. Equally, I need another bat file to tell it to drop the scheduled job.
    I already have a PL/SQL package that creates a schedule job using dbms_scheduler, and I can execute the scheduled job by going into SQL Plus running the execute command against the package. It is this latter bit, the execute part that I want to automate into bat file.
    Can someone show me how to do this?

    I'm in complete agreement with Hans. Oracle has two facilities DBMS_JOB and DBMS_SCHEDULER neither of which benefits in any way be being called by a batch file.
    What is your version number (all of it) and why are you considering this idea?

  • Cannot integrate JWSDP1.6 WITH TOMCAT50-JWSDPontomcat.bat won't  run!

    Hi!
    I have JWSDP1.6 WITH TOMCAT50-JWSDP INSTALLED with the "no Web Container" option.Tried to run jwsdpontomcat.bat but get a "Bad command or file name" message.
    Problem seems to have something to do with setenv.bat.This is the result....
    C:\Sun\jwsdp-1.6\jwsdp-shared\bin>set ANT_OPTS=
    -Djava.endorsed.dirs=C:\Sun\jwsdp-1.6\jaxp\lib\endorsed;C:\Sun\jwsdp-1.6\jaxp\lib
    Syntax error
    It gets stuck at lis line in setenv.bat.
    Pls help
    Steve

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • Localconfig.bat needs to run when start ASM

    Hi All,
    I am using ORACLE 10g R2 (10.2.0.4). I want to use ASM on Windows?
    I have two query for that:
    1- can I use ASM for windows? or it benificial only for Linux os?
    2- why I need to run "localconfig.bat" file for standalone db? this batch file is creating "OCR" keay and some CSS service. According to my knowledge this OCR and CSS is a part of Cluster.
    Can any one guide me on this topic?
    Thanks...

    hi
    in regard to 1st Q - ASM is the recommended storage for Oracle on all platforms, especially when DB is in ARCHIVELOG (RMAN benefits plus listed below).
    However for some DB's like e.g. "calculating only" ones, the Windows NTFS is a good choice (fast).
    Quote:
    ASM is one the best things that has happened to Oracle since a long time and is quickly maturing into the de facto standard for Oracle
    database storage. It is the most cost-effective automated database storage solution for Oracle and Grid computing
    as it eliminates the need to perform guesswork when implementing and tuning database storage, eliminates the need for costly LVMs,
    eliminates the need to perform manual IO rebalancing, eliminates unnecessary downtime with storage reorganization
    and vastly improves DBA’s productivity.
    It allows the company’s storage to be most effectively used and consolidated leveraging Oracle’s cluster technology.
    It is the present and future.

  • Uploadjars.bat does not run

    I installed OIM Microsoft Active Directory Connector 9.1.1.7.0 successfully but for copying ldap i had to run uploadjars.bat utility but it does not run.... Please help

    That's more like it. Check the directory from where you are running uploadJars.sh, this directory should have setEnv.sh script also. You should be running the uploadJARS.sh from <IDM_HOME>\server\bin . Have you copied it from the <IDM_HOME>\server\bin to any different location and trying to run it from there?
    Same goes for .bat files too.
    -Bikash

  • How to create a .bat file to run *.class files?

    Hello.
    I have compiled java *.class files.
    I would like to make a shortcut on my desktop to run my Java programs.
    How to write a shortcut (.bat file or something else) to run Java programs?
    Thanks

    1) Make it into an executable jar file (internet search for "java executable jar" will give you lots of help)
    2) Write a batch file. If you do not know how to do this, a Java forum is not the place to find out. Do an internet search or find a windows support site.

  • Using .bat file to run java application

    I want to be able to trigger Java class from SQL command. SQL statement will execute batch file, which contains all information about my java class and about CLASSPATH variable.
    Unfortunately, it does not work as planed. I get this message in Query Analyzer:
    output Compile first.
    RUN COMPILED FILE NOW
    java.lang.NoClassDefFoundError: \\finkelsteine\autotest\CommandLineTest
    Exception in thread "main"
    (4 row(s) affected)
    Here is SQL I use:
    DECLARE @cmd varchar(1000),
    @result int
    SET @cmd = '\\mycomputer\autotest\autotest.bat'
    EXEC @result = master..xp_cmdshell @cmd
    select @result
    Here is the autotest.bat file:
    @ECHO OFF
    SET PATH=%PATH%;C:\jdk1.2.2\bin;C:\jdk1.2.2\jre;C:\jdk1.2.2\lib
    SET CLASSPATH=c:\autotest;%CLASSPATH%
    ECHO Compile first.
    javac c:\autotest\CommandLineTest.java
    ECHO RUN COMPILED FILE NOW
    java c:\autotest\CommandLineTest
    Here is my CommandLineTest.java file
    import java.io.*;
    public class CommandLineTest
    public CommandLineTest() {
    super();
    public static void main(java.lang.String[] args)
    File file = null;
    PrintWriter out = null;
    file = new File("c:\\autotest\\test.txt");
    try
    // Create an output stream
    out = new PrintWriter(new BufferedWriter new FileWriter(file)));
    out.println("Hello there");
    out.flush();
    out.close();
    catch(IOException ioex)
    ioex.printStackTrace();
    System.out.println("IO exception");
    please help.

    The argument to the java command is the name of the class to run, not a path to the class file. You must have the classpath environmental variable set up properly for the class to run.

  • ArcGis dosen't run on Satellite C660

    Load ArcGis AOK on win7 64bit Satellite Laptop.
    Authorise Licence for single user AOK
    When I run ArcMap get ArcGis has encountered a serious application error and is unable to run.
    Note this is happening on another laptop same configuration

    I doubt you are going to find many arcgis experts here so unless you have an identifiable Toshiba hardware issue I'd recommend that you post a request on Esri's support pages.
    I'd check that W7 is fully updated run sfc.exe /scannow to ensure no W7 system files are missing or damaged and reinstall the package.
    Have you checked the installation documentation re user rights and group memberships

  • Redeploy the Financial Reporting Web Application

    Hello,
    In one of the patch we have to apply, there is a step :
    "Redeploy the Financial Reporting Web Application using the EPM configuration tool."
    But when I go to the Weblogic server and run the EPM System Configurator, I expect to see "Financial Reporting Web Application"
    Instead of this, I see "Reporting and Analysis" then "Deploy to Application Server"
    Is it the same thing ?
    Thanks

    No, you must use the EPM configuration tool, if you go to Start->All Programs->Oracle EPM Systems->Foundation Services.
    You will see the EMP Configuration tool wich it usually resides here:
    %HYPERION_HOME%\common\config\9.5.0.0\configtool.bat
    Once you run it you can follow the "on screen" instructions, it is pretty self explanatory.

  • Trying to run a bat file from oracle

    I have followed these steps, see bottom for results, everything is valid but the bat file does not run???? PLease need your help. Doug
    CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED "getbatx" AS
    class getbatx //class pdfopen
    public static void execmd(String c) //main function
    try
    System.out.println("Executing:" + c);
    Runtime.getRuntime().exec("C:\\WINDOWS\\system32
    cmd.exe /c "+c);
    System.out.println("Executing:" + c + " ...done");
    } catch (Exception e) //catch any exceptions here
    System.out.println("Error" + e ); //print the error
    CREATE OR REPLACE PROCEDURE host_command2 (p_command IN VARCHAR2)
    AS LANGUAGE JAVA
    NAME 'getbatx.execmd (java.lang.String)';
    /Then as sysdba I put in in the following.
    exec dbms_java.grant_permission( 'CAPRS', 'SYS:java.io.FilePermission', '<<ALL FILES>>', 'execute' );
    EXEC Dbms_Java.Grant_Permission('CAPRS', 'SYS:java.lang.RuntimePermission', 'writeFileDescriptor', '');
    EXEC Dbms_Java.Grant_Permission('CAPRS', 'SYS:java.lang.RuntimePermission', 'readFileDescriptor', '');Then I make the call.
    SET SERVEROUTPUT ON SIZE 1000000
    CALL DBMS_JAVA.SET_OUTPUT(1000000);
    BEGIN
    host_command2 (p_command => 'c:\mybook.bat');
    END;
    /***** I run this, it completes but does not run the bat file and there is no error message
    SQL> BEGIN
    2 host_command2 (p_command => 'mybook.bat');
    3 END;
    4 /
    Executing:mybook.bat
    Executing:mybook.bat ...done
    PL/SQL procedure successfully completed.

    Yes it should open a dos box, but you forgot to add the .bat file witch you like to run: String[] command = {"cmd", "/c", "start", "c:/Batch files/Cardiobackup/cardiobackup_v1.4"}

  • Running Bat file in Minimized Mode

    Hai All,
    I need to run bat file using Runtime, Bat file should run in minimized
    mode ...
    any one help me
    Regards
    Yuva

    Assuming it's windows...
    start /min mybatchfile.batOpen a command prompt and type "start /?" to see the params available.
    regards,
    Owen

Maybe you are looking for

  • Problem with getResourceAsStream

    Hi, I ran into a problem with using getResourceAsStream. My application is packaged in an ear-file and consists of a WAR an EJB-JAR and multiple utility JARs. Everything deploys fine and I don't have any classloading problems, so the class-path setti

  • Modify process flows using Oracle Workflow

    Hi, I'd like to use Oracle Workflow to enhance the process flows created using Warehouse Builder, as some features are missing if compared with the full-blown Workflow Builder, and it is desired to integrate OWB processes in larger ones. I have succe

  • Runtime error R6025 - pure virtual function call

    I'm running the latest version 10.6.3.25 of iTunes on Windows Vista. When I tried to search in app store using the search pane on the righthand top, it crushes and a box appears saying "Runtime error! R6025 - pure virtual function call". I cannot sea

  • Address Doctor Validator with Suggestion List

    Venkat, I am attempting to use suggestion list mode, but I have not been able to get the address suggestions to appear. Do you have a sample of how to get it working?  I have input --> address validator (parse) --> address validator (suggestion list)

  • Login timeout expired-2EETW169 no connect possible:"DBMS = MSSQL" DBNAME=""

    Hi, SDN fellows. I finished applying SPs for Solman Manager 7.0 (updated to Solman 7.1 EHP1 - just the Java Stack with JSPM). Then, I decided to start install SAP ECC 6.0 IDES in D drive (solman currently installed in C drive). When I ran the SAP ECC