Problem depoly EAR project

I try to deploy mi EAR Project in Oracle Application Server 10.1.3.1., but i have this error in the console
[Jan 9, 2008 3:09:38 PM] [schema.username home] Application Deployer for AppRed STARTS.
[Jan 9, 2008 3:09:38 PM] [schema.username home] Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\AppRed.ear
[Jan 9, 2008 3:09:38 PM] [schema.username home] Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\AppRed.ear begins...
[Jan 9, 2008 3:09:38 PM] [schema.username home] Unpacking AppRed.ear
[Jan 9, 2008 3:09:42 PM] [schema.username home] Done unpacking AppRed.ear
[Jan 9, 2008 3:09:42 PM] [schema.username home] Unpacking PrestoWeb.war
[Jan 9, 2008 3:09:49 PM] [schema.username home] Done unpacking PrestoWeb.war
[Jan 9, 2008 3:09:49 PM] [schema.username home] Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\AppRed.ear ends...
[Jan 9, 2008 3:09:49 PM] [schema.username home] Starting application : AppRed
[Jan 9, 2008 3:09:49 PM] [schema.username home] Initializing ClassLoader(s)
[Jan 9, 2008 3:09:49 PM] [schema.username home] Initializing EJB container
[Jan 9, 2008 3:09:49 PM] [schema.username home] Loading connector(s)
[Jan 9, 2008 3:09:49 PM] [schema.username home] Starting up resource adapters
[Jan 9, 2008 3:09:49 PM] [schema.username home] Processing EJB module: PrestoEJB.jar
[Jan 9, 2008 3:09:50 PM] [schema.username home] Error while compiling EJB component: file:/D:/product/10.1.3.1/OracleAS_1/j2ee/home/applications/AppRed/PrestoEJB.jar com.evermind.compiler.CompilationException: Error instantiating compiler: Web service artifact generation failed:oracle.j2ee.ws.common.tools.api.ValidationException: The JAX-RPC value return-type javax.ejb.EJBHome in implementation class: cl.presto.services.clientes.EstadoCuentaServicesBean method: getEJBHome should not implement java.rmi.Remote at com.evermind.server.ejb.compilation.Compilation.generateWebServices(Compilation.java:1526) at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:187) at com.evermind.server.ejb.compilation.Compilation.doGenerateCode(Compilation.java:264) at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:898) at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:217) at com.evermind.server.Application.setConfig(Application.java:413) at com.evermind.server.Application.setConfig(Application.java:314) at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1853) at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:512) at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:196) at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93) at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52) at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.InstantiationException: Web service artifact generation failed:oracle.j2ee.ws.common.tools.api.ValidationException: The JAX-RPC value return-type javax.ejb.EJBHome in implementation class: cl.presto.services.clientes.EstadoCuentaServicesBean method: getEJBHome should not implement java.rmi.Remote at oracle.j2ee.ws.server.codegen.ServerArtifactGenerator.generateCompilables(ServerArtifactGenerator.java:455) at com.evermind.server.ejb.compilation.Compilation.generateWebServices(Compilation.java:1510) ... 14 more Caused by: oracle.j2ee.ws.common.tools.api.ValidationException: The JAX-RPC value return-type javax.ejb.EJBHome in implementation class: cl.presto.services.clientes.EstadoCuentaServicesBean method: getEJBHome should not implement java.rmi.Remote at oracle.j2ee.ws.common.tools.wscompile.CompileTool.validateSeiImplementation(CompileTool.java:265) at oracle.j2ee.ws.common.tools.wscompile.CompileTool.withModelHook(CompileTool.java:213) at oracle.j2ee.ws.server.codegen.WsCompile.run(WsCompile.java:466) at oracle.j2ee.ws.server.codegen.ServerArtifactGenerator.generateCompilables(ServerArtifactGenerator.java:441) ... 15 more
[Jan 9, 2008 3:09:50 PM] [schema.username home] application : AppRed is in failed state
[Jan 9, 2008 3:09:50 PM] [schema.username home] Operation failed with error: The JAX-RPC value return-type javax.ejb.EJBHome in implementation class: cl.presto.services.clientes.EstadoCuentaServicesBean method: getEJBHome should not implement java.rmi.Remote
PLEASE, I NEED HELPP!!
THANKSSSSSSSSSSS

Hi Chandan,
I still encounter the error message and this time, it only create the ejbmodule folder. In mine previous creation, I have dictionary, ejbmodule, metadata and webdynpro.
I realised that there is some different in the .plugin folder and the previous .plugin folder of the .metadata.
Not sure whether is it affected by the .plugin folder. Is there a list of .plugin required?
can advise?
Thanks again.

Similar Messages

  • J2EE .ear-project problem

    Trying to run my first .ear-project, but when I try to run it by typing
    http://localhost:8080/Ch03/ in my browser I get the following
    error message:
    "HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    No Java compiler was found to compile the generated source for the JSP.
    This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the JDK
    to the common/lib directory of the Tomcat server, followed by a Tomcat restart.
    If using an alternate Java compiler, please check its installation and access path".....
    I tried to do like the message says but it does not change anything.
    Have any ideas
    G�ran, Stockholm

    Yes, i am getting the tomcat welcome page when
    I run http://localhost:80/index.jsp
    (Yes, thats right i am running Tomcat on port 80)
    Sample jsp-pages works good also on J2EE
    (running J2EE on port 8080)
    G�ran, Stockholm

  • EAR project facet and APP-INF/lib

    Hello,
    I have four Workshop 10.3 projects which comprise an EAR. The projects are like this:
    - MyCommonLib (Project Facets: EAR 5.0, WebLogic EAR Extensions 5.0)
    - MyCommonLibControls (Project Facets: Utility Module 1.0, WebLogic Utility Module Extensions 10.3, ...)
    - MyCommonLibSchemas (Project Facets: Utility Module 1.0, WebLogic Utility Module Extensions 10.3, ...)
    - MyCommonLibExtraControls (Project Facets: Utility Module 1.0, WebLogic Utility Module Extensions 10.3, ...)
    Basically, I am bundling 3 utility-jars into an EAR to be deployed collectively as a shared library. The problem is that I need to define at least one module in application.xml, otherwise deployment fails. Workshop however places all the jars in APP-INF/lib and leaves the application.xml empty.
    I tried to "hack my way around this" by creating an empty "dummy.jar" file and placing it in the EarContent folder of the "MyCommonLib" project and editing application.xml by hand. However, when I export an EAR, it does not make it into the archive (even if I add it to the J2EE Module Dependencies of the EAR project MyCommonLib) and therefore deployment fails because the dummy.jar referenced in my application.xml does not exist.
    What project settings do I need to achieve what I need?
    Edited by: akarypid on Nov 4, 2010 2:29 AM

    Hello,
    Thank you for your input; the WAR approach works, although I don't like the idea of publishing web pages by importing the shared library.
    However, I was hoping for an approach that would use the "standard J2EE" jar packaging approach whereby a project that is marked as a utilitiy module is not placed in the APP-INF/lib (thisi is weblogic-specific) but rather placed in the EAR's root and published in the standard application.xml as:
    <application ...>
        <module>
            <java>dummy.jar</java>
       </module>
    </application>This way I could bundle everything into the EAR, without having to include a web application in the shared library (and every app that uses it)... Could this be done using some project setup in Workshop?

  • EAR project not starting after server restart.

    Hello all,
    I have made a plain EAR project that contains a WAR file which again contains some servelets and static stuff like images and JavaScript files. The project does not use any SAP specific functionality and is hence a regular J2EE EAR project that in theory could run on all compliant J2EE servers.
    The problem is that when the server restarts the project does not start (not even lazily, that is upon a request being made to it). In other words I have to start it manually by using Visual Administrator or redeploying. Naturally this approach is not a long term solution.
    In the application-j2ee-engine.xml file of the EAR project I have tried to set the parameter start-up to always with no luck as documented here:
    [http://help.sap.com/saphelp_nw04s/helpdata/en/25/0c08f3981343609d4045f8acaa0a76/frameset.htm]
    The server is a 7.0 sp 14.
    I have succesfully deployed the project on older servers with no problems.
    Any ideas?

    Hi,
    Undeploy your application from SAP AS Java, e.g. via Visual Admin, and then redeploy it. If it does not start automatically, start it manually from VA. Check if you restart the server, the application is also started up correctly.
    Besides that, does your application depends on another application, library, or service? (i.e. uses another appllication, library or service)
    If so, did you explicitly declared this relation via the reference tag in application-j2ee-engine.xml ?
    Kind regards,
    Tsvetomir

  • The timesheet creation failed, because of problems with the project I server or with data validation

    Hi,
    One of my user is facing issue in creating new time sheet,
    "The time sheet creation failed, because of problems with the project server or with data validations".
    This issue is coming to only few members out of 10000 members.
    Note: For the same user, can able to do in other machines. only the problem in his machine. Have ran the office diagnostics, but still the problem persists.
    Is any add-on's/any settings need to update in IE. Could any one please help me on how to fix this issue?
    Many thanks in advance.

    I would check the compatibility settings in IE etc, or try another browser (chrome, safari etc.)
    Ben Howard [MVP] | web |
    blog | book

  • I have problem in my project, please Help me, urgent

    have problem in my project.
    When i start using project, i recive a errore in flash player
    if it possible troubleshooted for me
    Problem file

    The problem is that you have left paper on the floor near the
    wastebasket.
    Please you have to do a little of the work yourself.
    First, post a topic that has a title regarding your problem.
    That way people who know about that problem will be more likely to
    take a look.
    Second, don't just say you have a problem and receive and
    error. Shay what kind of problem and tell us what the error says.
    Third. Most people won't download a file from any random
    stranger off the net. So don't expect that is going to explain it.
    Fourth, even if the file does explain it, why should a
    stranger have to do all the steps that you should have done?
    Fifth, do a little work yourself, what have you tried to fix
    it?
    Sixth. Just because it is urgent to you doesn't mean it is
    urgent to everybody else.
    So try some of these things and post back.

  • Help required in depolying EAR file. web.xml file not recognised.

    Hi All,
    I have created EAR project using WAR. While I'm trying to deploy the EAR file using SDM tool of J2EE engine. I'm getting the following error: bold com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Web application [redirectForm] does not contain "/WEB-INF/web.xml" file or it is spelt incorrectly bold . I have checked the WAR file, it has web.xml file. Please tell me how to resolve this error?
    Thanks in advance
    Srikant

    Hi Srikant,
    check the directory entry in your war file if it is woth upper case i.e. WEB-INF
    Best regards
    Bojidar

  • Problem when Creating Project (Composite Application Services) in NWDS

    I've seen a few posts regarding this but I don't feel as if any real solution was given.
    I just installed Netweaver Developer Studio (7.0.15) with the current JDK/JRE (1.6.0_07).  When trying to create a new Composite Application Services project within the Studio, using the new project wizard, I get an error: Problem when Creating Project.
    I get the EJB Module and Dictionary to create within my navigator with no problems, however, during the creation of the metadata, the error occurs.  I do have the metadata folder appear within the navigator, but nothing in it.  None of the other three items are created.
    I have tried the attempt at deleting the metadata folder within my workspace directory and trying again but the same exact result occurs.
    Is there any other solution out there for this problem besides attempting to find older versions of NWDS, etc. that are more "stable"?
    Thank you!

    Durga,
    Very simple but effective solution.
    I had tried uninstalling / re-installing NWDS with no effect but uninstalling / re-installing NWDS AND all java related products on my machine did work.
    Note: For anyone else with this issue in the future.  I installed the Java SDK / JRE 1.4.2_18 with NWDS 7.0.15 in case this is also a possible issue with versions.
    Thanks, Durga!

  • Problem with ear speaker

    hello. when i make a call i hear some shshshsh in ear speaker . is that normal too it not very high sound but its still there ..but when i use my headset i didnt hear shshsh sound . its new phone i just bought it yesterday .. is that normal or i go back to store to fix it .. its not very high sound but when i focus i hear shshshshsh in ear speaker 

     the problem at number 2 look at picture when i speak i hear some shshsh..the sim card new and its very good too problem with ear speaker i think i want to know its normal or not becouse when i use headset i didnt hear that shssh sound .. 

  • Last problem in my project!!

    i've intend to open this 'Receipt.class' by clicking button from other class file called 'Main.class'
    Normally we used this statement "Receipt open = new Receipt();" to open,
    but what if the class file is like that??
    Please help me even giving me the clues!! please.. this is my last problem in my project!!!
    import java.awt.geom.*;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    import java.awt.print.PrinterJob;
    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.print.*;
    public class Receipt extends JPanel implements Printable, ActionListener {
    final static JButton button = new JButton("Print");
    public Receipt() {
         setBackground(Color.white);
    button.addActionListener(this);
    init();
    public void actionPerformed(ActionEvent e) {
    if (e.getSource() instanceof JButton) {  
    PrinterJob printJob = PrinterJob.getPrinterJob();
    printJob.setPrintable(this);
    if (printJob.printDialog()) {
    try {
    printJob.print();
    catch (Exception ex) {
    ex.printStackTrace();
    public void paintComponent(Graphics g) {
         super.paintComponent(g);
         Graphics2D g2 = (Graphics2D) g;
         drawShapes(g2);
    public void drawShapes(Graphics2D g2){
    g2.drawString("Hello world",50,50);
    public int print(Graphics g, PageFormat pf, int pi) throws PrinterException {
    if (pi >= 1) {
    return Printable.NO_SUCH_PAGE;
         drawShapes((Graphics2D) g);
    return Printable.PAGE_EXISTS;
    public void init{
         JFrame f = new JFrame();
         JPanel panel = new JPanel();
         panel.add(button);
         f.getContentPane().add(BorderLayout.SOUTH, panel);
         f.getContentPane().add(BorderLayout.CENTER, new Receipt());
         f.setSize(580, 500);
         f.show();

    I don't quite get your question. What did you mean by open? Did you mean to display it. Receipt is a JPanel, to show it you need to have it inside a Frame or an Applet or some sort of container.
    try this
    import javax.swing.*;
    Receipt receipt = new Receipt();
    JFrame aFrame = new JFrame("Display Receipt Panel"); //create a JFrame
    aFrame.getContentPane().setLayout(new BorderLayout()); //set Layout Manager for the frame
    aFrame.getContentPane().add(receipt, BorderLayout.CENTER); //add panel to the frame
    aFrame.show(); //show the frameThe above block of codes create a JFrame and add the Receipt panel to the Frame. Then call the Frame to show. You can put this code in a method, if you need to use this Frame and panel again, make them instance variables rather than local variables.

  • Pros & Cons of having multiple web applications under one EAR project

    Could anybody let me know what are the advantages and disadvantages of having multiple web applications under one single EAR project?

    Either this is homework, in which case, do it yourself, or you already think you have some pros for doing this. Share with us

  • Problem after installation Project Server 2013 CU September 9, 2014

    Dear All,
    I have some problems after installation
    Project Server 2013 CU September 9, 2014 (Hotfix 2883072) on 3 level farm
    Before installing CU, I have installed
    SP1 for Project Server 2013, installation and configuration was successful.
    Then I have installed CU and I have not get any errors during installation process. Then I have restarted servers and in SharePoint health analyzer got an error about patch/installation status
    on WFE server.
    I checked in Windows installed updates and hotfix is installed. I checked in SharePoint Update and Upgrade history and there were no errors during installation. But when I checked in Manage
    Patch Status list I found an information:
    Language Pack for SharePoint and Project Server 2013 - Russian
    Microsoft Project Server Russian Language Pack 15.0.4420.1017 Installed
    Hotfix for Microsoft Project Server 2013 (KB2883072) 64-Bit Edition
    15.0.4649.1001 Missing/Required
    Microsoft Project Server 2013
    Microsoft Project Server English Language Pack 15.0.4571.1502 Installed
    Hotfix for Microsoft Project Server 2013 (KB2883072) 64-Bit Edition
    15.0.4649.1001 Missing/Required
    Service Pack 1 for Microsoft Project Server 2013 (KB2880553) 64-Bit Edition
    15.0.4571.1502 Installed
                Microsoft Project Server Web Front End Server
    15.0.4571.1502 Installed
    Hotfix for Microsoft Project Server 2013 (KB2883072) 64-Bit Edition
    15.0.4649.1001 Missing/Required
    Service Pack 1 for Microsoft Project Server 2013 (KB2880553) 64-Bit Edition
    15.0.4571.1502 Installed
    If I run installation again I get message that nothing will be updated - no update needed.
    Please help, how I can install missed packages?

    The problem was solved !
    I solve it using two ways:
    1. I have installed the hotfix for Project Server -  Hotfix for Project Server 2013 October 14, 2014 KB 2889959 (Projectserverwfe-x-none.msp, Projectservermui-Language-Code.msp)
    2. using command
    Psconfig -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures -cmd installcheck -noinstallcheck
    After two actions I was able to run SharePoint Configuration Wizard and upgrade database. Configuration completed successful.

  • PREMIERE PRO CS5.5 Gamma problem while exporting project to mjpeg A or B

    Dear Sir,
    I'm in a big ****. I've directed and edited 1h documentary for Finnish television, also, the technical specs requested by the TV Channel is all production Broadcast masters must be encoded with Apple ProRES codec or MJPEG A or B.
    As i'm working on PC (win7), the ProRES codec doesn't exist on PC system, so i've done the export to MJPEG. The problem is i have a different gamma level when i watch the final export with Quicktime or VLC. Of course i can adjust the level in those players, but it doesnt effect the file. When i import the Qt file into a Premiere sequence, the gamma level is still **** and different from my original level i have from my timeline and preview window. If i export the project to H264 1920x1080p25, then the gamma is perfect with Qt, VLC and WinMedia player. But the TV station don't wanna work with H264. Deadline is on next monday, and i can't send a Qt MJPEG file with wrong gamma !!!Any chance to find a solution to fix it ??? After reading different forum, i can see this problem exist since many years and never been solved.
    What can i do ??
    Denis.

    Things is my prpject includ few effect plugins i bought, so what ever i could find a mac, not your i could export xml project to finalcut with plugins it dont have
    Denis
    Sent from my iPad.
    Le 31 mai 2013 à 15:20, Fuzzy Barsik <[email protected]> a écrit :
    Re: PREMIERE PRO CS5.5 Gamma problem while exporting project to mjpeg A or B
    created by Fuzzy Barsik in Premiere Pro - View the full discussion
    If it were me, I wouldn't encode to MJPEG.
    So as to encode to ProRes on Windows you can utilise any solution based on ffmpeg/ffmbc or better yet find a Mac with Final Cut or Compressor installed for delivering critical work.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5368019#5368019
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5368019#5368019
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5368019#5368019. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Premiere Pro by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Including jars in deployment not part of EAR project...

    Hi,
    Just trying to see if I can include jars in a separate project (due to our cvs setup) in Workshop in my EAR project so that when I deploy to the server it picks up these jars. Obviously I can include other projects on the build path so it all compiles, but is there a way of including their jars when running the server so I don't get any ClassNotFoundExceptions?
    Thanks.

    Try this:
    1. In the Project Properties for the EAR project, find J2EE Module
    Dependencies page.
    2. Add the jars located in another project as a dependency. Note that
    you have to add each jar individually.
    3. For each project that needs to see a particular one of these jars, go
    to the J2EE Module Dependencies page for that project. You should see
    all the jars listed. Check whichever ones this project needs to reference.
    When the app is deployed or exported as an EAR, the jars will be in the
    root directory of the EAR. The modules will reference the jars via their
    manifest.mf files.
    Hope this helps.
    - Konstantin

  • "Problem when creating project"

    Hi,
    I am trying to create a new Composite Application Services project using Netweaver studio 7.011. When it came to the final step of the Project creation wizard, an error message pop-up saying "Problem when creating project".
    I have tried the methods posted in the forums, but its doesn't work for me.
    "Problem when creating project"
    Problem creating a composite applications project
    Can advise on how to resolve this?
    I am currently using Java 1.4.10 and NW2004s SP11.
    Thanks a lot.
    Regards,
    aiwei

    Hi Chandan,
    I still encounter the error message and this time, it only create the ejbmodule folder. In mine previous creation, I have dictionary, ejbmodule, metadata and webdynpro.
    I realised that there is some different in the .plugin folder and the previous .plugin folder of the .metadata.
    Not sure whether is it affected by the .plugin folder. Is there a list of .plugin required?
    can advise?
    Thanks again.

Maybe you are looking for

  • Unable to get 'InitialContext' using Java Client in Oracle App 10.0.2.0

    Scenario & Problem Description: Unable to get 'Initial Context' using Simple Java Client in Oracle Application Server 10.0.2.0 I'm having an issue while I try to initialize the Initial Context for an EJB lookup from a simple Java Client [local lookup

  • Message/rfc822 error in mail

    When retrieving older emails from my exchange server I get a format error - message/rfc822 - unable to read format, please re-send. How can I stop this happening?

  • Timeline - can't display it

    Having inadvertently disabled the timeline in a project, I now can't display it. Any idea why?

  • Format date prompt

    how can i format a date for end-users in sql plus prompt statements? example: accept xlll prompt 'enter begin date as 99/99/99:99:99 :' i am using 24hour clock here. example: 20020108000001 thanks Lorenzo

  • Footnote Style Not Cooperating

    Good day, folks. After reading my background and question, please consult my screenshot (the type's small, but you can see where I've tried to indicate what's going on. I'm working on a dissertation with lots of footnotes. I'm using a modification of