EAR Publishing in Helios with OEPE

I'm running WLS 10.3 on Windows XP and publishing in split source mode with WebLogic Server Tools 1.6.1.201010012100. I have an EAR project which contains a prebuilt WAR file in its EarContent folder (not a project reference; just a standalone WAR file). When I publish the EAR project I'm getting ClassNotFoundExceptions for the servlet classes located in the WAR's WEB-INF/classes folder. This appears to be due to the fact that the publisher is copying a redundant instance of the WAR file into the .metadata\.plugins\org.eclipse.core.resources\.projects\MyEarProject\beadep\MyDomain\MyEarProject directory. If I delete the WAR file from the metadata folder then I'm able to start my server from the command line and the EAR deploys okay in split source mode.
Publishing for this scenario was working correctly for the same EAR project under Eclipse 3.5.2 with the old version of OEPE.
Any guidance would be greatly appreciated.
Thanks,
- Don

I was able to reproduce the problem and will look into it and get it fixed in coming release.
For a workaround, double click the WLS server and open the Server Editor,
switch publishing mode to exploded archive.
-Danny

Similar Messages

  • Error while deploying on WLS 9.2 with OEPE

    I'm getting the following exception while trying to publish a web project onto WebLogic 9.2:
    <Sep 14, 2009 12:45:30 PM EDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException: The system cannot find the path specified with : C:\IRIS\trunk\IrisStatic\build\weboutput
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:189)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:88)
         Truncated. see log file for complete stacktrace
    Could someone please tell me what that could mean?
    I'm in Eclipse 3.5 with OEPE 11.1.1.1.1 running Java 1.5
    Thank you in advance.
    Simeon

    OK, so I've done as you suggested:
    Created a dynamic web project (Test), and compared its .settings contents with the contents of my existing project (IrisApp).
    Based on the above, I've changed my projects .setting to the following:
    1. .classpath
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
         <classpathentry kind="src" path="src"/>
         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/BEA WebLogic Server v9.2 JRE">
              <attributes>
                   <attribute name="owner.project.facets" value="jst.java"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.system">
              <attributes>
                   <attribute name="owner.project.facets" value="jst.web"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
         <classpathentry kind="src" path=".apt_src">
              <attributes>
                   <attribute name="optional" value="true"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="output" path="build/classes"/>
         <classpathentry combineaccessrules="false" exported="true" kind="src" path="/IrisAppLib"/>
         <classpathentry combineaccessrules="false" kind="src" path="/GlobalMarketAnalytics"/>
         <classpathentry kind="lib" path="/MDW_Files/mdw_app_lib.jar"/>
         <classpathentry kind="lib" path="C:/bea/weblogic92/server/lib/weblogic.jar"/>
         <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_CORE"/>
         <classpathentry kind="lib" path="/Repo/lib/activation.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/antlr.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/avalon-framework-4.1.5.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/batik-svggen.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/batik.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/classes12.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-beanutils.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-collections.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-dbcp-1.2.2.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-digester.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-fileupload.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-io.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-lang-2.4.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-logging.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-net-1.2.2.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-pool-1.4.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/commons-validator.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/dom4j-1.6.1.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/ehcache-1.6.1.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/hsqldb.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/iText-2.1.3.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/jakarta-oro.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/jcommon-1.0.15.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/jconn2.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/jfreechart-1.0.12-experimental.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/jfreechart-1.0.12-swt.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/jfreechart-1.0.12.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/jms.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/jndi.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/json_simple.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/json-taglib-0.1.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/jstl-1.2.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/junit-4.4.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/log4j-1.2.8.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/ocrs12.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/ojdbc14_g.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/ojdbc14dms_g.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/ojdbc14dms.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/opencsv.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/ostermillerutils_1_05_00_for_java_1_4.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/pja.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/pjatools.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/poi-3.2.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/sftp.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/spring-modules-cache.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/spring-webmvc.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/spring.jar" sourcepath="I:/IRIS/Environment/Spring/spring-framework-2.5.6/src"/>
         <classpathentry kind="lib" path="/Repo/lib/sqljdbc.jar"/>
         <classpathentry kind="lib" path="/Repo/lib/webserviceclient+ssl.jar"/>
         <classpathentry kind="output" path="web/WEB-INF/classes"/>
    </classpath>
    2. .project
    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
         <name>IrisApp</name>
         <comment></comment>
         <projects>
         </projects>
         <buildSpec>
              <buildCommand>
                   <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>org.eclipse.jdt.core.javabuilder</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>org.eclipse.wst.common.project.facet.core.builder</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>org.eclipse.wst.validation.validationbuilder</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>oracle.eclipse.tools.weblogic.sharedLibraryFrameworkValidator</name>
                   <arguments>
                   </arguments>
              </buildCommand>
         </buildSpec>
         <natures>
              <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
              <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
              <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
              <nature>org.eclipse.jdt.core.javanature</nature>
              <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
         </natures>
    </projectDescription>
    == .settings directory contents
    3. .jsdtscope file
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
         <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
         <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
              <attributes>
                   <attribute name="hide" value="true"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
         <classpathentry kind="output" path=""/>
    </classpath>
    4. org.eclipse.jdt.core.prefs file
    #Mon Jul 27 11:46:03 EDT 2009
    eclipse.preferences.version=1
    org.eclipse.jdt.apt.aptEnabled=true
    org.eclipse.jdt.apt.genSrcDir=.apt_src
    5. org.eclipse.wst.common.component file
    <?xml version="1.0" encoding="UTF-8"?>
    <project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="IrisApp">
    <wb-resource deploy-path="/" source-path="/web"/>
    <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
    <wb-resource deploy-path="/WEB-INF/classes" source-path="/.apt_src"/>
    <property name="context-root" value="iris_app"/>
    <property name="java-output-path"/>
    </wb-module>
    </project-modules>
    6. org.eclipse.wst.common.project.facet.core.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <faceted-project>
    <runtime name="BEA WebLogic Server v9.2"/>
    <fixed facet="jst.web"/>
    <fixed facet="jst.java"/>
    <installed facet="jst.java" version="5.0"/>
    <installed facet="jst.web" version="2.4"/>
    <installed facet="wls.web" version="9.2"/>
    <installed facet="java.apt" version="5.0"/>
    </faceted-project>
    7. org.eclipse.wst.jsdt.ui.superType.container file
    org.eclipse.wst.jsdt.launching.baseBrowserLibrary
    8. org.eclipse.wst.jsdt.ui.superType.name file
    Window
    9. org.eclipse.wst.validation.prefs file
    #Mon Sep 14 16:31:58 EDT 2009
    DELEGATES_PREFERENCE=delegateValidatorList
    USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.web.validation.UIWarValidator;org.eclipse.wst.common.componentcore.internal.ModuleCoreValidator;org.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;org.eclipse.wst.wsi.ui.internal.WSIMessageValidator;
    USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.web.validation.UIWarValidator;org.eclipse.wst.common.componentcore.internal.ModuleCoreValidator;org.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;org.eclipse.wst.wsi.ui.internal.WSIMessageValidator;
    USER_PREFERENCE=overrideGlobalPreferencesfalse
    eclipse.preferences.version=1
    override=true
    suspend=false
    vals/org.eclipse.wst.wsdl.validation.wsdl/global=TF02158org.eclipse.wst.wsdl.validation.internal.eclipse.Validator
    vf.version=3
    10. org.springframework.ide.eclipse.core.prefs file
    #Fri Sep 04 16:24:13 EDT 2009
    eclipse.preferences.version=1
    org.springframework.ide.eclipse.core.builders.enable.aopreferencemodelbuilder=true
    org.springframework.ide.eclipse.core.builders.enable.beanmetadatabuilder=false
    org.springframework.ide.eclipse.core.enable.project.preferences=false
    org.springframework.ide.eclipse.core.validator.enable.org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.enable.org.springframework.ide.eclipse.core.springvalidator=false
    org.springframework.ide.eclipse.core.validator.enable.org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanAlias-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanClass-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanConstructorArgument-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanDefinition-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanDefinitionHolder-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanFactory-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanInitDestroyMethod-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanProperty-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanReference-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.methodOverride-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.parsingProblems-org.springframework.ide.eclipse.beans.core.beansvalidator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.requiredProperty-org.springframework.ide.eclipse.beans.core.beansvalidator=false
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.core.springClasspath-org.springframework.ide.eclipse.core.springvalidator=false
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.action-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.actionstate-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.attribute-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.attributemapper-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.beanaction-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.evaluationaction-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.evaluationresult-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.exceptionhandler-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.import-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.inputattribute-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.mapping-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.outputattribute-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.set-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.state-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.subflowstate-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.transition-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.variable-org.springframework.ide.eclipse.webflow.core.validator=true
    org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.webflowstate-org.springframework.ide.eclipse.webflow.core.validator=true
    Eclipse also seems to create the following directory which is mentioned in one of the above configs, so I've manually added this directory to the root of IrisApp project: /.apt_src. It's empty.
    I noticed that Eclipse created several directories once the project in cleaned (I guess, as those directories were not in svn when I get my copy): WebContent with some -INF subdirectories and metafiles in them. So I just removed this structure.
    As for WebLogic.jar in my classpath you mentioned, I need that for the project to compile, there are some HttpServletRequest's etc.
    I've also added WLS 9.2 'Targeted Runtime' to IrisApp which seemed to have created an additional directory in the workspace with the following structure and contents:
    1. .project file
    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
         <name>Servers</name>
         <comment></comment>
         <projects>
         </projects>
         <buildSpec>
         </buildSpec>
         <natures>
         </natures>
    </projectDescription>
    2. BEA WebLogic Server v9.2 at localhost.server file
    <?xml version="1.0" encoding="UTF-8"?>
    <server IGNORE_COMPILER_ERRORS="false" auto-publish-setting="2" auto-publish-time="15" hostname="localhost" id="BEA WebLogic Server v9.2 at localhost" name="BEA WebLogic Server v9.2 at localhost" runtime-id="BEA WebLogic Server v9.2" server-type="com.bea.wlw.server92" server-type-id="com.bea.wlw.server92" start-timeout="3480" stop-timeout="240" timestamp="22" weblogic_domain_path="C:\CDE\user_projects\domains\MyDomain" weblogic_host_name="localhost" weblogic_is_remote="false" weblogic_port="7001" weblogic_use_bootprop="true" weblogic_use_config_xml="true">
    <list key="modules" value0="IrisApp::org.eclipse.jst.j2ee.server:IrisApp::jst.web::2.4"/>
    </server>
    3. .settings directory
    with the following file in it:
    3a. org.eclipse.wst.server.core.prefs file:
    #Mon Sep 14 12:45:04 EDT 2009
    org.eclipse.wst.server.core.isServerProject=true
    eclipse.preferences.version=1
    So, with the above setup, I'm now trying to deploy it to WLS and getting the following exception:
    <Sep 14, 2009 4:52:00 PM EDT> <Error> <HTTP> <BEA-101163> <Could not load user defined listener: com.citi.gdos.smart.app.listener.SmartContextLoaderListener
    java.lang.NoClassDefFoundError: org/springframework/web/context/ContextLoaderListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:355)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:294)
         Truncated. see log file for complete stacktrace
    >
    <Sep 14, 2009 4:52:00 PM EDT> <Error> <Deployer> <BEA-149265> <Failure occured in the execution of deployment request with ID '1252961520449' for task '6'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:292)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         Truncated. see log file for complete stacktrace
    java.lang.NoClassDefFoundError: org/springframework/web/context/ContextLoaderListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:355)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:294)
         Truncated. see log file for complete stacktrace
    >
    <Sep 14, 2009 4:52:01 PM EDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating distribute task for application '_auto_generated_ear_'.>
    <Sep 14, 2009 4:52:01 PM EDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:292)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         Truncated. see log file for complete stacktrace
    java.lang.NoClassDefFoundError: org/springframework/web/context/ContextLoaderListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:355)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:294)
         Truncated. see log file for complete stacktrace
    >
    <Sep 14, 2009 5:07:16 PM EDT> <Error> <HTTP> <BEA-101163> <Could not load user defined listener: com.citi.gdos.smart.app.listener.SmartContextLoaderListener
    java.lang.NoClassDefFoundError: org/springframework/web/context/ContextLoaderListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:355)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:294)
         Truncated. see log file for complete stacktrace
    >
    <Sep 14, 2009 5:07:16 PM EDT> <Error> <Deployer> <BEA-149265> <Failure occured in the execution of deployment request with ID '1252962436383' for task '7'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:292)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         Truncated. see log file for complete stacktrace
    java.lang.NoClassDefFoundError: org/springframework/web/context/ContextLoaderListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:355)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:294)
         Truncated. see log file for complete stacktrace
    >
    <Sep 14, 2009 5:07:17 PM EDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating distribute task for application '_auto_generated_ear_'.>
    <Sep 14, 2009 5:07:17 PM EDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:292)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         Truncated. see log file for complete stacktrace
    java.lang.NoClassDefFoundError: org/springframework/web/context/ContextLoaderListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:355)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:294)
         Truncated. see log file for complete stacktrace
    I can see spring.jar on my classpath so I'm not sure what it's complaining about.
    The team hear is using MyEclipse with all the configurations cheched into Subversion but there's no more licenses so I need to configure Eclipse to achieve the same task. It would help if you could point me to some documentation as to what's happenning internally as I'm sure I'll get lots of questions from other developers later once it's all configured. Please let me know if I need to share any additional info for you to be able to help.
    Could you please point me in the right direction?
    Thank you very much!
    Simeon

  • ¿How can I publish a Camera with a different UserID?

    First of all, Happy New Year 2011!
    I've tried WebcamPublisher webCamPub.publish("userPublisher") method to publish a WebCam to a room with a different user that the "myUserId" logged at the session, but the subscribers attached to the room they never receive the video. If I check the Room console I can see the new  user has been created and the camera stream assigned. If i use the normal Publisher-Subscriber example with webCamPub.publish() everything works correctly. One difference, on the normal example when I publish the Publisher, the Flash Player Configuration will ask me permision to access the Camera, but on my new code i will never be asked for this access. It looks like if a Camera start is needed to be executed. ¿What am i missing?
    Here is my specific code
               private function onCreationComplete():void
                        cSession.roomManager.autoPromote = true ;
                        cSession.roomManager.guestsHaveToKnock = false ;
                        userPub1= new UserDescriptor();
                        userPub1.userID="userPublisher";
                        userPub1.displayName="userPublisher";
                        userPub1.role=100;  //Tried also with 50 obtaining the same behaviour
                        cSession.userManager.createUser(userPub1);
                        sharedProperty = new SharedProperty();
                        sharedProperty.isSessionDependent = true ;
                        sharedProperty.sharedID = "webcamShare" ;
                        sharedProperty.connectSession = cSession ;
                        sharedProperty.subscribe();
                        sharedProperty.addEventListener(SharedPropertyEvent.CHANGE,onChange);
    I've tried to create the Publisher  on two different methods.
                private function onChange(p_evt:SharedPropertyEvent):void
                        if ( webCamPub != null ) {
                            webCamPub.close();
                            webCamPub. = null ;
                        webCamPub = new WebcamPublisher();
                        webCamPub.connectSession=cSession;
                        webCamPub.sharedID="webcamShare";
                        webCamPub.publish("userPublisher");
                private function onBtnClick(p_evt:MouseEvent):void
                        if ( p_evt.currentTarget.label == "Start" ) {
                            webCamPub.connectSession=cSession;
                            webCamPub.sharedID="webcamShare";
                            webCamPub.publish("userPublisher");
                            webCamPub.initialize();
    Here also is a part of the code of the Webcam example that is working ok.
    if ( p_evt.currentTarget.label == "Start" ) {
                            webCamPub.connectSession=cSession;
                            webCamPub.sharedID="webcamShare";
                            webCamPub.publish();
    <rtc:ConnectSessionContainer id="cSession" authenticator="{auth}" width="100%"
             height="100%" roomURL="https://collaboration.adobelivecycle.com/xxxx/yyyyy">
             <mx:Panel title="Webcam Example" width="100%" height="100%"
                        paddingTop="10" paddingLeft="10" paddingRight="10" paddingBottom="10" creationComplete="onCreationComplete()">
                  <rtc:WebcamPublisher id="webCamPub" width="10" height="5" resolutionFactor="5"/>
                <mx:VBox width="100%" height="100%" id="clickedContainer"/>
                    <mx:HBox horizontalGap="10" verticalGap="15" paddingLeft="10" paddingTop="10" paddingBottom="10" paddingRight="10" width="100%" height="25%">
                    <mx:Repeater id="rp" dataProvider="{cSession.userManager.userCollection}" width="100%" height="100%" >
                    <mx:VBox id="vbox1" width="100%" height="15%" horizontalAlign="center" horizontalGap="5">
                                <rtc:WebcamSubscriber id="ws1" webcamPublisher="{webCamPub}" width="100%" height="100%" publisherIDs="{[(rp.currentItem as UserDescriptor).userID]}" click="onClick(event)" userBooted="onBooted(event)" streamChange="onCameraPause(event)"/>
                            <mx:Button id="b1" label="Start"  click="onBtnClick(event)"  visible="{(rp.currentItem as UserDescriptor).userID==cSession.userManager.myUserID}" />
                           </mx:VBox>
                    </mx:Repeater>   
                </mx:HBox>
        </mx:Panel>
    </rtc:ConnectSessionContainer>
    I can attach my complete code if you think is usefull. Thanks in advance.

    Hello - taking a look at your account, it's listed as free due to your crative cloud connection. Where are you seeing that you need to upgrade for publishing? Looks good on my end and your site is live!

  • How do I get iPhoto to publish an album with both pics and movies in it?

    The built-in link to iWeb seems to assume either:
    (a) I have lots of pictures, but no movies, or
    (b) I have ONE movie, and no pictures.
    This is kinda frustrating.
    I expected there to be some easy, clever, way to one-click publish an album with a mix of pics and movies.
    Is there a check-box someplace I don't know about? Or a HowTo?
    Thanks in advance!
    MacBook Pro Intel core 2 Duo, 2.33 Ghz, 2M RAM 200G HD   Mac OS X (10.4.8)   Parallels with XP Pro (ugh)

    Hi bdm105!
    Most likely, this is happening because the Album Artist field is different for each song from Random Access Memories. We have an article about song grouping in iTunes, and it can be found here:
    Why aren't songs with the same album art grouped together?
    http://support.apple.com/kb/ts1468
    There are a couple ways to fix the information listed for Random Access Memories outlined in that article, but I want to point out one here:
    Albums in which all songs don't have the same Album Artist information
    iTunes 7 and later includes a new attribute for song files called Album Artist This allows you to assign a primary artist name for an album that many includes songs by several artists. It is important that all songs in the album have the same Album Artist name. To assign an Album Artist, select all the songs in the album and choose Get Infofrom the File menu. Next, type a name in the Album Artist field name such that it will apply to all the selected songs. This field can optionally be left blank if all the songs have the same album name.
    The Album Artist field is shown in the above picture, but it is not highlighted. You will also want to make sure the Track Number field contains the correct information for the album, and information on that field can be found here:
    Fixing Incorrect Song or Album Listings in iTunes
    http://support.apple.com/kb/ta24677
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • Is BI Publisher 11g compatible with CC&B 2.3.1

    Dear All,
    Is BI Publisher 11g compatible with CC&B 2.3.1.
    In the Oracle support and forums, its mentioned that the BI Publisher 10g can be integrated with CC&B 2.3.1 and the sample reports provided with the application can be used for online bill display etc. Can BIP 11g version be used for the same. Please advice.
    Thanks in advance for your help.
    Thanks,

    may be this can help
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=SAMPLE%20CODE&id=1429646.1

  • Trying to publish a slideshow with music on iCloud cannot find publish?

    Trying to publish a slideshow with music on iCloud cannot find publish?

    You must do this using the iPhoto app: http://support.apple.com/kb/PH14502

  • Help:How to publish a Flash with full screen HTML

    Please, guys, be kind enough to teach me how to publish a
    Flash with full screen size in HTML. I have tried to search the
    board, but so far no luck.
    Originally, I want my .SWF to keep changing its background.
    The solution I got was placing colored stage-sized rectangles on
    the bottom layer. Then I don't want the viewers to see the HTML
    area where I cannot seem to control smooth color changes.
    So, after I construct a Flash file with backdrop-color
    changing by the method I mentioned above, how do I publish it with
    full screen mode in HTML, as you can see
    here? Help!
    Thanks in advance, guys.

    Here's an AS2 and a AS3 version I got from David Stiller
    2 small details you have to add 1 in publish settings set Dimensions to percent 100 100
    and in the html set <style>body {margin: 0; padding: 0}</style>
    // AS2
    import flash.display.BitmapData;
    Stage.align = "TL";
    Stage.scaleMode = "noScale";
    var tile:BitmapData = BitmapData.loadBitmap("tile");
    function fillBG():Void {
      beginBitmapFill(tile);
      moveTo(0, 0);
      lineTo(Stage.width, 0);
      lineTo(Stage.width, Stage.height);
      lineTo(0, Stage.height);
      lineTo(0, 0);
      endFill();
    fillBG();
    var listener:Object = new Object();
    listener.onResize = fillBG;
    Stage.addListener(listener);
    // AS3
    stage.align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    var bmp:Tile = new Tile(50, 50);
    var tile:BitmapData = new BitmapData(50, 50);
    tile.draw(bmp);
    function fillBG(evt:Event = null):void {
      graphics.beginBitmapFill(tile);
      graphics.moveTo(0, 0);
      graphics.lineTo(stage.stageWidth, 0);
      graphics.lineTo(stage.stageWidth, stage.stageHeight);
      graphics.lineTo(0, stage.stageHeight);
      graphics.lineTo(0, 0);
      graphics.endFill();
    fillBG();
    stage.addEventListener(Event.RESIZE, fillBG);
    David Stiller
    Co-author, ActionScript 3.0 Quick Reference Guide
    http://tinyurl.com/dpsAS3QuickReferenceGuide
    "Luck is the residue of good design."

  • HT5213 I am about to publish my iBook with photographs. It is interactive in that small images will go full screen when touched. Is there a size limit on my book? If so how many megs?

    I am about to publish my iBook with many photographs. It is interactive in that small images will go full screen when touched. Is there a size limit on my book? If so how many megs?

    2Gb is the max

  • Problem publishing Photo page with iWeb 08

    Hello,
    I have a problem when publishing photo pages with iWeb 08. Upload starts and then I get the error message that iWeb encountered a problem while publishing. The funny thing is that I can see
    the photo page in Safari. The only problem is that when starting the slide show I can not see the
    forward/backward buttons. Publishing a photo page with iWeb from a .me web photo gallery works without any error message, but still when starting the slideshow the navigation buttons are not displayed. Actually if you click on the place where the navigation buttons are supposed to be,
    you can go picture forward/backward. Any idea ?

    I am having the same issue, except I do not get any error messages when publishing to a folder. Clicking on the "index" file within the folder will open the photo page in both Safari and Firefox. Everything functions as designed except no forward/backward/pause buttons are visible below the slideshow. There are text box outlines with a question mark where these buttons are supposed to be located, and I can pause, advance or reverse slides. Eventually these question mark outlines disappear and stay disappeared.
    The end result is there are no intuitive graphic indicators on the slide show to even suggest to the viewer that he/she has some control over the presentation. I don't believe I can add explanatory text boxes to the slide show to compensate for the missing icons. This lack of visible control elements in the slide show is a huge issue. I am reasonable sure the problem does not reside within my computer. I've also reviewed inspector control options for a photo page/slide show and haven't gotten any combination of check boxes to make a difference.
    I'm beginning to think this may be an unexpected conflict that was contained within a recent software update. It might well be worth a close look at programming code by Apple technicians. In the meantime, can anyone offer a clue as to what might be going on?

  • I have created a Muse site for a client that wishes to host with Business Catalyst. How do I publish the site with their account rather than using one of my free sites?

    I have created a Muse site for a client that wishes to host with Business Catalyst. How do I publish the site with their account rather than using one of my free sites? This is so I can keep my free ones for personal projects but also so they can pay for their own hosting. I am happy to set it all up for them but not sure what to do.

    Hi
    You can use their BC login details and use them , which on publish the site will be under their account.
    Please change the BC login from Edit > Preferences > Publish > Switch Accounts , for Mac it would Adobe Muse > Preferences
    Thanks,
    Sanjit

  • Publish to .mac with an existing domain name

    I was wondering if anyone has published to .mac with and existing domain and kept it. I have had my business under this domain name for 15 years and do not want to change it at this time.
    Thanks
    mekod

    I believe the issue is solved as the domain now points correctly to BC servers , it was probably a propagation delay.
    Thanks,
    Sanjit

  • Am I allowed to publish an application with a Windows Media Player control in it?

    Just like the title says, am I allowed to publish an application with a AxWindowsMediaPlayer control in it?
    I don't want to get sued just because of this.
    Thanks!

    The AxWindowsMediaPlayer is an interop to the Mediaplayer on the computer, it is not a control itself.
    http://msdn.microsoft.com/en-us/library/windows/desktop/dd564680(v=vs.85).aspx
    Be aware that it is an old way, currently there is also a .Net class.
    http://msdn.microsoft.com/en-us/library/system.windows.media.mediaplayer(v=vs.110).aspx
    You are not allowed to publish the Microsoft media player itself. (But why would you do that)
    But why would you be allowed to use a windows form textbox in a program (which is a true windows component) and not a Media player interop if that is given to you as part of the framework or an SDK by Microsoft. 
    Success
    Cor

  • Using OSB 11g with OEPE

    Hi,
    I have downloaded oepe-galileo-all-in-one-11.1.1.5.0.201003170852-win32 stand-alone from http://www.oracle.com/technology/software/products/oepe/oepe_11115.html?rssid=rss_otn_soft. I am planning to install Oracle Service Bus 11.1.1.3.0 on a remote server and use the OEPE IDE in my local system to develop the proxy and business services to deploy on the remote OSB server. My first question is are there any plugins that need to be installed in OEPE 11.1.1.5.0 to use it as the IDE for OSB ? And how do I connect from the IDE to the remote OSB server?
    Or is it a better option to get the OEPE by installing the OSB 11g server and then abandon the installed server and use the OEPE IDE to connect to a remotely installed OSB server? By doing this, will I get all the plugins that I need for the OSB development pre-configured in the OEPE IDE?
    Thanks,
    sathish

    My first question is are there any plugins that need to be installed in OEPE 11.1.1.5.0 to use it as the IDE for OSB ?Yes. While installing the OSB, go to custom options and you should have a choice to install OSB plugins in any pre-existing OEPE. Personally I have not tried this method.
    Or is it a better option to get the OEPE by installing the OSB 11g server and then abandon the installed server and use the OEPE IDE to connect to a remotely installed OSB server?I'm not sure what you meant by "OSB 11g server" but you should use      
    Oracle WebLogic Server 11gR1 (10.3.3) + Coherence + OEPE - Package Installer to get the weblogic bundled with OEPE, then install      Service Bus (11.1.1.3.0)
    on this install. OSB plugins required for OEPE will be installed. Now you can use this OEPE to connect to remote OSB server. This is what I personally prefer.
    By doing this, will I get all the plugins that I need for the OSB development pre-configured in the OEPE IDE?Yes.
    Manoj

  • Using OSB 11g with OEPE 11.1.1.5.0

    Hi,
    I have downloaded oepe-galileo-all-in-one-11.1.1.5.0.201003170852-win32 stand-alone from http://www.oracle.com/technology/software/products/oepe/oepe_11115.html?rssid=rss_otn_soft. I am planning to install Oracle Service Bus 11.1.1.3.0 on a remote server and use the OEPE IDE in my local system to develop the proxy and business services to deploy on the remote OSB server. My first question is are there any plugins that need to be installed in OEPE 11.1.1.5.0 to use it as the IDE for OSB ? And how do I connect from the IDE to the remote OSB server?
    Thanks,
    sathish

    My first question is are there any plugins that need to be installed in OEPE 11.1.1.5.0 to use it as the IDE for OSB ?Yes. While installing the OSB, go to custom options and you should have a choice to install OSB plugins in any pre-existing OEPE. Personally I have not tried this method.
    Or is it a better option to get the OEPE by installing the OSB 11g server and then abandon the installed server and use the OEPE IDE to connect to a remotely installed OSB server?I'm not sure what you meant by "OSB 11g server" but you should use      
    Oracle WebLogic Server 11gR1 (10.3.3) + Coherence + OEPE - Package Installer to get the weblogic bundled with OEPE, then install      Service Bus (11.1.1.3.0)
    on this install. OSB plugins required for OEPE will be installed. Now you can use this OEPE to connect to remote OSB server. This is what I personally prefer.
    By doing this, will I get all the plugins that I need for the OSB development pre-configured in the OEPE IDE?Yes.
    Manoj

  • Publish a Report with a title by OracleAs Reports Services

    Hi folks,
    I use the OracleAs Reports Services to publish my reports (10g version),
    the problem is that the title output is always like this: http://mywebserver/myservletpath/rwservlet/getjobid[id]?server=repsrvr.
    Is there a way to publish this report with a title on the web browser like 'MyReport'.
    Thanks.

    Hello,
    If you have access to Metalink, you can use the RDF provided in the note :
    Note.382952.1 RDF to Debug REP-1401 when using Oraclebarcode.jar
    else, have you set the env. var. DISLAY ?
    It is no more mandatory to set it for Reports but it must be set if you want to use
    oraclebarcode.jar :
    Set REPORTS_DEFAULT_DISPLAY to NO and initialize DISPLAY with the address of a valid "X Display Server"
    Regards

Maybe you are looking for

  • Uploading data into a fixed length file

    hello experts, I got  a task to upload data into a fixed length positional file from internal table.So  please help me. regards, sriram.

  • Logging Activity

    At the moment using Apex 3.2, but looking to upgrade to 4.1 My company have asked me to look into logging activity from Apex. I can get a lot of useful information from the APEX_WORKSPACE_ACTIVITY_LOG view, ie pages viewed and times. I also need to l

  • All projects seem to have duplicated themselves...how do i clean up?

    Came to the computer this morning and a junk project had been created. Is that project is every image in my aperture library. Before trying to deleted I tested it by deleting one recent image. I could see that remove the image from the junk project a

  • Deleted query..

    Hi... I delete a multiprovider by error with all the queries... recover the queries is it posible? the multiprovider is not a problem. Thanks In Advance Juan

  • Mapping - Remove Node

    Hi, I need to implement the following scenario: I have one source message type with this structure: <Products>    <Product>       <product_code>Code01</product_code>       <product_description></product_description>    </Product>    <Product>       <