JDeveloper - Error when try to run application

Hello all I am trying to build simple app using JDeveloper following this tutorial http://www.youtube.com/watch?v=O9FXJu2fl28
the version that I am using is 11g Release 2. The main difference is that I am using mySQL database which is successfully set up thanks to this thread Re: mySQL and JDeveloper
basically the rest is copy of the above mentioned tutorial. However when I try to run the application I get this error:
[Running application 10mindemo on Server Instance IntegratedWebLogicServer...]
[02:05:51 PM] Web Module ViewControllerWebApp.war recognized in project ViewController.jpr
[02:05:51 PM] ----  Deployment started.  ----
[02:05:51 PM] Target platform is  (Weblogic 10.3).
[02:05:52 PM] Retrieving existing application information
[02:05:52 PM] Running dependency analysis...
[02:05:52 PM] Deploying 2 profiles...
[02:05:52 PM] Wrote Web Application Module to /home/marek/.jdeveloper/system11.1.2.3.39.62.76.1/o.j2ee/drs/10mindemo/ViewControllerWebApp.war
[02:05:53 PM] Wrote Enterprise Application Module to /home/marek/.jdeveloper/system11.1.2.3.39.62.76.1/o.j2ee/drs/10mindemo
[02:05:53 PM] Deploying Application...
<Feb 19, 2013 2:05:55 PM CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1361279153312' for task '4'. Error is: 'weblogic.application.ModuleException: '
weblogic.application.ModuleException:
     at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
     Truncated. see log file for complete stacktrace
Caused By: weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class: com.mysql.jdbc.Driver
     at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:301)
     at weblogic.jdbc.common.internal.ConnectionEnvFactory.loadDriver(ConnectionEnvFactory.java:75)
     at weblogic.jdbc.common.internal.ConnectionEnvFactory.<init>(ConnectionEnvFactory.java:131)
     at weblogic.jdbc.common.internal.ConnectionPool.initPooledResourceFactory(ConnectionPool.java:712)
     at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:235)
     Truncated. see log file for complete stacktrace
>
<Feb 19, 2013 2:05:55 PM CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application '10mindemo'.>
<Feb 19, 2013 2:05:55 PM CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException:
     at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
     Truncated. see log file for complete stacktrace
Caused By: weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class: com.mysql.jdbc.Driver
     at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:301)
     at weblogic.jdbc.common.internal.ConnectionEnvFactory.loadDriver(ConnectionEnvFactory.java:75)
     at weblogic.jdbc.common.internal.ConnectionEnvFactory.<init>(ConnectionEnvFactory.java:131)
     at weblogic.jdbc.common.internal.ConnectionPool.initPooledResourceFactory(ConnectionPool.java:712)
     at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:235)
     Truncated. see log file for complete stacktrace
>
[02:05:55 PM] Deployment cancelled.
[02:05:55 PM] ----  Deployment incomplete  ----.
[02:05:55 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
#### Cannot run application 10mindemo due to error deploying to IntegratedWebLogicServer.
[Application 10mindemo stopped and undeployed from Server Instance IntegratedWebLogicServer]The steps which I followed is also on this pictures: http://www1.picturepush.com/photo/a/12224689/img/12224689.png
also it seems that web server is running on localhost address http://127.0.0.1:7101/console/login/LoginForm.jsp (please refer to pictures). Tried also this sugesstion http://adf-linux-learning.blogspot.sk/2012/07/remote-deployment-failed.html but did not helped. What is wrong ? many thanks.
Edited by: 984519 on Feb 19, 2013 6:16 AM

Hello guys, I am back on Windows (home) from Linux (work). The directory mentioned in second tutorial C:\Oracle\Middleware\user_projects\domains\mysql_domain\lib I have not found.
There are another directories which I have found:
# Probably the place where are stored projects
C:\JDeveloper\mywork\Application1\
# Probably some temp data
C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.2.3.39.62.76.1
# Installation directory
C:\Oracle\Middleware
Then I have copied the mysql-connector-java-5.1.23-bin.jar into following directories:
C:\Oracle\Middleware\wlserver_10.3\server\lib
C:\Oracle\Middleware\jdk160_24\lib
C:\Oracle\Middleware\jdk160_24\jre\lib
C:\Oracle\Middleware\jdeveloper\jdev\lib
Also in C:\Oracle\Middleware\wlserver_10.3\common\bin\commEnv.cmd I set the following:
set WL_HOME=C:\Oracle\Middleware\wlserver_10.3
@rem ############################################## FOLLOWING LINE WAS WAS ADDED RIGHT BEHIND PREVIOUS ##############################################
set MYSQL_CLASSPATH=%WL_HOME%\server\lib\mysql-connector-java-5.1.18-bin.jar
@rem ############################################## THOSE LINES WERE COMMENTED OUT ##############################################
@rem set up WebLogic Server's class path and config tools classpath
@rem set WEBLOGIC_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar
@rem set FMWCONFIG_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%BEA_HOME%\utils\config\10.3\config-launch.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar
@rem ############################################## PREVIOUS TWO LINES WERE REPLACED BY FOLLOWING LINES (%MYSQL_CLASSPATH% WAS ADDED TO THE %WEBLOGIC_CLASSPATH% AND TO THE %FMWCONFIG_CLASSPATH%) ##############################################
@rem set up WebLogic Server's class path and config tools classpath
set WEBLOGIC_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar;%MYSQL_CLASSPATH%
set FMWCONFIG_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%BEA_HOME%\utils\config\10.3\config-launch.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar;%MYSQL_CLASSPATH%But this did not help :(
PS: I noticed resources drain when runnign WebLogic Server, are there some tunning setting which can solve this ?

Similar Messages

  • Oracle.DataAccess.Client.OracleException occurs when try to run application

    Hello,
    I have an application Winforms in Visual Studio 2005 with Database Oracle 10g XE.
    In my development machine are all ok.
    When I put the application in client machine the exception is raised: Oracle.DataAccess.Client.OracleException.
    The error occurs when the access to Oracle begin.
    The client 10g XE is ok in client machine. SQL*Plus run ok into 10g XE, and work normally.
    What is need to do?
    Thanks by any help.

    We need to know the exception message to have a chance at helping you.
    Thanks
    Greg

  • Help: Error when try to run j2mewtk 1.0.3 under redhat linux7.1

    I downloaded and installed a j2mewtk 1.0.3 beta release onto my linux pc,
    but I got message when I tried to run ktoolbar.sh:
    $ sh ktoolbar.sh
    ktoolbar.sh: line 23: 2200 Segmentation fault ${javapathtowtk}java
    -Dkvem.home=${KVEM_HOME} -cp ${KVEM_LIB}/kenv.zip:${KVEM_LIB}/ktools.zip
    com.sun.kvem.toolbar.Main $*
    Also same thing happens when I run emaultor.sh and other *.sh,
    $ sh emulator.sh
    emulator.sh: line 23: 2251 Segmentation fault ${javapathtowtk}java
    -Dkvem.home=${KVEM_HOME} -cp ${KVEM_LIB}/kenv.zip:${KVEM_LIB}/ktools.zip
    com.sun.kvem.environment.EmulatorWrapper $* 0
    I installed a JDK java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    and it works fine with my other java applications.
    I tried to set LD_ASSUME_KERNEL=2.2.5, it doesn't help.
    Other environment:
    AMD K2-300 CPU with 228MB RAM and enough harddisk space.
    Linux 7.1 2.4.2-2 and glibc 2.2.2-10(which comes with linux 7.1
    standard installation).
    Thank you very much!

    [raybao],
    You might want to erase the previous installation and install the recent officially released version of the J2ME Wireless Toolkit 1.0.3 from:
    http://developer.java.sun.com/developer/releases/j2mewtoolkit/
    If you still encounter the same errors, please post your test results here and we might want to do some more investigation.
    HTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    htpp://www.sun.com/developers/support/

  • Error when trying to running application

    Hi,
    I am completley new to SAP netweaver so please forgive my ignorance.
    First I installed SAP Composotion Environment and SAP Netweaver 7.1 both on XP Professional (Service Pack 2). They both installed succesfully.
    I then created a sample EJB application which I want to run, to test the installation works.
    - I am selecting the index.jsp created.
    - Right click and Run on Server
    - I choose an existing server (SAP Server <CE1>)
    - Then I select my browser
    - Then I press finish.
    The installation stalls at 7%
    Then I insert my username and password
    Then I get the following error:
    Publishing failed
    Error during deployment
    Error during deployment:
    Can't determine deploy mechanism. Please check if there is a correct default system specified in the SAP System Registry preference page and if this SAP System is currently up and running.
    I have tried the following:
    Can't determine deploy mechanism
    but this does not solve the problem
    The Deploy View console gives the following output: (X=error, I=information)
    X Port: -1
    X Host: computer
    X The host or port returned by the SAP System Registry is invalid:
    I Looking for Deploy Controller deploy mechanism...
    I SDM port not defined or not found
    I Found SDM host: computer
    I Checking for SDM host..
    I [001]Start deployment
    I have also looked here Installation however this resource dosen't seem very useful.
    Regards,
    Steve

    Hello Steve,
    how is the Java instance started? Please check the start profile:
    /usr/sap/<SID>/SYS/profile/<SID>_DVEBMGS##_<hostname>
    Check whether the following parameters are missing:
    rdisp/j2ee_start_control = 1
    rdisp/j2ee_start = 1
    This is usually the root cause of such problem. If this is your case, please put these parameters on the profile and restart the instance, then repeat the import.
    I hope this helps
    Best regards,
    Tomas Black

  • Error when trying to run application

    Hi,
    I am completley new to SAP netweaver so please forgive my ignorance.
    First I installed SAP Composotion Environment and SAP Netweaver 7.1 both on XP Professional (Service Pack 2). They both installed succesfully.
    I then created a sample EJB application which I want to run, to test the installation works.
    - I am selecting the index.jsp created.
    - Right click and Run on Server
    - I choose an existing server (SAP Server <CE1>)
    - Then I select my browser
    - Then I press finish.
    The installation stalls at 7%
    Then I insert my username and password
    Then I get the following error:
    Publishing failed
    Error during deployment
    Error during deployment:
    Can't determine deploy mechanism. Please check if there is a correct default system specified in the SAP System Registry preference page and if this SAP System is currently up and running.
    I have tried the following:
    Can't determine deploy mechanism
    but this does not solve the problem
    The Deploy View console gives the following output: (X=error, I=information)
    X Port: -1
    X Host: computer
    X The host or port returned by the SAP System Registry is invalid:
    I Looking for Deploy Controller deploy mechanism...
    I SDM port not defined or not found
    I Found SDM host: computer
    I Checking for SDM host..
    I [001]Start deployment
    I have also looked here Installation however this resource dosen't seem very useful.
    Regards,
    Steve

    I have posted this message in http://forums.sdn.sap.com/edit!default.jspa?messageID=9911970 but I did not know how to move it into this forum as this is more relevant. Sorry for the double post.

  • PolicySet Invalid: WSM-02557 (Error when try to run a deployed BPEL process)

    Hello All,
    I have a BPEL process deployed and it accepts a file which is configured through File Adapter as the input for the process. But whenever the process tries to read the file (the file is places in a physical path within the weblogic server) it throws below error,
    PolicySet Invalid: WSM-02557 oracle.wsm.policymanager.accessor.BeanAccessor The documents required to configure the Oracle Web Services Manager runtime have not been retrieved from the Policy
    Manager application (wsm-pm), possibly because the application is not running or has not been deployed in the environment. The query "&(policysets:global/%)(@appliesTo~="SCA-Component()")" is
    queued for later retrieval.
    I'm not quite sure what the error means. I just made sure wsm-pm under Deployments in the weblogic admin console is Active and also under the Data Sources, that the mds-owsm jdbc data source is targeted at the SOA managed server. Here is file adapter details,
    <adapter-config name="ReadStagedCsvFile" adapter="File Adapter" wsdlLocation="ReadStagedCsvFile.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata"> 
      <connection-factory location="eis/FileAdapter" adapterRef=""/>
      <endpoint-activation portType="ReadCsvOperation_ptt" operation="ReadCsvOperation">
        <activation-spec className="oracle.tip.adapter.file.inbound.FileActivationSpec">
          <property name="UseHeaders" value="false"/>
          <property name="PhysicalDirectory" value="/opt/xxxx_bpel/csvupload/stage"/>
          <property name="Recursive" value="false"/>
          <property name="PhysicalArchiveDirectory" value="/opt/xxxx_bpel/csvupload/archive"/>
          <property name="DeleteFile" value="true"/>
          <property name="IncludeFiles" value=".*\.(?i)csv"/>
          <property name="PollingFrequency" value="5"/>
          <property name="MinimumAge" value="60"/>
        </activation-spec>
      </endpoint-activation>
    </adapter-config>
    The weblogic server and SOA suite is configured new and this is the first BPEL process which we have deployed and testing. We are not sure if any of the configuration is missing.
    Any help would be greatly appreciated.

    Folks,
    Any replies would help me debug this since it is stand still now and I don't know what to verify.

  • Error when trying to run an application that worked when built with 8.6

    I have a simple program that I wrote in version 8.6 that I never had a problem building and running applications built with it in 8.6.  Two weeks ago I got 2009 in the mail because we had very recently purchased 8.6 and I am getting errors when trying to run an application built with the same code using 2009.  The error has to do with the Mean.vi.  It claims it cannot find it.  The error I get reads as follows:
    An error occurred loading VI 'NI_AALBase.lvlib:Mean.vi'.  LabVIEW load error code 3: Could not load front panel.  I don't need access to this vi's front panel, so I am wondering if it is a problem with the runtime engine and not my code.  Please respond as soon as possible as this will quickly start to impact my testing schedule.  Thank You.
    Solved!
    Go to Solution.

    Hi!
    The same problem ???
    I discussed it with my local NI technical support team. The application works without any problems now.
    Basic rule: when creating an installer be sure that option "Run Time Engine xxxx"  in "Additional Installers" category is checked in spite of the fact that Run Time Engine is already installed.
    Best regards.
    Attachments:
    ADDINST.png ‏13 KB

  • Error File missing when try to run iTunes on windows. No more info. Uninstalled following support instructions and reinstalled - same message while reinstalling.

    Error "File missing" when try to run iTunes on windows. No more info. Uninstalled following support instructions and reinstalled - same message while reinstalling.

    Hi there slklug43,
    You may find the troubleshooting steps in the article below helpful.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    -Griff W. 

  • MBP "System Profile" error when try read "Logs" and long time blue screen

    MBP "System Profile" error when try to read "Logs" and it takes long time blue screen at startup.
    This happened all time when I open the "System Profiler" application and then select the option "Log", then the system crashed again over and over. The system was reinstalled clean but the error occurs again, without any third party application installed.
    Here is the error:
    Sun Jun 22 20:13:47 2008
    panic(cpu 0 caller 0x001A8CD4): Kernel trap at 0x007efc12, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x00000000, CR3: 0x013ab000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x045ce1e0, ECX: 0x05782c64, EDX: 0x00010001
    CR2: 0x00000000, EBP: 0x344d3ca8, ESI: 0x046ad5c0, EDI: 0x046a8040
    EFL: 0x00010206, EIP: 0x007efc12, CS: 0x00000008, DS: 0x00010010
    Error code: 0x00000000
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x344d3ab8 : 0x12b0fa (0x459294 0x344d3aec 0x133243 0x0)
    0x344d3b08 : 0x1a8cd4 (0x4627fc 0x7efc12 0xe 0x461fac)
    0x344d3be8 : 0x19ede5 (0x344d3c00 0x206 0x344d3ca8 0x7efc12)
    0x344d3bf8 : 0x7efc12 (0xe 0x48 0x10 0x3e0010)
    0x344d3ca8 : 0x3ef261 (0x45ce1e0 0x46a2c40 0x49a7a4 0x0)
    0x344d3ce8 : 0x40abe6 (0x46a8040 0x46a2c40 0x344d3d28 0x3eeac0)
    0x344d3d08 : 0x40e4fb (0x46aec00 0x46a2c40 0x46aec04 0x46aec00)
    0x344d3d28 : 0x43ab14 (0x46aec00 0x46a2c40 0x600000 0x19c8d1)
    0x344d3d78 : 0x18801e (0x46aec00 0x4a5e5ac 0x4a5e5c0 0x11d975)
    0x344d3db8 : 0x12d17e (0x450adac 0x4a5e590 0x0 0x0)
    0x344d3df8 : 0x126257 (0x450ad00 0x0 0x18 0x344d3ee4)
    0x344d3f08 : 0x1973dd (0x344d3f44 0x0 0x0 0x0)
    0x344d3fc8 : 0x19f3b3 (0x479fee0 0x0 0x10 0x0)
    No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xbffff1c8
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOFireWireIP(1.7.1)@0x7ea000->0x7f2fff
    dependency: com.apple.iokit.IOFireWireFamily(3.4.4)@0x6ed000
    dependency: com.apple.iokit.IONetworkingFamily(1.6.0)@0x5d1000
    BSD process name corresponding to current thread: ioreg
    Mac OS version:
    9D34
    Kernel version:
    Darwin Kernel Version 9.3.0: Fri May 23 00:49:16 PDT 2008; root:xnu-1228.5.18~1/RELEASE_I386
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    This is the System Config:
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB
    Graphics: GeForce 8600M GT, GeForce 8600M GT, spdisplayspciedevice, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.3.5
    Bluetooth: Version 2.1.0f17, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: FUJITSU MHW2160BHPL, 149.05 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, Apple Inc., high_speed, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., full_speed, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, full_speed, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., low_speed, 500 mA

    Hello @larrycarol99,
    I understand that after upgrading your computer when you plug in an ethernet cord you get a hardware malfunction error. I am providing you with a Microsoft Support document: Hardware Malfunction Results in System Error Message that explains what causes that error and provides steps on fixing it. I am also including a link to the Compaq Presario 5300US Desktop PC Drivers page, which unfortunately does not have any drivers for your computer running Windows Vista.
    I hope this helps. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • App File Server connection error when trying to run a BI Publisher report..

    hello Gurus...
    As above - App File Server connection error when trying to run a BI Publisher report.. FOR THE FIRST TIME.
    What does our DBA need to do..?
    error message reads..
    Template code: SUARXASR
    Template app:  AR
    Language:      en
    Territory:     GB
    Output type:   EXCEL
    [5/10/10 10:59:27 AM] [UNEXPECTED] [46321:RT1487572]
    oracle.apps.fnd.cp.util.RemoteFileException: An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_*****.ac.uk. There may be a network configuration problem, or the TNS listener on node FNDFS_*****.ac.uk may not be running. Please contact your system administrator.
    at oracle.apps.fnd.cp.util.RemoteFile.readURL(RemoteFile.java:241)
    at oracle.apps.fnd.cp.util.RemoteFile.transferFile(RemoteFile.java:194)
    at oracle.apps.fnd.cp.util.RemoteFile.transfer(RemoteFile.java:130)
    at  oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:264)at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [5/10/10 10:59:27 AM] [46321:RT1487572] Completed post-processing actions for request 1487572.I'm sure we never had to set anything up in our Test instance!??!!??
    many thanks for looking..
    Steven

    nobody experienced this before..?

  • Error when trying to run Advisor

    Hi!
    I get the following error when trying to run the Advisor (Application Builder > Application xxx > Utilities > Advisor) over our application:
    Unknown type! View: APEX_APPLICATION_PAGE_PROC Column: CONDITION_EXPRESSION1 Value: WHEN_ANY_ITEM_IN_COMMA_DELIMITED_LIST_OF_PAGES_HAS_CHANGED
    ... this happens every time, even if I uncheck all boxes except one (e.g. "References with substitution syntax").
    I'm wondering if there is something wrong with our Apex installation as I can't see any other references to this problem in the forum. We don't seem to be suffering any other problems so I expect it's something small...
    Has anyone else ever encountered this and does anyone know of a solution? I would like to use the Advisor for some QA processes as it looks like a handy tool.
    Many thanks in advance,
    Alex.
    Versions:
    Apex 4.1.1.00.23
    Oracle DB 10.2.0.2

    Hi Alex,
    very interesting. Looks like one of your processes uses the WHEN_ANY_ITEM_IN_COMMA_DELIMITED_LIST_OF_PAGES_HAS_CHANGED condition which has been deprecated for a very long time.
    If you execute the following query in your workspace schema, you should find those processes which do use the condition. You might want to check if the reported pages/processes are still used in your application.
    select application_id,
           application_name,
           page_id,
           page_name,
           process_name
      from APEX_APPLICATION_PAGE_PROC
    where CONDITION_EXPRESSION1 = 'WHEN_ANY_ITEM_IN_COMMA_DELIMITED_LIST_OF_PAGES_HAS_CHANGED';Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Designer Workflow SharePoint 2013 error when try to assign a task forbidden

    designer Workflow SharePoint 2013 error when try to assign a task
    Next attempt scheduled in less than one minute. Details of last request: HTTP Forbidden to http://oursite/_vti_bin/client.svc/web/lists/getbyid(guid'3cd5739e-f243-4b75-a724-fdbee704913f')/ContentTypes
    Correlation Id: 56baaedd-a2d1-4377-9277-89d20cbdf434 
    and then after cancel I get
    RequestorId: da9fe991-f8d5-7f4a-7dc2-fec198a2a115. Details: System.ApplicationException: HTTP 403 {"x-ms-diagnostics":["30000000; reason=SSL is required"],"SPRequestGuid":["000515ef-1d97-4d94-a35e-f0423f2f5eaa"],"request-id":["000515ef-1d97-4d94-a35e-f0423f2f5eaa"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"SPRequestDuration":["151"],"SPIisLatency":["0"],"MicrosoftSharePointTeamServices":["15.0.0.4551"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Date":["Wed, 15 Jan 2014 17:49:27 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-Powered-By":["ASP.NET"]} at
    Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    According to your description, my understanding is that the error occurred when you assigned a task.
    Did you install any CU for SharePoint?
    If yes, after an update has been performed, several Windows PowerShell cmdlets must be run in order to maintain the connection between the SharePoint Server 2013 farm and the Workflow Manager farm.
    $credential = [System.Net.CredentialCache]::DefaultNetworkCredentials
    $site = Get-SPSite(<siteUri>)
    $proxy = Get-SPWorkflowServiceApplicationProxy
    $svcAddress = $proxy.GetWorkflowServiceAddress($site)
    Copy-SPActivitiesToWorkflowService -WorkflowServiceAddress $svcAddress -Credential $credential -Force $true
    After running the command, re-register the workflow service to see if the issue still occurs.
    Register-SPWorkflowService: http://technet.microsoft.com/en-us/library/jj663115.aspx
    More information are provided in the link below:
    http://technet.microsoft.com/en-us/library/dn133867.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • HT4796 I keep getting a Windows Mail error when trying to run the assistant on my pc, but I don't have any email programs open.

    I keep getting a Windows Mail error when trying to run the assistant on my pc, but I don't have any email programs open.

    You could of course use Safari your default browser as a quick method of accessing gmail until you figure out the Firefox problem. (More than one browser may be used on a Mac or other computer).
    Is this the only site you have problems with ? and does Safari work ok ?
    Often this problem requires the page to be reloaded
    * try pressing the shift key as you reload the page
    Another problem is sometimes the cookies for that site need clearing
    * see [[Delete cookies to remove the information websites have stored on your computer#w_delete-cookies-for-a-single-site]]_delete-cookies-for-a-single-site
    * see also [[Firefox and other browsers can't load websites]] or[[Firefox can't load websites but other browsers can]]

  • Error when calling up the application function for hierarchies

    Hello,
    if I try to load a material class hierarchy and the loading is failing directly in source system with error message "Error when calling up the application function for hierarchies". Did anybody have this problem? I could not find anything iside the forums.
    Thanks for your help!
    Regards,
    Christian

    Hi,
    I have the same problem. Do someone know the solution? What is the problem?
    Thanks,
    Ángel.

  • Getting error when try to upload xml file into Data Template

    Hi,
    Getting error when try to upload xml file into Data Template.error:"The uploaded file XXSLARPT.xml is invalid. The file should be in XML-DATA-TEMPLATE format."Plz anybody help me.
    Thanks,
    Prasad.

    Hi,
    Anybody Help Plzzzzzz.
    thx,
    Prasad

Maybe you are looking for

  • Spelling error in error message

    Hello, I know this is not a very important issue, but anyway I try to report it. In SQLDev version 3.1.07.42 (but the issue is present also in v1.5.5) there is a spelling error in the connection busy error message. It says "*Connection is currrently

  • HTTP GET using ABAP Proxy

    Hi, Has anyone tried invoking an HTTP GET using ABAP Proxy? It seems we can do it using the func module HTTP_GET.... I have seen a blog using java proxy but I want to do it using ABAP proxy... regards, Piyush

  • Photo number sorting algorithm

    if there are millions of phone numbers that need to be sorted, does anybody know if there is a most proper algorithm out there? I have been searching, but can't find a good one. Thanks.

  • Satellite L850 - right speaker is not working, Win7/ 32-bit

    Satellite L850 right speaker not working in Win 7/ 32-bit Only Headphone speaker stereo OK. Thank you for your good advice; Kind Regards, Joh

  • Classic and aol mail

    Dear All, This is the tip of an iceberg: I was surfing and had an interesting crash. More later on Monday. Short question: Is it my newbie fault? The website? My little olde classic blueberry? All the best, Irene