Codebase help. Applet class not found. Please help..

I have web application (WEB) and struts configuration on weblogic server. I have configured the struts xml to call a HTML under certain condition and the HTML in turn should load a applet. The HTML is getting called correctly but the applet fails to load.
My html is in the C:\xxx\yyy\web\billing directory and the applet class is in the
C:\xxx\yyy\web\WEB-INF\classes\com\zzz\kkk\jjj\billing\helper directory. The Applet class is in the package com\zzz\kkk\jjj\billing\helper . I tried all combination of codebase in the HTML but the applet is NOT FOUND.
Any help would be appreciated.
Thanks

>
The browser needs to grab the applet class, so it can
execute it locally.
I think that stuff in WEB-INF is never directly
delivered to the client -- the server denies that it
exists.
So create another directory under docroot that will
hold applet classes.Thanks. I moved the applet class to the same directory as the HTML file and it works now.

Similar Messages

  • APPLET.class not found error on explorer!! need solution URGENTLY!!!

    Hi,
    I am calling my applet from a jsp and trying to run it on the internet explorer but I am getting the following error:
    load: class /WEB-INF/classes/Log/LogApplet.class not found.
    java.lang.ClassNotFoundException: .WEB-INF.classes.Log.LogApplet.class
    My Explorer version is 6.0 and I am using Plug-in: Version 1.4.1_05. Why do you think it cannot find the class? it is located under the specified directory which is:
    /Web Content/WEB-INF/classes/Log/LogApplet.class
    and my jsp which is calling my applet is located under:
    Web Content/Login.jsp
    this is a very urgent problem!! could you please help me? I will appreciate your help so much.
    Thanks,
    Sofia
    here is how I wrote my jsp:
    <jsp:plugin type="applet"
    code="/WEB-INF/classes/Log/LogApplet.class"
    width="600"
    height="620"
    >
    <jsp:params>
    </jsp:params>
    <jsp:fallback>
    <p>Unable to start plugin.</p>
    </jsp:fallback>
    </jsp:plugin>
    ...

    I'm having the same problem...however my applet is located outside of the web-inf folder. the web-inf folder is only for servlets. applets can't be recognised inside it since that folder is for server-side application while applets are meant for client-side.
    i put my applet into a separate folder in the root directory of the webapp but it's generating a security error when i call it using a jsp page. so far the only way i got around it was specifying the entire codebase using localhost...but it's not a pretty good way of doing it.
    any ideas anyone?

  • Java applet class not found exception for check scan

    I am getting a class not found exception when trying to scan a check into a banking website. The application uses Java and the exception error has the name "com.epaysol.checkscanAppletV2" in the message. I have the latest Firefox and the latest Java installed. I tried going to an earlier version of Firefox and of Java where this app worked in the past and it does not work now in the earlier versions either. So I am now back to the latest version of everything.

    Try to clear the Java cache:
    * http://www.java.com/en/download/help/5000020300.xml
    Control Panel > Java > General tab > "Temporary Internet Files" > Settings > Delete Files
    *XP: C:\Documents and Settings\<user>\Application Data\Sun\Java\Deployment\cache\
    *Vista: C:\Users\<user>\AppData\LocalLow\Sun\Java\Deployment\cache\

  • Class not found********please help!

    I'm trying to run my jsp application which imports two classes that i have saved in ROOT/WEB-INF/classes/business and ROOT/WEB-INF/classes/data. when I run the application by entering the url on the browser i get the following error. Does this mean the server cannot locate these two classes and what should i do to resolve this problem?
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    /opt/jakarta/tomcat/work/localhost/_/replace$jsp.java:3: Package business not found in import.
    import business.*;
    ^
    /opt/jakarta/tomcat/work/localhost/_/replace$jsp.java:4: Package data not found in import.
    import data.*;
    ^
    2 errors
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:284)
    at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:546)
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:177)
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:189)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
    at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
    at java.lang.Thread.run(Thread.java:479)

    Sorry for taking long to reply but here is the code for both packages. The main aim is to write information captuired from a form into a file.
    Package business
    package business;
    public class User{
    private String Msisdn;
    private String Nimsi;
    public User(){}
    public User(String msisdn, String nimsi){
    Msisdn = msisdn;
    Nimsi = nimsi;
    public void setmsisdn(String m){
    Msisdn = m;
    public String getmsisdn() { return Msisdn; }
    public void setnimsi(String n){
    Nimsi = n;
    public String getnimsi(){ return Nimsi; }
    package data;
    import java.io.*;
    import business.*;
    public class UserIO{
    public synchronized static void addRecord(User user, String filename)
    throws IOException{
    PrintWriter out = new PrintWriter(
    new FileWriter(filename, true));
    out.println(user.getmsisdn()+ "|"
    + user.getnimsi());
    out.close();
    }

  • Applet class not found error

    Dear Techie,
    I have one Applet , while calling that applet in jsp , i am getting the following error ,
    load : class com.soft.Text.class
    File not found exception
    Here that browser telling that not finding the applet class file while loading , In my war file that applet class file is there ,
    Is there any other solution to resolve or suggestion.?
    Im importing some of the third party library like DOM and all , i have added all the jar files , so what do to ?
    Regards,
    Thangavel.L

    We have a similar set up where we have a web app and an applet in a JSP page. You have to put your applet classes up above WEB-INF. So, if your structure for your webapp was:
    tomcat/webapps/mywebapp
    you'd want your classes under mywebapp instead of webapps/mywebapp/WEB-INF. In your case, if I read your package structure right, you'd want a Log directory under webapp that contains your LogApplet.class file.
    I hope this works for you!

  • 'Integration Class not found' - Please help

    Hi Guys
    My EM from browser stopped working unexpectedly.
    What happens is when I start login in, I can't move over login screen, no error messages displayed on browser screen. I use IE.
    Here is what I find in emoms.log:
    1510 2006-10-30 14:42:32,062 [Orion Launcher] ERROR app.Co
    ntextInitializer contextInitialized.256 - Integration Class n
    ot found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    1511 2006-10-30 14:42:32,062 [Orion Launcher] ERROR app.Co
    ntextInitializer contextInitialized.256 - Integration Class n
    ot found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    1512 2006-10-30 14:42:32,078 [Orion Launcher] ERROR app.Co
    ntextInitializer contextInitialized.256 - Integration Class n
    ot found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    1513 2006-10-30 14:42:32,078 [Orion Launcher] ERROR app.Co
    ntextInitializer contextInitialized.256 - Integration Class n
    ot found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    1514 2006-10-30 14:44:23,015 [HttpRequestHandler-6627600]
    ERROR sec.auth doLogon.207 - Error logging on:
    1515 java.lang.NumberFormatException: multiple points
    1516 at java.lang.FloatingDecimal.readJavaFormatString(F
    loatingDecimal.java:1067)
    I tried to recompile package as it say in:
    http://forums.oracle.com/forums/thread.jspa?threadID=337544&tstart=0&messageID=1356947#1356947
    but only received message back:
    ORA-04043: object MGMT_AUDIT_LOG does not exist
    Is there anyway for me to fix this problem without database re-installation?
    Thank you, Gene.

    Hi guys
    Thank you for your support.
    Here is an answer on your question Ugonic.
    ( I use mks tools ksh port for windows 2k)
    Here is an output: ls C:/oracle/10/Db_1/opmn/bin
    ons.exe onsclient.dll
    C:/oracle/10/Db_1/opmn/bin> ./ons -help
    Usage: .\ons [-d]
    -d Daemon mode: forks and detached OPMN server process
    -a <admin command> Please type ".\ons -a" for usage
    I guess ons is a replacement of opmnctl on version 10.
    I could not find opmnctl on my SUSE installation neither.
    Now, I tried to experiment with em by using different URLs:
    http://127.0.0.1:5501/em this is a loopback ip
    http://10.104.3.79:5501/em this is my current ip
    http://n513gg0_d1:5501/em this is my pc name
    on
    netscape 8.1.2 ( by the way problem started when i - stupid me - upgraded it from 8.1 to 8.1.2)
    ie 6.0.280
    On netscape: all 3 commands do not work.
    ie: first two commands work and display all em functionality and the last one which uses my pc name - does not.
    I did not mention to you that my pc uses dhcp and from what I read em DOES NOT like it. It likes permanent address.
    I beleive I came accross of 2 problems:
    1. netscape 8.1.2 is an uncompatible browser for em application.
    2. name resolution does not work well with em. The proof for the last is error when I use http://n513gg0_d1:5501/em on ie, it does not trunslate it to ip address.
    I also went to page: http://n513gg0_d1:5501 and displayed page:
    Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    At the end of it I found test examples for:
    JSP
    servlets
    Each group provides multiple exampls. It's interesting that no netscape neither ie are not able to work with all JSP examples.
    For now I will be working with ie for em and I beleive problem is solved - you should be progmatic because dhcp/em/browser compatibility is too much to worry as long as it works.
    My only concern - and I only study oracle - that I view it as a major architectural flaw in Oracle 10 - this dependence on em windows interface.
    One can say: "you can do the same from command prompt" But how many of us who is learning Oracle or who used to use an old ie will be able to use command interface efficently specially when you need to react fast?
    And, if Oracle provides such a great tool and wants you to use it heavily, don't they have to provide a separate installation option for just a re-installation of em itself ?
    I was about to scratch my test installation and re-install it again. Would it be an option in production environment?
    Thank you guys for your help and I with best to you.
    Gene.

  • Applet: .class Not Found

    I'm a complete newbie in Java programming, but I'm definitely falling in love for it!...As a beginner I'm trying to practice by modifying some classes I've downloaded in this way:
    I open downloaded class file with "CavaJ Java Decompiler" (first decompiler I've found), then I make some changes (little changes, like in colours, just to make experience), than I copy my new code in notepad, save it as .java (using same name assigned before), finally I compile it from DOS (javac myfile.class).
    No problems till this, but once I overwrite original myfile.class with my modified one, the Applet doesn't start anymore: status bar says (myfile.class NotFound).
    Can anyone give me a hint for this silly problem? Thanks so much in advance
    Emiliano

    try
    http://forum.java.sun.com/thread.jsp?forum=63&thread=394593

  • Class not found error for applet.

    This is probally a really simple mistake but I've tried everything and can't find it.
    My applet works fine with applet viewer - I'm running it from JBuilder. But when I open my html file in the browser it gives me a 'Class not found' error. I've tried running other applets (my own and demos on this site) and they work fine.This is the applet tag code:
    <applet code = "Rotary.class" width = "650" height = "580" align = "top">
    <!-- coordinates of sectors -->
    <param name = "sector0" value ="234,215,244,207,154,43,125,63">
    </applet>
    The class file is in the same directory as the HTML file. Do I need to specify the codebase? I tried that too - giving it the full pathname of the class.
    In the Java console it said that it couldn't find "C:Project\Rotary\javax\swing\japplet"
    I don't think it could have anything to do with the fact that I'm using swing because the other applets I used used swing.
    Please help - I'm really running out of ideas here!

    You have a similar problem like I had.
    You seem to have a too old JAVA environment for the browser - I had a too new environment.
    For all who are experiencing the same problem!
    Problem:
    You're compiling your applets with a quiet modern compiler (i.e. Netbeans Version 3.5.1)
    You are able to compile your applets without any problems but if you try your applets in "real life", the browsers can't interpret your applets [class not found]. (I tested Internet Explorer 6.0 and Netscape Navigator 4.7)
    So you need a plugin for the new JAVA environment because the JAVA environment of the browser is older than that which the applet needs.
    Well, you have the choice to demand to every user of your applet to download the new Java Runtime Environment, but then don't wonder why nobody visits your site!
    But, don't worry: I figuered out another solution, that Netbeans (www.netbeans.org) allows to compile in different JAVA versions.
    Solution:
    What you have to do is:
    - Install a previous version of JDK (i.e. JDK 1.3 - I would suggest, lower versions don't work with Netbeans 3.5.1 and JDK 1.3 is enough for IE 6.0 and NN 4.7, which I tested)
    - Go into the "bin"-directory of Netbeans (i.e. c:/netbeans3.5.1/bin)
    - Open the file "ide.cfg" (with notepad or any other texteditor)
    - You see a line like: jdkhome "C:\java\j2sdk1.4.2" -J-Xmx96m -J-Xss1024k -J-Xms24m -J-Xverify:none
    - Change the path to your other JDK you wish, like: jdkhome "C:\java\jdk1.3" -J-Xmx96m -J-Xss1024k -J-Xms24m -J-Xverify:none
    - That's it, you can compile your applets in a previous version of JAVA so that "older" browser user don't have to install a plugin for the new JAVA environment.
    Have fun!
    If you have any questions I would be pleased to help you.
    If this tip helped you already I would be pleased if you would send me a quick email with your experience.
    My email: [email protected]

  • JSP-class not found

    My server already working properly in internet.It's a travel agent site.there after i include one more page for audio guide which is JMF with in the applet and it is plugin to my jsp page.It's work very fine in my local system.my server is Tomcat .But if i hosted to our server means it's giving applet class not found exception.
    It is already having com package ,now i include my jmf package wol to it.
    My root directory of this class file is
    web-inf/classes/wol/PlaySongs.class
    My server doesn't have JMF pack so,i just copy JMF.jar and Sound.jar to my web-inf/lib/ folder.and also to my server folder like tomcat/common/lib/ .Now i restart my server it's giving applet class not found exception.but it's working fine in local system.
    I have using following jsp code.
    <body>
    <%
    String fname = "file:" + request.getRealPath("AudioF") + "/button-1.mp3";
    %>
    <jsp:plugin type="applet" code="PlaySongs.class" codebase="/wol" width="300" height="20">
    <jsp:params>
    <jsp:param name="file" value="<%=fname%>" />
    </jsp:params>
    <jsp:fallback>
    <p> Unable to start Plug-in. </p>
    </jsp:fallback>
    </jsp:plugin>Any one help me.
    Regards
    K.Suresh

    the codebase should be a path into the webdir, not the WEB-INF dir. Your browser needs to be able to reach the applet class like any other resource.
    My server doesn't have JMF pack so,i just copy JMF.jar and Sound.jar to my web-inf/lib/ folder.and also to my server folder like tomcat/common/lib/If you are already copying it to your common/lib folder, you don't need it in the lib folder of your webapp.

  • Class not found only using browser.

    I can not run any of my java programs in my browsers. They work fine using the "java" command in a dos window or using the "appletviewer" command. But when I try to view them in a browser, the page appears to load fine but I get no program and the status window of the browser displays a class not found msg.
    I've checked spelling, location, capitalization. Everything works fine outside the browsers but will not view in a browser. We had the same problem in school and the instructor just said to stick with the appletviewer for class.
    I am running JDK1.2. Any suggestions?
    John

    Maybe you should try a newer JAVA version.
    I had a similar problem, but with a (too) newer JAVA version.
    Problem:
    You're compiling your applets with a quiet modern compiler (i.e. Netbeans Version 3.5.1)
    You are able to compile your applets without any problems but if you try your applets in "real life", the browsers can't interpret your applets [class not found]. (I tested Internet Explorer 6.0 and Netscape Navigator 4.7)
    So you need a plugin for the new JAVA environment because the JAVA environment of the browser is older than that which the applet needs.
    Well, you have the choice to demand to every user of your applet to download the new Java Runtime Environment, but then don't wonder why nobody visits your site!
    But, don't worry: I figuered out another solution, that Netbeans (www.netbeans.org) allows to compile in different JAVA versions.
    Solution:
    What you have to do is:
    - Install a previous version of JDK (i.e. JDK 1.3 - I would suggest, lower versions don't work with Netbeans 3.5.1 and JDK 1.3 is enough for IE 6.0 and NN 4.7, which I tested)
    - Go into the "bin"-directory of Netbeans (i.e. c:/netbeans3.5.1/bin)
    - Open the file "ide.cfg" (with notepad or any other texteditor)
    - You see a line like: jdkhome "C:\java\j2sdk1.4.2" -J-Xmx96m -J-Xss1024k -J-Xms24m -J-Xverify:none
    - Change the path to your other JDK you wish, like: jdkhome "C:\java\jdk1.3" -J-Xmx96m -J-Xss1024k -J-Xms24m -J-Xverify:none
    - That's it, you can compile your applets in a previous version of JAVA so that "older" browser user don't have to install a plugin for the new JAVA environment.
    Have fun!
    If you have any questions I would be pleased to help you.
    If this tip helped you already I would be pleased if you would send me a quick email with your experience.
    My email: [email protected]

  • Class not found because browsers need newer runtime environment - or this

    For all who are experiencing the same problem!
    Problem:
    You're compiling your applets with a quiet modern compiler (i.e. Netbeans Version 3.5.1)
    You are able to compile your applets without any problems but if you try your applets in "real life", the browsers can't interpret your applets [class not found]. (I tested Internet Explorer 6.0 and Netscape Navigator 4.7)
    So you need a plugin for the new JAVA environment because the JAVA environment of the browser is older than that which the applet needs.
    Well, you have the choice to demand to every user of your applet to download the new Java Runtime Environment, but then don't wonder why nobody visits your site!
    But, don't worry: I figuered out another solution, that Netbeans (www.netbeans.org) allows to compile in different JAVA versions.
    Solution:
    What you have to do is:
    - Install a previous version of JDK (i.e. JDK 1.3 - I would suggest, lower versions don't work with Netbeans 3.5.1 and JDK 1.3 is enough for IE 6.0 and NN 4.7, which I tested)
    - Go into the "bin"-directory of Netbeans (i.e. c:/netbeans3.5.1/bin)
    - Open the file "ide.cfg" (with notepad or any other texteditor)
    - You see a line like: jdkhome "C:\java\j2sdk1.4.2" -J-Xmx96m -J-Xss1024k -J-Xms24m -J-Xverify:none
    - Change the path to your other JDK you wish, like: jdkhome "C:\java\jdk1.3" -J-Xmx96m -J-Xss1024k -J-Xms24m -J-Xverify:none
    - That's it, you can compile your applets in a previous version of JAVA so that "older" browser user don't have to install a plugin for the new JAVA environment.
    Have fun!
    If you have any questions I would be pleased to help you.
    If this tip helped you already I would be pleased if you would send me a quick email with your experience.
    My email: [email protected]

    That's very good to know of course, but correct me if I am wrong with saying that Java development not
    limited to NewBeans or any other IDE use.
    If somebody wants to deploy the applets within browser built-in JVM (which is really outdated and just
    Java 1.1.6 compliant) he or she should compile applet with Java 1.1.8 (still available from SunMicrosystems). Generated classes will be recognized by both Netscape and IE.
    Regards.

  • RMI Server Class not found

    I am facing a problem when i am going to generate Stub and Skeleton using rmic command, but it gives the error that
    Error: "class not found"
    Please help me.its urgent.

    Run rmic -depend to ensure that any classes referenced by the server classes are also compiled. Also, run rmic from inside the directory of your project beside the root of your package.
    ie:
    Work directory: work/
    Classes are in: work/com/yourdomain/rmistuff/CoolServer.java
    Then cd into directory work/ and run:
    rmic -depend -verbose com.yourdomain.rmistuff.CoolServer
    Try this and see what happens.

  • HELP!! Nokia's API classes not found with j2me WTK

    I setup j2me WTK, jdk1.4.2 and also Nokia's SDK (Series_60_MIDP_SDK_for_Symbian_OS_v_1_2_1) on my Win NT 4.0 machine.
    J2ME samples (shipped with it) are working fine with ktoolbar. but when i try to build & run nokia samples, they are always giving error "FullCanvas class not found" and "package com.nokia.lcd.ui.* not found". I am sure it is the problem of placement of classes of nokia at correct place inside j2me's WTK. However, i followed the guidelines to install symbian sdk inside wtk401\wtklib\devices folder (as per instructions of forum nokia). But i am still not able to get it running. Any expert suggestions, then plz respond me , i am in urgent need to solve this issue!!!! plz help me!!!!

    Hi,
    Maybe I'm being thick but I can't get this work. I've tried zipping the com/nokia stuff into the midpapi.zip. And I've tried just replacing midapi.zip with classes.zip from the nokia emulator. But it still says:
    "package nokia.mid.ui does not exist
    import nokia.mid.ui.*;"
    I'm using ktoolbar 1.04.
    Many thanks!
    CP
    Hey, thanks for the great tip. Was also using
    KToolbar because it runs faster on my slow laptop than
    Sun One studio.
    With the later version of WTK, the paths
    C:\...\WTK21\lib contains 2 files, midpapi20.zip and
    midpapi10.zip
    The later contains classes for compiling to MIDP1.0
    standard. I think most people use this. Replace it
    the class.zip in
    C:\Nokia\Devices\Nokia_7210_MIDP_SDK_v1_0\lib if
    you're using the same SDK as I am, and don't forget to
    rename it.
    Cheers.

  • Rmic Class not found is worrying me--Help

    Hi guys I want to know if win200 prof and JDK1.3.1_01 are not friendly.
    When I run javac *.java in the dir c:\test\java\agent, it compiles fine, but When I run
    rmic AgentImpl
    I get AgentImpl class not found error
    Now I tried this:
    C:\>rmic -d <c:\test> -classpath".;c:\jdk1.3.1_01\bin;c:\test\java\agent " test.java.agent.AgentImpl
    and got Access is denied.
    Can someone help pls
    Joe

    Someone pls help on the RMIC comple problem as per below

  • Help-Task not found - Please check the Task Type, Name and Location are cor

    HI all,
    i have upgraded my owb from version 11gr1 to 11gr2. the installation is complete and all my mappings and objects are imported successfully.
    i was able to execute the mappings using the sql code:
    @/oracle/product/11.2.0/owb/rtp/sql/sqlplus_exec_template.sql
    by logging into sqlplus as the user in whose schema mappings are deployed.
    hOwever, suddenly i am getting the error since sometime back - not sure what might have happened or what might have gone wrong. can someone please help me understand what might be wrong - how to decode this?
    Here is my error:
    @/oracle/product/11.2.0/owb/rtp/sql/sqlplus_exec_template.sql
    Role set.
    Enter value for 1: WSODS
    Call completed.
    Enter value for 2: ODS_SCHEMA
    Enter value for 3: PLSQLMAP
    Enter value for 4: MAPPING_1
    Enter value for 6: ","
    Enter value for 5: ","
    Stage 1: Decoding Parameters
    |  location_name=ODS_SCHEMA
    |  task_type=PLSQLMAP
    |  task_name=MAPPING_1
    Stage 2: Opening Task
    begin
    ERROR at line 1:
    ORA-20001: Task not found - Please check the Task Type, Name and Location are
    correct.
    ORA-06512: at "OWBSYS.WB_RT_API_EXEC", line 759
    ORA-06512: at "OWBSYS.WB_RT_SCRIPT_UTIL", line 910
    ORA-06512: at line 2When i execute this: i get the result as follows:
    SELECT warehouse_object_id, store_id, object_type_id, object_type_name, object_name FROM owb$wb_rt_warehouse_objects
    where object_name = 'MAPPING_1';
    WAREHOUSE_OBJECT_ID     STORE_ID                OBJECT_TYPE_ID          OBJECT_TYPE_NAME                                                 OBJECT_NAME                                                     
    15947                   15325                   769                     PLSQLMap                                                         MAPPING_1                                                       
    1 rows selectedEdited by: Chaitanya on Mar 5, 2012 3:33 AM

    Hi Chaitanya,
    Did you get any resolution for this error? I'm facing the same error while trying to execute OWB mapping through this command.
    Any help would be much appreciated. Thanks.
    Regards,
    Jagari

Maybe you are looking for

  • No email on ipad and iPhone

    The emails from my hotmail account aren't syncing with both my ipad and iPhone. I have tried turning it on and off, deleting and reloading the account. The iPhone briefly worked on 3G but is now not working with that. Help please!

  • How to check if a user has SAP_ALL in a program?

    Hi: I want to create a program that will check if the user has SAP_ALL. Is there a standard FM or BAPI?. Otherwise, can someone pelase help. Thank you. Seshagiri Gopi

  • F-44  ZBAPI MULTIPLE LINE SELECTIONS FOR WEB SERVICES

    HI TO ALL,           I HAVE WRITTEN ZBAPI FOR POSTING MULTIPLE LINE SELECTIONS FOR TCODE F-44, THE ZBAPI  CONSIST OF BDC PROGRAM, WHICH IS WORKING IN SAP SYSTEM PERFECTLY BUT WHEN I AM USING IT IN WEB SERVICES IT IS THROWING A  ERROR MESSAGE.        

  • Model II Architecture- The Flpw?

    Ok in Model II Architecture, 1. What's the convention - always JSP's instantiate the PageBean or the Controller (through another class) instantiate PageBean or is it dependent on specific requirements? 2. I have first.jsp and upon submission I get se

  • Error in opening Package

    Hi Gurus, When I try to open Package in Designer, I get the following error: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException If I exit and open designer again the package opens successfully, can you please let me know as to wh