facebook

MyEclipse and EJB

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #293694 Reply

    Sir i want to run ejb3.0 stateless session bean following tutorial of myeclipse 6.5
    but instead of glassfish i want to run it on weblogic 8.1 but when i deploy my project according to tutorial following erro occur pl help ———————
    <Jan 20, 2009 1:41:06 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.1_02-er-20030219 from Sun Microsystems Inc.>
    <Jan 20, 2009 1:41:06 PM IST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Jan 20, 2009 1:41:06 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 Thu Mar 20 23:06:05 PST 2003 246620
    WebLogic XMLX Module 8.1 Thu Mar 20 23:06:05 PST 2003 246620 >
    <Jan 20, 2009 1:41:06 PM IST> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\bea\user_projects\mydomain\config.xml.>
    <Jan 20, 2009 1:41:11 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jan 20, 2009 1:41:11 PM IST> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server “myserver” for domain “mydomain”>
    <Jan 20, 2009 1:41:17 PM IST> <Error> <Deployer> <BEA-149027> <Unable to activate application, _appsdir_SampleEJBProject_dir, from source, C:\bea\user_projects\mydomain\applications\SampleEJBProject. Reason: [J2EE:160028]No J2EE deployment descriptor found at “C:\bea\user_projects\mydomain\applications\SampleEJBProject”.>
    <Jan 20, 2009 1:41:17 PM IST> <Error> <Application Poller> <BEA-149410> <Runtime deployment error while deploying – weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException: [J2EE:160028]No J2EE deployment descriptor found at “C:\bea\user_projects\mydomain\applications\SampleEJBProject”..
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException: [J2EE:160028]No J2EE deployment descriptor found at “C:\bea\user_projects\mydomain\applications\SampleEJBProject”.
    at weblogic.management.runtime.DeployerRuntimeMBean_Stub.activate(DeployerRuntimeMBean_Stub.java:1098)
    at weblogic.management.deploy.ApplicationsDirPoller.doActivate(ApplicationsDirPoller.java:215)
    at weblogic.management.deploy.GenericAppPoller.doit(GenericAppPoller.java:282)
    at weblogic.management.deploy.ApplicationsDirPoller.<init>(ApplicationsDirPoller.java:87)
    at weblogic.management.mbeans.custom.ApplicationManager.startAdminManager(ApplicationManager.java:630)
    at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:494)
    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:747)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:726)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:458)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:763)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
    at weblogic.management.configuration.ApplicationManagerMBean_Stub.start(ApplicationManagerMBean_Stub.java:677)
    at weblogic.management.AdminServerAdmin.startApplicationManager(AdminServerAdmin.java:603)
    at weblogic.management.Admin.finish(Admin.java:2110)
    at weblogic.management.AdminServerAdmin.finish(AdminServerAdmin.java:432)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:931)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:354)
    at weblogic.Server.main(Server.java:32)
    Caused by: weblogic.management.ApplicationException: [J2EE:160028]No J2EE deployment descriptor found at “C:\bea\user_projects\mydomain\applications\SampleEJBProject”.
    at weblogic.j2ee.J2EEApplicationContainerFactory.handleError(J2EEApplicationContainerFactory.java:714)
    at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:455)
    at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:830)
    at weblogic.management.deploy.DeployerRuntime.access$000(DeployerRuntime.java:64)
    at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1499)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
    at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1490)
    at weblogic.management.deploy.DeployerRuntime.activate(DeployerRuntime.java:187)
    at weblogic.management.deploy.DeployerRuntime.activate(DeployerRuntime.java:177)
    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:747)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:726)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:763)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
    at weblogic.management.runtime.DeployerRuntimeMBean_Stub.activate(DeployerRuntimeMBean_Stub.java:1089)
    … 24 more
    >
    <Jan 20, 2009 1:41:17 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server “myserver” for domain “mydomain” running in Development Mode>
    <Jan 20, 2009 1:41:17 PM IST> <Notice> <WebLogicServer> <BEA-000355> <Thread “ListenThread.Default” listening on port 7001, ip address *.*>
    <Jan 20, 2009 1:41:17 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jan 20, 2009 1:41:17 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>

    #293703 Reply

    Loyal Water
    Member
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: MyEclipse and EJB

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