Oracle Fusion Store Front Demo Application - Schema Creation Failed

I have downloaded the Fusion Store Front Demo Application "FusionOrderDemo_R1PS2.zip" from http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html .
Followed the instructions on the same page. But Schema creation is failing.
I am not sure why it is not picking the whole path till JDeveloper i.e. looking for wlserver_10.3\server]\lib in I:\Oracle\FusionMiddleware\wlserver_10.3\server\lib ( JDeveloper not getting added to path.)
Build.Properties file content :
jdeveloper.home=I:/Oracle/FusionMiddleware/JDeveloper
src.home=..//..
# JDBC info used to create Schema
jdbc.driver=oracle.jdbc.OracleDriver
jdbc.urlBase=jdbc:oracle:thin:@localhost
jdbc.port=1521
jdbc.sid=XE
# Information about the default setup for the demo user.
db.adminUser=system
db.demoUser=FOD
db.demoUser.password=fusion
db.demoUser.tablespace=USERS
db.demoUser.tempTablespace=TEMP
Error :
BUILD FAILED
F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\build.xml:28: I:\Oracle\FusionMiddleware\wlserver_10.3\server\lib not found.
Total time: 2 seconds
Thanks,
Rajdeep

Thanks John.
So jdeveloper.home is not the JDeveloper installation directory. Actually jdeveloper.home value should include jdeveloper folder along with JDeveloper Installation directory.
Can you please look whether this run is successful. It seems like some issues with populate images or should i open a separate post for this.
Buildfile: F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\Ant\build.xml
populateImages:
[java] Jan 13, 2011 12:21:21 AM oracle.as.jmx.framework.LoggerHelper log
[java] SEVERE: Error initializing the JMX FRamework SPI "oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl"
[java] java.lang.reflect.InvocationTargetException
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java]      at java.lang.reflect.Method.invoke(Method.java:597)
[java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializeSPI(PortableMBeanFactory.java:1895)
[java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializePlatformSPI(PortableMBeanFactory.java:1851)
[java]      at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1831)
[java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:207)
[java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:215)
[java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[java]      at java.lang.Class.newInstance0(Class.java:355)
[java]      at java.lang.Class.newInstance(Class.java:308)
[java]      at oracle.mds.core.MDSInstance.lookupMBeanServer(MDSInstance.java:2061)
[java]      at oracle.mds.core.MDSInstance.checkMDSDeployStatus(MDSInstance.java:950)
[java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1692)
[java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1666)
[java]      at oracle.mds.core.MDSInstance.findAndStoreMDSInstance(MDSInstance.java:1962)
[java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:507)
[java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:470)
[java]      at oracle.adf.share.config.ADFMDSConfig.getDefaultMDSInstance(ADFMDSConfig.java:436)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java]      at java.lang.reflect.Method.invoke(Method.java:597)
[java]      at oracle.adf.share.config.FallbackConfigImpl.getMDSInstance(FallbackConfigImpl.java:65)
[java]      at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.createMDSSession(ADFContextMDSConfigHelperImpl.java:50)
[java]      at oracle.adf.share.ADFContext.getMDSSessionAsObject(ADFContext.java:1224)
[java]      at oracle.jbo.mom.MOMParserMDS.getMDSSession(MOMParserMDS.java:60)
[java]      at oracle.jbo.mom.MOMParserMDS.parse(MOMParserMDS.java:189)
[java]      at oracle.jbo.mom.MOMParserNonMDS.readAndParse(MOMParserNonMDS.java:71)
[java]      at oracle.jbo.mom.DefinitionContextStandard.readAndParse(DefinitionContextStandard.java:237)
[java]      at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1447)
[java]      at oracle.jbo.server.SessionImpl.init(SessionImpl.java:160)
[java]      at oracle.jbo.server.ApplicationModuleHomeImpl.createSession(ApplicationModuleHomeImpl.java:106)
[java]      at oracle.jbo.server.ApplicationModuleHomeImpl.<init>(ApplicationModuleHomeImpl.java:43)
[java]      at oracle.jbo.server.InitialContextImpl.createJboHome(InitialContextImpl.java:52)
[java]      at oracle.jbo.common.JboInitialContext.lookup(JboInitialContext.java:73)
[java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
[java]      at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:155)
[java]      at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:73)
[java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2767)
[java]      at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:589)
[java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2327)
[java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
[java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
[java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
[java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
[java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
[java]      at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1494)
[java]      at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1399)
[java]      at oracle.fodemo.share.imageloader.LoadImages.main(LoadImages.java:23)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java]      at java.lang.reflect.Method.invoke(Method.java:597)
[java]      at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:217)
[java]      at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:152)
[java]      at org.apache.tools.ant.taskdefs.Java.run(Java.java:764)
[java]      at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:218)
[java]      at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:132)
[java]      at org.apache.tools.ant.taskdefs.Java.execute(Java.java:105)
[java]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[java]      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java]      at java.lang.reflect.Method.invoke(Method.java:597)
[java]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[java]      at org.apache.tools.ant.Task.perform(Task.java:348)
[java]      at org.apache.tools.ant.Target.execute(Target.java:357)
[java]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
[java]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
[java]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[java]      at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
[java]      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
[java]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java]      at java.lang.reflect.Method.invoke(Method.java:597)
[java]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[java]      at org.apache.tools.ant.Task.perform(Task.java:348)
[java]      at org.apache.tools.ant.Target.execute(Target.java:357)
[java]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
[java]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
[java]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
[java]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[java]      at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
[java]      at org.apache.tools.ant.Main.runBuild(Main.java:758)
[java]      at org.apache.tools.ant.Main.startAnt(Main.java:217)
[java]      at org.apache.tools.ant.Main.start(Main.java:179)
[java]      at org.apache.tools.ant.Main.main(Main.java:268)
[java] Caused by: java.lang.IllegalStateException: access denied (javax.management.MBeanTrustPermission register)
[java]      at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.init(CoreJMXFrameworkProviderImpl.java:268)
[java]      at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.init(CoreJMXFrameworkProviderImpl.java:137)
[java]      at oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl.init(JMXFrameworkProviderImpl.java:77)
[java]      ... 93 more
[java] Caused by: java.security.AccessControlException: access denied (javax.management.MBeanTrustPermission register)
[java]      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
[java]      at java.lang.SecurityManager.checkPermission(SecurityManager.java:568)
[java]      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.java:1824)
[java]      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:310)
[java]      at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
[java]      at oracle.as.jmx.framework.config.session.ReadOnlyConfigurationMBeanServer.registerMBean(ReadOnlyConfigurationMBeanServer.java:80)
[java]      at oracle.as.jmx.framework.config.session.ConfigurationSessionManager.registerSessionManagerMBean(ConfigurationSessionManager.java:135)
[java]      at oracle.as.jmx.framework.config.session.ConfigurationSessionManager.<init>(ConfigurationSessionManager.java:127)
[java]      at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.initConfigSessionInfrastructure(CoreJMXFrameworkProviderImpl.java:307)
[java]      at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.init(CoreJMXFrameworkProviderImpl.java:260)
[java]      ... 95 more
[java] Jan 13, 2011 12:21:23 AM oracle.jdbc.driver.OracleDriver registerMBeans
[java] SEVERE: Error while registering Oracle JDBC Diagnosability MBean.
[java] java.security.AccessControlException: access denied (javax.management.MBeanTrustPermission register)
[java]      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
[java]      at java.lang.SecurityManager.checkPermission(SecurityManager.java:568)
[java]      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.java:1824)
[java]      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:310)
[java]      at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
[java]      at oracle.as.jmx.framework.config.session.RuntimeConfigurationMBeanServer.registerMBean(RuntimeConfigurationMBeanServer.java:64)
[java]      at oracle.jdbc.driver.OracleDriver.registerMBeans(OracleDriver.java:345)
[java]      at oracle.jdbc.driver.OracleDriver$1.run(OracleDriver.java:197)
[java]      at java.security.AccessController.doPrivileged(Native Method)
[java]      at oracle.jdbc.driver.OracleDriver.<clinit>(OracleDriver.java:193)
[java]      at java.lang.Class.forName0(Native Method)
[java]      at java.lang.Class.forName(Class.java:247)
[java]      at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:34)
[java]      at oracle.jbo.common.JBOClass.forName(JBOClass.java:162)
[java]      at oracle.jbo.server.BaseSQLBuilderImpl.doRegisterDefaultDriver(BaseSQLBuilderImpl.java:200)
[java]      at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:903)
[java]      at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1112)
[java]      at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6372)
[java]      at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:130)
[java]      at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:213)
[java]      at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:562)
[java]      at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:410)
[java]      at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8651)
[java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4405)
[java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2391)
[java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
[java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
[java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
[java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
[java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
[java]      at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1494)
[java]      at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1399)
[java]      at oracle.fodemo.share.imageloader.LoadImages.main(LoadImages.java:23)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java]      at java.lang.reflect.Method.invoke(Method.java:597)
[java]      at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:217)
[java]      at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:152)
[java]      at org.apache.tools.ant.taskdefs.Java.run(Java.java:764)
[java]      at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:218)
[java]      at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:132)
[java]      at org.apache.tools.ant.taskdefs.Java.execute(Java.java:105)
[java]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[java]      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java]      at java.lang.reflect.Method.invoke(Method.java:597)
[java]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[java]      at org.apache.tools.ant.Task.perform(Task.java:348)
[java]      at org.apache.tools.ant.Target.execute(Target.java:357)
[java]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
[java]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
[java]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[java]      at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
[java]      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
[java]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java]      at java.lang.reflect.Method.invoke(Method.java:597)
[java]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[java]      at org.apache.tools.ant.Task.perform(Task.java:348)
[java]      at org.apache.tools.ant.Target.execute(Target.java:357)
[java]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
[java]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
[java]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
[java]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[java]      at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
[java]      at org.apache.tools.ant.Main.runBuild(Main.java:758)
[java]      at org.apache.tools.ant.Main.startAnt(Main.java:217)
[java]      at org.apache.tools.ant.Main.start(Main.java:179)
[java]      at org.apache.tools.ant.Main.main(Main.java:268)
revokePrivs:
[sql] Executing resource: F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\Scripts\SQLRunner1276056861.sql
[sql] 6 of 6 SQL statements executed successfully
[delete] Deleting: F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\Scripts\SQLRunner1276056861.sql
[echo] Cleaning up database user privileges.
createDatabase:
[echo] Database (Re)Creation Complete
buildAll:
BUILD SUCCESSFUL
Total time: 51 seconds

Similar Messages

  • Problem in build Oracle Fusion Store Front Demo Application

    I downloaded the "Oracle Fusion Store Front Demo Application" from http://www.oracle.com/technology/products/jdev/samples/fod/index.html,
    and tryed to build it after fininshing editing the "build.properties" in JDeveloper 11g, but four errors appeared ,the message in the log window is:
    D:\jdeveloper11\workspace\fod\Infrastructure\Ant>
    D:\jdeveloper11\jdk\bin\javaw.exe -classpath D:\jdeveloper11\jdev\lib\ojc.jar;D:\jdeveloper11\ant\lib\ant-oracle.jar;D:\jdeveloper11\jdev\lib\jdev.jar;D:\jdeveloper11\ant\lib\ant-apache-regexp.jar;D:\jdeveloper11\ant\lib\ant-jdepend.jar;D:\jdeveloper11\ant\lib\ant-icontract.jar;D:\jdeveloper11\ant\lib\ant-vaj.jar;D:\jdeveloper11\ant\lib\ant-apache-oro.jar;D:\jdeveloper11\ant\lib\ant-junit.jar;D:\jdeveloper11\ant\lib\ant-swing.jar;D:\jdeveloper11\ant\lib\xercesImpl.jar;D:\jdeveloper11\ant\lib\xml-apis.jar;D:\jdeveloper11\ant\lib\ant-apache-log4j.jar;D:\jdeveloper11\ant\lib\ant-trax.jar;D:\jdeveloper11\ant\lib\ant-apache-bcel.jar;D:\jdeveloper11\ant\lib\ant-stylebook.jar;D:\jdeveloper11\ant\lib\ant-xslp.jar;D:\jdeveloper11\ant\lib\ant-jai.jar;D:\jdeveloper11\ant\lib\ant-javamail.jar;D:\jdeveloper11\ant\lib\commons-net-1.3.0.jar;D:\jdeveloper11\ant\lib\ant-apache-resolver.jar;D:\jdeveloper11\ant\lib\ant-xalan1.jar;D:\jdeveloper11\ant\lib\ant-weblogic.jar;D:\jdeveloper11\ant\lib\ant-commons-net.jar;D:\jdeveloper11\ant\lib\ant-jmf.jar;D:\jdeveloper11\ant\lib\ant-launcher.jar;D:\jdeveloper11\ant\lib\ant-apache-bsf.jar;D:\jdeveloper11\ant\lib\jakarta-oro-2.0.8.jar;D:\jdeveloper11\ant\lib\ant-starteam.jar;D:\jdeveloper11\ant\lib\ant-netrexx.jar;D:\jdeveloper11\ant\lib\ant-jsch.jar;D:\jdeveloper11\ant\lib\ant.jar;D:\jdeveloper11\ant\lib\ant-commons-logging.jar;D:\jdeveloper11\ant\lib\ant-nodeps.jar;D:\jdeveloper11\ant\lib\ant-antlr.jar;D:\jdeveloper11\jdk\lib\tools.jar -Djdev.ant.port=1825 -Dant.home=D:\jdeveloper11\ant -Djdev.ant.debug.port=1826 org.apache.tools.ant.Main -logger oracle.jdevimpl.ant.runner.OutOfProcessAntLogger -inputhandler oracle.jdevimpl.ant.runner.OutOfProcessInputHandler -f D:\jdeveloper11\workspace\fod\Infrastructure\Ant\build.xml -Doracle.home=D:\jdeveloper11\ -listener oracle.jdevimpl.debugger.ant.DebugBuildListener buildAll
    Buildfile: D:\jdeveloper11\workspace\fod\Infrastructure\Ant\build.xml
    Debugger connected to local process.
    createDatabase:
    refreshSchema:
    BUILD FAILED
    D:\jdeveloper11\workspace\fod\Infrastructure\Ant\build.xml:16: The following error occurred while executing this line:
    D:\jdeveloper11\workspace\fod\Infrastructure\DBSchema\build.xml:89: The following error occurred while executing this line:
    D:\jdeveloper11\workspace\fod\Infrastructure\DBSchema\build.xml:54: The following error occurred while executing this line:
    D:\jdeveloper11\workspace\fod\Infrastructure\DBSchema\build.xml:26: java.sql.SQLException: Io 异常: The Network Adapter could not establish the connection
    Total time: 4 seconds
    Process exited.
    Debugger disconnected from local process.
    note:
    I have followed the "readme.html" in the "fod.zip" file exactly,
    also there is no problem with my network adapter ,I can connect to the Internet without any problem;
    Can someone give me the answer?

    I also have this problem. When I build the build.xml file, errors happen:
    Buildfile: D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\Ant\build.xml
    createDatabase:
    refreshSchema:
    BUILD FAILED
    D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\Ant\build.xml:20: The following error occurred while executing this line:
    D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\DBSchema\build.xml:89: The following error occurred while executing this line:
    D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\DBSchema\build.xml:54: The following error occurred while executing this line:
    D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\DBSchema\build.xml:26: D:\softjdevstudio1111TP2\jdbc\lib not found.
    Total time: 0 seconds
    My build.properties is set as following (meanwhile, I can connect database 10gR2):
    # Master Ant properties file for Fusion Order Demo
    # All build files refer to this master list of properties
    # $Id: build.properties 812 2007-02-20 07:14:33Z lmunsing $
    # Base Directory for library lookup
    jdeveloper.home=D:\soft\jdevstudio1111TP2
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:oracle:thin:@localhost
    jdbc.port=1521
    jdbc.sid=orcl
    # Information about the default setup for the demo user
    db.adminUser=system
    db.adminUser.password=welcome1
    db.demoUser=FOD
    db.demoUser.password=welcome1
    db.demoUser.tablespace=USERS
    db.demoUser.tempTablespace=TEMP
    --------------------------------------------------------------------------------------

  • Problem in running the Fusion Store Front demo..

    Hi All,
    I downloaded the latest jdev and trying out the fusion store front demo.
    I have a XE running locally on my machine. I'm able to connect to it.
    I see the following compilation error while building the sample:
    Error: oracle.fodemo.storefront.store.queries.WarehouseStockLevelsVO: Entity Attribute for this View Attribute cannot be found.
    oracle.fodemo.storefront.store.queries.WarehouseStockLevelsVO.AddressId1
    Error: oracle.fodemo.storefront.entities.associations.OrderItemsOrdersFkAssoc: One or more attributes for one of the association ends were not found.
    oracle.fodemo.storefront.entities.OrderItemEO.OrderId
    I get the same error for all the attributes.
    thanks
    Vasuki

    Lynn,
    By following your instruction, I changed the deployment time out (ms) to 560000, then got a blank home page, the log message is:
    Target URL -- http://localhost:7101/StoreFrontModule-StoreFrontUI-context-root/faces/home
    Oct 13, 2008 11:40:36 PM oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder
    WARNING: ADFc: Replacing the ADF Page Lifecycle implementation with 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
    Oct 13, 2008 11:40:38 PM oracle.adfinternal.controller.util.model.AdfmInterface initialize
    INFO: ADFc: BindingContext is present, using ADFm APIs for DataControlFrames.
    Oct 13, 2008 11:40:38 PM oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider <init>
    INFO: ADFc: Controller caching of MDS metadata resources ENABLED.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    INFO: ADFc: Loading bootstrap metadata from '/WEB-INF/adfc-config.xml'.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    INFO: ADFc: Loading bootstrap metadata from '/WEB-INF/adfc-config.xml'.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate activity 'updateUserInfo' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate activity 'checkout-task-flow' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate activity 'home' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate activity 'registerUser' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate activity 'myOrders' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate managed bean definition for 'updateUserInfoBean' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate managed bean definition for 'navigationBean' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate managed bean definition for 'myOrdersBean' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate managed bean definition for 'homePageBean' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate managed bean definition for 'userInfoBean' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate managed bean definition for 'orderPageBean' detected.
    Oct 13, 2008 11:40:39 PM oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add
    WARNING: ADFc: Duplicate managed bean definition for 'shoppingCartBean' detected.
    <Oct 13, 2008 11:41:28 PM EDT> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@11120f9 - appName: 'StoreFrontModule', name: 'StoreFrontModule-StoreFrontUI-context-root', context-path: '/StoreFrontModule-StoreFrontUI-context-root', spec-version: '2.5', request: weblogic.servlet.internal.ServletRequestImpl@73102f[
    GET /StoreFrontModule-StoreFrontUI-context-root/faces/home?_adf.ctrl-state=1665739251_3 HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Cookie: JSESSIONID=rh5lL0JBrLTpyCxjts1lYh1P5j01lfjPlXb2zGnMQyhckrChR4J7!1973722849
    ]] Root cause of ServletException.
    java.lang.IllegalStateException: <f:view> was not present on this page; tag [email protected]04e13encountered without an <f:view> being processed.
         at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.setProperties(UIXComponentELTag.java:97)
         at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:613)
         at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1142)
         at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.doStartTag(UIXComponentELTag.java:72)
         at oracle.adfinternal.view.faces.unified.taglib.UnifiedDocumentTag.doStartTag(UnifiedDocumentTag.java:50)
         Truncated. see log file for complete stacktrace
    >
    <Oct 13, 2008 11:41:28 PM EDT> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
    java.lang.NullPointerException.
    java.lang.NullPointerException
         at oracle.adfinternal.controller.util.model.DCFrameImpl.makeCurrent(DCFrameImpl.java:124)
         at oracle.adfinternal.controller.state.ViewPortContextImpl.makeCurrent(ViewPortContextImpl.java:924)
         at oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:134)
         at oracle.adfinternal.controller.state.ControllerState.setRequestState(ControllerState.java:832)
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:361)
         Truncated. see log file for complete stacktrace
    >

  • Error when trying to build the database for the Oracle Fusion Store Front D

    I have jdeveloper Build JDEVADF_MAIN.BOXER_GENERIC_081002.2127.5156
    I downloaded the FOD_11.zip from http://www.oracle.com/technology/products/jdev/samples/fod/index.html
    When running the Ant script to create the FOD user and schema, I get the following errors:
    Oracle JDeveloper (11g) (Build 5156)
    Buildfile: D:\oracle\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to D:\oracle\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    D:\oracle\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    D:\oracle\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    D:\oracle\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    D:\oracle\Infrastructure\DBSchema\build.xml:28: D:\oracle\Infrastructure\Ant\wlserver_10.3\server\lib not found.
    Total time: 5 seconds
    Does anyone know what the problem is?
    Thanks for your help.

    I had the same problem until I changed the Windows-style back slashes in the directory path to UNIX-style forward slashes, viz:
    C:\Oracle\Middleware\jdeveloper
    is wrong, while:
    C:/Oracle/Middleware/jdeveloper
    works correctly.
    This might be stating the obvious, but it's one of the ongoing write-once-and-fail-to-run-everywhere issues that keep biting newbie Java developers, like myself, in the backside.
    :-(

  • Application module creation failed

    Can someone please help me? My data form (which runs fine
    through jdeveloper) is failing when I try to run it with an
    applet. This is what I get:
    DAC-405: SessionInfo: Application module creation failed;
    className: productionApp
    java.rmi.Remote
    I've been looking everywhere for help. No luck.
    Thank you.
    null

    Have you included, in the applet tag, all of the archives
    specified in the JDev console output when it runs correctly in
    JDev?
    - PSW
    Michele (guest) wrote:
    : A couple peculiar things are showing up in the java console:
    : com.ms.security.SecurityExceptionEx
    : [oracle/jbo/common/util/JboEnvUtil.getDefaultHost]: cannot
    : connect to "mcrow.syntax.com"
    : com.ms.security.SecurityExceptionEx
    : [javax/swing/SystemEventQueueUtilities$RunnableCanvas.lookup]:
    : Illegal ThreadGroup access.
    : What's going on?
    : Michele (guest) wrote:
    : : Can someone please help me? My data form (which runs fine
    : : through jdeveloper) is failing when I try to run it with an
    : : applet. This is what I get:
    : : DAC-405: SessionInfo: Application module creation failed;
    : : className: productionApp
    : : java.rmi.Remote
    : : I've been looking everywhere for help. No luck.
    : : Thank you.
    null

  • SessionVideo.publishSession() == DAC-405: Application module creation failed

    The project contains a dbInfo class that was designed as perscribed in the Data form tutorial. Also a frame class which has its textFields bound to the rowSetInfo dataItem that are described in the dbInfo class. The following error/exception occurs when i try to publish the sessionInfo:
    ERROR...
    PANIC
    DAC-405: SessionInfo: Application module creation failed; className: VideoDBModule
    DETAILS
    DAC-405: SessionInfo: Application module creation failed; className: VideoDBModule
    null
    Associated CODE...
    public dbInfo() {
    try {
    jbInit();
    sessionVideo.publishSession(); <<<<<<<ERROR OCCURS HERE
    catch (Exception e) {
    e.printStackTrace();
    I checked my business components by creating a default data form using the data form WIZARD. This worked fine and i found that by removing(commenting out) the code associated with the loginDialogueBox(added by wizard) caused the same error to occur with this data form.
    PLEASE HELP, after all this work i would really like to see this working
    Adam

    William...thanks for the reply....
    Below are details on where the section of the Data form tutorial that i followed, is in help.
    help
    help topics
    Tutorials and sample applications
    tutorials
    Developing the online orders data form client
    creating the data form client
    creating the customer view data form(TASK 3)
    or alternatively the code from my dbInfo class:
    The class has one sessionInfo component: sesionVideoDB
    a rowSetInfo item: rowSetHousehold
    and a find function which is called from a data aware frame which has its textfields bound to the attributes of the rowSetHousehold
    =======================================================================
    package DACVideo;
    import oracle.dacf.dataset.*;
    import oracle.dacf.dataset.connections.*;
    * A Class class.
    * <P>
    * @author Adam Maddox
    public class dbInfo extends Object {
    SessionInfo sessionVideoDB = new SessionInfo();
    static RowSetInfo rowSetHousehold = new RowSetInfo();
    static AttributeInfo IdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo ChainIdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo HomeStoreIdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo HomeHouseholdCategoryIdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo ChainHouseholdCategoryIdrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo PrimaryPersonrowSetHousehold = new AttributeInfo(java.sql.Types.NUMERIC);
    AttributeInfo CreateDaterowSetHousehold = new AttributeInfo(java.sql.Types.DATE);
    AttributeInfo DeleteDaterowSetHousehold = new AttributeInfo(java.sql.Types.DATE);
    AttributeInfo HomePhone1rowSetHousehold = new AttributeInfo();
    AttributeInfo HomePhone2rowSetHousehold = new AttributeInfo();
    AttributeInfo AddressrowSetHousehold = new AttributeInfo();
    * Constructor
    public dbInfo() {
    try {
    jbInit();
    sessionVideoDB.publishSession(); <<<<<<ERROR OCCURS HERE
    catch (Exception e) {
    e.printStackTrace();
    private void jbInit() throws Exception {
    AddressrowSetHousehold.setName("Address");
    HomePhone2rowSetHousehold.setName("HomePhone2");
    HomePhone1rowSetHousehold.setName("HomePhone1");
    DeleteDaterowSetHousehold.setName("DeleteDate");
    CreateDaterowSetHousehold.setName("CreateDate");
    PrimaryPersonrowSetHousehold.setName("PrimaryPerson");
    ChainHouseholdCategoryIdrowSetHousehold.setName("ChainHouseholdCategoryId");
    HomeHouseholdCategoryIdrowSetHousehold.setName("HomeHouseholdCategoryId");
    HomeStoreIdrowSetHousehold.setName("HomeStoreId");
    ChainIdrowSetHousehold.setName("ChainId");
    IdrowSetHousehold.setName("Id");
    rowSetHousehold.setAttributeInfo( new AttributeInfo[] {
    IdrowSetHousehold,
    ChainIdrowSetHousehold,
    HomeStoreIdrowSetHousehold,
    HomeHouseholdCategoryIdrowSetHousehold,
    ChainHouseholdCategoryIdrowSetHousehold,
    PrimaryPersonrowSetHousehold,
    CreateDaterowSetHousehold,
    DeleteDaterowSetHousehold,
    HomePhone1rowSetHousehold,
    HomePhone2rowSetHousehold,
    AddressrowSetHousehold} );
    sessionVideoDB.setAppModuleInfo(new ModuleInfo("VideoDB", "VideoDBModule"));
    sessionVideoDB.setConnectionInfo(new LocalConnection("VIDEO_SYSOP"));
    sessionVideoDB.setName("sessionVideoDB");
    rowSetHousehold.setQueryInfo(new QueryViewInfo(
    "HouseholdView5",
    rowSetHousehold.setSession(sessionVideoDB);
    rowSetHousehold.setName("rowSetHousehold");
    public static int find(String id)
    show("====================value recieved===================");
    show(id);
    show("===================================================");
    String idColumnName = IdrowSetHousehold.getColumnName();
    StringBuffer query = new StringBuffer();
    if(id.length() > 0)
    query.append(idColumnName + " = " + id);
    show("id found");
    rowSetHousehold.setQueryCondition(query.toString());
    rowSetHousehold.executeQuery();
    int rowQty = rowSetHousehold.getRowsetAccess().getRowCount();
    show("ROW QUANTITY =" + String.valueOf(rowQty));
    return rowQty;
    }//end find
    public static void show(String s)
    System.out.println(s);
    null

  • OIM 11g R2 installation Issue. OIM Schema creation failed using RCU 11.1.2

    I have been trying to install OIM 11g R2 on a Windows server 2008 R2 64 Bit and have been encountering the following error during the OIM schema creation. The other schemas, such as Metadata, SOA, user messaging services and other associated schema creation was successful. But, the OIM schema creation was taking more than 2 minutes and finally it fails with the below error.
    RCU-6130: Action failed
    RCU-6135: Error while trying to execute java action.
    Components used:
    OS: Windows Server 2008 R2 64 Bit
    DBS: 11gR2 (11.2.0.1)
    RCU: 11.1.2
    The first error occured was ora-12637 packet receive failed followed by Table or View does not exist. I could not fetch much information from the oim and rcu.log.
    I have set the processes, open_cursors and session_cached_cursors as suggested in the preinstallation step of OIM 11g R2 installation.
    Any pointers on this will be highly appreciated.
    Thanks,
    Srini

    Copy the msvcr71.dll file from rcuHome\jdk\jre\bin inside rcu installer and paste it in C:\Windows\SysWOW64.
    Try running the rcu again with the new user i.e. instead of DEV_OIM, run it with DEV_OIM1.
    Or drop the DEV_OIM user first and then use the same user.

  • Store Front Demo Install

    Is there an alternative to creating the demo database via JDeveloper. I work in a very secure environment and am not allowed create permission on the db. In the past we have had a sql script that our dba executed. Do you have one for fod_11.zip?

    http://download.oracle.com/docs/cd/B31017_01/web.1013/b28967/intro_tour002.htm

  • Oracle Fusion Order Demo Application

    Hi,
    I downloaded this DEMO :
    Oracle Fusion Order Demo Application
    http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html
    And when in step
    9.In the application navigator, under the Resources node, Right click build.xml and choose Run Ant Target > buildAll
    I receive this error :
    Buildfile: E:\Jdev_sources\Infrastructure\Ant\build.xml
    init:
        [mkdir] Created dir: E:\Jdev_sources\Infrastructure\Ant\classes
        [javac] Compiling 1 source file to E:\Jdev_sources\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    E:\Jdev_sources\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    E:\Jdev_sources\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    E:\Jdev_sources\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    E:\Jdev_sources\Infrastructure\DBSchema\build.xml:28: E:\Jdev_sources\Infrastructure\Ant\wlserver_10.3\server\lib not found.
    Total time: 14 secondsEffectiveley E:\Jdev_sources\Infrastructure\Ant\wlserver_10.3\server\lib does not existe but it should be (seems to me) a part of whet was downloaded.
    Thank for help.

    Hi again, and thanks to all.
    I reinstalled all and Now I have the followings that seems to be a connectivity problem :
    First the parameteres in build.properties :
    jdeveloper.home=E:/Oracle/Middleware/jdeveloper
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:orcl:thin:@localhost
    jdbc.port=1521
    jdbc.sid=ORCL
    Buildfile: E:\Jdev_source\Infrastructure\Ant\build.xml
    init:
        [mkdir] Created dir: E:\Jdev_source\Infrastructure\Ant\classes
        [javac] Compiling 1 source file to E:\Jdev_source\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    E:\Jdev_source\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    E:\Jdev_source\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    E:\Jdev_source\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    E:\Jdev_source\Infrastructure\DBSchema\build.xml:28: java.sql.SQLException: No suitable Driver for jdbc:orcl:thin:@localhost:1521:ORCL
    Total time: 32 secondsOracle is installed on the same server and DB is on the same server.
    E:\Jdev_source>cd E:\oracle\product\10.2.0\db_1\jdbc\lib
    E:\oracle\product\10.2.0\db_1\jdbc\lib>dir
    Volume in drive E is Data
    Volume Serial Number is E856-5E27
    Directory of E:\oracle\product\10.2.0\db_1\jdbc\lib
    13/11/2009 14:21 <DIR> .
    13/11/2009 14:21 <DIR> ..
    02/02/2008 14:49 1 609 607 classes12.jar
    02/02/2008 14:49 1 622 075 classes12.zip
    02/02/2008 14:49 1 617 382 classes12dms.jar
    11/02/2008 19:52 1 646 217 nls_charset12.jar
    02/02/2008 14:49 1 555 682 ojdbc14.jar
    02/02/2008 14:49 1 563 375 ojdbc14dms.jar
    02/02/2008 14:49 1 958 237 ojdbc14dms_g.jar
    02/02/2008 14:49 1 950 033 ojdbc14_g.jar
    8 File(s) 13 522 608 bytes
    2 Dir(s) 7 992 795 136 bytes free
    Regards.
    Ok finaly it was this :
    jdbc.urlBase=jdbc:oracle:thin:@localhost
    If you look above , before, I had :
    jdbc.urlBase=jdbc:orcle:thin:@localhost
    :=(((
    Now :
    BUILD SUCCESSFUL
    Total time: 35 seconds
    Thanks again.

  • Setting Up the Fusion Order Demo Application, error in import Fod schema

    Hello,
    using Jdev11R1 ,Setting Up the Fusion Order Demo Application, and modify the properties in build.properties for my environment , but i don't undersatnd what is (src.home=..//..)
    i followed the instraction to get demo FOD schema , right-click build.xml and
    choose Run Ant Target > buildAll.
    i got this
    Buildfile: C:\FOD_11\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to C:\FOD_11\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    C:\FOD_11\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    C:\FOD_11\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    C:\FOD_11\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    C:\FOD_11\Infrastructure\DBSchema\build.xml:28: C:\FOD_11\Infrastructure\Ant\wlserver_10.3\server\lib not found.
    Total time: 6 seconds
    thanks
    greenApple

    I ran into the same problem. If the jdeveloper.home was set like below:
    jdeveloper.home=C:\oracle\Middleware\jdeveloper
    A Run Ant Target buildAll would produce the following:
    Buildfile: E:\source\java\FOD_11\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to E:\source\java\FOD_11\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    E:\source\java\FOD_11\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    E:\source\java\FOD_11\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    E:\source\java\FOD_11\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    E:\source\java\FOD_11\Infrastructure\DBSchema\build.xml:28: C:\oracle\Middleware\utils\quickstart\wlserver_10.3\server\lib not found.
    No where could I find the path C:\oracle\Middleware\utils\quickstart set in any of the scripts. If I hard coded the path in the fileset below
    <path id="oracle.jdbc.path">
    <fileset dir="${jdeveloper.home}/../wlserver_10.3/server/lib">
    <include name="ojdbc6.jar"/>
    </fileset>
    </path>
    I would just get another error further in the process when the jdeveloper.home was expanded again.
    When I change the "\" to "/" in the jdeveloper.home (<fileset dir="${jdeveloper.home}/../wlserver_10.3/server/lib">) the build completed successfully.

  • Oracle Fusion Order Demo Application For JDeveloper error

    HI,
    i try to run the (Oracle Fusion Order Demo Application For JDeveloper) Fusion Order Demo (FOD) is an end-to-end application sample :
    when i try to : Right click build.xml and choose Run Ant Target > buildAll . error coming
    Buildfile: C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:28: C:\Oracle\Middleware\jdeveloper\wlserver_10.3\server\lib not found.
    Total time: 6 seconds
    how i can run the build.xml

    Hi,
    not quite sure the question is clear. The add cart command is a link defined in the JSPX file
    <af:commandLink partialSubmit="true"
    actionListener="#{shoppingCartBean.addItemToCart}"
    id="cl3">
    that points to
    public void addItemToCart(ActionEvent evt) {
    Map attributes = evt.getComponent().getAttributes();
    invokeUpdateOp(new Integer(attributes.get( PRODUCT_ID_COL )+ ""));
    in StoreFrontModule\StorefrontUI\src\oracle\fodemo\storefront\cart\view\managed\ShoppingCartBean.java . This is where you follow up then.
    +"how i can make Repetition for the items in home.jspx"+
    I can only assume you mean how to create the catalog items. Here I suggest you look at the demo source as this is what the demo is for. If you are new to ADF, I recommend that you first run a tutorial from here
    If you are on 11g R1: http://www.oracle.com/technetwork/developer-tools/jdev/overview/index-100269.html
    If you are on 11g R2: http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm
    No demo can replace proper learning, to be honest
    Frank

  • Javax.xml.soap.SOAPException in Fusion Order Demo Application

    Hi,
    I setup the Oracle Fusion Middleware. I also deployed the Oracle Fusion Order Demo Application in the soa_server. I placed the order in the store front web for the price of 3000. The Store font Service initiates the call to webservice (OrderBookingService) and aproved the order using BAM worklist application and then I found the below error in the soa_server_diagnostic log file.
    =====================================================================================================================================
    2011-01-14T11:17:27.525+08:00] [soa_server1] [WARNING] [] [oracle.bam.adapter.adc.soap.DOOperationsDispatch] [tid: BatchProcessorThread(0)] [userId: <anonymous>] [ecid: 0000Iq2VyNWDCgWFLzuHOA1DBcDA000CjD,1:30958] [dcid: b6be438a400b4064:-27d42103:12d7db2014a:-7ffc-0000000000001b7c] Error in batch webservice[[
    javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:784)
         at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:234)
         at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:105)
         at oracle.bam.adapter.adc.soap.DOOperationsDispatch.batch(DOOperationsDispatch.java:103)
         at oracle.bam.adapter.adc.soap.SOAPBatch.flush(SOAPBatch.java:107)
         at oracle.bam.common.batching.BatchProcessor.run(BatchProcessor.java:1149)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:227)
         at oracle.j2ee.ws.common.transport.HttpTransport.transmit(HttpTransport.java:75)
         at oracle.j2ee.ws.common.async.MessageSender.call(MessageSender.java:64)
         at oracle.j2ee.ws.common.async.Transmitter.transmitSync(Transmitter.java:134)
         at oracle.j2ee.ws.common.async.Transmitter.transmit(Transmitter.java:90)
         at oracle.j2ee.ws.common.async.RequestorImpl.transmit(RequestorImpl.java:275)
         at oracle.j2ee.ws.common.async.RequestorImpl.invoke(RequestorImpl.java:95)
         at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:741)
         ... 10 more
    Caused by: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post2(HttpSOAPConnection.java:516)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:1232)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:225)
         ... 17 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:525)
         at java.net.Socket.connect(Socket.java:475)
         at java.net.Socket.<init>(Socket.java:372)
         at java.net.Socket.<init>(Socket.java:215)
         at javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:212)
         at HTTPClient.HTTPConnection.getSocket(HTTPConnection.java:3606)
         at HTTPClient.HTTPConnection.doConnect(HTTPConnection.java:4364)
         at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:3358)
         at HTTPClient.HttpOutputStream.closeImpl(HttpOutputStream.java:461)
         at HTTPClient.HttpOutputStream.access$000(HttpOutputStream.java:99)
         at HTTPClient.HttpOutputStream$1.run(HttpOutputStream.java:417)
         at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:666)
         at HTTPClient.HttpOutputStream.close(HttpOutputStream.java:415)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.sendMessage(HttpSOAPConnection.java:1045)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post2(HttpSOAPConnection.java:491)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:1232)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:225)
         at oracle.j2ee.ws.common.transport.HttpTransport.transmit(HttpTransport.java:75)
         at oracle.j2ee.ws.common.async.MessageSender.call(MessageSender.java:64)
         at oracle.j2ee.ws.common.async.Transmitter.transmitSync(Transmitter.java:134)
         at oracle.j2ee.ws.common.async.Transmitter.transmit(Transmitter.java:90)
         at oracle.j2ee.ws.common.async.RequestorImpl.transmit(RequestorImpl.java:273)
         at oracle.j2ee.ws.common.async.RequestorImpl.invoke(RequestorImpl.java:94)
         at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:741)
         at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:234)
         at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:105)
         at oracle.bam.adapter.adc.soap.DOOperationsDispatch.batch(DOOperationsDispatch.java:103)
         at oracle.bam.adapter.adc.soap.SOAPBatch.flush(SOAPBatch.java:106)
         at oracle.bam.common.batching.BatchProcessor.run(BatchProcessor.java:1149)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    =====================================================================================================================================
    Edited by: Raju Ilayaraja on Jan 17, 2011 12:18 AM

    Hi,
    BookingOrderProcess is working correctly. I am getting the below error periodically.It looks like some batch process is throwing the communication error.
    [2011-01-17T19:16:26.231+08:00] [soa_server1] [WARNING] [] [oracle.bam.adapter.adc.soap.DOOperationsDispatch] [tid: BatchProcessorThread(0)] [userId: <anonymous>] [ecid: 0000Iq2VyNWDCgWFLzuHOA1DBcDA000CjD,1:30958] [dcid: b6be438a400b4064:-27d42103:12d7db2014a:-7ffc-0000000000001b7c] Error in batch webservice[[
    javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:784)
         at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:234)
         at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:105)
         at oracle.bam.adapter.adc.soap.DOOperationsDispatch.batch(DOOperationsDispatch.java:103)
         at oracle.bam.adapter.adc.soap.SOAPBatch.flush(SOAPBatch.java:107)
         at oracle.bam.common.batching.BatchProcessor.run(BatchProcessor.java:1149)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:227)
         at oracle.j2ee.ws.common.transport.HttpTransport.transmit(HttpTransport.java:75)
         at oracle.j2ee.ws.common.async.MessageSender.call(MessageSender.java:64)
         at oracle.j2ee.ws.common.async.Transmitter.transmitSync(Transmitter.java:134)
         at oracle.j2ee.ws.common.async.Transmitter.transmit(Transmitter.java:90)
         at oracle.j2ee.ws.common.async.RequestorImpl.transmit(RequestorImpl.java:275)
         at oracle.j2ee.ws.common.async.RequestorImpl.invoke(RequestorImpl.java:95)
         at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:741)
         ... 10 more
    Caused by: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post2(HttpSOAPConnection.java:516)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:1232)
         at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:225)
         ... 17 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    Regards,
    Ilaya

  • JCA Binding Component connection issue in the Oracle Order Demo Application

    Hi,
    I setup the Oracle Fusion Middleware. I also deployed the Oracle Fusion Order Demo Application in the soa_server. I placed the order in the store front web.I initiated the webservice (OrderBookingService) and found the below error in the soa_server_diagnostic log file.
    =====================================================================================================================================
    Caused by: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Write' failed due to: JCA Binding Component connection issue.
    JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    OrderBookingComposite:USPSShipment [ Write_ptt::Write(body) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510
    JCA Resource Adapter location error.
    Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/>
    The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/file/FODFileAdapter'.
    The reason for this is most likely that either
    1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or
    2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/file/FODFileAdapter. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR).
    Please correct this and then restart the Application Server
    The invoked JCA adapter raised a resource exception.
    =====================================================================================================================================

    Thanks Guys.
    I resolved the issue.
    The issue is that FileAdapter for FulFillment mediator is missing.
    Solution 1:
    File adapter connection factory needs to be created via the weblogic console
    The details below:     
         JNDI Name: eis/file/FODFileAdapter
         controlDir          java.lang.String     /tmp/control
         inboundDataSource     java.lang.String     jdbc/SOADataSource
         outboundDataSource     java.lang.String     jdbc/SOADataSource
         outboundDataSourceLocal     java.lang.String     jdbc/SOALocalTxDataSource
         outboundLockTypeForWritejava.lang.String     oracle
    Solution 2:
    seedFodFileAdapterResources target in $FOD_HOME/bin/common-sca-tools.xml needs to be executed to create the file adaptor.
    Thanks.
    Ilayaraja

  • Looking For Oracle Fusion Middleware Repository Creation Utility

    I'm trying to install a development Fusion Middleware 11.1.1.7 (Weblogic, BPM, etc) environment in a Windows Virtual Box VM. I'm following the directions in the following document: Oracle Fusion Middleware Download, Installation, and Configuration ReadMe. I've installed Oracle 11G r2 and am on the step for using the "Oracle Fusion Middleware Repository Creation Utility". I have looked high and low and can't find this utility on the Oracle web site. Can someone PLEASE point me to the location so I can download it.

    Actually it is delivered on Edelivery and as a Patch on MOS:
    Oracle® Fusion Middleware Download, Installation, and Configuration ReadMe
    5.2 Downloading the Oracle Fusion Middleware Repository Creation Utility
    You use the Oracle Fusion Middleware Repository Creation Utility to install the database schemas that are required by specific Oracle Fusion Middleware products.
    For Oracle Fusion Middleware 11g Release 1 (11.1.1.7.0), download one of the following:
        Repository Creation Utility 11g Release 1 (11.1.1.7.0) from OTN or Oracle Software Delivery Cloud
        Patch 16471709 (for Windows and Linux 32-bit systems) from My Oracle Support

  • Oracle Application Server 10g/Oracle Fusion Middleware 11g

    Hi folks, This question related to migration/upgrade of Oracle Application Server infrastructure.
    I see that the Oracle has come up with Oracle Fusion Middleware 11g. Is it the next release of Oracle Application Server 10g. I have the following questions. Appreciate if any one can provide answers to the following questions. Please correct me if my understanding of these oracle products is not right! Thanks
    1. What is the future of Oracle Application Server?
    2. Is it Oracle Fusion Middleware(OFM) 11g is the upgrade path if one need
    to upgrade?
    3. Is it expected that expected that customers need(if require) to move to OFM 11g?
    4. Does OFM 10g comes with Oracle Application Server? If not what does
    it comes with?
    5. If it does not, what about customers having applications built using oracle forms and reports? Does OFG 11g
    support Oracle forms and reports?
    I understand that OFM 10g comes with Oracle web logic server!
    Thanks in advance.
    movva

    To run Forms and Reports in Oracle Fusion Middleware 11g you have to use the distribution "Portal, Forms, Reports and Discoverer" in the FMW 11g software pack.
    The structure of what we used to call "the application server" has changed a bit however, in the following way:
    - In 11g you need to install the Javaserver WebLogic software (version 10.3.3 for the current Forms 11g version 11.1.1.3) first.
    In 10g the installation of the Javaserver (OC4J) was part of the App server install.
    Note that you just have to install the software, the configuration script for creating a Forms app server instance creates the WebLogic domain (comparable with the OC4J instance) for you.
    - In 11g the Fusion Middleware software installation is separate from the creation of an application server instance.
    This is more convenient and comparable to Oracle database and Weblogic installation.
    - The Fusion Middleware Configuration script installs two parts of the product: 1. A WebLogic Domain. 2. A Fusion Middleware instance.
    The first contains everything related to Java, such as the servlet configuration file (formsweb.cfg), while the latter contains everything that has less to do with the Javaserver
    - No more Infrastructure server
    The Infrastructure server does not exist anymore. If you want to use Single Sign On with Forms/Reports 11g you can install Identity Management 10.1.4.3 (or use Identity Management 11g, and configure separately the 10.1.4.3 Single Sign On) or keep your old 10g Infrastructure installation.
    During installation you just have to specify you want to use OID and SSO and it configures out of the box.
    Under normal circumstances the same licenses apply to 10g and 11g (as long as you do not use WebLogic for other purposes).

Maybe you are looking for