facebook

Deployment error when deploying an enhanced RAD EAR project

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #320701 Reply

    isambev
    Member

    Hi,
    Iam running MyEclipseBlue
    MyEclipse Blue Edition
    Version: 9.1 Blue
    Build id: 9.1-Blue-20110701
    and I have WAS 6.1.0.13 installed with it. I have this RAD EAR project, called member service consist of 4 projects: member-ear, member-ejb, member-web, and member-api. So the EAR has 2 modules: one EJB and one WEB, and uses the api project as utility project. This was all developed in RAD6 IDE, and we want to use deploy this project to the MyEclipseBlue IDE.
    After getting the 4 projects, and fixing the proper JRE to compile everything, next I used the option: MyEclipse->Enhance RAD project to work with MyEclipse” on all 4 projects.
    The issue comes now, when i try to deploy this EAR to the WAS 6.1 server running here.
    I get a deployment error:

    —————————————————————————————————————————————-
    MyEclipse: deployment START exploded project: membershipSearch-ear server: websphere61Server#AppSrv02 time: Wed Oct 26 14:06:34 EDT 2011
    —————————————————————————————————————————————-
    WASX7209I: Connected to process “server1” on node RN16886Node02 using SOAP connector; The type of process is: UnManagedProcess
    WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: “[c:\\Program Files\\IBM\\WebSphere\\AppServer2\\profiles\\AppSrv02\\installableApps\\membershipSearch-ear.ear, RN16886Node02Cell, RN16886Node02, server1, membershipSearch-ear, {{“membershipSearch-web.war” “membershipSearch-web.war,WEB-INF/web.xml” default_host}}, {{“null” “membershipSearch-web.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, true, true, true, C:/Program Files/MyEclipse Blue Edition/MyEclipse Blue Edition 9/configuration/org.eclipse.osgi/bundles/1137/1/.cp/scriptutil/scriptutil.jar, c:/Program Files/IBM/WebSphere/AppServer2/profiles/AppSrv02/installedApps/RN16886Node02Cell/membershipSearch-ear.ear/membershipSearch-ejb.jar, true]”
    c:\Program Files\IBM\WebSphere\AppServer2\profiles\AppSrv02\installableApps\membershipSearch-ear.ear
    RN16886Node02Cell
    RN16886Node02
    server1
    membershipSearch-ear
    {“membershipSearch-web.war” “membershipSearch-web.war,WEB-INF/web.xml” default_host}
    {“null” “membershipSearch-web.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
    -nopreCompileJSPs -distributeApp -server “server1” -useMetaDataFromBinary -deployejb -appname “membershipSearch-ear” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -processEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“membershipSearch-web.war” “membershipSearch-web.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “membershipSearch-web.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
    true
    true
    true
    C:/Program Files/MyEclipse Blue Edition/MyEclipse Blue Edition 9/configuration/org.eclipse.osgi/bundles/1137/1/.cp/scriptutil/scriptutil.jar
    c:/Program Files/IBM/WebSphere/AppServer2/profiles/AppSrv02/installedApps/RN16886Node02Cell/membershipSearch-ear.ear/membershipSearch-ejb.jar
    -deployejb
    -processEmbeddedConfig
    WASX7017E: Exception received while running file “C:\Program Files\MyEclipse Blue Edition\Common\plugins\com.genuitec.eclipse.blue.websphere61_9.0.0.me201105192136\installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7111E: Cannot find a match for supplied option: “[membershipSearch-web.war, membershipSearch-web.war,WEB-INF/web.xml, default_host]” for task “MapWebModToVH”

    —————————————————————————————————————————–
    MyEclipse: deployment END project: membershipSearch-ear server: websphere61Server#AppSrv02 time: Wed Oct 26 14:06:57 EDT 2011
    —————————————————————————————————————————–

    It seems it cannot deploy the WEB project module: WASX7111E: Cannot find a match for supplied option: “[membershipSearch-web.war, membershipSearch-web.war,WEB-INF/web.xml, default_host]” for task “MapWebModToVH”.

    Not sure what the issue is about, the application.xml file is:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <application id=”Application_ID” version=”1.4″ xmlns=”http://java.sun.com/xml/ns/j2ee&#8221; xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd”><description></description&gt;
    <display-name>membership-ear</display-name>
    <icon></icon><module id=”EjbModule_1184855287877″>
    <ejb>
    membershipSearch-ejb.jar</ejb>
    </module>
    <module id=”WebModule_1239038832860″>
    <web>
    <web-uri>membershipSearch-web.war</web-uri>
    <context-root>membershipSearch-web</context-root>
    </web>
    </module>
    <module id=”myeclipse.1319556329215″><ejb>membershipSearch-ejb.jar</ejb></module><module id=”myeclipse.1319556336637″><web><web-uri>membershipSearch-web.war</web-uri><context-root>/membershipSearch-web</context-root></web></module></application>

    Any help with be apriciated,

    Thank you,

    #320709 Reply

    support-swapna
    Moderator

    isambev ,

    Sorry that you are seeing this issue with MyEclipse.

    1) Can you check for spaces in the web deployment descriptor “display-name” element ? Can you also give us the version of your web.xml ?

    2) Can you please try to create a simple EAR with one web module and one EJB module in it (just create blank projects from wizards) without dependencies and try to deploy that ?

    Let me know how this works for you.

    #320731 Reply

    isambev
    Member

    hi,
    here is the actual web.xml file:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <web-app id=”WebApp_ID” version=”2.4″ xmlns=”http://java.sun.com/xml/ns/j2ee&#8221; xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd”&gt;
    <display-name>
    membershipSearch-web</display-name>
    <servlet>
    <description>
    </description>
    <display-name>
    MemberServiceServlet</display-name>
    <servlet-name>MemberServiceServlet</servlet-name>
    <servlet-class>
    MemberServiceServlet</servlet-class>
    </servlet>
    <servlet>
    <description>
    </description>
    <display-name>
    MembershipSearchServlet</display-name>
    <servlet-name>MembershipSearchServlet</servlet-name>
    <servlet-class>
    com.excellus.member.servlet.MembershipSearchServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>MemberServiceServlet</servlet-name>
    <url-pattern>/MemberServiceServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>MembershipSearchServlet</servlet-name>
    <url-pattern>/MembershipSearchServlet</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
    </welcome-file-list>

    <display-name>Spring Scheduling Example</display-name>

    <context-param>
    <description>
    </description>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/applicationContext.xml</param-value>
    </context-param>

    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>

    <resource-ref id=”ResourceRef_1″>
    <res-ref-name>TimerManagerRef</res-ref-name>
    <res-type>commonj.timers.TimerManager</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Unshareable</res-sharing-scope>
    </resource-ref>

    </web-app>

    1. If I make the display name here to be like:
    <display-name>membershipSearch-web</display-name>
    Then, we get the same error:
    —————————————————————————————————————————————-
    MyEclipse: deployment START exploded project: membershipSearch-ear server: websphere61Server#AppSrv02 time: Thu Oct 27 15:22:52 EDT 2011
    —————————————————————————————————————————————-
    WASX7209I: Connected to process “server1” on node RN16886Node02 using SOAP connector; The type of process is: UnManagedProcess
    WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: “[c:\\Program Files\\IBM\\WebSphere\\AppServer2\\profiles\\AppSrv02\\installableApps\\membershipSearch-ear.ear, RN16886Node02Cell, RN16886Node02, server1, membershipSearch-ear, {{“membershipSearch-web.war” “membershipSearch-web.war,WEB-INF/web.xml” default_host}}, {{“null” “membershipSearch-web.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, true, true, true, C:/Program Files/MyEclipse Blue Edition/MyEclipse Blue Edition 9/configuration/org.eclipse.osgi/bundles/1137/1/.cp/scriptutil/scriptutil.jar, c:/Program Files/IBM/WebSphere/AppServer2/profiles/AppSrv02/installedApps/RN16886Node02Cell/membershipSearch-ear.ear/membershipSearch-ejb.jar, true]”
    c:\Program Files\IBM\WebSphere\AppServer2\profiles\AppSrv02\installableApps\membershipSearch-ear.ear
    RN16886Node02Cell
    RN16886Node02
    server1
    membershipSearch-ear
    {“membershipSearch-web.war” “membershipSearch-web.war,WEB-INF/web.xml” default_host}
    {“null” “membershipSearch-web.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
    -nopreCompileJSPs -distributeApp -server “server1” -useMetaDataFromBinary -deployejb -appname “membershipSearch-ear” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -processEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“membershipSearch-web.war” “membershipSearch-web.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “membershipSearch-web.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
    true
    true
    true
    C:/Program Files/MyEclipse Blue Edition/MyEclipse Blue Edition 9/configuration/org.eclipse.osgi/bundles/1137/1/.cp/scriptutil/scriptutil.jar
    c:/Program Files/IBM/WebSphere/AppServer2/profiles/AppSrv02/installedApps/RN16886Node02Cell/membershipSearch-ear.ear/membershipSearch-ejb.jar
    -deployejb
    -processEmbeddedConfig
    WASX7017E: Exception received while running file “C:\Program Files\MyEclipse Blue Edition\Common\plugins\com.genuitec.eclipse.blue.websphere61_9.0.0.me201105192136\installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7111E: Cannot find a match for supplied option: “[membershipSearch-web.war, membershipSearch-web.war,WEB-INF/web.xml, default_host]” for task “MapWebModToVH”

    —————————————————————————————————————————–
    MyEclipse: deployment END project: membershipSearch-ear server: websphere61Server#AppSrv02 time: Thu Oct 27 15:23:14 EDT 2011
    —————————————————————————————————————————–

    2. I did created in Myeclipse 1 EJB abd 1 WEB modulem, and i can deploy those in an EAR created in MyEclipseBlue IDE. But thats not the issue, these are RAD projects, so RAD project are somewhat not properly converted/migrated to be used by MEB IDE on the local WAS 6.1 server.

    #320740 Reply

    support-swapna
    Moderator

    isambev ,

    Thank you for the details.

    1) Can you switch to a new workspace, re-import the RAD project and run the action : MyEclipse->Enhance RAD project to work with MyEclipse directly without manually attempting to fix the projects ? Take a look at this tutorial regarding migration of RAD projects : http://www.myeclipseide.com/documentation/quickstarts/blueedition/project_migration/

    2) If you still see the issue, please share your .log file which is located at <workspace dir>/.metadata/.log with us.

    Let us know how this works for you.

    #320751 Reply

    isambev
    Member

    Hi,
    previously i was using a RAD workspace, basically I opened a RAD workspace with MEB and inside had the RAD projects.
    Now, i created a new brand new MEB workspace, and from CVS i checked out the RAD 4 projects. There were some build errors, i fix those by setting up the right JRE from my local WAS 6.1 server, and compiler to J2EE1.4, and also had to add the j2ee.jar to the -ejb project, and also had to add the common-logging.jar to the -web project so that they compile/build successfully. After that, i ran the “Enhance RAD Prpoject option” to the ear projects, and this did convert the RAD projects into MEB projects.
    Next i tried to deploy it to the local WAS 6.1 server and got error again.

    here is the .log file for that:

    ==========================================================================
    !SESSION 2011-06-27 14:31:35.196 ———————————————–
    eclipse.buildId=unknown
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.equinox.registry 2 0 2011-06-27 14:31:47.446
    !MESSAGE The extensions and extension-points from the bundle “org.eclipse.epf.richtext” are ignored. The bundle is not marked as singleton.

    !ENTRY org.eclipse.jface 2 0 2011-06-27 14:35:10.739
    !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2011-06-27 14:35:10.739
    !MESSAGE A conflict occurred for SHIFT+DEL:
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
    ,
    Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
    Cut the selection to the clipboard,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    org.eclipse.ui.internal.handlers.WidgetMethodHandler@37d0d,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
    Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)

    !ENTRY com.genuitec.eclipse.core 1 0 2011-06-27 14:35:11.036
    !MESSAGE Unable to locate .myeclipse-blue.properties file

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:35:18.770
    !MESSAGE NLS unused message: prompt_optclasspath in: com.genuitec.eclipse.easie.core.configuration

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:35:18.786
    !MESSAGE NLS unused message: prompt_preclasspath in: com.genuitec.eclipse.easie.core.configuration

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:35:18.786
    !MESSAGE NLS unused message: prompt_optlibrarypath in: com.genuitec.eclipse.easie.core.configuration

    !ENTRY org.eclipse.ui.workbench 2 0 2011-06-27 14:35:25.551
    !MESSAGE A handler conflict occurred. This may disable some commands.
    !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-06-27 14:35:25.551
    !MESSAGE Conflict for ‘com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug’:
    HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
    handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@19bd0b1,
    expression=,sourcePriority=0)
    HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
    handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@a23517,
    expression=,sourcePriority=0)

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:30.957
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\html\css_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.020
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\html\forms_lists_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.067
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\html\htmlform_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.129
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\html\html_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.176
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\html\javascript_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.239
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\jsp\jsf_f_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.301
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\jsp\jsf_h_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.348
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\jsp\struts_bean_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.411
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\jsp\struts_html_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.457
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\jsp\struts_logic_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2011-06-27 14:35:31.520
    !MESSAGE Installed snippet library: C:\Program Files\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration\org.eclipse.osgi\bundles\131\1\.cp\snippets\jsp\struts_tiles_snippets.xml

    !ENTRY org.eclipse.ui 4 4 2011-06-27 14:41:35.279
    !MESSAGE Part already exists in page layout: org.eclipse.debug.ui.ExpressionView.

    !ENTRY org.eclipse.osgi 2 0 2011-06-27 14:42:00.200
    !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.JavaModelManager$16”, thread “Thread[Worker-0,5,main]” timed out waiting (5000ms) for thread “Thread[main,6,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.2.me201103172348 [914]”. To avoid deadlock, thread “Thread[Worker-0,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.JavaModelManager$16” may not be fully initialized.
    !STACK 0
    org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Program Files/MyEclipse Blue Edition/Common/plugins/org.eclipse.wst.jsdt.core_1.1.2.me201103172348.jar” by thread “main”.
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at org.eclipse.wst.jsdt.internal.core.JavaModelManager$15.run(JavaModelManager.java:4182)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    … 16 more
    Root exception:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at org.eclipse.wst.jsdt.internal.core.JavaModelManager$15.run(JavaModelManager.java:4182)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.637
    !MESSAGE NLS unused message: ContentAssistProposal_label in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.637
    !MESSAGE NLS unused message: ContentAssistProposal_tooltip in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.653
    !MESSAGE NLS unused message: ContentAssistProposal_image in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.668
    !MESSAGE NLS unused message: ContentAssistProposal_description in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.668
    !MESSAGE NLS unused message: ContentAssistTip_label in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.684
    !MESSAGE NLS unused message: ContentAssistTip_tooltip in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.700
    !MESSAGE NLS unused message: ContentAssistTip_image in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.700
    !MESSAGE NLS unused message: ContentAssistTip_description in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.715
    !MESSAGE NLS unused message: ContentFormat_label in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.715
    !MESSAGE NLS unused message: ContentFormat_tooltip in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.731
    !MESSAGE NLS unused message: ContentFormat_image in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.osgi 2 1 2011-06-27 14:42:17.731
    !MESSAGE NLS unused message: ContentFormat_description in: org.hibernate.eclipse.console.HibernateConsoleMessages

    !ENTRY org.eclipse.equinox.security 1 0 2011-06-27 14:51:56.188
    !MESSAGE New keyring password generated.

    !ENTRY org.eclipse.team.cvs.core 1 1 2011-06-27 14:51:58.595
    !MESSAGE The following warnings were reported while performing the “cvs version” command.
    !SUBENTRY 1 org.eclipse.team.cvs.core 1 -22 2011-06-27 14:51:58.595
    !MESSAGE Host ‘roccvs01.excellus.com’ is running ‘with CVSACL Patch 1.2.5 (cvsacl.sourceforge.net)’ which is an unknown version to the workbench. Although most functionality may work, use version 1.11.1p1 or later for full support.

    !ENTRY org.eclipse.team.cvs.core 1 1 2011-06-27 14:53:34.952
    !MESSAGE The following warnings were reported while performing the “cvs version” command.
    !SUBENTRY 1 org.eclipse.team.cvs.core 1 -22 2011-06-27 14:53:34.952
    !MESSAGE Host ‘roccvs01.excellus.com’ is running ‘with CVSACL Patch 1.2.5 (cvsacl.sourceforge.net)’ which is an unknown version to the workbench. Although most functionality may work, use version 1.11.1p1 or later for full support.

    !ENTRY org.eclipse.team.cvs.core 1 1 2011-06-27 14:58:03.713
    !MESSAGE The following warnings were reported while performing the “cvs version” command.
    !SUBENTRY 1 org.eclipse.team.cvs.core 1 -22 2011-06-27 14:58:03.713
    !MESSAGE Host ‘roccvs01.excellus.com’ is running ‘with CVSACL Patch 1.2.5 (cvsacl.sourceforge.net)’ which is an unknown version to the workbench. Although most functionality may work, use version 1.11.1p1 or later for full support.

    !ENTRY org.eclipse.equinox.p2.core 4 0 2011-06-27 15:45:12.015
    !MESSAGE
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.equinox.internal.p2.core.Activator.stop() of bundle org.eclipse.equinox.p2.core.
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:863)
    at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:501)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:550)
    at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:597)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
    at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)
    at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
    at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:588)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:415)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
    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:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    Caused by: java.lang.IllegalStateException: Attempt to access stopped agent: org.eclipse.equinox.internal.p2.core.ProvisioningAgent@1ef0d84
    at org.eclipse.equinox.internal.p2.core.ProvisioningAgent.checkRunning(ProvisioningAgent.java:84)
    at org.eclipse.equinox.internal.p2.core.ProvisioningAgent.getService(ProvisioningAgent.java:49)
    at org.eclipse.equinox.internal.p2.garbagecollector.GarbageCollector.stop(GarbageCollector.java:183)
    at org.eclipse.equinox.internal.p2.core.ProvisioningAgent.stop(ProvisioningAgent.java:133)
    at org.eclipse.equinox.internal.p2.core.Activator.unregisterAgent(Activator.java:218)
    at org.eclipse.equinox.internal.p2.core.Activator.stop(Activator.java:204)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)
    … 18 more
    Root exception:
    java.lang.IllegalStateException: Attempt to access stopped agent: org.eclipse.equinox.internal.p2.core.ProvisioningAgent@1ef0d84
    at org.eclipse.equinox.internal.p2.core.ProvisioningAgent.checkRunning(ProvisioningAgent.java:84)
    at org.eclipse.equinox.internal.p2.core.ProvisioningAgent.getService(ProvisioningAgent.java:49)
    at org.eclipse.equinox.internal.p2.garbagecollector.GarbageCollector.stop(GarbageCollector.java:183)
    at org.eclipse.equinox.internal.p2.core.ProvisioningAgent.stop(ProvisioningAgent.java:133)
    at org.eclipse.equinox.internal.p2.core.Activator.unregisterAgent(Activator.java:218)
    at org.eclipse.equinox.internal.p2.core.Activator.stop(Activator.java:204)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)
    at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:501)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:550)
    at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:597)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
    at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)
    at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
    at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:588)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:415)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
    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:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    !SESSION 2011-06-29 13:03:32.475 ———————————————–
    eclipse.buildId=unknown
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.jface 2 0 2011-06-29 13:04:19.256
    !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2011-06-29 13:04:19.256
    !MESSAGE A conflict occurred for SHIFT+DEL:
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
    ,
    Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
    Cut the selection to the clipboard,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    org.eclipse.ui.internal.handlers.WidgetMethodHandler@aa780b,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
    Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)

    !ENTRY org.eclipse.osgi 2 1 2011-06-29 13:04:31.913
    !MESSAGE NLS unused message: prompt_optclasspath in: com.genuitec.eclipse.easie.core.configuration

    !ENTRY org.eclipse.osgi 2 1 2011-06-29 13:04:31.928
    !MESSAGE NLS unused message: prompt_preclasspath in: com.genuitec.eclipse.easie.core.configuration

    !ENTRY org.eclipse.osgi 2 1 2011-06-29 13:04:31.959
    !MESSAGE NLS unused message: prompt_optlibrarypath in: com.genuitec.eclipse.easie.core.configuration

    !ENTRY org.eclipse.ui.workbench 2 0 2011-06-29 13:04:40.866
    !MESSAGE A handler conflict occurred. This may disable some commands.
    !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-06-29 13:04:40.866
    !MESSAGE Conflict for ‘com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug’:
    HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
    handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@18961f2,
    expression=,sourcePriority=0)
    HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
    handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@7d58ae,
    expression=,sourcePriority=0)
    !SESSION 2011-06-30 10:23:59.884 ———————————————–
    eclipse.buildId=unknown
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.jface 2 0 2011-06-30 10:24:45.534
    !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2011-06-30 10:24:45.534
    !MESSAGE A conflict occurred for SHIFT+DEL:
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
    ,
    Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
    Cut the selection to the clipboard,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    org.eclipse.ui.internal.handlers.WidgetMethodHandler@1776426,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
    Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)

    !ENTRY org.eclipse.osgi 2 1 2011-06-30 10:24:59.940
    !MESSAGE NLS unused message: prompt_optclasspath in: com.genuitec.eclipse.easie.core.configuration

    !ENTRY org.eclipse.osgi 2 1 2011-06-30 10:24:59.956
    !MESSAGE NLS unused message: prompt_preclasspath in: com.genuitec.eclipse.easie.core.configuration

    !ENTRY org.eclipse.osgi 2 1 2011-06-30 10:24:59.973
    !MESSAGE NLS unused message: prompt_optlibrarypath in: com.genuitec.eclipse.easie.core.configuration

    !ENTRY org.eclipse.ui.workbench 2 0 2011-06-30 10:25:08.681
    !MESSAGE A handler conflict occurred. This may disable some commands.
    !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-06-30 10:25:08.681
    !MESSAGE Conflict for ‘com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug’:
    HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
    handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@11972f8,
    expression=,sourcePriority=0)
    HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
    handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@1cb0cdc,
    expression=,sourcePriority=0)
    !SESSION 2011-10-28 10:46:59.814 ———————————————–
    eclipse.buildId=unknown
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86 -data C:\MyEclipseBlueWorkspaces\meblue_productServiceWorkspace

    !ENTRY org.eclipse.jface 2 0 2011-10-28 10:47:11.189
    !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2011-10-28 10:47:11.189
    !MESSAGE A conflict occurred for SHIFT+DEL:
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
    ,
    Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
    Cut the selection to the clipboard,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    org.eclipse.ui.internal.handlers.WidgetMethodHandler@e75147,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
    Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 10:53:13.795
    !MESSAGE NLS unused message: Unnecessary_Semicolon_ERROR in: org.eclipse.wst.html.core.internal.HTMLCorePluginResources

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 10:53:13.826
    !MESSAGE NLS missing message: Obsolete_attribute_name___ERROR_ in: org.eclipse.wst.html.core.internal.HTMLCorePluginResources

    !ENTRY org.eclipse.osgi 2 0 2011-10-28 10:54:12.092
    !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.JavaModelManager$16”, thread “Thread[Worker-0,5,main]” timed out waiting (5000ms) for thread “Thread[Worker-6,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.2.me201106211924 [1282]”. To avoid deadlock, thread “Thread[Worker-0,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.JavaModelManager$16” may not be fully initialized.
    !STACK 0
    org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Program Files/MyEclipse Blue Edition/Common/plugins/org.eclipse.wst.jsdt.core_1.1.2.me201106211924.jar” by thread “Worker-6”.
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at org.eclipse.wst.jsdt.internal.core.JavaModelManager$15.run(JavaModelManager.java:4182)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    … 16 more
    Root exception:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at org.eclipse.wst.jsdt.internal.core.JavaModelManager$15.run(JavaModelManager.java:4182)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:01:21.703
    !MESSAGE NLS unused message: ProjectMigrationWizardPage_title in: com.genuitec.eclipse.blue.project.core.messages

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:01:21.703
    !MESSAGE NLS unused message: ProjectMigrationWizardPage_project_name_label in: com.genuitec.eclipse.blue.project.core.messages

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:01:21.719
    !MESSAGE NLS unused message: ProjectMigrationWizardPage_other_description in: com.genuitec.eclipse.blue.project.core.messages

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:01:21.719
    !MESSAGE NLS unused message: ProjectMigrationWizardPage_webmodule_description in: com.genuitec.eclipse.blue.project.core.messages

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:01:21.734
    !MESSAGE NLS unused message: ProjectMigrationWizardPage_ejbmodule_description in: com.genuitec.eclipse.blue.project.core.messages

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:01:21.734
    !MESSAGE NLS unused message: ProjectMigrationWizardPage_selectionmodule_wizpage in: com.genuitec.eclipse.blue.project.core.messages

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:01:21.750
    !MESSAGE NLS unused message: ProjectMigrationWizardPage_original_project_label in: com.genuitec.eclipse.blue.project.core.messages

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:01:21.750
    !MESSAGE NLS unused message: ProjectMigrationWizardPage_migrated_project_name_suffix in: com.genuitec.eclipse.blue.project.core.messages

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:01:21.765
    !MESSAGE NLS missing message: ProjectMigrationWizard_text_project_migration_details in: com.genuitec.eclipse.blue.project.core.messages

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.399
    !MESSAGE NLS unused message: birt.web.category.name in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.414
    !MESSAGE NLS unused message: birt.web.project.name in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.414
    !MESSAGE NLS unused message: birt.web.project.description in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.430
    !MESSAGE NLS unused message: birt.web.actionsets.description in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.430
    !MESSAGE NLS unused message: create.birt.web.module in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.445
    !MESSAGE NLS unused message: BIRT_FACET_LABEL in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.445
    !MESSAGE NLS unused message: BIRT_FACET_DESCRIPTION in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.461
    !MESSAGE NLS unused message: JSP_New_context_type_Extension_Element.name in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.461
    !MESSAGE NLS unused message: JSP_Tag_context_type_Extension_Element.name in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.461
    !MESSAGE NLS unused message: BirtResourcesDefinition in: plugin

    !ENTRY org.eclipse.osgi 2 1 2011-10-28 11:13:55.477
    !MESSAGE NLS unused message: birt.action.importruntime.name in: plugin

    #320752 Reply

    isambev
    Member

    the .log file for the deployment is.

    #320769 Reply

    Brian Fernandes
    Moderator

    isambev,

    Please redo the process by running the enhance action first. Do not attempt to fix build errors yourself as these changes will affect the enhancement procedure; it will not detect the RAD settings in your project and not correctly enhance it.

    Swapna did mention this in her last response to you – so please import the unmodified RAD projects into your workspace, then enhance them. If there are still errors, you can attempt to fix them only after the enhancement process and/or can let us know what problems you experience so we can help.

    #330508 Reply

    paganninni
    Member

    @support-swapna wrote:

    isambev ,

    Thank you for the details.

    1) Can you switch to a new workspace, re-import the RAD project and run the action : MyEclipse->Enhance RAD project to work with MyEclipse directly without manually attempting to fix the projects ? Take a look at this tutorial regarding migration of RAD projects : http://www.myeclipseide.com/documentation/quickstarts/blueedition/project_migration/

    2) If you still see the issue, please share your .log file which is located at <workspace dir>/.metadata/.log with us.

    Let us know how this works for you.

    i have same problem ,
    we use rad 7 and chordiant framework .
    i try to myeclipse blue 10 version and was 6.1 with future pack (with ejb and we services)
    I did the first step and fix my build path problem .But problem still continue .

    myeclipse consol is :

    WASX7209I: Connected to process “server1” on node GNM36NSOFT29Node08 using SOAP connector; The type of process is: UnManagedProcess
    WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: “[C:\IBM\SDP\runtimes\base_v61\profiles\MyEclipseProfile01\installableApps\ChordiantEAR.ear, GNM36NSOFT29Node08Cell, GNM36NSOFT29Node08, server1, ChordiantEAR, {{“CRM_OutWS.war” “CRM_OutWS.war,WEB-INF/web.xml” default_host} {“Advisor.war” “Advisor.war,WEB-INF/web.xml” default_host} {“CRM_JUnit.war” “CRM_JUnit.war,WEB-INF/web.xml” default_host}}, {{“null” “CRM_OutWS.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1} {“null” “Advisor.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1} {“null” “CRM_JUnit.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, true, true, true, C:/MyEclipse Blue Edition/MyEclipse Blue Edition 10/configuration/org.eclipse.osgi/bundles/20/1/.cp/scriptutil/scriptutil.jar, C:/IBM/SDP/runtimes/base_v61/profiles/MyEclipseProfile01/installedApps/GNM36NSOFT29Node08Cell/ChordiantEAR.ear/CRM_EJB.jar;C:/IBM/SDP/runtimes/base_v61/profiles/MyEclipseProfile01/installedApps/GNM36NSOFT29Node08Cell/ChordiantEAR.ear/ChordiantEJB.jar, true, C:/MyEclipse Blue Edition/Common/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/junit.jar;C:/MyEclipse Blue Edition/Common/plugins/org.hamcrest.core_1.1.0.v20090501071000.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/jxcore.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/qrst.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/jxe.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/odconnector.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/userprofilecore.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib-ext/xpp3_min-1.1.3.4.I.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib-ext/xstream-1.1.2.jar]”
    C:\IBM\SDP\runtimes\base_v61\profiles\MyEclipseProfile01\installableApps\ChordiantEAR.ear
    GNM36NSOFT29Node08Cell
    GNM36NSOFT29Node08
    server1
    ChordiantEAR
    {“CRM_OutWS.war” “CRM_OutWS.war,WEB-INF/web.xml” default_host} {“Advisor.war” “Advisor.war,WEB-INF/web.xml” default_host} {“CRM_JUnit.war” “CRM_JUnit.war,WEB-INF/web.xml” default_host}
    {“null” “CRM_OutWS.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1} {“null” “Advisor.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1} {“null” “CRM_JUnit.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
    -nopreCompileJSPs -distributeApp -server “server1” -useMetaDataFromBinary -deployejb -appname “ChordiantEAR” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -processEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“CRM_OutWS.war” “CRM_OutWS.war,WEB-INF/web.xml” default_host} {“Advisor.war” “Advisor.war,WEB-INF/web.xml” default_host} {“CRM_JUnit.war” “CRM_JUnit.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “CRM_OutWS.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1} {“null” “Advisor.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1} {“null” “CRM_JUnit.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}} -deployejb.classpath {C:/MyEclipse Blue Edition/Common/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/junit.jar;C:/MyEclipse Blue Edition/Common/plugins/org.hamcrest.core_1.1.0.v20090501071000.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/jxcore.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/qrst.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/jxe.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/odconnector.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib/userprofilecore.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib-ext/xpp3_min-1.1.3.4.I.jar;S:/CRM_Framework/Chordiant_Framework/ChordiantEAR/lib-ext/xstream-1.1.2.jar}
    true
    true
    true
    C:/MyEclipse Blue Edition/MyEclipse Blue Edition 10/configuration/org.eclipse.osgi/bundles/20/1/.cp/scriptutil/scriptutil.jar
    C:/IBM/SDP/runtimes/base_v61/profiles/MyEclipseProfile01/installedApps/GNM36NSOFT29Node08Cell/ChordiantEAR.ear/CRM_EJB.jar;C:/IBM/SDP/runtimes/base_v61/profiles/MyEclipseProfile01/installedApps/GNM36NSOFT29Node08Cell/ChordiantEAR.ear/ChordiantEJB.jar
    -deployejb
    -processEmbeddedConfig
    WASX7327I: Contents of was.policy file:

    grant codeBase “file:${application}” {
    permission java.security.AllPermission;
    };

    grant codeBase “file:${ejbComponent}” {
    permission java.security.AllPermission;
    };

    WASX7017E: Exception received while running file “C:\MyEclipse Blue Edition\Common\plugins\com.genuitec.eclipse.blue.websphere61_9.0.0.me201203060843\installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7109E: Insufficient data for install task “BindJndiForEJBNonMessageBinding

    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean InteractionService in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean InteractionService in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean RealTimeProjectService in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean DecisionService in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean AdaptiveDecisionService in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean DecisionController in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean DecisionControllerAdapter in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean RealTimeProjectService in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean DecisionService in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean DecisionController in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean DecisionControllerAdapter in module Generated by XDoclet.
    ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean AdaptiveDecisionService in module Generated by XDoclet.”

    and log file is :
    !ENTRY com.genuitec.eclipse.ast.deploy.core 1 0 2012-09-26 14:45:42.163
    !MESSAGE Deploy failed
    !STACK 0
    com.genuitec.eclipse.core.GenuitecCoreException: Unable to deploy EAR application to WebSphere server.
    at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployEAR(BaseWebsphereManager.java:415)
    at com.genuitec.eclipse.blue.websphere61.Websphere61Manager.deployEAR(Websphere61Manager.java:428)
    at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployApplication(BaseWebsphereManager.java:268)
    at com.genuitec.eclipse.blue.websphere.deploy.LocalServerDeploymentStrategy.deploy(LocalServerDeploymentStrategy.java:94)
    at com.genuitec.eclipse.blue.websphere.WebsphereServer.afterDeployment(WebsphereServer.java:410)
    at com.genuitec.eclipse.ast.deploy.core.Deployment.�(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.jobs.C.�(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.jobs.C.run(Unknown Source)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: com.genuitec.eclipse.core.GenuitecCoreException: Internal deployment error.
    at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployToServer(BaseWebsphereManager.java:567)
    at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployToServer(BaseWebsphereManager.java:501)
    at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployEAR(BaseWebsphereManager.java:413)
    … 9 more

    thanks for help …

    #330549 Reply

    support-swapna
    Moderator

    paganninni,

    Sorry that you are seeing this issue.

    Can you answer some more questions for us ?

    1. Can you please share the Installation Details from MyEclipse > Installation Summary > Installation Details ?

    2. Can you please share details about the project configuration, specification versions of EJB,EAR and Web projects ?

    3. Can you please take a look at this thread and check if the workaround suggested works for you ?
    https://www.genuitec.com/forums/topic/binding-file-not-being-generated-for-ejb3-mdb/

    Let us know how it works for you.

    #330596 Reply

    paganninni
    Member

    hi swapna,

    first of all i import my project into myeclipse workspace and right click EAR project i enhanced Rad projects to Work With MyEclipse,And than i cleared project but build path problem was there, changed manually fix build path problems (Web App Lib and Jre System Lib).

    1-MyEclipse Installation Detail :

    *** Date:
    Friday, September 28, 2012 10:49:45 AM EEST

    *** System properties:
    OS=WindowsVista
    OS version=6.1.0
    OS arch=x86
    Profile arch=x86
    Window system=win32
    Java version=1.6.0_13
    Workspace=file:/C:/Users/soft29/Workspaces/MyEclipse_Blue_Edition_10.1/
    VM Args=-Xmx512m
    -XX:MaxPermSize=256m
    -XX:ReservedCodeCacheSize=64m
    -Dosgi.nls.warnings=ignore
    -Djava.class.path=C:\MYECLI~1\MYECLI~1\../Common/plugins/ORB7B5~1.JAR

    *** Subscription information
    Your 30-day trial period expires on Oct 17, 2012

    *** Eclipse details:
    MyEclipse Blue Edition

    Version: 10.6 Blue
    Build id: 10.6-Blue-20120727

    Blueprint: MyEclipse Blue Edition 10

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\MyEclipse Blue Edition\MyEclipse Blue Edition 10\myeclipse-blue.exe
    -name
    Myeclipse-blue
    –launcher.library
    C:\MyEclipse Blue Edition\MyEclipse Blue Edition 10\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_4.2.0.v201201111650\eclipse_4201.dll
    -startup
    C:\MyEclipse Blue Edition\MyEclipse Blue Edition 10\../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    -install
    C:\MyEclipse Blue Edition\MyEclipse Blue Edition 10
    -configuration
    C:\MyEclipse Blue Edition\MyEclipse Blue Edition 10\configuration
    -vm
    C:\MyEclipse Blue Edition\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll

    2-We’ve EAR project ( it’s include Advisor Web Project ,two ejb projects Chordiant_EJB and CRM_EJB another two Jar projects ,EJB version : 3.0 )

    Application Server : Was 6.1 ( with EJB 3.0 future pack )

    Under Ear Project ->META-INF->ibmconfig->cells->applicaions->defaultApp->deployment->defaultApp : deployment.xml , resources.xml,variables.xml

    Under Ear Project ->META-INF->application.xml

    And Two EJB project have ejb-jar.xml and ibm-ejb-jar-bnd.xml ( i changed the headers )

    ibm-ejb-jar-bnd.xml :
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <ejb-jar-bnd xmlns=”http://websphere.ibm.com/xml/ns/javaee&#8221; xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:schemaLocation=”http://websphere.ibm.com/xml/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-ejb-jar-bnd_1_0.xsd&#8221; version=”1.0″>
    <ejbJar href=”META-INF/ejb-jar.xml#ejb-jar_ID”/>
    <ejbBindings xmi:id=”EnterpriseBeanBinding_1126116777699″ jndiName=”com_chordiant_service_ejb_EJBGatewayServiceCMT”>
    <enterpriseBean xmi:type=”ejb:Session” href=”META-INF/ejb-jar.xml#EJBGatewayServiceCMT”/>
    <resRefBindings xmi:id=”ResourceRefBinding_1126117665344″ jndiName=”jms/USERPROFILE_TOPIC_CONNECTION_FACTORY”>
    <bindingResourceRef href=”META-INF/ejb-jar.xml#ResourceRef_1126117665344″/>
    </resRefBindings>
    .
    .
    .

    ejb-jar.xml mdb like :

    <ejb-jar id=”ejb-jar_ID” version=”2.1″ xmlns=”http://java.sun.com/xml/ns/j2ee&#8221; xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd”&gt;
    <display-name>ChordiantEJB</display-name>
    <enterprise-beans>
    <session id=”EJBGatewayServiceCMT”>
    <ejb-name>EJBGatewayServiceCMT</ejb-name>
    <home>com.chordiant.service.ejb.EJBGatewayServiceHome</home>
    <remote>com.chordiant.service.ejb.EJBGatewayService</remote>
    <ejbclass>com.chordiant.service.ejb.EJBGatewayServiceBean</ejbclass>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <resource-ref id=”ResourceRef_1126117665344″>
    <res-ref-name>chordiantXAtcf_userprofile</res-ref-name>
    <res-type>javax.jms.TopicConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <resource-ref id=”ResourceRef_1126117704687″>
    <res-ref-name>chordiantXAtcf_qrst</res-ref-name>
    <res-type>javax.jms.TopicConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    .
    .

    <message-driven id=”QueueAdminTopicMDB”>
    <ejb-name>QueueAdminTopicMDB</ejb-name>
    <ejb-class>com.chordiant.jms.QueueAdminTopicMDB</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-destination-type>javax.jms.Topic</message-destination-type>
    <activation-config>
    <activation-config-property>
    <activation-config-propertyname>
    acknowledgeMode
    </activation-config-property-name>
    <activation-config-property-value>
    Auto-acknowledge</activation-config-property-value>
    </activation-config-property>

    3-searched for topic and disable standart-ejb xdoclet from EJB projects (because EJB 3.0 tutorial does not mention Xdoclet).

    EAR configurate :

    i tried but my problem does not solved.
    thanks for advice.

    Attachments:
    You must be logged in to view attached files.
    #330659 Reply

    support-swapna
    Moderator

    paganninni,

    Thank you for the details.

    Can you please try if this workaround helps?

    1. Disable EJB Deploy during deployment from EAR project properties page.
    2. Run EJB Deploy in MyEclipse for EAR project manually, each time EJB2.x bean is modified.

    Let us know how it works for you.

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: Deployment error when deploying an enhanced RAD EAR project

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