facebook

hot deployment failure with myeclipse in weblogic

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #241495 Reply

    uday231
    Member

    Hi Iam trying deploy an applcation having an EJB module and Web module using my eclipse 4.0 integrated on eclipse 3.1 into weblogic 8.1 sp4. while deploying iam getting error message that ejb module is not found at respective domain’s application’s folder related to weblogic(c:\bea\user_projects\domains\powerimage\). but it is actually available at the above said location.

    The detailed Error message is as follows….

    <An exception occurred while deploying an application _appsdir_Test_dir: weblogic.management.ManagementRuntimeException: java.io.FileNotFoundException: [J2EE:160034]Module PowerImageEJB not Found in path C:\bea\user_projects\domains\PowerImage\applications\Test..
    weblogic.management.ManagementRuntimeException: java.io.FileNotFoundException: [J2EE:160034]Module PowerImageEJB not Found in path C:\bea\user_projects\domains\PowerImage\applications\Test.
    at weblogic.management.runtime.DeployerRuntimeMBean_Stub.activate(DeployerRuntimeMBean_Stub.java:1123)
    at weblogic.management.deploy.ApplicationsDirPoller.doActivate(ApplicationsDirPoller.java:217)
    at weblogic.management.deploy.GenericAppPoller.doit(GenericAppPoller.java:290)
    at weblogic.management.deploy.GenericAppPoller$PollerTrigger.trigger(GenericAppPoller.java:474)
    at weblogic.time.common.internal.ScheduledTrigger.run(ScheduledTrigger.java:243)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:229)
    at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:223)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.io.FileNotFoundException: [J2EE:160034]Module PowerImageEJB not Found in path C:\bea\user_projects\domains\PowerImage\applications\Test.
    at weblogic.j2ee.J2EEApplicationContainerFactory.createMBeansForEar(J2EEApplicationContainerFactory.java:590)
    at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:493)
    at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:854)
    at weblogic.management.deploy.DeployerRuntime.access$000(DeployerRuntime.java:69)
    at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1532)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
    at weblogic.management.deploy.DeployerRuntime.activate(DeployerRuntime.java:192)
    at weblogic.management.deploy.DeployerRuntime.activate(DeployerRuntime.java:182)
    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:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
    at weblogic.management.runtime.DeployerRuntimeMBean_Stub.activate(DeployerRuntimeMBean_Stub.java:1114)
    … 10 more
    >

    please do help me in this regard…
    thankyou.

    #241508

    Riyad Kalla
    Member

    Are you using a packaged deployment or exploded deployment?

    #241575

    uday231
    Member

    Iam trying exploded deployment…

    #241595

    Riyad Kalla
    Member

    You likely need to deploy first a packaged EAR version of your project, then login into your WebLogic admin console and “deploy” or “install” the application into your app server, this will generate all the stubs for your EJBs, etc. After that you can shut down your app server, remove the packaged deployment and recreate an exploded one, that will “overlay” your existing files and give you hot syncing.

    #241688

    uday231
    Member

    we tried that but still we didnt succeeded….
    can u gimme another alternative solution …
    verymuch thankfull for u suggestons …
    do help me in this regard…
    bye

    #241701

    Riyad Kalla
    Member

    When you selected to create the exploded deployment, did you select “Delete existing resources’ or did you select to “Overlay” them?

    #241830

    uday231
    Member

    i selected to delete existing resources……

    #241837

    Riyad Kalla
    Member

    Try redeploying the packaged EAR, installing it into WebLogic, then shutting down weblogic then removing the deployment and recreating a new one and using the Overlay option.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: hot deployment failure with myeclipse in weblogic

You must be logged in to post in the forum log in