WebCenter + Ant

Hello

My project is about WebCenter Application Portal Framework 11.1.1.8 and I am trying to create a compilation using ANT script to build the EAR file. Based on newspapers, it seems that the MAR file is not generated and cause failure.

Can someone tell if it is possible to generate the file MAR via ANT?

It's my build.xml (default unchanged)

<? XML version = "1.0" encoding = "US-ASCII"? >

"< name of project = 'Portal' default ="all"basedir =". ">

<! - properties for use by the generation initialize - >

< environment property = "env" / >

< = "build.properties" file / property >

< tstamp / >

<! - set the ojdeploy ant task - >

< taskdef = "ojdeploy" name

ClassName = "Oracle.JDeveloper.deploy.ant.OJDeployAntTask"

URI = "oraclelib:OJDeployAntTask".

classpath="${Oracle.JDeveloper.Ant.library}"/ >

< target name = "all" depends = "deploy" / >

< name target 'clean' = >

< remove includeemptydirs = "true" >

< dir = "${fileset oracle.jdeveloper.workspace.dir} ' includes =" * / deploy / * / * "/ >"

< dir = "${fileset oracle.jdeveloper.workspace.dir} ' includes =" * / class / * / * "/ >"

< / delete >

< / target >

< target name = "deploy" >

< xmlns:ora ora: ojdeploy = "oraclelib:OJDeployAntTask".

Executable = "${Oracle.JDeveloper.ojdeploy.Path}" "

Ora:buildscript="${Oracle.JDeveloper.deploy.dir}/ojdeploy-build.xml".

Ora:statuslog="${Oracle.JDeveloper.deploy.dir}/ojdeploy-statuslog. XML">

< ora: deployment >

< name of ora: parameter = 'space '.

value="${Oracle.JDeveloper.workspace.path}"/ >

< name of ora: parameter = "profile".

value="${Oracle.JDeveloper.deploy.profile.name}"/ >

< / ora: deployment >

< / ora: ojdeploy >

< / target >

< / project >

It's the build log

[ora: ojdeploy] - file build -

[ora: ojdeploy] <? XML version = "1.0" standalone = 'Yes'? ". >

[ora: ojdeploy] < ojdeploy-construction >

[ora: ojdeploy] < deployment >

[ora: ojdeploy] < name of the parameter = "workspace" value="D:\mypath/myproject.jws"/ >

[ora: ojdeploy] < name of the parameter = value "profile" = "*" / >

[ora: ojdeploy] < / deploy >

[ora: ojdeploy] < default >

[ora: ojdeploy] < = value="/D:/Jenkins/workspace/myjob/deploy/ojdeploy-build.xml"/ 'buildfile' parameter name >

[ora: ojdeploy] < name of the parameter = value="D:\mypath/deploy/ojdeploy-statuslog.xml"/ "statuslogfile" >

[ora: ojdeploy] < / default >

[ora: ojdeploy] < / ojdeploy-construction >

[ora: ojdeploy].

[ora: ojdeploy] October 13, 2015 18:21:38 oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger willPrepare

[ora: ojdeploy] INFO:-deployment began.  ----

[ora: ojdeploy]

[ora: ojdeploy] October 13, 2015 18:21:38 oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger printTargetPlatform

[ora: ojdeploy] INFO: The target platform is (Weblogic 10.3).

[ora: ojdeploy]

[ora: ojdeploy] October 13, 2015 18:21:38 oracle.jdevimpl.deploy.common.ProfileDependencyAnalyzer deployImpl

[ora: ojdeploy] INFO: During the analysis of dependence...

[ora: ojdeploy]

[ora: ojdeploy] October 13, 2015 18:21:39 oracle.jdevimpl.deploy.common.ModulePackagerImpl deployProfiles

[ora: ojdeploy] NEWS: Deployment 2 profiles...

[ora: ojdeploy]

[ora: ojdeploy] October 13, 2015 18:21:39 oracle.mds

[ora: ojdeploy] NOTIFICATION: PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

[ora: ojdeploy] October 13, 2015 18:21:39 oracle.mds

[ora: ojdeploy] NOTIFICATION: PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

[ora: ojdeploy] October 13, 2015 18:21:40 oracle.mds

[ora: ojdeploy] NOTICE: export started operation.

[ora: ojdeploy] October 13, 2015 18:21:40 oracle.mds

[ora: ojdeploy] NOTICE: the export is completed. Total number of documents successfully processed: 0, total number of documents failed: 0.

[ora: ojdeploy] October 13, 2015 18:21:40 oracle.mds

[ora: ojdeploy] NOTIFICATION: PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

[ora: ojdeploy] October 13, 2015 18:21:40 oracle.adf.share.ADFContext getCurrent

[ora: ojdeploy] WARNING: Initialization automatically a DefaultContext of getCurrent.

[ora: ojdeploy] The caller must ensure that a DefaultContext is suitable for this purpose.

[ora: ojdeploy] Memory leaks or unexpected behavior may occur if the automatic initialization completed successfully.

[ora: ojdeploy] This message can be avoided by doing initADFContext before using getCurrent().

[ora: ojdeploy] For more information please activate logging for oracle.adf.share.ADFContext at the level of the BEST.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace ' / oracle/adf/share/prefs is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/cycle of life/importexport" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/lock" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/rc ' is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace ' / persdef' maps to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace ' / shared/oracle/wcps ' is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace ' / ' xliffBundles is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/research/scopedMD" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/framework/scope/scopedMD" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/page/scopedMD" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace ' / ' pageDefs is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/adf/portlet" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/adf/portletappscope" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/doclib/scopedMD" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/portalapp ' is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle, webcenter, siteresources, scopedMD ' is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/security/scopedMD" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/siteresources/shared" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener generateConfigForMAR

[ora: ojdeploy] INFO: Info: Namespace "/ oracle/webcenter/quicklinks/scopedMD" is mapped to deploy metadata-store-use 'WebCenterFileMetadataStore' target in the ADF - config.xml but no namespace metadata is included in the Mar.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.mds.internal.dt.packaging.EarPackagingListener removeMAREntryIfEmpty

[ora: ojdeploy] WARNING: Info: Auto generated MAR archive was empty, not added to the EAR.

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ DeployConsoleLogger finished

[ora: ojdeploy] WARNING: # incomplete deployment.  ####

[ora: ojdeploy]

[ora: ojdeploy] October 13, 2015 18:21:42 oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl printUnwrappedExceptionMessage

[ora: ojdeploy] SEVERE: == ERROR: no module j2ee detected in the Archives of the EAR. Abandoned deployment. is (oracle.jdeveloper.deploy.VetoableDeployException)

[ora: ojdeploy] oracle.jdeveloper.deploy.VetoableDeployException: == ERROR: no module j2ee detected in the Archives of the EAR. Abandoned deployment. ==

[ora: ojdeploy] to oracle.jdevimpl.deploy.ear.EarDeployerListener.willDeploy(EarDeployerListener.java:113)

[ora: ojdeploy] to oracle.jdevimpl.deploy.fwk.ListenerSupport.fireWillDeploy(ListenerSupport.java:198)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:88)

[ora: ojdeploy] to oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

[ora: ojdeploy] to oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:457)

[ora: ojdeploy] to oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:217)

[ora: ojdeploy] to oracle.jdevimpl.deploy.common.ModulePackagerImpl.deployProfiles(ModulePackagerImpl.java:86)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.ModulePackager.deployProfiles(ModulePackager.java:63)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.ModulePackager.deployImpl(ModulePackager.java:52)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

[ora: ojdeploy] to oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

[ora: ojdeploy] to oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

[ora: ojdeploy] to oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)

[ora: ojdeploy] to oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)

[ora: ojdeploy] to oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:457)

[ora: ojdeploy] to oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$ 1.run(DeploymentManagerImpl.java:315)

[ora: ojdeploy] Summary written to /D:/Jenkins/workspace/myjob/deploy/ojdeploy-statuslog.xml

[ora: ojdeploy] Result: 4

all the:

Hello

Current methods of generation of the MAR file require the use of the ojdeploy for JDeveloper utility.

Is there an existing enhancement request to add the possibility of creating MAR files outside the JDeveloper application development environment.
Bug 9523933  NEED TO CREATE A FILE OF MAR FOR APPLICATION DATA OUTSIDE OF JDEVELOPER

The method at the moment is to use the ojdeploy utility to create an EAR file for your application.

Thank you
Amey

Tags: Fusion Middleware

Similar Questions

  • Run the Ant script using Java in webcenter Portal

    Hi all

    I have requirement where I have to run an ant script using java or by any means to the webcenter portal.

    Ant script must be run on a triggering action.

    Please help me in this direction.

    Thank you and best regards,

    Shakir

    Hey all,.

    Here is the solution, I had finally

    BuildFile file = new File ("myBuild.xml");

    Project p = new Project();

    p.setUserProperty ("ant.file", buildFile.getAbsolutePath ());

    ConsoleLogger DefaultLogger = new DefaultLogger();

    consoleLogger.setErrorPrintStream (System.err);

    consoleLogger.setOutputPrintStream (System.out);

    consoleLogger.setMessageOutputLevel (Project.MSG_INFO);

    p.addBuildListener (consoleLogger);

    p.init ();

    ProjectHelper helper = ProjectHelper.getProjectHelper ();

    p.addReference ("ant.projectHelper", assistance);

    Helper.Parse (p, buildFile);

    p.executeTarget (p.getDefaultTarget ());

    Kind regards

    Shakir

  • Template Import/Export using webcenter Portal Builder

    Hello world

    I use Jdeveloper version 11.1.1.7 with extension 11.1.1.8 Jdeveloper and Wenter Portal version 1.7

    I created a page template in the portal Builder. I am trying to download this workflow in my Jdeveoper using Webcenter Design spaces. I don't know what are the changes to the properties template.PNG file

    Can someone explain to me what are all properties should be changed or amended/updated in the config.properties for import/export model of custom page of Portal Builder for Jdeveloper

    Thank you

    Ravi

    This link can help u

    Implementation of Oracle JDeveloper for WebCenter Portal Asset Development

    I'm also paste file config.prop mine for your reference.

    ----------------------------------------------------------------------------------------------------

    Properties of #My

    #CUSTOMER - all properties must be provided the eigenvalues

    #Fri Jul 30 00:00:00 PDT 2010

    # User inputs.

    # Enter the base directory where JDeveloper is installed.

    # For example:

    # On Windows, if JDeveloper is installed in the directory

    # C:\MYJDEV, enter the path as: C:\\MYJDEV

    # On Linux, if JDeveloper is installed in the directory/scratch/MYJDEV,.

    # Enter the path as: / scratch/mywork/MYJDEV

    # Note that the JDeveloper directory contains other folders such as jdeveloper.

    # wlserver_10.3, modules, and so on.

    JDeveloper.Install.Home.Directory=C:\\Oracle\\Middleware\\

    # Enter the executable wlst

    # For example:

    # On Windows, wlst.cmd

    # On Linux, wlst.sh

    #wlst.executable = wlst.cmd

    WLST. Executable = wlst.cmd

    # Enter the absolute path of the DesignWebCenterSpaces project.

    # For example:

    # On Windows, enter the path as:

    # extending.spaces.home.dir=C:\\JDeveloper\\mywork\\DesignWebCenterSpaces

    # On Linux, enter the path as:

    # extending.spaces.home.dir=/scratch/mywork/DesignWebCenterSpaces

    Extending.spaces.Home.dir=C:\\Users\\vinayk\\mywork\\DesignWebCenterSpaces

    # Enter the path for the executable ojdeploy

    # For example:

    # On Windows, enter the path as:

    # oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

    # On Linux, enter the path as:

    # oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy

    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

    Oracle.JDeveloper.ojdeploy.Path=${JDeveloper.Install.Home.Directory}/JDeveloper/jdev/bin/ojdeploy

    # Enter the port number on which runs the Console of Administration of WLS.

    # The URL for the Administration Console contains the port number.

    # For example: http://myhost.com:7001 / console

    WLS.port = 7001

    # Enter the host computer on which the application of spaces is running and where

    # the custom shared library must be deployed.

    WLS. Host = WebCenter.Oracle.local

    # Enter the number of host and port on which runs the application of spaces

    # For example, if the application spaces runs to the: http://myhost.com:8888 / webcenter

    # wc.host = myhost.com, wc.port = 8888 and wc.protocol = http

    WC.port = 8888

    WC. Host = WebCenter.Oracle.local

    # Specify if spaces URL protocol is http or https.

    WC. Protocol = http

    # For reasons of security, information name and password for the administrator user

    # are stored in secure files.

    # Get the location of these files secure with your systems administrator

    # or run commands WLST to generate these files as follows:

    ##   1. Navigate to: WC_ORACLE_HOME/common/bin

    ##   2. Enter the command: wlst.sh

    ##   3. The WLST command prompt, connect to the Administration Server

    # for Oracle WebCenter:

    ##        connect('','', ':')

    # Where admin_user is the user name of the administrator, admin_pwd is

    # the administrator password, the host is the WebCenter instance and port is

    # the port of the Administration Server.

    ##  4. Run the following command to create a user configuration file and the key file

    # to a specified location:

    # storeUserConfig('', ')

    # Where userConfigFile is the name and location of the file that stores the information of the user

    # and userKeyFile is the name and location of the file store passwords.

    # For example:

    # storeUserConfig ("C: / myFiles/myuserconfigfile.secure ', 'C:/myFiles/myuserkeyfile.secure'")

    # For example:

    # On Windows, enter the path as:

    # wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure

    # wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure

    # On Linux, enter the path as:

    # wls.userkey=/scratch/myfiles/ps1userkeyfile.secure

    # wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure

    # Use the wls.userconfig property to set the path of the userConfigFile and

    # the wls.userkey property to set the path for the userKeyFile.

    WLS. Take is C:\\myFiles\\myuserkeyfile. Secure

    WLS. UserConfig is C:\\myFiles\\myuserconfigfile. Secure

    # Enter the target on which the shared library must be deployed.

    WLS. Target = WC_Spaces, adminserver

    # Enter the target on which the webcenter.ear file must be deployed.

    WLS. WebCenter.app.Target = WC_Spaces

    # Enter the name of the application of spaces (webcenter).

    # Get this information from your system administrator or the

    # WLS Administration Console as follows:

    ##    1. Connect to the Console of Administration of WLS.

    ##    2. Access deployments > webcenter > overview

    # Name of the application the poster here.

    WebCenter.app.Name = WebCenter

    # Use the restart.implementation.version.suffix property to override the following default value

    # Version number of implementation implementation of your shared library.

    # You can get the latest version of the implementation of your

    # system administrator or from the Console of Administration of WLS as follows:

    ##    1. Connect to the Console of Administration of WLS.

    ##    2. Access deployments > [your-shared-library-name] > overview

    # The version number displayed here. For example: 11.1.1.2.5

    # The current version of the implementation is the last number, i.e. 5 in this example.

    # The default implementation increments of 1 version whenever you rebuild

    # your shared library (using run the Ant Target > clean-Stadium).

    # You can restart to a higher value if necessary. For example, if the current value is

    11.1.1.2.20 # and you want the next new version to 11.1.1.2.41 rather than

    # 11.1.1.2.21, do it by resetting the property restart.implementation.version.suffix to 40.

    # Note:

    # The first time you run Run of Target Ant > clean-point, the manifestImpl.properties file

    # is created and the manifest.implementation.version property is set to

    # 11.1.1.2.1. This initial version number is derived from the default.implementation.version

    # in build.properties (11.1.1.2) and added to the property restart.implementation.version.suffix below.

    # For example, if the restart.implementation.version.suffix is set to 1, the initial report

    # manifest.implementation.version will be 11.1.1.2.1.

    # In later versions, the restart.implementation.version.suffix and the lastNumber property

    # in manifestImpl.properties are compared, and the largest of the two numbers is incremented by 1.

    # If, for some reason, the manifestImpl.properties file is deleted, the file is re-created the next time

    # run run the Ant Target > floors to clean and resets the version of the implementation by the

    # restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,

    # If restart.implementation.version.suffix = 1

    restart.implementation.version.suffix = 2

    restart.implementation.version.suffix.Ear = 2

    -----------------------------------------------------------

    You need to generate the secure file... See here in this link

    http://www.techartifact.com/blogs/2013/04/generate-the-secure-files-in-WebLogic-in-WebCenter-spaces-applicaton.html

  • Issue when installing Oracle WebCenter Portal JSK 11.1.1.8.0

    Hello!

    I have an error at step 10 of the 22. Can anyone help?

    Fri Aug 1 07:14:03 EDT 2014: BEGIN STEP 10 of 22: creation of WLS and domain servers. Estimated time is 1 minute. Please wait..

    CLASSPATH=/u01/app/oracle/product/webcenter/fmw/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/product/webcenter/fmw/jdk1.6.0_29/lib/tools.jar:/u01/app/oracle/product/webcenter/fmw/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/product/webcenter/fmw/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/product/webcenter/fmw/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/app/oracle/product/webcenter/fmw/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/product/webcenter/fmw/modules/org.apache.ant_1.7.1/ lib/ant-all.jar:/u01/app/oracle/product/webcenter/fmw/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/u01/app/oracle/product/webcenter/fmw/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/lib/adfscripting.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/lib/mdswlst.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/auditwlst.jar:/u01/app/oracle/product/webcenter/fmw/ oracle_common/common/wlst/resources/igfwlsthelp.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/jps-wlst.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/jps-wls-trustprovider.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/jrf-wlst.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/oamap_help.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/ossoiap_help.jar:/ u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/ossoiap.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/sslconfigwlst.jar:/u01/app/oracle/product/webcenter/fmw/oracle_common/common/wlst/resources/wsm-wlst.jar:/u01/app/oracle/product/webcenter/fmw/utils/config/10.3/config-launch.jar::/u01/app/oracle/product/webcenter/fmw/wlserver_10.3/common/derby/lib/derbynet.jar:/u01/app/oracle/product/webcenter/fmw/wlserver_10.3/common/derby/ lib/derbyclient.jar:/U01/app/Oracle/product/WebCenter/FMW/wlserver_10.3/common/Derby/lib/derbytools.jar:

    WebLogic Scripting Tool (WLST) initializing...

    Welcome to WebLogic Server Administration scripts Shell

    Help() type help on the available commands

    Creation of domain to/u01/app/oracle/product/webcenter/domains/webcenter using the /u01/app/oracle/product/webcenter/fmw/wlserver_10.3/common/templates/domains/wls.jar model

    Error: failed to set(). Do dumpStack() for more details.

    Problem call WLST - Traceback (innermost last):

    File "/ tmp/webcenter/jsk_unzipped/linux64/create_wc_ucm_ibr.py", line 37, in?

    File "/ tmp/WLSTOfflineIni1560864277384758095.py", line 99, to createDomain

    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)

    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)

    at com.oracle.cie.domain.script.jython.WLScriptContext.set(WLScriptContext.java:1304)

    at com.oracle.cie.domain.script.jython.WLScriptContext.createDomain(WLScriptContext.java:502)

    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)

    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: java.lang.reflect.InvocationTargetException

    SED: can't read /u01/app/oracle/product/webcenter/domains/webcenter/bin/startManagedWebLogic.sh: no such file or directory

    SED: can't read /u01/app/oracle/product/webcenter/domains/webcenter/bin/stopManagedWebLogic.sh: no such file or directory

    SED: can't read /u01/app/oracle/product/webcenter/domains/webcenter/bin/stopWebLogic.sh: no such file or directory

    SED: can't read /u01/app/oracle/product/webcenter/domains/webcenter/sysman/state/targets.xml: no such file or directory

    SED: can't read /u01/app/oracle/product/webcenter/domains/webcenter/init-info/tokenValue.properties: no such file or directory

    SED: can't read /u01/app/oracle/product/webcenter/domains/webcenter/init-info/startscript.xml: no such file or directory

    Fri Aug 1 07:14:31 EDT 2014: UNSUCCESSFUL STEP 10 of 22: creation of WLS and domain servers

    Admin password must contain at least one number

  • Skinning: disabling compression of content spaces WebCenter

    Hello

    We strive to make a recount in WebCenter spaces, disable compression of content so that we can see the full class names in the html code returned (using Chrome) instead of abbreviations.

    I changed the part of the Web.XML of the project the jdev DesignWebCenterSpaces WebCenterSpacesExtensionLibrary asked the following:

    < context-param >

    org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION < param-name > < / param-name >

    < param-value >true< / param-value >

    < / context-param >

    and redeployed from the WebCenterSpacesExtensionLibrary.

    This should result in full class names, but when we inspect the Chrome elements, class names are always compressed. We tried also manually add the web.xml file to an earlier version of the WebCenterSpacesExtensionLibrary. Once again no effect.

    Does anyone have an idea why it doesn't work? We missed something?

    see you soon

    Christa

    Hello.

    Check the following to make sure that you are changing and successfully deploy the web.xml file :

    • In the DesignWebCenterSpaces app, add the file web.xml as a resource in the deployment of the extension of the WebCenter spaces.
    • In the WebCenterSpacesExstensionLibrary project, access the deployment called custom_webcenter_spaces_war profile
    • In file-> files-> filters Web groups, check the web.xml to be included in the deployment.
    • The web.xml file will be shown in the project and can be deployed within the extended library. Now we can add / replace the context parameters or add custom servlets. NOTE: When you add technologies or dependencies to the project, web.xml can be filled automatically with filters and more. You must keep this file with new information / crushed. If you have content added then Scripts ANT redeployment will fail and spaces may not work properly.

    The deployment using ANT Scripts file WAR extend.spaces.webapp.war is created in the deployment of the WebCenterSpacesExstensionLibraryfolder. Open and check that it brings the web.xml.

    If everything is correct and the changes does not seem to be applied, then try following:

    • Stop the servers WC_Spaces and clean /_WL_user tmpfile associated with managed servers (Temporal caching of files).
    • In the case does not properly then follow the standard steps to manually change the file web.xml internally of the webcenter.ear/spaces.war of the [ORACLE_WCHOME] / archives /...

    In addition, don't forget to clear the cache of the browser.

    I hope this information helps.

    Kind regards.

  • Updated extensions Webcenter and JDev does not start the server... Help, please

    Hi all

    I installed the JDeveloper 11.1.1.6 version on my laptop with windows 7 64-bit OS. It worked very well with applications I've built on ADF. However, when I updated the Webcenter extensions with help-> check the JDeveloper IDE updates, and once the update is finished, I rebooted the JDev. But after restarting of JDev, ADF applications no longer work. Infact, the server does not even start. It gives me the following error:

    java.lang.NoClassDefFoundError: v11, 1, 1, 6\jdeveloper

    Caused by: java.lang.ClassNotFoundException: v11.1.1.6\jdeveloper

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)

    The main class is not found: v11.1.1.6\jdeveloper.  Program ends.

    Exception in thread "main" process is completed.

    Here, I put the whole journal which proved when I tried to start the JDeveloper Server (integrated Weblogic Server).

    [Waiting for the field to complete the construction...]

    [10: 26:44] integrated Weblogic domain Extension...

    [10: 27:26] integrated Weblogic domain completed successfully.

    Using the 7101 port *.

    C:\Users\Mahesh\AppData\Roaming\JDeveloper\system11.1.1.6.38.62.29\DefaultDomain\bin\startWebLogic.cmd

    [waiting for the server to complete its initialization...]

    .

    .

    Arguments of memory in JAVA: - Xms256m-Xmx512m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512 m

    .

    Start mode of WLS = development

    .

    CLASSPATH=C:\Oracle\MIDDLE~1.6\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar; C:\Oracle\MIDDLE~1.6\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar; C:\Oracle\MIDDLE~1.6\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar; C:\Oracle\MIDDLE~1.6\JDK160~1\lib\tools.jar; C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server\lib\weblogic_sp.jar; C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server\lib\weblogic.jar; C:\Oracle\MIDDLE~1.6\modules\features\weblogic. Server.modules_10.3.5.0.jar; C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server\lib\webservices.jar; C:\Oracle\MIDDLE~1.6\modules\ORGAPA~1.1/lib/Ant-all.jar; C:\Oracle\MIDDLE~1.6\modules\NETSFA~1.0_1/lib/Ant-contrib.jar; C:\Users\Mahesh\AppData\Roaming\JDEVEL~1\SYSTEM~1.29\DEFAUL~1\wcps-lib\derby-10.6.1.0.jar; C:\Users\Mahesh\AppData\Roaming\JDEVEL~1\SYSTEM~1.29\DEFAUL~1\wcps-lib\derbytools-10.6.1.0.jar; C:\Oracle\Middleware v11.1.1.6\jdeveloper\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar; C:\Oracle\Middleware v11.1.1.6\jdeveloper\webcenter\modules\wcps_11.1.1.4.0\wcps-connection-mbeans.jar; C:\Oracle\MIDDLE~1.6\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar; C:\Oracle\MIDDLE~1.6\WLSERV~1.3\common\derby\lib\derbyclient.jar; C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server\lib\xqrl.jar

    .

    PATH=C:\Oracle\MIDDLE~1.6\patch_wls1035\profiles\default\native; C:\Oracle\MIDDLE~1.6\patch_jdev1111\profiles\default\native; C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server\native\win\32; C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server\bin; C:\Oracle\MIDDLE~1.6\modules\ORGAPA~1.1\Bin; C:\Oracle\MIDDLE~1.6\JDK160~1\jre\bin; C:\Oracle\MIDDLE~1.6\JDK160~1\Bin; C:\app\Mahesh\product\11.2.0\dbhome_1\bin; C:\oraclexe\app\oracle\product\10.2.0\server\bin; C:\Program Files (x 86) \Intel\iCLS Client\; C:\Program Files\Intel\iCLS Client\. C:\Program Files\Common Files\Microsoft Shared live; C:\Program Files (x 86) \Common Files\Microsoft Shared live; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\system32\WindowsPowerShell\v1.0\; C:\Program Files (x 86) \Common Files\Roxio Shared\DLLShared\; C:\Program Files (x 86) \Common Files\Roxio Shared\OEM\DLLShared\; C:\Program Files (x 86) \Common Files\Roxio Shared\OEM\DLLShared\; C:\Program Files (x 86) \Common Files\Roxio Shared\OEM\12.0\DLLShared\; C:\Program Files (x 86) \Roxio\OEM\AudioCore\; C:\Program Files (x 86) \Windows Live\Shared; C:\Program Dell Data Protection\Access\Advanced\Wave\Gemalto\Access Client\v5\; C:\Program Files (x 86) \NTRU Cryptosystems\NTRU TCG Software Stack\bin\; C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\; C:\Program Files\Intel\Intel (R) engine management Components\DAL; C:\Program Files\Intel\Intel (R) engine management Components\IPT; C:\Program Files (x 86) \Intel\Intel(R) Components\DAL to engine management; C:\Program Files (x 86) \Intel\Intel (R) management engine Components\IPT; C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server\native\win\32\oci920_8

    .

    ***************************************************

    * To start WebLogic Server, use a username and *.

    * password assigned to an administrator-level user.  For *.

    * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic with the Java version:

    Java version "1.6.0_24".

    Java (TM) SE Runtime Environment (build 1.6.0_24 - b50)

    Java Client VM (build 19.1 - b02, mixed mode)

    WLS starting with line:

    C:\Oracle\MIDDLE~1.6\JDK160~1\bin\java-client-Xms256m-Xmx512m - XX : CompileThreshold = 8000 - XX : PermSize = 128m - XX : MaxPermSize = 512m-Dweblogic.Name=DefaultServer-Djava.security.policy=C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server\lib\weblogic.policy «-Djavax.net.ssl.trustStore=C:\Oracle\Middleware v11.1.1.6\wlserver_10.3\server\lib\DemoTrust.jks »-Dweblogic.nodemanager.ServiceEnabled=true - Xverify : aucun-da-Dplatform.home=C:\Oracle\MIDDLE~1.6\WLSERV~1.3-Dwls.home=C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server-Dweblogic.home=C:\Oracle\MIDDLE~1.6\WLSERV~1.3\server-Djps.app.credential.overwrite.allowed=true-Dcommon.components.home=C:\Oracle\MIDDLE~1.6\ORACLE~1-Djrf.version= 11.1.1 - Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Ddomain.home=C:\Users\Mahesh\AppData\Roaming\JDEVEL~1\ SYSTEM~1.29\DEFAUL~1-Djrockit.optfile=C:\Oracle\MIDDLE~1.6\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt-Doracle.server.config.dir=C:\Users\Mahesh\AppData\Roaming\JDEVEL~1\SYSTEM~1.29\DEFAUL~1\config\FMWCON~1\servers\DefaultServer-Doracle.domain.config.dir=C:\Users\Mahesh\AppData\Roaming\JDEVEL~1\SYSTEM~1.29\DEFAUL~1\config\FMWCON~1-Digf.arisidbeans.carmlloc=C:\Users\Mahesh\AppData\Roaming\JDEVEL~1\SYSTEM~1.29\DEFAUL~1\config\FMWCON~1\carml-Digf.arisidstack.home=C:\Users\Mahesh\AppData\ Roaming\JDEVEL~1\SYSTEM~1.29\DEFAUL~1\config\FMWCON~1\arisidprovider-Doracle.security.jps.config=C:\Users\Mahesh\ AppData\Roaming\JDEVEL~1\SYSTEM~1.29\DEFAUL~1\config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=C:\Users\Mahesh\AppData\Roaming\JDEVEL~1\SYSTEM~1.29\DEFAUL~1\servers\DefaultServer\tmp\_WL_user-Doracle.deployed.app.ext=\--Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1.6\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1.6\ORACLE~1\modules\oracle.oamprovider_11.1.1-Djava.protocol.handler.pkgs=oracle.mds.net.protocol-Dweblogic.jdbc.remoteEnabled=false-Dwsm.repository.path=C:\Users\Mahesh\AppData\Roaming\JDEVEL~1\SYSTEM~1.29\DEFAUL~1\oracle\ store\gmds-DUSE_JAAS = faux - Djps.policystore.hybrid.mode=false-Djps.combiner.optimize.lazyeval=true-Djps.combiner.optimize=true-Djps.auth=ACC-Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl - noverify-Doracle.webcenter.analytics.disable-native-partitionnement = faux - Doracle.webcenter.tagging.scopeTags=false - XX : + UseParallelGC - XX : + DisableExplicitGC-Dportlet.oracle.home=C:\Oracle\Middleware v11.1.1.6\jdeveloper-Dwc.oracle.home=C:\Oracle\Middleware v11.1.1.6\jdeveloper-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole=-Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1.6\patch_wls1035\profiles\default\sysext_manifest_classpath ; C:\Oracle\MIDDLE~1.6\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic. Server

    java.lang.NoClassDefFoundError: v11, 1, 1, 6\jdeveloper

    Caused by: java.lang.ClassNotFoundException: v11.1.1.6\jdeveloper

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)

    The main class is not found: v11.1.1.6\jdeveloper.  Program ends.

    Exception in thread "main" process is completed.

    Could someone help me please in this regard. I am stuck and had to reinstall JDev, not being able to solve this problem.

    Sincerely,

    Mahesh.

    Mahesh,

    JDeveloper almost always has problems when the installation folder path contains spaces. For example, your way "C:\Oracle\Middleware v11.1.1.6\".

    I suggest that you reinstall JDeveloper in a path without spaces. You may be able to get away with just rename the folder "Middleware_v11.1.1.6".

  • citing wlst Ant oracle_common

    I am very close to create the script compilation for webcenter Portal project.

    archive update mds I m using the following script:



    <? XML version = "1.0" encoding = "windows-1252"? >

    "< default"DeploymentBuild"="mdsArchiveUpdate"basedir = project name =". ">

    < = "build.properties" file / property >

    < path id = "wlst.classpath" >
    "< dir="${wl.home}/server/lib fileset ">

    < include name = "weblogic.jar" / >
    < name = "*.jar" / >
    < include name="*/.jar"/ >
    < / fileset >

    < / path >


    < target name = "mdsArchiveUpdate" >
    "< name taskdef ="wlst"classpathref ="wlst.classpath"classname =" weblogic.ant.taskdefs.management.WLSTTask "/ >
    "< wlst debug ="true"fileName ="mdsArchiveUpdate.py"classpathref =" wlst.classpath "/ >
    < / target >

    < / project >


    does my python script code to update mds archives.

    error I m is:

    [wlst] Exception in thread "main" java.lang.IllegalStateException: Tracebac
    k (innermost last): < WLSTTask > sys.argv is ["mdsArchiveUpdate.py"]
    [wlst]
    [wlst] Traceback (innermost last):
    [wlst] File "mdsArchiveUpdate.py", line 1, in? File mdsArchiveUpdate.p «»
    y', line 1, in?
    [wlst]
    [wlst] NameError: getMDSArchiveConfig
    [wlst] NameError: getMDSArchiveConfig
    [wlst]
    [wlst]
    [wlst] to weblogic.management.scripting.WLSTInterpreterInvoker.printErr
    or(WLSTInterpreterInvoker.Java:110)
    [wlst] to weblogic.management.scripting.WLSTInterpreterInvoker.executeP
    yScript(WLSTInterpreterInvoker.java:103)
    [wlst] to weblogic.management.scripting.WLSTInterpreterInvoker.main (WLS
    TInterpreterInvoker.java:27)


    I know the reason for this, it's because he's using wlst available in the wlserver10.3/common/bin folder.
    However, getMDSArchiveConfig is available in the oracle_common/common/bin folder wlst.


    someone knows how can I run oracle_common wlst using ant?

    Thank you.

    Edited by: user5636757 may 3, 2013 04:14

    I don't know if this will work, but try, including the associated wlst common jars in the classpath. You should find these pots in oracle_common\common\wlst\lib.

    Alternatively, you can use the exec Ant task to run the wlst.sh or the wlst.cmd executable directly

    
            
          
    
  • Error when running / webcenter Portal app creation

    Hello
    I got a new installation of Oracle JDeveloper Studio Edition Version 11.1.1.6.0. I installed the oracle.webcenter.customization_bundle and the oracle.webcenter.framework_bundle as well. Now whenever I want to create a new portal Webcentre application it is absent on the files as the sources of the application in Web content, it is missing 'images' and records 'oracle '.
    Now, even if I open an app webcentre from different machines and run I get this error.

    Using the 7101 port *.
    C:\Users\supriyo_basu\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    .
    .
    Arguments of memory in JAVA: - Xms256m-Xmx512m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512 m
    .
    Start mode of WLS = development
    .
    CLASSPATH=D:\ORACLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;D:\ORACLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\ORACLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\ORACLE~1\JDK160~1\lib\tools.jar;D:\ORACLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\ORACLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\ORACLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;D:\ORACLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\ORACLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\ORACLE~1\modules\NETSFA~1.0_1/ lib/ant - contrib.jar; C:\Users\SUPRIY~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\wcps-lib\derby-10.6.1.0.jar; C:\Users\SUPRIY~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\wcps-lib\derbytools-10.6.1.0.jar;D:\Oracle middleware1\jdeveloper\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;D:\Oracle middleware1\jdeveloper\webcenter\modules\wcps_11.1.1.4.0\wcps-connection-mbeans.jar;D:\ORACLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\ORACLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\ORACLE~1\WLSERV~1.3\server\lib\xqrl.jar
    .
    PATH=D:\ORACLE~1\patch_wls1035\profiles\default\native;D:\ORACLE~1\patch_jdev1111\profiles\default\native;D:\ORACLE~1\WLSERV~1.3\server\native\win\32;D:\ORACLE~1\WLSERV~1.3\server\bin;D:\ORACLE~1\modules\ORGAPA~1.1\bin;D:\ORACLE~1\JDK160~1\jre\bin;D:\ORACLE~1\JDK160~1\bin; C:\oraclexe\app\oracle\product\10.2.0\server\bin; C:\Windows\System32; C:\Windows; C:\Windows\SYSTEM; C:\Windows\system32\Wbem; C:\Program Files\CA\eTrustITM\\; C:\Program Files\CA\SharedComponents\CAUpdate\; C:\Program Files\CA\SharedComponents\ThirdParty\; C:\Program Files\CA\SharedComponents\SubscriptionLicense\; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\system32\WindowsPowerShell\v1.0\; C:\Program Files\CA\SharedComponents\CAUpdate\; C:\Program Files\CA\SharedComponents\ThirdParty\; C:\Program Files\CA\SharedComponents\SubscriptionLicense\; C:\Program Files\CA\eTrustITM; C:\Program Files ATI Technologies ATI. ACE\Core-Static; C:\Program Files\Microsoft Application Virtualization Client;D:\ORACLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    .
    ***************************************************
    * To start WebLogic Server, use a username and *.
    * password assigned to an administrator-level user. For *.
    * server administration, using the WebLogic Server *.
    * the http://hostname:port\console console *.
    ***************************************************
    from weblogic with the Java version:
    Java version "1.6.0_24".
    Java (TM) SE Runtime Environment (build 1.6.0_24 - b50)
    Java Client VM (build 19.1 - b02, mixed mode)
    WLS starting with line:
    D:\ORACLE~1\JDK160~1\bin\java-client-Xms256m-Xmx512m - XX : CompileThreshold = 8000 - XX : PermSize = 128m - XX : MaxPermSize = 512m-Dweblogic.Name=DefaultServer-Djava.security.policy=D:\ORACLE~1\WLSERV~1.3\server\lib\weblogic.policy «-Djavax.net.ssl.trustStore=D:\Oracle middleware1\wlserver_10.3\server\lib\DemoTrust.jks »-Doracle.adfm.usemds=true-Dweblogic.nodemanager.ServiceEnabled=true - Xverify : aucun-da-Dplatform.home=D:\ORACLE~1\WLSERV~1.3-Dwls.home=D:\ORACLE~1\WLSERV~1.3\server-Dweblogic.home=D:\ORACLE~1\WLSERV~1.3\server-Djps.app.credential.overwrite.allowed=true-Dcommon.components.home=D:\ORACLE~1\ORACLE~1-Djrf.version=11.1.1-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Ddomain.home=C:\ Users\SUPRIY~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1-Djrockit.optfile=D:\ORACLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt-Doracle.server.config.dir=C:\Users\SUPRIY~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\servers\DefaultServer-Doracle.domain.config.dir=C:\Users\SUPRIY~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1-Digf.arisidbeans.carmlloc=C:\Users\SUPRIY~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\carml-Digf.arisidstack.home=C:\Users\SUPRIY~1\AppData\Roaming\ JDEVEL~1\SYSTEM~ 1.92\DEFAUL~1\config\FMWCON~1\arisidprovider-Doracle.security.jps.config=C:\Users\SUPRIY~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=C:\Users\SUPRIY~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\servers\DefaultServer\tmp\_WL_user-Doracle.deployed.app.ext=\--Dweblogic.alternateTypesDirectory=D:\ORACLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\ORACLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1-Djava.protocol.handler.pkgs=oracle.mds.net.protocol-Dweblogic.jdbc.remoteEnabled=false-Dwsm.repository.path=C:\Users\SUPRIY~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\oracle\ store\gmds-DUSE_JAAS = faux - Djps.policystore.hybrid.mode=false-Djps.combiner.optimize.lazyeval=true-Djps.combiner.optimize=true-Djps.auth= ACC-Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl - noverify-Doracle.webcenter.analytics.disable-native-partitionnement = faux - Doracle.webcenter.tagging.scopeTags=false - XX : + UseParallelGC - XX : + DisableExplicitGC-Dportlet.oracle.home=D:\Oracle middleware1\jdeveloper-Dwc.oracle.home=D:\Oracle middleware1\jdeveloper-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole=-Dweblogic.ext.dirs=D:\ORACLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;D:\ORACLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic. Server
    java.lang.NoClassDefFoundError: middleware1\jdeveloper
    Caused by: java.lang.ClassNotFoundException: middleware1\jdeveloper
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    The main class is not found: middleware1\jdeveloper. Program ends.
    Exception in thread "main" process is completed.



    How to solve it?

    Hello

    The path to your installation JDeveloper has a space in it - "D:\Oracle middleware1. This is known to cause problems with the built-in WLS.

    I suggest that reinstall you JDeveloper in a directory without spaces, for example D:\Oracle_Middleware_1 or better yet a shorter path such as D:\OR_MW_1.

  • Issue of "deploy portal with ant.

    Hello Experts!
    I'm quite new to WebCenter, and I have a requirement to automate compiling and deploying tasks of my Portal Application (Application Framework). I read some docs and articles and this forum too. Can you tell me the difference between the following:
    -deploy via ojdeploy
    -wldeploy
    -python (WLST) script?

    ojdeploy allows you to use the deployment targets defined in your project workspace JDeveloper. I found it easiest to wrap my code in a library of ADF JAR or EAR file.

    wldeploy is a wrapper of Ant for the features provided by weblogic. Deployer i.e. deploy related functions.

    WLST is a jython based on the utility that provides functions responsible for the deployment, as well as administrative functions. I prefer using wlst to my deployments. I usually invoke wlst via the "exec" task in ant.

  • Integrating problem of process BPM with Webcenter spaces spaces PS5

    Nice day!

    I currently installed a fresh version of Webcenter 11.1.1.6 stack in a single domain that contains:
    1.) UCM
    2.) spaces
    3.) SOA with BPM

    After you set up the process-portal - install.properties, I ran ordering install.xml - f ant that will integrate the process spaces Webcenter sucked.

    The problem now, I faced is that, after seeing process areas link in Webcenter spaces, I'm also redirected to internal problem and seeing the newspapers, I have something like:

    [2012 06-11 T 16: 28:43.918 - 07:00] [WC_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: weblogic] [ecid: 81caeefafba8cb1a :-15b44550:137ddb9ada0:-8000-000000000000022e, 0] [APP: webcenter #11.1.1.4.0] []
    oracle.adf.controller.ControllerException: ADFC-06002: unhandled exception
    at oracle.adfinternal.controller.util.Utils.createAndLogControllerException(Utils.java:208)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.handleException(ControlFlowEngine.java:640)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeTaskFlow(ControlFlowEngine.java:235)
    at oracle.adfinternal.controller.state.ChildViewPortContextImpl.invokeTaskFlow(ChildViewPortContextImpl.java:104)
    at oracle.adfinternal.controller.state.ControllerState.createChildViewPort(ControllerState.java:1387)
    at oracle.adfinternal.controller.ControllerContextImpl.createChildViewPort(ControllerContextImpl.java:78)
    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.createRegionViewPortContext(DCTaskFlowBinding.java:474)
    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.getViewPort(DCTaskFlowBinding.java:392)
    at oracle.adf.controller.internal.binding.TaskFlowRegionModel.doProcessBeginRegion(TaskFlowRegionModel.java:164)
    at oracle.adf.controller.internal.binding.TaskFlowRegionModel.processBeginRegion(TaskFlowRegionModel.java:112)
    at oracle.adf.controller.internal.binding.TaskFlowRegionController.doRegionRefresh(TaskFlowRegionController.java:241)
    at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:119)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3204)
    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2876)
    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:115)
    at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:359)
    Caused by: oracle.adf.controller.ControllerException: ADFC-02001: could not find the controller of the ADF ' / WEB - INF / processApplicationsTaskflow.xml'.
    at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getMetadataObjects(MdsMetadataResourceProvider.java:473)
    at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.loadUnmutalbeMetadataResources(MdsMetadataResourceProvider.java:372)
    at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getResources(MdsMetadataResourceProvider.java:183)
    at oracle.adf.controller.internal.metadata.MetadataService.getTaskFlowDefinition (MetadataService.java:239)
    at oracle.adfinternal.controller.activity.TaskFlowCallActivityLogic.findTaskFlowDefinition(TaskFlowCallActivityLogic.java:1072)
    at oracle.adfinternal.controller.activity.TaskFlowCallActivityLogic.invokeTaskFlow(TaskFlowCallActivityLogic.java:224)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeTaskFlow(ControlFlowEngine.java:217)
    ... more than 92
    Caused by: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata not found for the metadata object '/WEB-INF/processApplicationsTaskflow.xml '.
    at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1331)
    at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3200)
    at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1190)
    at oracle.mds.core.MOResolver.getMetadataObjects(MOResolver.java:218)
    at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getMetadataObjects(MdsMetadataResourceProvider.java:421)
    ... more than 98

    I would like to ask if there is a support link or a solution to this problem I am facing as I may be able to see the BPM process spaces in Webcenter spaces.

    Hi Jeff,

    His search that BPM is not correctly configured for a reason, the exact origin could not be identified. You can try two things: -.

    1. run the following command from the Ant and restart the Admin and managed servers
    Ant f install.xml post-install - DpiArgs - importGSOnly

    2. If Oracle BPM and WebCenter have been set up in different domains, configure the credentials of domain trust in the areas of the Oracle BPM and WebCenter.
    http://docs.Oracle.com/CD/E23943_01/Web.1111/e13707/domain.htm#SECMG404

    If the problem is still there, you can open the SR with Oracle and also take a look at the following bug which was released on May 24, 2012.
    Bug 13894890 : [SUP] ERROR NO METADATA FOUND BY METADATA OBJECT "/ WEB-INF/PROCESSAPPLICATIONST.

    Kind regards
    Imran

  • Receiving Ant error when you try to clean up the scene: deployment customized taskfl

    V 11.1.1.5 JDev
    WebCenter PS4 (11.1.1.5)

    Today when I tried to re - deploy a custom workflow (no changes have been made to the workflow, it's just a test) I noticed a new error in the Ant log when performing cleaning. I've not seen this before and I am reluctant to go ahead with the deployment without knowing where it comes from. Error details:

    ______________________________________________________________________________________________________________________________________________________
    BuildFile: W:\ProjectConnect_Source_20120203\MortensonWebCenterSpacesExtensions\WebCenterSpacesSharedLibExtension\build.xml
    * [taskdef] could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It was impossible to found.*

    clean:
    *[echo] ----------------------------*
    * [echo] - cleaning deploy directory-*.
    *[echo] ----------------------------*

    init:

    Precompile:
    *[echo] ----------------------------*
    * [echo] - update manifest file with the *.
    version of specification and implementation version
    ---
    *[echo] ----------------------------*
    * [propertyfile] property of update file: W:\ProjectConnect_Source_20120203\MortensonWebCenterSpacesExtensions\WebCenterSpacesSharedLibExtension\manifestImpl.properties*
    * [propertyfile] property of update file: W:\ProjectConnect_Source_20120203\MortensonWebCenterSpacesExtensions\WebCenterSpacesSharedLibExtension\manifestImpl.properties*

    BUILD FAILED
    W:\ProjectConnect_Source_20120203\MortensonWebCenterSpacesExtensions\WebCenterSpacesSharedLibExtension\internal-targets.XML:127: Caveat: did not find file W:\Personal\JDEV\MortensonWebCenterSpacesExtensions\WebCenterSpacesSharedLibExtension\MANIFEST. MF. TEMPL to copy.

    Total time: 0 seconds
    ______________________________________________________________________________________________________________________________________________________

    internal - targets.xml table of contents:
    ______________________________________________________________________________________________________________________________________________________
    <? XML version = "1.0" encoding = "US-ASCII"? >
    <! - ant buildfile generated by Oracle JDeveloper - >
    <!-generated Sep 29, 2009 23:47:41 >
    "< name of project = default"WebCenterSpacesSharedLibExtensionInternal"="init"basedir =". »
    xmlns:WLS = "Oracle.WebCenter.Tools.WLS" > "

    < Import file = ' internal - targets.xml "/ >

    ' < file property = "... / config. Properties "/ >"
    < = "build.properties" file / property >

    "< taskdef resource="net/sf/antcontrib/antcontrib.properties ">
    < classpath >
    < pathelement location="${jdeveloper.install.home.directory}/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar"/ >
    < / classpath >
    < / taskdef >
    < taskdef = "ojdeploy" name
    ClassName = "Oracle.JDeveloper.deploy.ant.OJDeployAntTask"
    URI = "oraclelib:OJDeployAntTask".
    classpath="${Oracle.JDeveloper.Ant.library}"/ >

    < target name = "init" >
    < tstamp / >
    < mkdir dir = "${output.dir}" / >
    < / target >

    < target name = "clean" description = "Cleans the project" >
    < echo - > < / echo >
    Echo <>- cleaning deploy directory - < / echo >
    < echo - > < / echo >


    < remove includeemptydirs = "true" quiet = "true" >
    "< dir="${extending.spaces.home.dir}/deploy fileset "includes =" * / * "/ >
    < dir = "${output.dir fileset} ' includes =" * / * "/ >"
    < dir = "${fileset oracle.jdeveloper.deploy.dir} ' includes =" * / * "/ >"

    < dir = "${fileset extending.spaces.out.dir} ' includes =" * / * "/ >"
    "< dir="${extending.spaces.home}/classes fileset "includes =" * / * "/ >

    < / delete >
    < / target >


    < name target = 'clean-local-manifest-file.
    Description = "this goal cleans the manifesto created locally.
    properties file">
    < queue = "manifestImpl.properties remove" quiet = "true" / > "
    < / target >

    < target name = "precompile".
    Description = "Specifies the version number of the manifest file" >
    < echo - > < / echo >
    Echo <>- updated the manifest file with the
    version of specification and implementation version
    -< / echo >
    < echo - > < / echo >

    <!-check if the number of restart is set in the properties file, if not
    Then set the default setting->
    < value = "${restart.implementation.version.suffix property}" name = "restartVer" / > "
    < if >
    < length string = "${restartVer}" = trim 'superior' = 'true' length = "30" / >
    < do >
    < property name = "varValeurProp" value = "1" / >
    < / may >
    < other >
    < property name = "varValeurProp" value = "${restartVer}" / >
    < / else >
    < /if >


    < if >
    <!-check if the manifest file is available->
    < queue = "manifestImpl.properties available" property = "propavailable" / > "
    < do >
    < file = "manifestImpl.properties" / property >
    <!-get the biggest 2 numbers, properties
    and the local-> manifest file
    < property = "${lastNumber}" name = "lastCount" / >
    < if >
    < bool >
    < isgreaterthan arg1 arg2 = "${lastCount}" = "${varValeurProp}" / >
    < / bool >
    < do >
    < property name = "valueToConsider" value = "${lastCount}" / >
    < / may >
    < other >
    < property name = "valueToConsider" value = "${varValeurProp}" / >
    < / else >
    < /if >
    < / may >
    < other >
    <!-definition of the properties file if it does not exist->
    < propertyfile file = "manifestImpl.properties"
    Comment = 'Version of the application' >
    < enter key = value="${default.implementation.version}"/ "implVersion" >
    < / propertyfile >
    < property name = "valueToConsider" value = "${varValeurProp}" / >
    < / else >
    < /if >

    <! - from value incrementing the value of one - >
    < name var = "op1" value = "${valueToConsider}" / >
    < name var = "op2" value = "1" / >
    < name var = "op" value = "+" / >


    < result math = 'result' operand1 = "${op1}.
    operation = operand2 ' ${op} "=" ${op2} "datatype ="int"/ >

    <! - definition of value in the properties file - >
    < propertyfile file = "manifestImpl.properties" >
    < enter key = "lastNumber" type = "int" value = "${result}" / >
    < / propertyfile >

    < file = "manifestImpl.properties" / property >
    < property name = "tempManifestImpelVersion" value = "${implVersion}." ${result} "/ >"

    < propertyfile file = "manifestImpl.properties" >
    < key = "enter manifest.implementation.version"
    value = "${tempManifestImpelVersion}" / >
    < / propertyfile >

    < copy file="${manifest.template.directory}/MANIFEST. MF. TEMPL.
    ToFile="${manifest.file.Directory}/manifest. MF.
    Overwrite = "true" >
    < filterset >

    < token filter = "IMPLEMENTATION_VERSION".
    value = "${tempManifestImpelVersion}" / >
    < token filter = "LibraryName".
    value="${customer.library.name}"/ >
    < token filter = 'CUSTOMER_NAME '.
    value = "${Customer.Name}" / >
    < / filterset >
    < / copy >

    < path id = "custom.profile.attribute.classpath" >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-crawl-spi.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-admin.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-auth-plugin.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-auth-share.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-crawl-ses.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-crawl-ucm.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-api.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-adapter.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-model.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-service-view.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-skin.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/searchlet.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/activity-streaming-model.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/security-extension.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/peopleconnections-preference-model.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/peopleconnections-profile-model.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/serviceframework.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/modules/javax.jsp_1.2.0.0_2-1.jar"/ >
    < pathelement path="${extending.spaces.home.dir}/ProfileCrawler/classes"/ >
    < / path >
    < path id = "library. JSF.1.2 ">"
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.jsf_1.2.9/glassfish.jsf_1.0.0.0_1-2-15.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.jsf_1.2.9/glassfish.jstl_1.2.0.1.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.jsf_1.2.9/javax.jsf_1.1.0.0_1-2.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.jsf_1.2.9/wls.jsf.di.jar"/ >
    < / path >
    < path id = "library.WebCenter.Common" >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/command-api.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/command-spi.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/generalsettings-model.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/lifecycle-client.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/lifecycle-model.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/lifecycle-service.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/lock-service-model.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-api.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-adapter.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/search-model.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/scope-service-model.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/security-extension.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/serviceframework.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/wc-concurrent.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portlet-api.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.portlet.server_11.1.1/wsrp-container.jar"/ >
    < / path >
    < path id = "library. WebCenter.Spaces.Client">
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/webcenter-core-api.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/spaces-api.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/jdeveloper/webcenter/modules/oracle.webcenter.framework_11.1.1/spaces-webservice-client.jar"/ >
    < / path >
    < path id = "library.ADF.Common.Runtime" >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.view_11.1.1/trinidad-api.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share_11.1.1/adfsharembean.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.idm_11.1.1/identitystore.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.javacache_11.1.1/cache.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.security_11.1.1/adf-share-security.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.security_11.1.1/adf-controller-security.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle/modules/javax.activation_1.1.0.0_1-1.jar"/ >
    < / path >
    < path id = "library. WebCenter-app-core - model .jar">
    "< pathelement location ="... /SourceFiles/lib/WebCenter-App-Core-Model.jar"/ >
    < / path >
    < path id = "library. Spaces - model .jar">
    "< pathelement location ="... /SourceFiles/lib/Spaces-Model.jar"/ >
    < / path >
    < path id = "library. "Space-model - web.jar" >
    "< pathelement location ="... /SourceFiles/lib/Spaces-Model-Web.jar"/ >
    < / path >
    < path id = "library. SDM. Runtime">
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar"/ >
    < / path >
    < path id = "library. SDM. Runtime.Dependencies">
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.mds_11.1.1/oramds.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/modules/javax.servlet_1.0.0.0_2-5.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/modules/javax.jsp_1.2.0.0_2-1.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/wlserver_10.3/server/ext/jdbc/oracle/11g/ojdbc6_g.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/jlib/commons-cli-1.0.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.bali.share_11.1.1/share.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.xmlef_11.1.1/xmlef.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.dms_11.1.1/dms.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle/modules/javax.activation_1.1.0.0_1-1.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.xdk_11.1.0/xml.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.javacache_11.1.1/cache.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.ucp_11.1.0.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.javatools_11.1.1/javatools-nodeps.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/modules/javax.management_1.2.1.jar"/ >
    < pathelement location="${jdeveloper.install.home.directory}/modules/javax.management.j2ee_1.0.jar"/ >
    < / path >
    < path id = "classpath" >
    < path refid = "library. JSF.1.2"/ >
    < refid="library.WebCenter.Common"/ path >
    < path refid = "library. WebCenter.Spaces.Client"/ >
    < refid="library.ADF.Common.Runtime"/ path >
    < path refid = "library. WebCenter-app-core - model .jar "/ >"
    < path refid = "library. Spaces - model .jar "/ >"
    < path refid = "library. Spaces-model - web.jar "/ >"
    < path refid = "library. SDM. Runtime "/ >"
    < path refid = "library. SDM. Runtime.Dependencies "/ >"
    < refid="custom.profile.attribute.classpath"/ path >
    < / path >

    < / target >

    < target name = 'stage' description = 'Déployer JDeveloper profiles'
    function = "init, precompile" >

    < echo - > < / echo >
    < Echo > - Compling Custom WebCenterSpaces - < / echo >
    < echo - > < / echo >

    < xmlns:ora ora: ojdeploy = "oraclelib:OJDeployAntTask".
    Executable = "${Oracle.JDeveloper.ojdeploy.Path}" "
    Ora:buildscript="${Oracle.JDeveloper.deploy.dir}/ojdeploy-build.xml".
    Ora:statuslog="${Oracle.JDeveloper.deploy.dir}/ojdeploy-statuslog. XML">
    < ora: deployment >

    < name of ora: parameter = 'space '.
    value="${Oracle.JDeveloper.workspace.path}"/ >
    < name of ora: parameter = 'project '.
    value="${Oracle.JDeveloper.project.name}"/ >
    < name of ora: parameter = "profile".
    value = "custom_webcenter_spaces_war" / >
    < name of ora: parameter = value "nocompile" = "false" / >
    < name of ora: parameter = "outputfile".
    value="${Oracle.JDeveloper.deploy.outputfile}"/ >
    < / ora: deployment >
    < / ora: ojdeploy >
    < Echo > wrote the war as follows
    location ${oracle.jdeveloper.deploy.dir}/${shared.library.name} < / echo >
    < mkdir dir="${oracle.jdeveloper.deploy.dir}/exploded"/ >
    < mkdir dir="${oracle.jdeveloper.deploy.dir}/exploded/${customer.library.name}.war"/ >
    "{< Unzip src="${oracle.jdeveloper.deploy.dir}/${shared.library.name}.
    dest="${Oracle.JDeveloper.deploy.dir}/exploded/${customer.library.name}. War "/ >"
    < / target >


    < name target = "init-wls" >
    < path id = "wls.classpath" >
    < pathelement path="${wls.home}/server/lib/weblogic.jar"/ >
    < pathelement path="${wls.home}/server/lib/xqrl.jar"/ >
    < / path >
    < taskdef = "wldeploy" classpathref = "wls.classpath" name
    ClassName="WebLogic.ant.taskdefs.Management.WLDeploy"/ >

    < / target >
    < / project >
    __________________________________________________________________________________________________________________________________________

    Published by: SethBW on February 16, 2012 12:10

    Published by: SethBW on February 16, 2012 12:11

    Do not know if has something to do with your problem, but

    [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
    

    points to some missing properties that can cause the error.

    You can debug the ant (http://tompeez.wordpress.com/2012/02/07/jdeveloper-gem-debug-ant-scripts/ control) script and see what is exactly the problem.

    Timo

  • ANT or heart Bluetooth Monitor strap compatibility?

    That is, compatibility with A separate more specific ANT/Bluetooth Heart Monitor strap?

    Hello

    If preferred to use the integrated heart rate monitor, Apple Watch can measure your heart rate via an external pair Bluetooth chest strap cardiofrequence-meter.

    More information:

    Your heart rate. What it means, and where on Apple Watch you will find. -Apple Support

    Use the Bluetooth with your Apple Watch - Apple Support Accessories

  • There was a change today... And now I can not open my Ant Video Player... I can download it but I can't open the drive

    Firefox did some update today and now I can't open my Ant Video Player... I use it a ton so that it would be nice to solve this problem. Please / thank you

    Hi drk132, directly contact developers extension through their homepage support condition - they can probably give you more detailed advice and are the only ones who can fix bugs or make necessary adjustments in the addon for new versions of firefox. Thank you...

  • FireFox c. 26.0 update allow not Ant video dowloader work. I want that FireFox v. 25.0.1 return.

    26.0 FFox on Mac OS 10.6.8 new update will allow video downloader work. It also eliminates the status bar lower download. Click Download and it says "Download Java script application error" application update Java but only updating Java for Mac 10.7 lion. I'm still on Mac OS 10.6.8. I can't FFox 25.0.1 reinstalled? Ant downloader v.2.4.7.11 was great and worked on all the movie sites. Miss me it.

    Ant Video Downloader has a 2.4.7.15 version that (the developer says) is compatible with Firefox 26. You can update the page modules. Either:

    • Command + shift + a
    • Tools menu > Modules

    In the left column, click Extensions. Click the "gear" above the list, and then select find updates.

    What is fix?

  • Ant video Dowloader does not work on firefox 16.0.2?

    I download many videos using the ANT, it's my fav add on Mozilla

    Please update to version 18.0.1 and it will be compatible again. Thank you!

Maybe you are looking for

  • HP Pavilion 15-p101nm: Hp Pavilion 15-p101nm can not find drivers

    Please help, I have problem with this 3 things. Windows cannot install the drivers and the HP website there are no driwers for this. I use Win 7 64 bit This is the Device Manager: PCI encryption/decryption controller: PCI\VEN_1022 & DEV_1537 & SUBSYS

  • The pci-6111 can capture samples 400 000

    I'm just a signal that lasts 8 seconds.  The signal varies from 20 kHz to 25 kHz, so I would probably sample right around 50 kHz?  At that note, and if I wanted to capture the whole 8 seconds, according to me, that it would take me about 400000 sampl

  • Regular expression help please. (extraction of a subset of the string between two markers)

    I haven't used regular expressions before, and I can't find a regular expression to extract a subset of the string between two markers. The chain; Stuff of header I wantStuff of header I wantStuff of header I want Stuff of header I wantStuff of heade

  • Assistance with internet connection by cable

    Hello I just bought an ACER AXC - 603 G-UW13 desktop computer. I'm going to hurt to keep the wired connection. Initially, it works, and then abandons connection. When I got to the computer it worked fine. Then I added a netgear Wireless USB and I not

  • WET610N connection problems

    Recently, I upgraded my internet service with brighthouse.  They installed a new router/bridge which is a motorola surfboard SBG6580 wireless cable modem gateway.  Previously, I used a linksys router WRT54G.  I have had and used the WET610N bridge wi