Not Loaded status after deploying a EAR file in Oracle 10g application serv

Hi,
I am deployed a simple ear file in Oracle App Server 10g. The deployment went on well. But when i use the enterprise manager to see the status , it shows 'Not Loaded'.
Can any body kindly give me a suggestion on why this is happening.
Any help is highly appreciated.
Thanks
SK

Hi,
You have to register your Portlet provider.
How to register new portlet in Oracle Portal 10g ?
Here are the steps -
1- Go to your oracle portal home page e.g. http://oracleportal.com/pls/portal
2- Login into the oracle portal by clicking on 'login' link
3- Go to the Builder and then Administer
4- Click on Portlets tab
5- Click on 'Register a Provider' in 'Remote Providers' portlet.
6- Enter the provider URL and other information and click finish. Normally the provider URL for portlets developed using JPDK is in the form of http://[your portal]/[context root]/providers/
Please note that you must have deployed the portlet before trying to register the provider for the portlet.
Best Regards,
Kevin

Similar Messages

  • Deployment of class file in oracle 10g Application Server

    Hi,
    I have a class file
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class HelloWorld extends HttpServlet {
    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException {
    res.setContentType ("text/html");
    PrintWriter out = res.getWriter();
    out.println("<HTML>");
    out.println("<HEAD><TITLE>Hello World</TITLE></HEAD>");
    out.println("<BODY>");
    out.println("<BIG>Hello World</BIG>");
    out.println("</BODY></HTML>");
    now I like to deploy(in oracle 10g Application Server) and run this file.
    please help me.

    Hi
    You have to deploy Servlet as a WAR File. I hope you already have web.xml file which u can get automatically in eclsipse during creation of servelet. I am not sure what ide u r using here. If u have created servlet in eclipse then I would suggest create a project dynamic webproject if u have not where IDE create all required files autmatiicaly and even you can deploy application from there itself.
    If you wanted to deploy manually then follow below steps (if u have war file)
    I am assuming you already created a Weblogic Domain and have admin username/password. Start your domain. Login into weblogic console like http://host:port/console and use admin username/password. Then from Deployments section, deploy the above WAR file. In Weblogic you can deploy JAR (EJBs, java files), WAR (web jsp, html, webservices, servlets) or EAR (JAR + WAR). In your case its just a WAR file.
    Thanks
    Sujit Singh

  • Deploy the .ear file in Oracle 10g Application server10.1.3

    Hi Friends,
    I have deploy the .ear file in Oracle10g Application Sever 10.1.3 through Enterprise Manager. in Progress Messages shows the application has been successfully deployed,like this
    when i hit the URL in Web brower, i got a HTTP 403 showing.............
    Plz help me ..............
    Sep 27, 2008 12:11:41 PM] Application Deployer for BO13 STARTS.
    [Sep 27, 2008 12:11:41 PM] Copy the archive to C:\product\10.1.3\OracleAS_1\j2ee\BO13Dev\applications\BO13.ear
    [Sep 27, 2008 12:11:42 PM] Initialize C:\product\10.1.3\OracleAS_1\j2ee\BO13Dev\applications\BO13.ear begins...
    [Sep 27, 2008 12:11:42 PM] Unpacking BO13.ear
    [Sep 27, 2008 12:11:49 PM] Done unpacking BO13.ear
    [Sep 27, 2008 12:11:49 PM] Unpacking backoffice.war
    [Sep 27, 2008 12:11:53 PM] Done unpacking backoffice.war
    [Sep 27, 2008 12:11:53 PM] Unpacking backoffice-help.war
    [Sep 27, 2008 12:11:57 PM] Done unpacking backoffice-help.war
    [Sep 27, 2008 12:11:57 PM] Unpacking resourceadapter-rar.rar
    [Sep 27, 2008 12:11:57 PM] Done unpacking resourceadapter-rar.rar
    [Sep 27, 2008 12:11:58 PM] Initialize C:\product\10.1.3\OracleAS_1\j2ee\BO13Dev\applications\BO13.ear ends...
    [Sep 27, 2008 12:11:58 PM] Starting application : BO13
    [Sep 27, 2008 12:11:58 PM] Initializing ClassLoader(s)
    [Sep 27, 2008 12:11:58 PM] Initializing EJB container
    [Sep 27, 2008 12:11:58 PM] Loading connector(s)
    [Sep 27, 2008 12:11:59 PM] Starting up resource adapters
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: shared-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: store-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: storeops-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: parameter-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: report-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: scheduler-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: workflow-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: item-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: employee-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: employee-webapp-app-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: journal-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: label-webapp-app-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: label-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: timemaintenance-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: timemaintenance-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: party-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: transaction-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: customer-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: calendar-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: currency-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: financial-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: till-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: tax-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: postprocessor-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: codelist-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: pricing-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: trigger-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: report-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: parameter-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: item-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: store-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: admin-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: dashboard-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: storeops-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: pricing-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: task-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: storeserver-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: transaction-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:11 PM] Compiling EJB generated code
    [Sep 27, 2008 12:12:58 PM] Initializing EJB sessions
    [Sep 27, 2008 12:12:58 PM] Committing ClassLoader(s)
    [Sep 27, 2008 12:12:58 PM] Initialize backoffice begins...
    [Sep 27, 2008 12:12:58 PM] Initialize backoffice ends...
    [Sep 27, 2008 12:12:58 PM] Initialize backoffice-help begins...
    [Sep 27, 2008 12:12:58 PM] Initialize backoffice-help ends...
    [Sep 27, 2008 12:12:58 PM] Started application : BO13
    [Sep 27, 2008 12:12:58 PM] Binding web application(s) to site default-web-site begins...
    [Sep 27, 2008 12:12:58 PM] Binding backoffice web-module for application BO13 to site default-web-site under context root backoffice13dev
    [Sep 27, 2008 12:13:01 PM] Initializing Servlet: org.springframework.web.context.ContextLoaderServlet for web application backoffice
    [Sep 27, 2008 12:13:01 PM] Initializing Servlet: org.quartz.ee.servlet.QuartzInitializerServlet for web application backoffice
    [Sep 27, 2008 12:13:01 PM] Initializing Servlet: org.apache.struts.action.ActionServlet for web application backoffice
    [Sep 27, 2008 12:13:05 PM] Binding backoffice-help web-module for application BO13 to site default-web-site under context root backoffice-help
    [Sep 27, 2008 12:13:05 PM] Initializing Servlet: oracle.help.web.OHWController for web application backoffice-help
    [Sep 27, 2008 12:13:06 PM] Initializing Servlet: oracle.cabo.servlet.UIXServlet for web application backoffice-help
    [Sep 27, 2008 12:13:06 PM] Binding web application(s) to site default-web-site ends...
    [Sep 27, 2008 12:13:06 PM] Application Deployer for BO13 COMPLETES. Operation time: 85020 msecs
    Thanks
    Hari

    Can you tell me what's the status of components (value of "In sync" column) when you run "dcmctl getState" command?
    Thanks
    Shail

  • Error in undeployment the Ear File in oracle 10g Application server

    Hii while undeploying EAR in Oracle Enterprise Manager 10g. I am getting following error message and an resoluation message,which i could not able to proceed further
    An error occured while undeploying the application.Base Exception : Another operation in progress which prevents your operation from completing at this time.
    Resolution : If you are using a file-based repository and there are no other concurrent operations,please use the dcmctl utility resetFile Transaction command to clean up any abnormaly terminated file-based repository operations.
    I have tried undeploying 3 times via OEM then executed.
    /LOCALDATA4/ora10gAS/dcmctl resetFileTransaction twice as indicated in the resolution
    but error still persists.
    Have restarted the server several times also but same error occurs.
    Pls help me.
    Thanks
    Praveen Tyagi

    Can you tell me what's the status of components (value of "In sync" column) when you run "dcmctl getState" command?
    Thanks
    Shail

  • Cannot redploy WAR files on Oracle 10g Application Server 9.0.4

    Hello,
    I may be missing something obvious, but how do I redploy .WAR files using the 10g Enterprise Manager? It has an option to Deploy WAR files, but not Redeploy them.
    If this is not possible, could someone tell me how to create an EAR file manually from the command line, or point to a URL with some instructions? I do not always have access to a GUI when creating the .WAR files, so I cannot use JDeveloper nor X-WIndow based UNIX applications.
    Thanks for any advice you can offer.

    Just use the same "Deploy" option. If there is a previous deployment, It will be automatically removed. In another word, the "Deploy" option is also the "Redeploy" option. Isn't it simple? The same can be said with an EAR file.

  • Deployment of Oracle 10g Application on oracle 10g application server

    Sir,
    I am new in this forum. Please guide me how to deploy oracle 10g application on oracle 10g application server.

    Dear Ghulam,
    1)Create A new OC4j instance on Oracle 10g Application Server
    2)Deploy ur war or ear file accordingly on this OC4J.
    3)Create the datasource ie connection of application with the database
    4)Tune your Java Parameters inside the OC4J for better performance.
    The details of this is explained on the above post ie two link.
    Regards
    Fabian

  • Deploying Oracle Retail Applications in Oracle 10g Application Server

    Hi All..
    Can anyone help me to know:
    How to Deploy Oracle Retail Applications(like RMS,ReIM,RIB) in Oracle 10g Application Server.
    Regards.

    Hi Ahmed,
    It sounds you have not yet had the chance to lay eyes on the installation guides - they are not perfect but should point you in the right direction.
    Please start at http://www.oracle.com/technetwork/documentation/oracle-retail-100266.html and check out the install guide per application module.
    Best regards,
    Erik

  • Error after Deploying a .ear File

    Hi,
    I have deployed an .ear file on the SAP J2EE engine 6.20 on EP6.0 sp2. When I access one of the JSP's, I am getting a NoClassDefFound exception even though the particular jar (xml-apis.jar) file containing the class is in the additional-lib directory. Also, the jar file has been added to the classpath in go.bat? What other changes are to be done for a successful deployment?
    Environment :EP6.0, sp2 hotfix4 on Windows 2003, MS SQL server DB.
    Please reply ASAP
    Thanks
    Bhanu

    hello,
    have you tried including the 3rd party jar in your EAR file itself?
    i use a number of external jars in my web app and ejb, including some xml parsing classes. what i did was to put them all in the EAR, at the root level, in other words, not in a sub-directory. then in my WAR's meta-inf/MANIFEST.MF file reference them in the Class-path. do simililar thing for the ejbs if necessary.
    when you tried to use the inqxml instead, did you make a reference in manager/referecen.txt from your app to the inqmy library? if so, did you look into the inqmyxml.jar to see if the Node class is actually there?
    regards,
    wentao

  • Error while deploying P6.ear file in Oracle Weblogic installing P6 R8 web

    Hi,
    I am trying to install Primavera P6 R8 web and while deploying the P6.ear file into Oracle Weblogic getting the following error:
    "<Error> <Deployer> <BEA - 149202> <Encountered an exception while attempting to commit the 7 task for the application 'pm6'.>
    weblogic.application.ModuleException: :com.primavera.PhoenixException: ERROR: BREBootstrap.xml was not found. Please make sure that the JVM system property primavera.bootstrap.home is defined and set to the location of the directory containing BREBootstrap.xml
    Thanks & Regards,
    Ashwani

    Hello
    did you configure the startweblogic file as mentioned in the admin guide ?

  • ANT build script to deploy .EAR file SAP NetWeaver Web Application Server

    Can any one please tell me to deploy the .ear file with ANT build script in SAP NetWeaver Web Application Server.
    Thanks in advance.
    Regards,
    Venkat.

    Try these threads:
    Re: Is there a way to start a J2EE application per command line?
    Scripted WAS App Start Stop Deploy

  • Deploying to Oracle 10g Application Server

    Is it possible to deploy a web application developed using Sun Java Studio Creator to Oracle 10 Application Server?
    Any help is highly appreciable.
    Thanks

    See a couple of entries at
    http://blogs.sun.com/marcoscorner
    I hope they help you;-)
    Thanks,
    -- Marco

  • OC4J:home is not coming up after deployment of war file(i.e demantra war)

    Hi,
    The oc4j:home services is not coming up in OracleAS 10.1.3.2 Middle Tier after deplyment of war file(j2sdk 1.4.2_10)
    I tried so many times bouncing but oc4j:home is not coming up. Below is the status.
    Please guide me and help me.
    D:\product\10.1.3.2.0\OracleAS_10\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=WG8LSW3J:6201
    2 of 3 processes started.
    ias-instance id=OracleAS.WG8LSW3J.ced.corp.cummins.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    default_group/home/default_group/
    Error
    --> Process (index=1,uid=687477649,pid=5304)
    time out while waiting for a managed process to start
    Log:
    D:\product\10.1.3.2.0\OracleAS_10\opmn\logs\\default_group~home~default_grou
    p~1.log
    The log file of default_group~home~default_group~1.log
    08/09/30 19:41:51 Start process
    WARNING: Code-source D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\applications\demantra\demantra\WEB-INF\lib\activation.jar (from WEB-INF/lib/ directory in D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\applications\demantra\demantra\WEB-INF\lib) has the same filename but is not identical to /D:/product/10.1.3.2.0/OracleAS_10/j2ee/home/lib/activation.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader demantra.web.demantra:0.0.0.
    WARNING: Code-source D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\applications\demantra\demantra\WEB-INF\lib\mail.jar (from WEB-INF/lib/ directory in D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\applications\demantra\demantra\WEB-INF\lib) has the same filename but is not identical to /D:/product/10.1.3.2.0/OracleAS_10/j2ee/home/lib/mail.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader demantra.web.demantra:0.0.0.
    2008-09-30 19:42:01,650 [OC4J Launcher] DEBUG appserver.system :: Configuration file loaded > D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\applications\demantra\demantra\conf\logconf.lcf
    2008-09-30 19:42:01,650 [OC4J Launcher] DEBUG appserver.system :: Logs will be dumped to D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\applications\demantra\demantra\conf\..\logs\collaborator.log
    2008-09-30 19:42:01,650 [OC4J Launcher] DEBUG appserver.system :: Logs will be dumped to D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\applications\demantra\demantra\conf\..\logs\integration.log
    2008-09-30 19:42:01,665 [OC4J Launcher] DEBUG appserver.system :: Value for parameter client.javaPlugin.downloadUrl was not specified, using ../plugin/
    2008-09-30 19:42:01,681 [OC4J Launcher] DEBUG appserver.system :: Starting Service Demantra Application Server/7.1.1 (118)
    08/09/30 19:42:01 ................................2008-09-30 19:51:11,747 [OC4J Launcher] WARN appserver.system :: Object is not valid :
         Invalid EXTRA_FRON and EXTRA_WHERE expressions, missing expected join for EXTRA_FROM tables: BRANCH_DATA, therefore EXTRA_FROM and EXTRA_WHERE expressions will be ignored, Series: 'Event Sim'.
    2008-09-30 19:51:11,747 [OC4J Launcher] WARN appserver.system :: Object is not valid :
         Invalid EXTRA_FRON and EXTRA_WHERE expressions, missing expected join for EXTRA_FROM tables: BRANCH_DATA, therefore EXTRA_FROM and EXTRA_WHERE expressions will be ignored, Series: 'Evt Cost'.
    Please anybody help me .
    Thanks & Regards,
    Ravi Kumar

    You might want to check these logfiles:
    D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\applications\demantra\demantra\logs\collaborator.log
    D:\product\10.1.3.2.0\OracleAS_10\j2ee\home\applications\demantra\demantra\logs\integration.log
    These logfiles should give you more clues. Seems it is missing some "objects", but what these objects are is rather undefined.

  • Error while deploying .ear file on the oracle 10g Application server

    While deploying the ITS.ear or any other .ear file thru the application server console the screen shows the deploying screen continuously without any errors.The screen shows uploading the .ear file without any errors.Can somebody help me out it 's very urgent
    Thanks in advance.

    Hello,
    I asked you about the amount of AS instances because currntly I'm working on a clustering issue likewise. Nevertheless, your issue looks like a browser cache problem, have you tried different browsers to perform your deployment tasks? what about ant tasks?
    hope it helps,
    RB

  • Deploying an EAR file to Oracle Server

    I went thru the documentation and created an EAR file but when we try to deploy it we get the following error: Application1.ear file – error on upload:
    Failed in uploading archive. Invalid archive file: unexpected EOF
    I have searched the forums and chat rooms trying to find a solution. Can anyone suggest something. Thanks.

    Hi,
    did you create it with JDeveloper and if, which version. Did you create a WAR file first or an EAR file straight - in which case probably its missing the Web application. How did you deploy it? From JDeveloper or with OC4J or ApplicationServer Enterprise Manager?
    Frank

  • My mini (late 2012) 2.3 GHz i7 with 16 GB, not loading images after installing Java that I need to run FileMaker Server 12.

    I'm running yosemite on a mini (late 2012) 2.3 GHz i7 with 16 GB, my problem is that after installing Java that I need in order to run FileMaker Server 12, apps like Safari, Mail or even App Store, stop working properly, the mayor problem is that NO images load and Safari start saying that the pages are not loading because the connection with the server stop working. The only way to fix it is to re-start the computer.
    Any idea to resolve the problem.

    I'm running yosemite on a mini (late 2012) 2.3 GHz i7 with 16 GB, my problem is that after installing Java that I need in order to run FileMaker Server 12, apps like Safari, Mail or even App Store, stop working properly, the mayor problem is that NO images load and Safari start saying that the pages are not loading because the connection with the server stop working. The only way to fix it is to re-start the computer.
    Any idea to resolve the problem.

Maybe you are looking for

  • Issue while exporting report to excel

    I have a report created using ssrs. In that i have set the body background property to an image And also set a header in the report Now while exporting it to excel, I need to remove the body background  image and header Need Help Thanks Abhinav

  • Corruption_type=Nologging block corruption in RMAN

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production PL/SQL Release 11.2.0.3.0 - Production CORE    11.2.0.3.0      Production TNS for Linux: Version 11.2.0.3.0 - Production NLSRTL Version 11.2.0.3.0 - Production SQL> select *

  • Problem with moving laptop

    Whenever I move my laptop a little (like when I'm using it on my lap and shift my position) a message appears saying that the HDD was affected.  Is this normal or dangerous?  It gives me the option to not have this message appear again.  What should

  • Can not print pdf attachment

    All of a sudden I can not print an attachement emailed to me in PDF  I keep getting an error message (1206006F_PDF.pdf)   I deleted my "old" adobe  and downloaded the most recent and still am unable to print. 

  • BCC will not show recipients in Mail app - for IMAP client user

    Our office iMac was just upgraded to Mavericks.  The Apple mail app (which we use via IMAP to receive our gmail) will not show BCC recipients on sent mail.  Not sure what other info you might need. Yes it did work prior to Mavericks upgrade --lots of