Privilege to run loadjava

I'm new to loadjava. Pls. help. My question is to use javaloader to load a simple class into a schema, how much privilege have to be grant to the user? How?
I got error saying MD5 table doesn't exist. I guess the newly created user hasn't any privilege to the harsh table, nor other privilege needed.
Thanks.

Grant JAVAUSERPRIV to user
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Olive:
I'm new to loadjava. Pls. help. My question is to use javaloader to load a simple class into a schema, how much privilege have to be grant to the user? How?
I got error saying MD5 table doesn't exist. I guess the newly created user hasn't any privilege to the harsh table, nor other privilege needed.
Thanks.<HR></BLOCKQUOTE>
null

Similar Messages

  • Cannot run loadjava on Solaris 10 64-bit server - wrong ELF class error

    We are running into a problem when trying to run loadjava on a 10.2.0.3 database running on a Solaris 10 64-bit server.
    loadjava -user xxxxx/xxxxx -verbose -resolve -force my.jar
    creating : resource pea.properties
    loading : resource pea.properties
    ld.so.1: oracle: fatal: /var/db/10.2.0/lib32/libskgxp10.so: wrong ELF class: ELFCLASS32
    The LD_LIBRARY_PATH does not have the lib32 directory on it, it has /var/db/10.2.0/lib instead.
    Any idea on what to do?

    Hi,
    Correct. The note specify general recommendations for setting the environment. The utility loadjava is not an exception.
    Regards,

  • Installer requires Admin Privilege to run

    I'm a new user on a Macbook. Its been about 20 years since I last was on an apple. I need help, I'm trying ton install a game on my laptop. When I click on the installer to install the game a window pops up saying "installer requires Admin privilege to run" and the only option is to quit. What do I need to do to get this game installed?
    Thanks so much!!

    /Applications/Utilities/Disc Utility - a very handy tool in all sorts of situations.
    I'm most surprised that a new account with admin permissions wasn't able to perform the install I'm at a loss what might be causing that to be honest ... maybe the repair permissions on the drive will sort it out, perhaps the entire folder has had write access removed somehow. You could select the destination folder location and Get Info on it and look at the permissions settings at the bottom, does it allow any user to Write there or is it Read only I wonder ?

  • This installer requres admin privileges to run

    i'm trying to install pcsx2.
    i need Cg-2.2.0006 but when i open it, I get a window that tells me this installer requires admin privileges to run
    what should i do?

    Hi, are you running in an admin account?
    If you aren't the admin, you'll still need the admin's credentials.

  • This installer requires admin privileges to run

    I'm trying to install a new Application (ViaCAD 2D/3D). I get the message "This installer requires admin privileges to run" with no option to enter admin password.
    Thing is, I am clearly the Admin user with all privs.
    Searched a lot of forums and tried a lot of ideas... but to no avail. Prior installations proceeded without error. Of course, the manufacturer support simply blamed Apple and closed the support question. Console log shows no errors.
    This one has me totally stumped (and I have 20+ years admin experience).

    Update:
    The application installed on another system running 10.4. On the offending system, I tried another Admin account, ran repair permissions from Utilities, made sure Admin had R/W privs on Apps folder, moving the .dmg file to the Applications folder, did a reboot, searched for a VidCad plist file. Out of ideas.

  • How to run loadjava

    Hi All
    I have to change the password validation for the Oracle Apps users. As per document ID 362663.1 (https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=HOWTO&id=362663.1) I have created a new custom class for new validations.
    After creation of the new custom class, the document reads as:
    Load the class on the database and application tiers:
    loadjava -user apps/apps -verbose -resolve -force AppsPasswordValidationCUS.java
    Then run adadmin to recompile apps schema.
    NOTE: The custom class file needs to be placed in the Middle tier code tree under any directory under CLASSPATH containing oracle/apps/fnd/security sub directory).
    3- You can execute the following select after running the loadjava command to verify that load was successful and class is valid.
    Just a check to confirm all went ok.
    SELECT dbms_java.longname(object_name), status
    FROM user_objects
    WHERE object_type = 'JAVA CLASS'
    AND dbms_java.longname(object_name) like '%AppsPasswordValidationCUS';
    Now I am not able to use "loadjava".
    I have used the following on application server:
    oraapp02_db04> loadjava
    ksh: loadjava: not found
    oraapp02_db04> which loadjava
    no loadjava in /ora_code/db04/db04ora/iAS/Apache/perl/bin /ora_code/db04/db04ora/8.0.6/bin /ora_code/db04/db04appl/fnd/11.5.0/bin /ora_code/db04/db04appl/ad/11.5.0/bin /usr/java14/bin /ora_code/db04/db04comn/util/unzip/unzip . /ora_code/db04/db04ora/8.0.6/bin /usr/bin /usr/ccs/bin /usr/sbin /usr/bin /etc /usr/sbin /usr/ucb /home/smishra/bin /usr/bin/X11 /usr/local/bin/ /sbin . /usr/local/bin
    I tried to find out all the files loadjava and could find such a file at location:
    oraapp02_db04> pwd
    /ora_code/db04/db04ora/iAS/bin
    oraapp02_db04> ls loadjava
    loadjava
    oraapp02_db04> loadjava
    Class not found: oracle.aurora.server.tools.loadjava.LoadJavaMain
    oraapp02_db04>
    I have created a new class XXDCAppsPasswordValidation.class at the location $JAVA_TOP/oracle/apps/fnd/security
    Do you have any idea? Any help will be highly appriciated!!

    Pl post details of OS, database and EBS versions.
    loadjava is a database utility, not an apps utility. You will need to source the environment file for the database, then run loadjava (which you will find in $ORACLE_HOME/bin)
    HTH
    Srini

  • Cannot run loadjava

    loadjava does not seem to work for me on RHAT 6.2 and DB version is EE 8.2. When I go to $ORACLE_HOME/bin, I can see the loadjava utility throught ls command. The following commands do not run loadjava, but issue out error - no such file or directory. Can anyone please help.
    1) loadjava - error is no such file or directory
    2) ./loadjava - error is no such file or directory
    3) u01/app/oracle/product/8.1.6/bin/loadjava - same error
    Thanks.
    linuxoracle.

    hi,
    I found it. Go to $ORACLE_HOME/JRE/bin. There is loadjava command. It is script. Edit script in your favourite editor and change first line, it looks like this:
    #! /bin/ksh
    but should be
    #! /usr/bin/ksh.
    It is correct for my machine. I use Corel Linux I aka Debian. To be sure try this:
    $ which ksh
    /usr/bin/ksh
    $
    Radek
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by linuxoracle():
    loadjava does not seem to work for me on RHAT 6.2 and DB version is EE 8.2. When I go to $ORACLE_HOME/bin, I can see the loadjava utility throught ls command. The following commands do not run loadjava, but issue out error - no such file or directory. Can anyone please help.
    1) loadjava - error is no such file or directory
    2) ./loadjava - error is no such file or directory
    3) u01/app/oracle/product/8.1.6/bin/loadjava - same error
    Thanks.
    linuxoracle.<HR></BLOCKQUOTE>
    null

  • Remote system Producing Errors "In sufficient Privileges" while running scr

    Hi
    I have Machine with Oracle 10g 64bit(software only) on windows 2003 server and that machine located at Remotely(UK)
    In fact i d'not know who installed the Oracle on that machine,
    To access that mechine they given user/password to me
    Now I have to run a script from here(script will create INSTANCE,OFA,DATABASE,changing SYS SYSTEM password,and final it create USER for that DATABSE which is created by script)
    here problem is script able to Create INSTANCE,OFA but it unable to create DATABASE in this part it is giving Error saying that
    "In sufficient Privileges"
    I tried with Command prompt like
    setted Oracle_sid,Oracle_home
    1.C:>sqlplus sys/change_on_install as sysdba
    or
    2.C:>sqlplus system/manager
    3.SQL>startup nomount pfile='<pfilepath>"
    In above 3 cases it is giving same error “ In sufficient Privileges"
    1.What may be that reason it is producing errors

    Try adding the windows user you're logging in with to the windows machine to the Administrators group. Also check the persmissions of the pfile and subdirectories.
    Alex

  • Insufficient privilege when run SQL in PL/SQL Developer

    Hi,
    My developer had strange behavior when run below SQL from PL/SQL Developer. It will come out with "*Insufficient Privileges*" message.
    SELECT Fiscal
    FROM pmaps_fiscalweekonly
    WHERE intend >= trunc(sysdate)
    AND rownum < 5
    ORDER BY intend ASC;
    Same SQL run without any problem in SQLPLUS and SQL Developer.
    But if we use small asc instead capital ASC, it run without problem also in PL/SQL Developer.
    SELECT Fiscal
    FROM pmaps_fiscalweekonly
    WHERE intend >= trunc(sysdate)
    AND rownum < 5
    ORDER BY intend asc;
    Kindly check if someone have any idea.
    ZlT

    zhilongtan wrote:
    But the privilege problem only happened when capital ASC keyword was used in ORDER BY clause. If small asc keyword was used, it run without problem.
    It seems to me, it does not relate with privilege or role grant. Please advise. Thanks.
    ZlT.I think you should sk this question in a support forum for PL/SQL Developer. The possible bug seems directly connected to this tool. If I remember rightly then this tool is from ALLAutomations. You should ask them. THis forum would be the wrong place to ask.
    Edited by: Sven W. on Aug 30, 2010 5:24 PM

  • ORA-01031: insufficient privileges when running adgrants_nt PATCH 6510214

    Hi all,
    I need to clone an Oracle Applications R12 from production to development, so for that I am using Metalink document ID 406982.1 (C;loning Oracle Applications Release 12 with Rapid Clone).
    In the document, the step 3 is to "Apply the latest AD patch" and the things get hotter here, since when trying to apply the patch, the pre req is to run the script adgrants_nt.sql, it returns an error (ORA-01031: insufficient privileges) and aborts.
    After some searching in google and metalink and OTN forums, the solution was to create an ora_dba group and add the user to that group and set sqlnet.ora to use NTS. I did all that and the error does not go away.
    so, what can I do to complete the clone process?
    thank you very much,
    Hassane Cabir

    hi Hassane;
    I need to clone an Oracle Applications R12 from production to development, so for that I am using Metalink document ID 406982.1 (C;loning Oracle Applications Release 12 with Rapid Clone).If your release 12.0.6 then i belive you can pass AD patch part
    In the document, the step 3 is to "Apply the latest AD patch" and the things get hotter here, since when trying to apply the patch, the pre req is to run the script adgrants_nt.sql, it returns an error (ORA-01031: insufficient privileges) and aborts.You try to apply this patch your production, so then be sure patch folder has r/w permisson to your application user(for instance applmgr) then try again please
    After some searching in google and metalink and OTN forums, the solution was to create an ora_dba group and add the user to that group and set sqlnet.ora to use NTS. I did all that and the error does not go away.You dont need to create one other group,issue is:
    su - applmgr(your apps user)
    id
    uid=1002(oracle) gid=1010(dba)
    it gives you your user's group (for instance dba,install etc)
    then issue chown -R applmgr:dba /u01.......(your patch location)
    I suggest change your entery on sqlnet.ora file
    Regard
    Helios

  • Found ORA-20072: insufficient privileges when run user package

    We use workspace manager
    enable version table : FEED_ADMIN.FEED_SET
    login with my username : KTEERAYUT that have dba privilege
    If we run dbms_wm in sqlplus. It work properly.
    KTEERAYUT@BKKXE > BEGIN
    2 dbms_wm.Beginresolve('D_1_1');
    3 dbms_wm.resolveconflicts('D_1_1','FEED_ADMIN.FEED_SET','','PARENT');
    4 COMMIT;
    5 dbms_wm.rollbackresolve('D_1_1');
    6 COMMIT;
    7 END;
    PL/SQL procedure successfully completed.
    Then try create as procedure with FEED_ADMIN owner.
    create procedure feed_admin.test_resolveconflicts_wm(p_workspace_name varchar2)
    as
    begin
    dbms_wm.Beginresolve(p_workspace);
    dbms_wm.resolveconflicts(p_workspace,'FEED_ADMIN.FEED_SET','','PARENT');
    COMMIT;
    dbms_wm.rollbackresolve(p_workspace);
    COMMIT;
    END;
    Then test run with KTEERAYUT
    KTEERAYUT@BKKXE > BEGIN
    2 feed_admin.test_resolveconflicts_wm('D_1_1');
    3 end;
    4 /
    begin
    ERROR at line 1:
    ORA-20072: insufficient privileges on 'FEED_ADMIN.FEED_SET'
    ORA-06512: at "WMSYS.LT", line 8615
    ORA-06512: at "FEED_ADMIN.TEST_RESOLVECONFLICTS_WM", line 5
    ORA-06512: at line 2
    I already grant all on FEED_ADMIN.FEED_SET to KTEERAYUT but it's still error.
    Anyway It work properly if connect and execute with FEED_ADMIN.
    So Can I run the package with another username? Which privilege that it's required?

    Hi Ben,
    Thanks for reply. Version of workspace manager is 10.2.0.4.4 on oracle 10.2.0.4 platform is window server 2003 sp2
    Below is more detail.
    1. Grant workspace manager privs to both user (KTEERAYUT also have dba privs)
    GRANT EXECUTE ON dbms_lock TO feed_admin;
    GRANT ROLE WM_ADMIN_ROLE TO feed_admin;
    GRANT SELECT ON DBA_WORKSPACE_SESSIONS TO feed_admin;
    begin
    dbms_wm.grantSystemPriv (
    'ACCESS_ANY_WORKSPACE, ' ||
    'MERGE_ANY_WORKSPACE, ' ||
    'CREATE_ANY_WORKSPACE, ' ||
    'REMOVE_ANY_WORKSPACE, ' ||
    'ROLLBACK_ANY_WORKSPACE',
    'feed_admin',
    'YES');
    END;
    GRANT EXECUTE ON dbms_lock TO KTEERAYUT;
    GRANT ROLE WM_ADMIN_ROLE TO KTEERAYUT;
    GRANT SELECT ON DBA_WORKSPACE_SESSIONS TO KTEERAYUT;
    begin
    dbms_wm.grantSystemPriv (
    'ACCESS_ANY_WORKSPACE, ' ||
    'MERGE_ANY_WORKSPACE, ' ||
    'CREATE_ANY_WORKSPACE, ' ||
    'REMOVE_ANY_WORKSPACE, ' ||
    'ROLLBACK_ANY_WORKSPACE',
    'apex',
    'YES');
    END;
    2. FEED_ADMIN create table FEED_SET and enable version for FEED_ADMIN.FEED_SET
    CREATE TABLE feed_admin.feed_set
    (feed_set_id NUMBER PRIMARY KEY,
    feed_set_name VARCHAR2(30)
    GRANT ALL ON feed_admin.feed_set TO kteerayut;
    BEGIN
    dbms_wm.enableversioning('feed_set','VIEW_WO_OVERWRITE');
    END;
    SELECT * FROM ALL_WM_VERSIONED_TABLES;
    INSERT INTO feed_admin.feed_set
    VALUES (1,'new feed set');
    COMMIT;
    3. KTEERAYUT create workspace name : WORK
    BEGIN
    dbms_wm.gotoworkspace('LIVE');
         COMMIT;
         dbms_wm.createworkspace('WORK_TEST');
         dbms_wm.gotoworkspace('WORK_TEST');
         COMMIT;
    END;
    SELECT * FROM feed_admin.feed_set;
    FEED_SET_ID FEED_SET_NAME
    1 new feed set
    4. FEED_ADMIN create procedure name : TEST_REFRESH and grant execute privs to KTEERAYUT
    create or replace procedure FEED_ADMIN.Test_refresh is
    BEGIN
    dbms_wm.Beginresolve('WORK');
    dbms_wm.resolveconflicts('WORK','feed_admin.feed_set','','PARENT');
    COMMIT;
    dbms_wm.Commitresolve('WORK');
    COMMIT;
    dbms_wm.refreshworkspace('WORK');
    end Test_refresh;
    GRANT EXECUTE ON Test_refresh TO KTEERAYUT;
    5. Login with KTEERAYUT.
    5.1 test directly command via sql*plus
    BEGIN
    dbms_wm.Beginresolve('WORK');
    dbms_wm.resolveconflicts('WORK','feed_admin.feed_set','','PARENT');
    COMMIT;
    dbms_wm.Commitresolve('WORK');
    COMMIT;
    dbms_wm.refreshworkspace('WORK');
    END;
    PL/SQL procedure successfully completed.
    5.2 but it will fail when call via procedure
    BEGIN
    feed_admin.Test_refresh;
    END;
    ERROR at line 1:
    ORA-20072: insufficient privileges on 'FEED_ADMIN.FEED_SET'
    ORA-06512: at "WMSYS.LT", line 8615
    ORA-06512: at "FEED_ADMIN.TEST_REFRESH", line 4
    ORA-06512: at line 2
    Regards.

  • Error when trying to run loadjava

    Dear All,
    I am currently new at Java Stored Procedures and was trying to load a source code into database but I get the following errors:
    loadjava ...............
    creating : source DateUtils
    loading : source DateUtils
    creating : DateUtils
    Error while creating DateUtils
    ORA-06576: not a valid function or procedure name
    Error while computing shortname of DateUtils
    ORA-06550: line 1, column 13:
    PLS-00201: identifier 'DBMS_JAVA.SHORTNAME' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    The following operations failed
    source DateUtils: creation
    exiting : Failures occurred during processing
    I would really appreciate any ideas on what I am doing wrong as I am able to successfuly compile the source code outside of Oracle.
    Thanks in advance
    Sushil

    Java option of Oracle server has not been installed.
    To get the list of all installed Oracle server options run the query:
    select * from v$option

  • ORA-01031: insufficient privilege while running a batch job

    Hi Gurus...
    I have created a oracle scheduler job to run a batch file (On WS2k8, Oracle 11.2.0.1) as
    BEGIN
    sys.dbms_scheduler.create_job(
    job_name => 'MY_JOB',
    job_type => 'EXECUTABLE',
    job_action => 'C:\WINDOWS\system32\cmd.exe',
    repeat_interval => 'FREQ=MINUTELY; interval=30; bysecond=0;',
    start_date => systimestamp,
    job_class => 'DEFAULT_JOB_CLASS',
    comments => 'This Job Collect Statas as per Analyze.bat',
    auto_drop => FALSE,
    number_of_arguments => 3,
    enabled => FALSE);
    sys.dbms_scheduler.set_job_argument_value( job_name => 'MY_JOB', argument_position => 1, argument_value => '/q');
    sys.dbms_scheduler.set_job_argument_value( job_name => 'MY_JOB', argument_position => 2, argument_value => '/c');
    sys.dbms_scheduler.set_job_argument_value( job_name => 'MY_JOB', argument_position => 3, argument_value => 'D:\analyze.bat >> d:\as.txt');
    sys.dbms_scheduler.enable( 'MY_JOB' );
    END;
    REM batch file.....
    set ORACLE_HOME=D:\Oracle\Ora11g
    echo %ORACLE_HOME%
    cd /d %ORACLE_HOME%\BIN
    sqlplus /@ORCL as sysdba
    EXIT
    this pops up an error ORA-01031: insufficient privilege.........
    I am running this job as SYSDBA..What could be the problem
    Moreover when i run this bat file from CMD, its go very smoothly
    Thanks
    Sunil
    Edited by: user9276229 on 27 Jul, 2012 5:12 AM

    Yes I did; or better say I let create it for me by dbca by default (in init file i choose remote_login_passwordfile=EXCLUSIVE)
    I've just solve a problem :)... I set ORACLE_SID to new SID before run installer again. It worked!
    Thank you anyway!
    M

  • When I click on a mailto: link, Thunderbird says it's already running but there is no Thunderbird process running.

    I opened Firefox on a freshly rebooted PC, went to click on a mailto: link in a webpage and get the error message that Thunderbird is already running. Thunderbird is not running, but will not open for sending email.
    The cause could have something to do with Firefox not opening Thunderbird correctly, or that Thunderbird is not getting the correct permissions to run properly when called by Firefox.
    When I start Thunderbird from it's icon, I get a Windows 7 prompt asking me if I want to allow this program to make changes on my computer. If Thunderbird is started by Firefox asking it to create a mail message, as is the case with a mailto: link, It never gets this permission requester.
    I have tried troubleshooting information regarding Thunderbird already running error messages, however, there are no .lock files associated with Thunderbird nor is it's ability to send/receive mail when run from it's own icon affected by this problem. I therefore think it's a problem with the way in which Firefox calls Thunderbird to create an email message.
    There is the additional problem that Thunderbird has to have administrative privileges to run, but doesn't automatically get them. This might require a separate bug report submission be generated to the Thunderbird developers to fix this problem, but is dependent on what they can do about that.

    The reason firefox is not able to launch thunderbirds is because it cannot start thunderbird as administrator unless firefox is running as administrator, try to start firefox as administrator user then click the link.
    It should work.
    To start a program as '''administrator on windows''', '''RIght Click''' on the iFF con and choose '''Run as Administrator''', then press yes when the user access control box pops.
    Then Let us know what happened

  • How can i fix this error in locating loadjava server

    Hi,
    I have created a stateless session bean using Jdeveloper 3.2. Tried deploying on Personal 8i + WIN 2000 platform. Getting this log as shown below the mail.
    Could anyone tell me why the loadjava server is not being located. Infact I can run loadjava from anywhere on dos prompt as it is in the path. What do I need to do to make it work? My client is mot able to find the bean.
    Thanks,
    Nagendra
    LOG FILE:
    *** Executing deployment profile D:\Program Files\Oracle\JDeveloper 3.2\myprojects\simpleEJB1.prf ***
    *** Generating archive file D:\Program Files\Oracle\JDeveloper 3.2\myprojects\simpleEJBSource2.jar ***
    Compiling the project...done
    Validating the profile...done
    Initializing deployment...done
    Scanning project files...done
    Generating classpath dependencies...done
    Generating archive entries table...done
    *** Archive generation completed ***
    *** Deploying the EJB to 8i JVM ***
    EJB deployment argument list:
    "D:\Program Files\Oracle\JDeveloper 3.2\java1.2\jre\bin\javaw"
    "-DPATH=D:\Program Files\Oracle\JDeveloper 3.2\bin;D:\Program Files\Oracle\JDeveloper 3.2\java1.2\bin"
    -classpath
    "D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\aurora_client.jar;D:\Program Files\Oracle\JDeveloper 3.2\lib\javax-ssl-1_2.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\jasper.zip;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjorb.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjapp.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjtools.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbj30ssl.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\aurora.zip;D:\Program Files\Oracle\JDeveloper 3.2\sqlj\lib\translator.zip;D:\Program Files\Oracle\JDeveloper 3.2\sqlj\lib\runtime.zip;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\mts.jar;D:\Program Files\Oracle\JDeveloper 3.2\myclasses;D:\Program Files\Oracle\JDeveloper 3.2\lib\jdev-rt.zip;D:\Program Files\Oracle\JDeveloper 3.2\jdbc\lib\oracle8.1.7\classes12.zip;D:\Program Files\Oracle\JDeveloper 3.2\lib\javax_ejb.zip;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\aurora_client.jar;D:\Program Files\Oracle\JDeveloper 3.2\l
    b\javax-ssl-1_2.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\jasper.zip;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjorb.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjapp.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjtools.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbj30ssl.jar;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\aurora.zip;D:\Program Files\Oracle\JDeveloper 3.2\sqlj\lib\translator.zip;D:\Program Files\Oracle\JDeveloper 3.2\sqlj\lib\runtime.zip;D:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\mts.jar;D:\Program Files\Oracle\JDeveloper 3.2\lib\connectionmanager.zip;D:\Program Files\Oracle\JDeveloper 3.2\myprojects;D:\Oracle\Ora81\BIN;D:\Program Files\Oracle\JDeveloper 3.2\java1.2\jre\lib\rt.jar;D:\Program Files\Oracle\JDeveloper 3.2\lib\xmlparserv2.jar"
    oracle.aurora.ejb.deployment.GenerateEjb
    -u
    system
    -p
    manager
    -s
    sess_iiop://localhost:2481:ORCL
    -republish
    -keep
    -temp
    TEMP
    -descriptor
    "D:\Program Files\Oracle\JDeveloper 3.2\myprojects\simpleEJB1.xml"
    -oracledescriptor
    D:\Program Files\Oracle\JDeveloper 3.2\myprojects\simpleEJB1_oracle.xml
    -generated
    "D:\Program Files\Oracle\JDeveloper 3.2\myprojects\simpleEJBGenerated2.jar"
    "D:\Program Files\Oracle\JDeveloper 3.2\myprojects\simpleEJBSource2.jar"
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.......................................done
    Compiling Stubs...done
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...
    Cannot locate the LoadJava server: Unknown reasons
    *** Errors occurred while deploying the EJB to 8i JVM ***
    *** Deployment completed ***
    Could anyone tell me why the loadjava server is not being located. Infact I can run loadjava from anywhere on dos prompt as it is in path. What do I need to do to make it work. My client is mot able to find the bean.
    Thanks,
    Nagendra

    I found a SAP note, that is exactly what I expected, and now it is  solved.
    SAP NOTE:
    1548006 - Why isn't the new value added to a characteristic displayed in CL02/CL03?
    Regards,
    Moises Najar

Maybe you are looking for

  • How to Identify A/P Invoice that was Credit Memo

    Hello, how will i identify a certain A/P Invoice is already link to Credit Memo. Is there a flag which indicates that a certain A/P Invoice was Credit Memo based on it? please help. thank you Fidel

  • BAM Active data Cache Capacity

    what is the maximum capacity of the active data cache? what is the retention period of active data cache? does ADC store the data in the internal oracle data base? Please provide the documents for the internal implementation of ADC? Sriram.S

  • How to work with EEWB tool in CRM and how to assign it to PCUI

    Hi Friends, Can any body will suggest me how to work with EEWB tool in CRM to add new fields ,i need to attach the fields to a GUI screen and same to PCUI also, And how to attach a search help for those fields,is the tool will automatically will crea

  • Import file to SAP system switch to SAP XI scenario

    Hi, we have scenario: download data from 3rd party system to the file and later on import this file to the SAP EPR system. What possiblity we have when we want to use SAP XI? Only create new RFC functions to be able upload files? Or it is possible to

  • 10g grid install on suse 10

    I faced the following error when I install the grid control 1. the installer complains the filemax is not set - but /etc/sysctl.conf contains only file-max not filemax 2. and at around the installation it says OPMN failed to start 3 and at the config