Running adjcopy.class

Hai all,
When applying 12.13 patch, am getting the below error
** Successfully backed up JRIMETA.DAT.
  Running adjcopy.class:
adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy @/u02/applprod/apps/apps_st/appl/admin/AOUT/out/apps.cmd
AutoPatch error:
ERROR [code=1] Running adjcopy.class
AutoPatch error:
Error updating master archive
An error occurred while Updating Oracle Applications Java files if necessary.
Continue as if it were successful [No] :when I run the command
adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy @/u02/applprod/apps/apps_st/appl/admin/AOUT/out/apps.cmd
About to Load metadata from master archive : Mon Mar 04 2013 07:22:12
Loading metadata from archive /u02/applprod/apps/apps_st/comn/java/classes
Done Loading metadata from master archive : Mon Mar 04 2013 07:22:14
About to Merge meta data of delta archive 1 and master archive : Mon Mar 04 2013 07:22:14
Loading metadata from archive /u04/soft/1213/1213_en/9239090/j9239090_3p.zip
ERROR: I/O or ZIP error trying to read input archive /u04/soft/1213/1213_en/9239090/j9239090_3p.zip
Error(s) have occurred; exiting with status 1but I can unzip the file /u04/soft/1213/1213_en/9239090/j9239090_3p.zip .
any idea

user9338712 wrote:
Am following this note
During patch received: Error [Code=1] Running Adjopy.Class [ID 397480.1]
Will keep you all updated..If this doc does not help, please see:
Error When applying Patch 13706647 R12.AP.A: ERROR [code=1] Running adjcopy.class [ID 1455555.1]
ERROR: I/O or Zip Error While Attempting To Read Entry oracle/apps/inv/rcv/server/RcptGenFListener.class In Zip File [ID 1500620.1]
I/O Error While Applying Patch 6836355 [ID 746167.1]
COMM: Adpatch On AIX Failed Because Of Some JAVA Settings [ID 1503676.1]
Thanks,
Hussein

Similar Messages

  • ERROR [code=1] Running adjopy.class

    Hi DBA's
    When i am applying patch 5903765 i got the following error.
    i checked the write permission and owner permission, it seems everyting is fine and I run manually following script, i got the same error.
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy @/s03/CLONE/clnappl/admin/CLN/out/apps.cmd
    Kindly help me to resolve the issue.
    =============ERROR=============================
    About to Write undo archive : Mon Mar 16 2009 14:22:33
    Writing undo archive /s03/CLONE/kiranpatches/5903765/backup/CLN/aqherptestdb/java
    ERROR: I/O or zip error while attempting to read entry meta-inf/jdev-ext.xml in zip file /s03/CLONE/clncomn/java
    Error(s) have occurred; exiting with status 1
    AD Run Java Command is complete.
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 11.5.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    AutoPatch error:
    ERROR [code=1] Running adjopy.class
    AutoPatch error:
    Error updating master archive
    Best Regards,
    SG

    SG,
    Please review the following note:
    Note: 376096.1 - I/O or ZIP Error While Attempting To Read Entry meta-inf/jdev-ext.xml
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=376096.1
    Regards,
    Hussein

  • How to run a class file in MAC os, compiled in XP.

    Hi all,
    i am compiling a java program in windows using JDK 1.5 and i am copying this file to MAC os (Panther). In Mac i am running this class file using JDK 1.4.i am getting the following exception,
    Exception in thread "main" java.lang.UnsupportedClassversion error.
    This is understandable, but is there any solution for this ...
    Any one experienced the same problem ...
    If any one comes up with a solution to solve this, plz let me know...
    Thanks in advance......

    You are compiling it in 1.5 and expecting 1.4 to run it?
    You have two options: compile it at the 1.4 level or upgrade your Mac to 1.5

  • Java.exe problems. - can't run without class being placed in bin

    this is weird, but it's happened to me before. Something on my pc isn't letting me run my class files unless I actually place them in the bin directory under jdk1.3.1_02.
    what's the deal?
    I've checked my env. variables, but I don't know if I have them wrong or what.
    Can someone please help?!
    c:\ java Client
    Exception in thread "main" java.lang.NoClassDefFoundError: Client
    Sam

    Actually I would bet money all he needs is the classpath statment such as I directed a few posts up..
    He needs the period at the end to tell the java interpeter to search the present directory...
    Most of you are mistakeing his questions. If the compiler could not find the class files it wouldn't compile. Since he said he get's the error when:
    c:\ java Client
    Exception in thread "main" java.lang.NoClassDefFoundError: Client
    Tells me that he wrote a program called Client and the interpeter can't find his compiled class file..
    Because the class path variable isn't set to present directory (the piriod) I had this same problem the first time I installed java.. It drove me nuts. I spent 2 months programming out of the bin directory before I found the classpath statment.. hehe (hey we were all beginners once)
    Gehan
    Ps. If you want convermation on what I said go read the link I posted on classpath statments

  • Can not run file.class with Internet Explorer ( Please help me)

    Please help me ! ! (Beginer Programming)

    First, you can't run a .class file. Secondly, you have to post your code, that is the only way we could help

  • Flow of execution of JVM while running a Class

    Unfortunately I have faced an issue when buddy asking about the executing a Class what will be the first loading of Packages from which one.
    This is i have as a issue for long time and I perplexed so much by ruminating about this doubts.Yet now i can't be got a answer for which.
    Utimately I am querying this with u.So plz assist me to find out solution for
    (1)What will be happened after running a Class and what would be loading procedure wisely.
    With Regards,
    Stalin.G

    Not entirely sure what you're asking here - your English isn't the greatest (no offence) - but it seems to be related to the order in which classes are loaded. The first class loaded will be java.lang.Object, but I suspect that the first one explicitly loaded is java.lang.String. You can observe classes being loaded at runtime by running your application with the -verbose switch
    Hope I understood you correctly!

  • Error while running package class

    Hi All,
    I have two java files, one is at c:\java\com\certification\Parent.java and another at c:\java\om\other\Child.java.
    Child is extending Parent.
    I compiled like: c:\java> javac -d . com\certification\*.java com\other\*.java
    And both class files created.
    I am not able to run Child class. I'm runnign using: c:\java> java com.other.Child
    "Exception in thread "main" java.lang.NoSuchMethodError: main" is coming.
    Can anybody help me to solve this.
    Thanks,
    Kari.

    "Exception in thread "main" java.lang.NoSuchMethodError: main" is coming. Check whether the Child class contains the main method with following signature:
    public static void main(String[] args)    Method signature should match!
    Thanks!

  • How can i run Java class form  other java application.

    Hi ,
    I have problem to run java class from my java application,
    I am using the class ClassLoader in order to launched the Java class , it�s work fine whenever, the class exist in the same folder , however , when i am trying to run class that is not in the current folder ,
    i got error (see below),
    Do you have any idea what is wrong?
    java.lang.ClassNotFoundException
         at SimpleClassLoader.loadClass(SimpleClassLoader.java:110)
         at SimpleClassLoader.loadClass(SimpleClassLoader.java:53)
         at Run.main(Run.java:31)

    What does "run an class" mean? You don't run classes. They're not executables.
    I bet your problem is the classpath. You are aware that the classloader looks only there? Unless it's an UrlClassLoader.

  • Combining LVOOP DVR with Asynchronous Dynamic Dispatch and Preserve Run-Time Class

    OK, the title sounds like a cornucopia of LVOOP terms.  But there's a reason.  This is in a way an extension of THIS thread.
    What I'm doing recently is creating a LVOOP approach to loading Completely Asynchronous UI elements into subpanels.  This I have combined with a global repository for the objects (which are essentially singletons with a UI functionality) which are shared via DVR, thus eliminating a lot of synchronisation headaches).
    This means that I can ahve a universal framework for launching the UI elements into a subpanel.  The changes made on the Object there are automatically reflected in the global repository.
    So far so good.
    What I don't like too much is a combination of two seemingly awkward code constructs I need in order to keep things running.
    Weird construct 1:
    I have defined a "Launch UI" function in my parent class which is Dynamic Dispatch (Allowing each object to take care of launching its own UI).  This takes a parent object DVR as a second input which I make sure is of the exact same type as the object type being invoked by using the code shown below.  The ACTUAL Type of both inputs to the launch VI within the IPE are identical.  This is guaranteed because I require each new class to override this function.
    Here I pass the DVR from outside the IPE to the "Launch" VI but the Object obtained within the IPE retains information required for DD thus ensuring that the VI called for launching the UI is identical to the ACTUAL object type in the DVR.  This works OK and by placing this weird construct WITHIN the parent class, abuse is minimised, it works fine and seems to have no major side-effects.
    So now we have a VI running asynchronously in the background which belongs to a specific object but has a DVR which it *thinks* is of a Parent Type but, because of the steps taken earlier, is actually of the same type as the object itself.
    In order to make use of the functionality defined in this actual object type, I need to continuously re-interpret the Object within the IPE as shown below.  Otherwise only the Parent functionality is available.
    If I am accessing only methods of the parent class, then the Preserve functionality is not needed.
    Is there a more elegant way to do this?  I find the net result of this code and type-juggling to be really useful and much easier to manage than the non-DVR route since the synchronisation issues disappear.  By making the IPE usage near-atomic we remove the chances of deadlock.
    All editing done in the UI of the asynchronous VI is reflected automatically in any subsequent usage of the DVR.  Even if the DVRs are not shared between VIs, this makes (for me) the headache of synchronisation easier.  If you start expanding this beyond the limits of a single VI, the benefits in Synchronisation become really huge.  You can even have multiple UI objects operating on the same data in the background without extra synchronisation needs.  The only synchronisation required is a global "Data updated" for the object in question whereby the UI elements simply update their indicators and controls from the DVR again.  This is trivial.
    Thus I am convinced that the net result of this is very beneficial.
    My question is if there's a better, safer or more "official" way to do this?
    I was about to start a new Idea for combining the "Preserve Run time Class" and the DVR Terminal of the IPE so that the casting is done automatically.  We could then have a double input to the IPE, the DVR (of base type) plus the ACTUAL Type of the object but of course returning an error if the types are incompatible.  It would be like an "Imposter" DVR input for the IPE which allows a re-interpretation of the object type.
    Would all of this go away if we allowed Dynamic Dispatch to work with DVRs?  Probably.
    Shane
    Say hello to my little friend.
    RFC 2323 FHE-Compliant
    Solved!
    Go to Solution.

    You guys rock!
    I didn't even think of casting the DVR like that.  Kinds stupid of me but I never would have thought it would work.  Cool.
    Also, Yeah, the limitation of no IPE in the Launch VI was one I spotted quite early on.  this is why my Launch VI also doesn't accept more data than is absolutely neccessara because a DVR access in that VI will of course cause a lockup.  I have the system so far now that I can have a SINGLE Launch VI (Which is NOT overridden, so the limitation refers to only a single VI now which is certainly better.
    So again guys, thanks for helping out an old newbie.  I've been around for quite a while, have made many posts but I love the way I just keep learning from others in the Forum.  This is just why I absolutely LOVE it here. 
    Shane.
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

  • Compiling on a dual core machine and running the class files on linux.

    does compiling on a dual core machine and running the class files on linux have any effect?

    well, the problem that i felt was that when i runmy
    class files on my machine(windows xp, dual core),
    Thread.sleep(60000) sleeps for 1 minute. but wheni
    run it on a linux machine, Thread.sleep(60000)sleeps
    for 2 minutes. my application has a lot ofthreads.
    I can't be 100% sure, but I'm pretty sure that
    sleep(60000) doesn't sleep for 2 minutes on the other
    machine.I, wholeheartedly, agree.
    Due to timing issues it may seem to sleep a few milliseconds more, but not double.
    Of course, if there is a "real-time" (or even simply higher than the Java app) priority program running that is using a lot of the CPU it may seem like it sleeps a lot longer than 60000, but that is a different issue.

  • How run java class on Mac Os X

    i develope java appliction and run it on windows platform and now i need run it on Mac Os X but i am new user for Mac Os X and i dont know how i can open Unix shell to compile and run my classes and i dont need to use any tool to make this task.
    thanks
    rabab

    The Terminal Application is in Utilities in Applications. You can use this to open your Unix shell. From there, you should be able to compile and run your java applications.

  • Running java classes

    I am a newbie to java and have installed the sdk files fine and breezyswing and terminal IO packages and it all seems to work ok because i can compile all my files fine. Even the test files i can compile and they work ok. But when i go to run the class file i always get this error
    Exception in thread "main" java.lang.NoClassDefFoundError: c:\Division.class
    can someone please help me.

    You might want to check this link.
    http://java.sun.com/docs/books/tutorial/getStarted/cupojava/win32.html
    The argument to the java.exe command is a class name, not a file or path. If your class is defined as "public class Division" then the command is "java Division" Also, class names are case sensitive, so you must use Division, not division.
    If you still get the NoClassDefFound error, you probably have a Classpath problem. Try to CD to the directory where Division.class file is and use the command "java -claspath . Division"
    Then check the hundreds of posts in the forum concerning classpath.

  • How Do I Run A Class From Another Class?

    Hiya everyone, id like to know how to run a class from another class.
    Ive got a Login class which extends a JFrame and a Personnel class which also extends a JFrame. When i press the login button (in Login class), ive got it to decide if password/login are acceptable and if they are, I want the Login class to close then run the Personnel class.
    Im just after the code which says to close this class and run the Personnel class. How do i do that?
    Ive researched this but couldnt get an understandable answer!
    Help would be much appreciated, Ant...

    This is the Login Class:
    public class MainMenu extends javax.swing.JFrame {
        Statement statement = null;
        int currentRecord;
        ResultSet rs = null;
        String name = null, job = null, mission = null, login = null, password = null;
        String loginVal;
        String passwordVal;
        /** Creates new form MainMenu */
        public MainMenu() {
            initComponents();
            try{
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                String filename = System.getProperty("user.dir") + "/src/Personnel.mdb";
                String database = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=" + filename;
                Connection conn = DriverManager.getConnection( database , "","");
                statement = conn.createStatement();
                System.out.println("Connected...ok");
            } catch (Exception e) {
                System.err.println("Got a connection Problem!");
                System.err.println(e.getMessage());
        private void btnLoginActionPerformed(java.awt.event.ActionEvent evt) {                                        
            loginVal = txtLogin.getText();
            passwordVal = txtPassword.getText();
            String name = null, job = null, mission = null, login = null, password = null;
            try{
                rs = statement.executeQuery("SELECT Login,Password FROM Personnel WHERE Login = '" + loginVal + "' ");
                System.out.println("TRYING SELECT CLAUSE");
                if(rs.next()){
                    System.out.println("THERE IS A NEXT RECORD");
                    login = rs.getString(1);
                    password = rs.getString(2);
                    System.out.println("GOT THE NEXT RECORD");
                    System.out.println(login + password);
                System.out.println("Query Complete");
            }catch(Exception s){
                //s.printStackTrace();
                System.out.println("NO RECORDS EXIST FOR THIS LOGIN ID");
            if(passwordVal.equals(password)){
                System.out.println("Access Granted"); //CLOSE MAIN AND RUN CONTROL CLASS
            } else{
                System.out.println("Access Denied"); //RE-RUN CLASS
        }                 

  • How to run java .class file?

    How can i run/view .class file in java?. is there tool/utilities in java that can do that.?. Thanks

    Ednut wrote:
    I'm sure you must have been taught using the command: java yourClassName after navigating to the location of your compiled class in the command prompt.I'm sure the OP does not need condescending remarks from someone who knows almost as little Java as s/he does.

  • Running a class automatically when weblogic server is started

    Hi,
    My requirement is as follows:
    I need to constantly (once in every 15 mins) poll a database and check
    for a particular field in a table. I am using weblogic 5.1.0 as
    application server.
    Now, I developed ServerTimer class, which implements Schedulable,
    Triggerable classes of weblogic. When I run ServerTimer class
    (explicitly from the command line) I could poll the database.
    Now my requirement is to make ServerTimer to run automatically when I
    start/restart the weblogic server.
    How do I do this?
    Thanks,
    Naga

    Assuming you are using WL5.1, then in your WL properties file:
    weblogic.system.startupClass.ServerTimer=com.xxx.xxx.ServerTimer
    "Nagananda" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    My requirement is as follows:
    I need to constantly (once in every 15 mins) poll a database and check
    for a particular field in a table. I am using weblogic 5.1.0 as
    application server.
    Now, I developed ServerTimer class, which implements Schedulable,
    Triggerable classes of weblogic. When I run ServerTimer class
    (explicitly from the command line) I could poll the database.
    Now my requirement is to make ServerTimer to run automatically when I
    start/restart the weblogic server.
    How do I do this?
    Thanks,
    Naga

Maybe you are looking for

  • Connecting fiber modem to wifi router

    I am usually pretty savvy with networking but this one really has got me.  I have searched all over teh Intarwebs with no success solving it.  I need the help of my fellow Mac-o-philes. Basically, here's the issue.  I'm in Mexico, and I want to set u

  • Regular Expressions for textfield syntax checking while typing?

    Hi all, my application has a textfield for entering customer numbers. The customer numbers have a certain syntax which I want to have checked while the user types. According to our company's style guide, the textfield's background color has to be - R

  • Preventing a JFrame/dialog from showing in the task bar & gaining focus.

    As the (lengthly) title suggested, I would like to know if it is possible to create a JFrame or JDialog that can run (more or less) on its own without appearing in the task bar or gaining focus when setVisible() is called. Anyone know how to do this,

  • How to increase space netwwen items

    Hi All, I had created few items( for the search perpose in report.) I want to increase the space bettwen these items so that it will look better. I tried with the hidden item but it not working. Kindly suggest me me how to achieve this. Kind Regards

  • No Bookmark function in 8320

    I open a web page and want to book mark it but there is no option to do so in the menu? Any solutions? thanks