Emctl problem pl help..urgent....

Sirs,
We are running Oracle 10g/red hat linux.
We have two databases running A and B.
if i run "emctl start dbconsole" only am able to access db A.
can we have two OEM running?
thanks and regards,
kt

Following are steps to do to use EM console for Database B :
- set ORACLE_SID for Database B
- run emca or dbca command to create DB Control Repository. See http://download-west.oracle.com/docs/pdf/B12013_01.pdf
- run "emctl start dbconsole"
Normally 5500 is port for first DB (A in your case), 5501 for second (B).

Similar Messages

  • I want to buy an in-app purchase but i don`t remember my security questions and i cant access my recovery email either, what can i do? i have 100$ on my account and cant use it because of that problem, please help URGENT

    I want to buy an in-app purchase but i don`t remember my security questions and i cant access my recovery email either, what can i do? i have 100$ on my account and cant use it because of that problem, please help URGENT

    If you have a rescue email address on your account then you can use that - follow steps 1 to 5 half-way down this page will give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact Support in your country to get the questions reset : http://support.apple.com/kb/HT5699

  • Triggers problem - please help - urgent !!

    To all experts, please help me with this problem - need answer
    urgently. Thanks in advance.
    Using Oracle 8 Rel 8.0.6
    I have 2 tables (table Y, table Z).
    In the 'after insert upd del on each row trigger' (lets call it
    AIUD trigger)on table Y, based on certain criteria, I insert a
    record in table Z.
    New requirement is that whenever a record is inserted in table Z
    (fyi, inserting any record in table Z is possible only when
    records are inserted in table Y as mentioned earlier thro the
    AIUD trigger - i.e. there is no frontend way to insert records
    in table Z), if certain (new) criteria is satisfied, I should
    insert 1 record in both, table Y and table Z.
    I tried to create meet the new requirement by adding code to
    existing AIUD trigger but ran into mutating tables error. So I
    dropped this idea.
    I have now created 'after insert on each row trigger' (lets call
    it NEW_TRIGGER) on table Z to meet the new requirement but have
    these 2 problems :
    1) the trigger always compiles with errors
    2) if I still go ahead and insert a record in table Y, I get the
    foll error msgs :
    ORA 4098 - NEW_TRIGGER is inv
    ORA 6512 at line xxx on AIUD
    ORA 4088 error during execution of trigger AIUD
    What is the best way to work on this requirement or what am I
    doing wrong ?
    Thanks again,
    AG.

    Your restatement of the problem merely confirms what the previous
    posting said. You cannot write a trigger on table Y that inserts
    a record into table Y: that's the mutating trigger problem
    (there's oodles of postings on the subject, not to mention
    online Oracle docs). You could write a trigger on table Z that
    inserts into table Y - but you need to be able to see the value
    I3 which (presumeable) you can't.
    One solution is to use code the trigger on table Y to submit a
    call to DBMS_JOB which initiates a procedure that inserts a
    record into table Y.
    You must remember that the new record in table Y must never
    include the value I3, otherwise you'll end up w/ an infinite
    loop.
    rgds, APC

  • Starting tomcat problem, please help urgent

    I installed jwsdp on windowsXP . The log file gives this following error when i try to start tomcat:
    java.util.zip.ZipException: Access is denied
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:127)
         at java.util.jar.JarFile.<init>(JarFile.java:138)
         at java.util.jar.JarFile.<init>(JarFile.java:80)
         at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:1081)
         at org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.java:200)
         at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:202)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:141)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Bootstrap: Class loader creation threw exception
    java.lang.IllegalArgumentException: addRepositoryInternal: java.util.zip.ZipException: Access is denied
         at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:1109)
         at org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.java:200)
         at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:202)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:141)
         at java.lang.reflect.Method.invoke(Native Method)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    PLEASE HELP ,URGENTLY NEEDED TO SHOW SOME WORK ON THIS.
    THANKS
    jim

    Hi,
    I have a similar problem, i try to deploy a JAR file built on AIX 5.2 platform (jvm 14.1) into Tomcat 5.5.7 running on Windows platform when i try start Tomcat it's fail with the fellowing message
    SEVERE: Error deploying web application directory usi
    java.lang.IllegalArgumentException
         at java.util.zip.ZipInputStream.getUTF8String(ZipInputStream.java:299)
         at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:238)
         at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:73)
         at java.util.jar.JarInputStream.<init>(JarInputStream.java:58)
         at java.util.jar.JarInputStream.<init>(JarInputStream.java:43)
         at org.apache.catalina.util.ExtensionValidator.getManifest(ExtensionValidator.java:368)
         at org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:187)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:3942)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:909)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:872)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1106)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1019)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1011)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:440)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)

  • Problem 3G help urgent

    Hello good need help since my iphone does not work on 3G only remains in E, please i need urgent help

    My carrier says its not their problem so i'm stuck using a fix i found on another thread;
    Settings;
    Carrier;
    Automatic off, 5 sec;
    Automatic on, untill you get your carrier back;
    Automatic off, pick your carrier manually, then you should have 3G.
    Works almost every time, Crazy!!!

  • Tmshutdown -cy problem - pl help - URGENT

    Hi,
    I am having a strange problem. I want to do some cleanup activities when the servers
    are bought down (tmshutdown -y). For the same, I have created server that has
    a cleanup routine in its tpsvrdone(). In my case, this server is MonitorSvr.
    Now, when I do tmshutdown -s MonitorSvr and then tmshutdown -y cleanup is done
    as desired. But when I just do tmshutdown -y cleanup routine fails.
    FYI, cleanup routine tries to call some services which are advertised by other
    servers. I have taken precaution that the sequence number of this server is the
    highest. So that this comes up last and goes down last when all servers are up
    and running. The cleanup routine service call ends up with TPNOENT.
    Thanks in advance for ur help.
    Best Regards
    MS

    Manoj,
    I believe from memory that tmshutdown -y marks all services as shutting down, and
    prevents them from receiving new requests - hence the beheviour you are seeing.
    Can you write a shutdown script that calls tmshutdown twice, once for your monitor
    server, and once for the rest of the app? Or alternatively, how about having your
    monitor server use the MIB to shut down the rest of your app. when it has cleaned up?
    Regards,
    Peter.
    Got a Question? Ask BEA at http://askbea.bea.com
    The views expressed in this posting are solely those of the author, and BEA
    Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness of the
    information provided
    and assumes no duty to correct, expand upon, delete or update any of the
    information contained in this posting.
    Manoj SASIDHARAN wrote:
    Hi,
    I am having a strange problem. I want to do some cleanup activities when the servers
    are bought down (tmshutdown -y). For the same, I have created server that has
    a cleanup routine in its tpsvrdone(). In my case, this server is MonitorSvr.
    Now, when I do tmshutdown -s MonitorSvr and then tmshutdown -y cleanup is done
    as desired. But when I just do tmshutdown -y cleanup routine fails.
    FYI, cleanup routine tries to call some services which are advertised by other
    servers. I have taken precaution that the sequence number of this server is the
    highest. So that this comes up last and goes down last when all servers are up
    and running. The cleanup routine service call ends up with TPNOENT.
    Thanks in advance for ur help.
    Best Regards
    MS

  • D:\oracle\product\10.2.0-Console access problem-please help urgent.

    I have installed D:\oracle\product\10.2.0, each times i create a db on it the console work fine, but when I close my computer then restarts it I can get in to the console again.
    some people said that one shouldn't be on net while installing it, so I wasn't on net.
    Then I tried to start the service as windows service it can not start.
    where can I look in the oracle config ? to deal with the problem ?
    Thanks.

    Is your computer configured with DHCP? If so, did you configure the loopback adapter?
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABGCEAI
    Logs are written to ORACLE_HOME/<machine_name>.<dbsid>/sysman/log

  • Mac OS x/ finder/ hard drive/ start up.... problems PLEASE HELP URGENT!!

    Right
    firstly my finder icon on the dock the little triangle to show it on disapers. meaning all the icons on the desktop disapear! Then i restart to get them back but it loads the grey screen then goes to blue and nothing else. So i restart but hold down the ALT key to see drives and i calls my HD EMI drive or something so i boot from Backup cd 1 and have to reload Mac OS x Again for the second time today! what is going on and how can i fix it?

    Michael,
    First,Back up all important files.Then...
    Run Apple Hardware Test from OS X Install Disk #1.
    If it reports any problems,believe it and call AppleCare to have MacBook repaired.
    If AHT reports "No problems found",I'd recommend an Erase and Install of OS X.
    Let us know the outcome either way.
    Jim
    PowerBook G3 500 Mhz "Pismo"/ 2.0Ghz BlackBook 2GB OWC RAM   Mac OS X (10.4.8)  

  • Installation problem, please help, urgent needs,

    I have install the FCP 7 into my MBP, and updated, but in the "add behavior" tap i don't have those new behavior like "text-basic" "text-continuous" "text-energetic" etc..... how can i add it back?
    urgent needs, please help

    fixed

  • ZIP problem - Please help -URGENT

    Below there is a program which updates an OpenOffice file, in fact a zip file.
    It works fine on window but on Netware I receive an exception
    java.util.zip.ZipException: invalid entry CRC-32
    (expected oxffffffffc0f3d518 but got 0xc0f3d518)
    Any ideas is great appreciated. Thanks!
    ================
    import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    import java.util.jar.*;
    class test {
    public static void main(String []args){
         test ob=new test();
         ob.updateZipEntry("data://test.sxw","content.xml","data:");
    void updateZipEntry(String jarName, String fileName, String location){
         try {
         File jarFile = new File(jarName);
         File tempJarFile = new File(jarName + ".tmp");
         JarFile jar = new JarFile(jarFile);
         boolean jarUpdated = false;
         try {
         Manifest jarManifest = jar.getManifest();
         JarOutputStream tempJar = new JarOutputStream(new FileOutputStream(tempJarFile));
         byte[] buffer = new byte[1024];
         int bytesRead;
         try {
         FileInputStream file = new FileInputStream(location+"//"+fileName);
         try {
         JarEntry entry = new JarEntry(fileName);
         tempJar.putNextEntry(entry);
         while ((bytesRead = file.read(buffer)) != -1) {
         tempJar.write(buffer, 0, bytesRead);
         finally { file.close(); }
         for (Enumeration entries = jar.entries(); entries.hasMoreElements(); ) {
         JarEntry entry = (JarEntry) entries.nextElement();
         if (! entry.getName().equals(fileName)) {
         InputStream entryStream = jar.getInputStream(entry);
         tempJar.putNextEntry(entry);
         while ((bytesRead = entryStream.read(buffer)) != -1) {
         tempJar.write(buffer, 0, bytesRead);
         jarUpdated = true;
         catch (Exception ex) {
         System.out.println(ex);
         tempJar.putNextEntry(new JarEntry("stub"));
         finally { tempJar.close(); }
         finally {
         jar.close();
         if (! jarUpdated) { tempJarFile.delete(); }
         if (jarUpdated) {
         jarFile.delete();
         tempJarFile.renameTo(jarFile);
    } catch(IOException e) {}
    } // end updateZipEntry
    }

    It's Netware for sure.
    That's the only error message I get:
    java.util.zip.ZipException: invalid entry CRC-32
    (expected oxffffffffc0f3d518 but got 0xc0f3d518)
    Why does it run on w2k?
    Thanks!
    import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    import java.util.jar.*;
    class test {
    public static void main(String []args){
         test ob=new test();
         ob.updateZipEntry("data://test.sxw","content.xml","data:");
    void updateZipEntry(String jarName, String fileName, String location){
              try {
               File jarFile = new File(jarName);
               File tempJarFile = new File(jarName + ".tmp");
               JarFile jar = new JarFile(jarFile);
               boolean jarUpdated = false;
               try {
                  Manifest jarManifest = jar.getManifest();
                  JarOutputStream tempJar = new JarOutputStream(new FileOutputStream(tempJarFile));
                  byte[] buffer = new byte[1024];
                  int bytesRead;
                  try {
                     FileInputStream file = new FileInputStream(location+"//"+fileName);
                     try {
                        JarEntry entry = new JarEntry(fileName);
                        tempJar.putNextEntry(entry);
                        while ((bytesRead = file.read(buffer)) != -1) {
                           tempJar.write(buffer, 0, bytesRead);
                     finally { file.close(); }
                     for (Enumeration entries = jar.entries(); entries.hasMoreElements(); ) {
                        JarEntry entry = (JarEntry) entries.nextElement();
                        if (! entry.getName().equals(fileName)) {
                           InputStream entryStream = jar.getInputStream(entry);
                           tempJar.putNextEntry(entry);
                           while ((bytesRead = entryStream.read(buffer)) != -1) {
                              tempJar.write(buffer, 0, bytesRead);
                     jarUpdated = true;
                  catch (Exception ex) {
                     System.out.println(ex);
                     tempJar.putNextEntry(new JarEntry("stub"));
                  finally { tempJar.close(); }
               finally {
                  jar.close();
                  if (! jarUpdated) { tempJarFile.delete(); }
               if (jarUpdated) {
                  jarFile.delete();
                  tempJarFile.renameTo(jarFile);
         } catch(IOException e) {}
    } // end updateZipEntry
    }

  • Classpath problem pls. help urgent

    I have installed jdk1.2, the java files execute only in c:\jdk1.2\bin directory.
    What should I do to run the files in another directory,say c:\glenn
    I have set the classpath by giving the command c:\set classpath=<pathname> but its not working.

    Setting the class path
    http://java.sun.com/j2se/1.2/docs/tooldocs/win32/classpath.html
    Installation notes
    http://java.sun.com/j2se/1.2/install-windows.html
    Jesper

  • Showing total of PRICE using 3 tables PROBLEM, please help URGENT??

    Hi i am trying to calculate the order total in my database for a given order number.
    I need to use 3 tables for this:
    customer table:
    CREATE TABLE customer
         (custid NUMBER(5),
         last VARCHAR2(30) CONSTRAINT customer_last_nn NOT NULL,
         first VARCHAR2(30),
         mid_initial CHAR(1),
         cadd VARCHAR2(30),
         town VARCHAR2(30),
         city VARCHAR2(30),
         postcode VARCHAR2(10),
         dphone VARCHAR2(10),
         ephone VARCHAR2(10),
         CONSTRAINT customer_custid_pk PRIMARY KEY (custid));
    orders table:
    CREATE TABLE orders
         (orderid NUMBER(8),
         orderdate DATE CONSTRAINT orders_orderdate_nn NOT NULL,
         methpmt VARCHAR2(10) CONSTRAINT orders_methpmt_nn NOT NULL,
         custid NUMBER(5),
         ordersource VARCHAR2(20),
         CONSTRAINT orders_orderid_pk PRIMARY KEY (orderid),
         CONSTRAINT orders_custid_fk FOREIGN KEY (custid) REFERENCES customer(custid),
         CONSTRAINT orders_ordersource_fk FOREIGN KEY (ordersource) REFERENCES           ordersource(ordersource));
    And finally orderline table:
    CREATE TABLE orderline
         (orderid NUMBER(8) CONSTRAINT orderline_orderid_nn NOT NULL,
         invid NUMBER(10) CONSTRAINT orderline_invid_nn NOT NULL,
         order_price NUMBER(6,2) CONSTRAINT orderline_order_price_nn NOT NULL,
         quantity NUMBER(4) CONSTRAINT orderline_quantity_nn NOT NULL,
         CONSTRAINT orderline_pk PRIMARY KEY (orderid, invid),
         CONSTRAINT orderline_orderid_fk FOREIGN KEY (orderid) REFERENCES orders(orderid),
         CONSTRAINT orderline_invid_fk FOREIGN KEY (invid) REFERENCES inventory(invid));
    INSERT INTO CUSTOMER VALUES (107, 'HARRIS', 'PAULA', 'E', '1156 WATER STREET', 'KENSINGTON','LONDON', 'SW1 6DS', 02071555589, 02071555590);
    INSERT INTO ORDERs VALUES (1057, TO_Date('05/29/2001 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'), 'CC', 107, '152');
    INSERT INTO ORDERLINE VALUES (1058, 11824, 15.99, 1);
    Here is my code:
    SET SERVEROUTPUT ON;
    DECLARE
    v_odNum NUMBER(8):= &sv_orderNum;
    v_price NUMBER(7,2);
    v_quantity NUMBER(5);
    v_fname VARCHAR2(30);
    v_lname VARCHAR2(30);
    v_add VARCHAR2(30);
    BEGIN
    SELECT first, last, cadd, order_price, quantity, SUM(order_price * quantity) AS TOTAL
    INTO v_fname, v_lname, v_add, v_price, v_quantity
    FROM customer c, orders o, orderline ordl
    WHERE c.custid = o.custid AND o.orderid = ordl.orderid
    AND v_odNum = o.orderid
    DBMS_OUTPUT.PUT_LINE('The total order for' ||v_odNum|| ' '|| 'is' || TOTAL);
    END;
    Is there anyway of using the SUM function so that i can store the result in a variable and display it similar to the ouput code??
    P.S sorry for the length coding, but there is no code tage in the thread that i can see to make it more managable.

    A procedure with an OUT parameter which returns the total order cost should work.

  • Urgent: Sessions problem pls help me

    Hi all,
    Its already late to post this problem.pls help me urgently.
    I have a servlet & two jsp's. first i request servlet, it processes something and forwards request to my first jsp. In that jsp on a button click, i'm displaying a new popup by calling showModalDialog. this dialog gets data from the same servlet but it forwards to my second jsp.(second jsp can be seen in dialog)
    Now if i submit form from my second(dialog) jsp, the servlet reports that session has expired. I tried a lot but invain. any one who helps me is appreciated well by all of our forum.
    waiting 4 u r reply,

    It could be that you have cookies turned off and you're not using URL Rewriting.
    In J2EE, the first time your browser makes a request to the server, the server responds and appends a SESSION_ID parameter to the request as well as storing a cookie with the SESSION_ID.
    The second time your browser makes a request, the server checks for the cookie. If it doesn't exist it checks for the parameter. If neither exist the server assumes its the first time your browser has made a request and behaves as describe in the previous paragraph.
    In your case when you submit the form if you have disabled cookies and the action attribute doesn't have the SESSION_ID paramter appended to the url, the browser will assume it's a first request. The user will not be logged in, hence your session has expired error.
    To fix this you need to encode the URL in your JSP. You can use the struts html:rewrite tag or the HttpServletReponse.encodeURL method, or if you're using JSP 2.0 the JSTL c:url tag.

  • Urgent Problem please Help(hayat)

    Hello Hi,
    I want to Install Form 6.0 With Oracle 8i on Server
    mean not personal oracle,
    if i install first oracle 8i and then form 6.0 then
    they overwrite their homes and vice versa.
    What method i use to control this problem.
    please help me so that i install form 6.0 on oracle 8i server.
    thanks
    hayat

    Ok, I have read the sun site and downloaded the JDK and saved it to disk in the C:\ drive.
    However I still get the same error so I think I must be very stupid and I think the computer knows that.

  • Please help me to run this CMP BEAN, I need help urgently, I am running out of time :(

    Hi,
    I am facing this problem, Please help me, I am attaching the source files
    also along with the mail. This is a small CMP EJB application, I am using
    IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
    me the working copy of the same. I need these urgent. I am porting all my
    beans from bea weblogic to Iplanet. Please help me dudes.
    Err.........
    [06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
    caught
    in kcp skeleton, exception = java.lang.NoSuchMethodError
    [06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
    java.lang.NoSuchMethodError
    at
    com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
    ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
    nyHo
    me.java:205)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:297)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Caught an exception.
    java.rmi.RemoteException: SystemException: exid=UNKNOWN
    at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
    at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:324)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Thanks in advance
    Shravan
    [Attachment iplanet_app.jar, see below]
    [Attachment iplanet_src.jar, see below]

    One reason that I sometimes get 'NoSuchMethodError' is when I make a change to a
    java class that is imported into another java class. When I go to run the
    importing class, it will throw a 'NoSuchMethodError' on any methods that I've
    changed in the imported class. The solution is to recompile the importing class
    with the changed classes in the classpath.
    shravan wrote:
    Hi,
    I am facing this problem, Please help me, I am attaching the source files
    also along with the mail. This is a small CMP EJB application, I am using
    IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
    me the working copy of the same. I need these urgent. I am porting all my
    beans from bea weblogic to Iplanet. Please help me dudes.
    Err.........
    [06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
    caught
    in kcp skeleton, exception = java.lang.NoSuchMethodError
    [06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
    java.lang.NoSuchMethodError
    at
    com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
    ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
    nyHo
    me.java:205)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:297)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Caught an exception.
    java.rmi.RemoteException: SystemException: exid=UNKNOWN
    at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
    at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:324)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Thanks in advance
    Shravan
    Name: iplanet_app.jar
    iplanet_app.jar Type: Java Archive (application/java-archive)
    Encoding: x-uuencode
    Name: iplanet_src.jar
    iplanet_src.jar Type: Java Archive (application/java-archive)
    Encoding: x-uuencode

Maybe you are looking for

  • Hi I am having problems removing mail from trash folder. Can anyone help please

    Hi I am having problems removing mail from trash folder. I can send mails to the folder but cannot delete them permanently from the trash folder. I am using Iphone 3G and anm up to date with OS. Can anyone help please

  • Using IFRAME in JSF to display a PDF file

    2 all, How do i display a PDF file inside a JSF page in a IFRAME tag? I store the PDF file location (like d:\images\pdf1.pdf) in my database. I cant give this location directly into the src attribute cos then the file will be rendered to only users w

  • Web ADI issue after Hardware Change

    Hi, We are encountering an issue when uploading the template in Linux OS. The same template works in Solaris instance. Can you please help. The error on the excel template is "ORA-00976: Specified pseudocolumn or operator not allowed here." 9/22/10 5

  • Profit Center in Customer and Vendor Line item

    Hello Guru i have one doubt we have activated the new GL in one of client for profit center level. while posting through any of financial transaction particularly customer and vendor there is no filed for input parameters for profit center. while boo

  • Menu Ring in Array

    Hello, I've got an array of menu rings and I want to programmatically change the menu ring in each array element. For a menu ring, there is a property available called 'Strings' that I can change, but how do I make it change for all the elements in t