Error on startup of MFC application

I have an MFC C++ application using Measurement Studio 6.0, NI-Daq 7.4.4, running on an XP Pro desktop.  The app was built with Visual Studio C++ 6.0 SP5. 
When I try and execute the application from the IDE after building it without error, I get a popup stating
The application failed to initialize properly (0xc0000142).  Click on OK to terminate the application.
 If I try to debug the application (use F5 to start) I get the same popup followed by another:
Unhandled exception in <app name> (NTDLL.DLL): 0xc0000142: DLL initialization failed.
Is there some way for me to determine exactly which DLL is the problem?  I don't see how it would be NTDLL, it's on the system and is a microsoft OS dll, not an NI dll.  I am running with the hardware, but this fails most likely in the attach process or attach thread section of some dll main which is returning an error code.  Does NI-Daq act like this if there's no HW present? Does  ComponentWorks or ComponentWorks++?  
How can I tell if ComponentWorks and ComponentWorks++ are in fact installed and available to the executable?  Are these .ocx files, or are these MS components aggregated into a DLL?  Does MS 6.0 breakout into ComponentWorks and ComponentWorks++ the way MS 1.0 does?   All I see in add/remove programs list or the NI MAX is "MeasurementStudio" when I use MS 6.0.
Thanks for any help on this, I'm asking a lot of questions.  This is a steep learning curve to be sure ...
Menchar

Menchar,
Where did you get this application, and has it ever worked before? What version of Measurement Studio, Visual Studio, and NI-Daq was it built on ? If it has worked before, what changed, and is it possible to strip down any parts, so you can test the pieces individually rather than the program as a whole? Also are you getting NTDLL errors while doing anything else on this computer? It may be a corrupt NTDLL.dll file http://www.downloadatoz.com/howto/How-to-resolve-ntdll-dll-error.html.
You can view the OCX file path if you  go to Project » Add to Project » Components and Controls and select a specific CW control under the Registered ActiveX Controls. I have attached a screenshot showing an OCX file pat.
Richard S -- National Instruments --Applications Engineer -- Data Acquisition with TestStand
Attachments:
2009-05-05_165739.png ‏23 KB

Similar Messages

  • Error R6034 in simple MFC Application with OCCI

    Hello everyone,
    I´m new to the whole occi-topic, and have a little problem.
    After about 3 days of try and error and endless searching through forums I finally managed to make my first application with occi to run. It´s a Win32 console application.
    After a little "celebration" I startet to create a MFC application with the same base functions.
    If I compile the project, I get an error "R6034" when the compiler tries to access the file: "msvcp80d.dll". I think it has something to do with the manifests.
    Here is the output.
    "DBTest_MFC.exe": "D:\fh\proggen\DBTest_MFC\debug\DBTest_MFC.exe" geladen, Symbole wurden geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\ntdll.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\kernel32.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "D:\fh\proggen\DBTest_MFC\DBTest_MFC\oraocci10.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "D:\oracle\product\10.2.0\client_1\BIN\oci.dll" geladen, Die Binärdaten wurden nicht mit Debuginformationen erstellt.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\msvcr71.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "D:\fh\proggen\DBTest_MFC\DBTest_MFC\msvcr80.dll" geladen, Symbole wurden geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\msvcrt.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "D:\fh\proggen\DBTest_MFC\DBTest_MFC\msvcp80.dll" geladen, Symbole wurden geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugMFC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_c8452471\mfc80d.dll" geladen, Symbole wurden geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll" geladen, Symbole wurden geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\gdi32.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\user32.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\shlwapi.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\advapi32.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\rpcrt4.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\secur32.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\comctl32.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\oleaut32.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\system32\ole32.dll" geladen, Keine Symbole geladen.
    "DBTest_MFC.exe": "C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcp80d.dll" geladen, Symbole wurden geladen.
    Eine Ausnahme (erste Chance) bei 0x7c91eae0 in DBTest_MFC.exe: 0xC0000005: Zugriffsverletzung beim Lesen an Position 0x00000130.
    R6034
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    Windows hat einen Haltepunkt in DBTest_MFC.exe ausgelöst.
    Dies kann auf eine Beschädigung des Heaps zurückzuführen sein und weist auf ein Problem in DBTest_MFC.exe oder in einer der geladenen DLLs hin.
    Weitere Analyseinformationen finden Sie möglicherweise im Ausgabefenster.
    Is anyone familiar with this problem an perhaps able to help me?
    I already tried some "workarounds" and played with the manifests, but had no success.

    I assume you have the manifest tool (mt) somewhere on your system - I just open a "Visual Studio Command Prompt" when I have to use with it.
    Something you can try (I'm not certain it will resolve your issue though):
    1. Open a Visual Studio Command Prompt and change directories to %ORACLE_HOME%\OCI\lib\MSVC\vc8
    2. Copy the existing dll files to save them:
    copy oraocci10.dll oraocci10.dll.orig
    copy oraocci10d.dll oraocci10d.dll.orig
    3. Use the mt tool to embed the provided manifest files (you should already have these files in the directory):
    mt -manifest oraocci10.dll.manifest -outputresource:oraocci10.dll;2
    mt -manifest oraocci10d.dll.manifest -outputresource:oraocci10d.dll;2
    NOTE: This is not an Oracle-specific procedure. The manifest tool is used by Visual Studio itself when building projects.
    4. Depending on how you have your system configured, copy the oraocci10(d).dll files to a backup copy as before in whatever directories you have them and then copy the "new" files with the embedded manifest to those locations.
    For example, on my development machine, I have copied the files to %ORACLE_HOME%\bin so that I do not have to include %ORACLE_HOME%\OCI\lib\MSVC\vc8 in my path.
    Let us know if that helps or not!
    - Mark

  • Error in startup the petstore application

    Dear all
    When i run the petstore with our DB.It is create table with the SEQUENCE
    column name.But Sequence is the keyword in our DB.Then how it is created the table
    with this column name.Plz give any suggestion.
    Through which file it is creating the file and call the select statement?
    Thanks
    Ajay Saharan

    I assume you're referring to Pet Store 1.3.
    When a CMP EJBean has
    <create-default-dbms-tables>True</create-default-dbms-tables> in it's
    weblogic-cmp-rdbms-jar.xml descriptor and is deployed, the server first
    checks to see whether the table defined in the descriptor exist. If not
    found, the server will "automatically create a default table based on the
    descriptions in the deployment files and the bean class." See
    http://edocs.bea.com/wls/docs81/ejb/DDreference-cmp-jar.html#1162249
    One example can be found in
    WL_HOME\samples\server\src\petstore\src\components\address\src.
    - Nick
    "Ajay" <[email protected]> wrote in message
    news:3f84effc$[email protected]..
    >
    Dear all
    When i run the petstore with our DB.It is create table with theSEQUENCE
    column name.But Sequence is the keyword in our DB.Then how it is createdthe table
    with this column name.Plz give any suggestion.
    Through which file it is creating the file and call the select statement?
    Thanks
    Ajay Saharan

  • Satellite Pro M30: Wireless LAN/ZeroCfgSvc MFC Application

    Whenever i turn on the wireless lan switch an error msg appears " ZeroCfgSvc MFC Application has encountered a problem and needs to close.
    What shall I do?

    Hi
    I have read on some websites that a new wireless driver update could solve this issue.
    Try to download the new wireless update from the Toshiba website:
    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp
    or from the Intel website:
    http://downloadfinder.intel.com/scripts-df-external/Support_Intel.aspx
    Check also this site:
    http://forums.divx.com/groupee/forums/a/tpc/f/221101651/m/693108652
    http://www.neuber.com/taskmanager/process/zcfgsvc.exe.html
    Regards

  • RCConsole MFC application error

    When I use ZfD Remote Controle v6.5 (via DSRazor or command prompt), I get
    the error message "RCConsole MFC Application has encountered a problem and
    needs to close. It seems that when I use C1 the error does not occur.
    The remote machine gets the request to "accept" the remote control
    connection, but as soon as "accept" is clicked, the machine that initiated
    the remote connection gets the error.
    Error signature:
    applic name : rconsole.exe
    appver: 6.5.2.0
    modname: zrmresld.dll
    modver: 6.5.1.0 (strange that this is not 6.5.2)
    I have the latest Novell Client - 4.91.2 and I'm running ZfD Agents 6.5.20.
    Can someone help? Thanks.

    RCConsole is NOT designed for using it from the command prompt, but on 5 Jan
    2006 this article was posted on the Novell CoolSolutions.
    Total confusion or Novell at its best? :-(
    > cool solutions home
    Using RCConsole as a replacement for Wviewnt
    Novell Cool Solutions: Tip
    By Adam HobbsRate This Page
    Reader Rating from 0 ratings
    Printer Friendlytell a friendPosted: 5 Jan 2006
    ENVIRONMENT:
    ZENworks for Desktops 6.5
    ConsoleOne 1.3.6PROBLEM: Under ZENworks for Desktops 3.2 (and previous
    versions) we used to use Wviewnt.exe to remote control machines from the
    command line outside of ConsoleOne. This was very handy for
    remote-controlling regularly controlled machines, such as licence servers,
    card swipe machines etc.
    However wviewnt.exe does not seem to work with ZENworks for desktops 6.5.
    TID 10023508 does not include information for using this with ZENworks 6.5
    SOLUTION: Use RCConsole.exe from ConsoleOne 1.3.6 (in ...
    ConsoleOne\1.2\bin\zen\RCLaunch\ ) as a replacement for wviewnt.exe.
    "Shaun Pond" <[email protected]> wrote in message
    news:[email protected]..
    > Lelieg,
    >
    > you know that rcconsole isn't designed to be used from the command line?
    > desktop4
    > http://www.novell.com/documentation/...i.html#af7z6oi
    > is the supported option for that
    >
    > --
    >
    > Shaun Pond
    >
    >

  • During Palm reinstallation, when reboots get errors, "The application failed to initialize properly (0xc0000142)" and "DeviceMonitor MFC Application has stopped working."

    I'm trying to reinstall the Palm software because synchronization has been failing for the past two months.  It get to the point of synchronizing the calendar and fails with the message that there are too many events.  Hence, nothing in the process after that synchronizes.  I've tried reinstalling the Palm s/w to no avail.  Now I'm trying to uninstall and reinstall the Palm s/w only to be greeted with another error message when the system restarts (as part of the installation process).  The error is, "The application failed to initialize properly (0xc0000142).  Click OK to terminate the application."  When I choose OK, I get the error, "DeviceMonitor MFC Application has stopped working."  Windows does not notify me of a solution.  Any ideas/solutions would be greatly appreciated!
    Thanks,
    Gina
    Post relates to: Tungsten E2

    Hello and thank you for using the Palm Help Forums!
    You may need to do a clean uninstall of the Palm desktop software to resolve your issue.
    Uninstall Palm Desktop by going to your Control Panel > Add/ Remove Programs > Remove Palm and/ or PalmOne 
    Delete the following folders:
    C:\Palm
    C:\Program Files\Palm
    C:\Program Files\PalmOne
    C:\Program Files\Handspring 
    From the Windows start menu, select Run.
    Type Regedit and click Run or OK
    *NOTE* BE VERY CAREFUL IN YOUR REGISTRY KEY EDITOR. IF THE WRONG THING IS DELETED THIS CAN CAUSE SERIOUS DAMAGE TO YOUR COMPUTER'S OPERATING SYSTEM. 
    Delete the following keys: 
    HKEY_Current_User\Software\PalmDesktopAutorun
    HKEY_Current_User\Software\Palm
    HKEY_Current_User\Software\Palmone
    HKEY_Current_User\Software\U.S Robotics-- (check and make sure only palm related keys are under this one)
    Delete this key as well:
    HKEY_Local_Machine\Software\PalmSource
    Close the Registry window
    Restart PC upgrade to new palm desktop (by going to www.palm.com).
    Post relates to: Treo 800w (Sprint)
    Post relates to: Treo 800w (Sprint)

  • Error while running/deploying adf application

    Hi,
    while running a simple adf application on jdev11g i am getting following error:
    ServerInstance1 startup time: 25355 ms.
    ServerInstance1 started.[Running application HRSystem on Server Instance ServerInstance1...]
    [12:52:51 AM] ---- Deployment started. ----
    [12:52:51 AM] Target platform is (Weblogic 10.3).
    [12:52:52 AM] Retrieving existing application information
    [12:52:53 AM] Running dependency analysis...
    [12:52:53 AM] Deploying 2 profiles...
    [12:52:55 AM] Wrote Web Application Module to C:\Users\Ami\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\HRSystem\ViewControllerWebApp.war
    [12:52:55 AM] Wrote Enterprise Application Module to C:\Users\Ami\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\HRSystem
    [12:52:55 AM] Deploying Application...
    <Feb 10, 2011 12:52:55 AM IST> <Error> <Deployer> <BEA-149132> <Split-dir application HRSystem can only be deployed to the Admin Server>
    <Feb 10, 2011 12:52:55 AM IST> <Warning> <Deployer> <BEA-149124> <Failures were detected while initiating deploy task for application 'HRSystem'. Error is: '[Deployer:149132] Split-dir application HRSystem can only be deployed to the Admin Server' >
    [12:52:55 AM] #### Deployment incomplete. ####
    [12:52:55 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application HRSystem due to error deploying to ServerInstance1.
    Serverinstance1 is the Admin server application server name.HRSystem is the name of application.Please advice.
    Thanks

    Hi friend ,
    Go to the Application Server Navigator and Right click the Integrated web logic server and click the Start server Instance after server started u click the Launch admin console.In administrative console give
    Username:weblogic and password:weblogic1.then u can see the home page In that page left corner unto the server change will appear u click that button and save all the things now u can run your application.
    Application Server Navigator--> Integrated web logic server--> Start server Instance--> Launch admin console

  • Error on startup "dynamiclink manager has stopped working" CS6

    So I bought the CS6 master collection, but keep on getting an error on startup of my programs. When I open After effects, Photoshop, Premier Pro, Audition, etc... I get the error "Dynamiclinkmanager has stopped working". The message appears on start up of the program, and the only way to get in is to keep on pressing "close the program" for few min until it loads. It is very annoying and takes forever to open a program. I've already tried uninstalling and re-installing, and that hasn't worked. Here are a few screenshots of the error:
    And here is what it says when you select "view problem details" :
    "Problem signature:
    Problem Event Name: APPCRASH
    Application Name: dynamiclinkmanager.exe
    Application Version: 6.0.0.0
    Application Timestamp: 4f44797c
    Fault Module Name: cwalsp.dll
    Fault Module Version: 2.8.13.1
    Fault Module Timestamp: 5216c630
    Exception Code: c0000005
    Exception Offset: 00017914
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 1033
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789"
    Tech specs of my laptop:
    Windows 7 Professional
    Intel core 2 duo processor
    8 gig RAM
    64-bit Operating System
    I have no idea how to fix this and it's driving me CRAZY.
    Thanks,
    Spencer

    Had the same problem with conflict between CS6 (Photoshop, Premier, After Effects, etc.] and Net Nanny.  Solution was as follows:
    1. Log onto Net Nanny Admin Tools
    2. Click on Application Exceptions
    3. Click Add
    4. Browse to folder containing "dynamiclinkmanager.exe".  On my computer (Windows 7 Pro) it was located in
         C:\Program Files (x86)\Common Files\Adobe\dynamiclink\CS6
         [I do have dynamiclinkmanager.exe elsewhere, but Net Nanny only allows you to identify a given file name once]
    5.  Select dynamiclinkmanger.exe, Open, OK
    6.  Repeat steps 3 to 5 but this time for "dynamiclinkmediaserver.exe" which I found in
         C:\Program Files (x86)\Common Files\Adobe\dynamiclinkmediaserver\1.0
    7. Click OK to accept application exceptions
    8.  Exit Net Nanny Admin Tools
    7.  On my computer Photoshop would now load without incident, but if necessary reboot.
    NOTE:  Once I solved the dynamiclinkmanager stopped problem I then encountered an Adobe Media Core stopped problem when I started After Effects and Premier.  To resolve this second problem with Net Nanny I repeated the above steps adding the following application exception:
         "Adobe QT32 Server.exe"
         which I found in
         C:\Program Files (x86)\Common Files\Adobe\dynamiclinkmediaserver\1.0
    [Again there are multiple copies of "Adobe QT32 Server.exe" but Net Nanny accepts only one, and I selected the one in "Program Files (x86)" and not the ones in "Program Files" because of this is where I also found dynamiclinkmanager.exe.  All works fine now.]
    Hope this works for you.

  • RCConsole MFC Application has encountered a problem and needs to close

    Alright, heres the issue. I am a computer lab admin trying to remote
    view workstations in my lab. I am running ConsoleOne from the server,
    once i start ConsoleOne I will be able to remote view/control maybe one
    or two computers before i get the error "RCConsole MFC Application has
    encountered a problem and needs to be closed immediately"
    I can fix this by going into the task manager and closing the
    RCConsole.exe process. However i might get one or two computers before
    it comes back. I searched the internet for a solution to this and heard
    that if i copy the ConsoleOne directory from the server to my local
    machine it will work. So I did that and yes it did work, however we are
    running a diskless boot system and if I were to copy the directory to
    the local machine it would be gone as soon as I reboot.
    Ive done some random testing and discovered the following
    the console one directory is located on the server in
    /sys/public/mgmt/consoleone/1.2/bin
    i tried copying the console one directory to the root c: and it worked
    fine
    then i tried copying it to my network drive on the server
    /data/home/grastyc/consoleone/1.2/bin and it worked fine
    so based on that i tried mapping a drive to /sys/public/mgmt and tried
    running it from there, didnt work.
    Any help would be much appreciated

    Vc++ error messages,fatal errors: Error message: Msvc32i MFC application has encountered a problem and needs to close MFC vc++ c++
    Originally Posted by [email protected]
    Alright, heres the issue. I am a computer lab admin trying to remote
    view workstations in my lab. I am running ConsoleOne from the server,
    once i start ConsoleOne I will be able to remote view/control maybe one
    or two computers before i get the error "RCConsole MFC Application has
    encountered a problem and needs to be closed immediately"
    I can fix this by going into the task manager and closing the
    RCConsole.exe process. However i might get one or two computers before
    it comes back. I searched the internet for a solution to this and heard
    that if i copy the ConsoleOne directory from the server to my local
    machine it will work. So I did that and yes it did work, however we are
    running a diskless boot system and if I were to copy the directory to
    the local machine it would be gone as soon as I reboot.
    Ive done some random testing and discovered the following
    the console one directory is located on the server in
    /sys/public/mgmt/consoleone/1.2/bin
    i tried copying the console one directory to the root c: and it worked
    fine
    then i tried copying it to my network drive on the server
    /data/home/grastyc/consoleone/1.2/bin and it worked fine
    so based on that i tried mapping a drive to /sys/public/mgmt and tried
    running it from there, didnt work.
    Any help would be much appreciated

  • "No enought room on startup disk for Application Memory" when using the Accelerate Framework

    Dear colleagues,
    I am running what I know is a large problem for a scientific application (tochnog) a finite element solver that runs from the Terminal. The application tries to solve 1,320,000 simultaneous linear equations. The problem starts when I use the Accelerate Framework as the Virtual Memory size jumps from 142 G to about 576 G after the library  (LAPACK) is called to solve the system.It does not do it if I use a solver that does not calls LAPACK inside Accelerate.
    The machine is a mac pro desktop with 8 GB of ram, the 2.66 GHz Quad-core Intel and the standard 640 GB hard drive. The system tells me that I have 487 GB available on hard drive.
    The top instruction in Terminal reads VM 129G vsize when starting. When I run the finite element application once the LAPACK library in the Accelerate framework gets called, the Virtual Memory (VM) jumps to 563 G vsize.
    After a short while, I get the "No enought room on startup disk for Application Memory error"
    This is a screen capture of the application attempting to solve the problem using the LAPACK library inside the Accelerate framework: Here are the numbers as reported by the activity Monitor.
    Tochnog Real Memory 6.68 GB
    System Memory  Free: 33.8 MB, Wired 378.8 MB, Active 5.06 GB, Inactive 2.53 GB, Used 7.96 GB.
    VM size 567.52 GB, Page ins 270.8 MB, Page outs 108.2 MB, Swap used 505 MB
    This is a screen copy of the same application solving the same problemwithout using the Accelerate framework.
    Tochnog Real Memory 1.96 GB,
    System Memory  Free: 4.52 MB, Wired 382.1 MB, Active 2.69 GB, Inactive 416.2 GB, Used 3.47 GB.
    VM size 148.60 GB, Page ins 288.8 MB, Page outs 108.2 MB, Swap used 2.5 MB
    I can not understand the disparity in the behavior for the same case. As I said before, the only difference is the use of Accelerate in the first case. Also, as you can see, I thought that 8 GB of ram memory was a lot.
    Your help will be greatly appreciated
    Best regards,
    F Lorenzo

    The OP had posted this question in the iMac Intel forum.
    I replied along similar lines, but suggested he repost this in the SL forum where I know there are usually several people who have a far better grasp of these issues than I.
    I would be interested in getting their take on this.
    Although, I think you are coming to the correct conclusion that there are not enough resources available for this process, I'm not certain that what you are saying on the way to that conclusion is correct. My understanding of VM is that it is the total theoretical demand on memory a process might make. It is not necessarily the actual or real world demand being made.
    As such, this process is not actually demanding 568GB (rounded.) As evidence of that, you can see there is still memory available, albeit quite small, in the form of free memory of 33.8MB and inactive of 2.53GB (the GB for that figure, above, seems like it might be a typo, since for the process when not using Accelerate the reported figure for inactive was 416.2 GB -- surely impossible) and 7.96GB used. The process, itself, is using 6.68GB real memory.
    In addition, I question whether the OP has misstated the 487GB free drive space. I think that might be the total drive capacity, not the free space.
    My guess is that it is the combination of low available memory and low free drive space prompting this error.
    From Dr. Smoke on VM:
    it is possible that swap files could grow to the point where all free space on your disk is consumed by them. This can happen if you are very low on both RAM and free disk space.
    https://discussions.apple.com/message/2232469?messageID=2232469&#2232469
    This gets more to the actual intent of your question...
    EDIT: Looks like some kind of glitch right now getting to the Dr. Smoke post.
    Message was edited by: WZZZ
    <Hyperlink Edited by Host>

  • Errors in Startup of weblogic

    Hello,
    Please note, I could not fit the entire post in one entry...had to do it in 3
    I am getting numerous errors on startup of the weblogic server. Given that I followed the instructions to a T (Quick Start Guide for Oracle® SOA Suite 11gR1 (11.1.1.5.0)) . I am on windows 7.
    (and even installed and re-installed weblogic several times), and re-created the domains it is just a little frustrating that SOA doesn't work right out of the box.
    Near the end of the log file it does say
    SOA Platform is running and accepting requests
    However, just below it says:
    line 6:12 mismatched character '<EOF>' expecting '"'
    line 3:12 mismatched character '<EOF>' expecting '"'
    And above throughout there are a huge number of warnings.
    <Sep 29, 2012 7:13:16 PM EDT> <Warning> <EJB> <BEA-010001> <While deploying EJB 'B2BInstanceMessageBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BInstanceMessageLocalHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Sep 29, 2012 7:13:37 PM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "domain_oracle_oim:jdbc" has no key column. It will not be collected.
    What is going wrong?
    Thank you for your help.
    Stuart
    Edited by: Stuart Fleming on Sep 29, 2012 4:33 PM

    THE LOG:
    JAVA_OPTIONS= -Xverify:none
    ** End SOA Specific environment setup for win.
    JAVA Memory arguments: -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\SoaWLS\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\SoaWLS\Oracle_SOA1\soa\modules\user-patch.jar;C:\SoaWLS\Oracle_SOA1\soa\modules\soa-startup.jar;;C:\SoaWLS\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\SoaWLS\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\SoaWLS\JDK160~1\lib\tools.jar;C:\SoaWLS\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\SoaWLS\WLSERV~1.3\server\lib\weblogic.jar;C:\SoaWLS\modules\features\weblogic.server.modules_10.3.6.0.jar;C:\SoaWLS\WLSERV~1.3\server\lib\w
    1/lib/ant-all.jar;C:\SoaWLS\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\SoaWLS\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\SoaWLS\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\SoaWLS\Oracle_SOA1\soa\modules\oracle.soa.common.adapters_11.1.1\oracle.soa.common.adapters.jar;C:\SoaWLS\Oracle_SOA1\communications\modules\usermessaging-config_11.1.1.jar;C:\SoaWLS\ORACLE~1\modules\oracle.xdk_11.1.0\xsu12.jar;C:\SoaWLS\modules\features\weblogic.server.modules.xquery_10.3.1.0.jar;C:\SoaWLS\Oracle_SOA1\soa\modules\db2jcc4.jar;C:\SoaWLS\USER_P~
    WLS\Oracle_SOA1\soa\modules\fabric-url-handler_11.1.1.jar;C:\SoaWLS\Oracle_SOA1\soa\modules\quartz-all-1.6.5.jar;C:\SoaWLS\Oracle_SOA1\soa\modules\oracle.soa.fabric_11.1.1\oracle.soa.fabric.jar;C:\SoaWLS\Oracle_SOA1\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime-ext-wls.jar;C:\SoaWLS\Oracle_SOA1\soa\modules\oracle.soa.adapter_11.1.1\oracle.soa.adapter.jar;C:\SoaWLS\Oracle_SOA1\soa\modules\oracle.soa.b2b_11.1.1\oracle.soa.b2b.jar;C:\SoaWLS\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\SoaWLS\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\SoaWLS\WLS
    PATH=C:\SoaWLS\patch_wls1036\profiles\default\native;C:\SoaWLS\patch_ocp371\profiles\default\native;C:\SoaWLS\WLSERV~1.3\server\native\win\32;C:\SoaWLS\WLSERV~1.3\server\bin;C:\SoaWLS\modules\ORGAPA~1.1\bin;C:\SoaWLS\JDK160~1\jre\bin;C:\SoaWLS\JDK160~1\bin;C:\app\stuart\product\11.2.0\dbhome_1\BIN;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Li
    ologies\ATI.ACE\Core-Static;C:\SoaWLS\WLSERV~1.3\server\native\win\32\oci920_8;C:\SoaWLS\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode)
    Starting WLS with line:
    C:\SoaWLS\JDK160~1\bin\java -client -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\SoaWLS\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\SoaWLS\WLSERV~1.3 -Dwls.home=C:\SoaWLS\WLSERV~1.3\server -Dweblogic.home=C:\SoaWLS\WLSERV~1.3\server -Dcommon.components.home=C:\SoaWLS\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\SoaWLS\USER_P~1\domains\BASE_D~1 -Djrockit.optfile=C:\SoaWLS\OR
    ptfile.txt -Doracle.server.config.dir=C:\SoaWLS\USER_P~1\domains\BASE_D~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\SoaWLS\USER_P~1\domains\BASE_D~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\SoaWLS\USER_P~1\domains\BASE_D~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\SoaWLS\USER_P~1\domains\BASE_D~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\SoaWLS\USER_P~1\domains\BASE_D~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\SoaWLS\USER_P~1\domains\BASE_D~1\servers\AdminServer\tmp\_WL_user
    ternateTypesDirectory=C:\SoaWLS\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\SoaWLS\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol"|"oracle.fabric.common.classloaderurl.handler"|"oracle.fabric.common.uddiurl.handler"|"oracle.bpm.io.fs.protocol -Dweblogic.jdbc.remoteEnabled=false -da:org.apache.xmlbeans... -Dsoa.archives.dir=C:\SoaWLS\Oracle_SOA1\soa -Dsoa.oracle.home=C:\SoaWLS\Oracle_SOA1 -Dsoa.instance.home=C:\SoaWLS\USER_P~1\domains\BASE_D~1 -Dtangosol.coherence.clusteraddress=227.7.7.9 -Dtangosol.coher
    .log=jdk -Djavax.xml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.transaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Djavax.net.ssl.trustStore=C:\SoaWLS\WLSERV~1.3\server\lib\DemoTrust.jks -Dem.oracle.home=C:\SoaWLS\oracle_common -Djava.awt.headless=true -Dums.oracle.home=C:\SoaWLS\Oracle_SOA1 -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\SoaWLS\patch_wls1036\profiles\default\sysext_manifest_classpath;C:\SoaWLS\patch
    lasspath weblogic.Server
    <Sep 29, 2012 7:11:09 PM EDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Sep 29, 2012 7:11:09 PM EDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Sep 29, 2012 7:11:10 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 20.4-b02 from Sun Microsystems Inc.>
    <Sep 29, 2012 7:11:11 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Sep 29, 2012 7:11:15 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Sep 29, 2012 7:11:15 PM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Sep 29, 2012 7:11:15 PM EDT> <Notice> <Log Management> <BEA-170019> <The server log file C:\SoaWLS\user_projects\domains\base_domain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    <Sep 29, 2012 7:11:23 PM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Sep 29, 2012 7:11:28 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Sep 29, 2012 7:11:28 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Sep 29, 2012 7:12:05 PM EDT> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.applcore.model, Specification-Version: 0.1, Implementation-Version: 11.1.1.0.0, referenced from: C:\SoaWLS\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_user\usermessagingserver\a7bt7z]. Make sure the referenced optional package has been deployed as a library.>
    <Sep 29, 2012 7:12:07 PM EDT> <Warning> <EJB> <BEA-015036> <In the EJB MessageReceiverBean(Application: usermessagingserver, EJBComponent: sdpmessagingengine.jar), the value for the activation config property 'connectionFactoryJNDIName' will be ignored since it is overridden with the value 'OraSDPM/QueueConnectionFactory';>
    <Sep 29, 2012 7:12:09 PM EDT> <Warning> <EJB> <BEA-015036> <In the EJB MessageDispatcherBean(Application: usermessagingserver, EJBComponent: sdpmessagingclient-ejb-parlayx.jar), the value for the activation config property 'connectionFactoryJNDIName' will be ignored since it is overridden with the value 'OraSDPM/QueueConnectionFactory';>
    <Sep 29, 2012 7:12:14 PM EDT> <Warning> <Connector> <BEA-190110> <Resource Adapter is calling BootstrapContext.createTimer() and allocating a Timer Thread that is not managed by WebLogic Server. This may adversely impact the performance/operation of WebLogic Server.>
    <Sep 29, 2012 7:12:14 PM EDT> <Warning> <EJB> <BEA-015036> <In the EJB DriverDispatcherBean(Application: usermessagingdriver-email, EJBComponent: sdpmessagingdriver-dispatcher-ejb.jar), the value for the activation config property 'connectionFactoryJNDIName' will be ignored since it is overridden with the value 'OraSDPM/QueueConnectionFactory';>
    <Sep 29, 2012 7:12:16 PM EDT> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.applcore.model, Specification-Version: 0.1, Implementation-Version: 11.1.1.0.0, referenced from: C:\SoaWLS\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_user\worklistapp\os6mg5]. Make sure the referenced optional package has been deployed as a library.>
    <Sep 29, 2012 7:12:16 PM EDT> <Warning> <Diagnostics> <BEA-320131> <Instrumentation module worklistapp is configured, but disabled because a WLDF system resource is not targeted to the server, or its instrumentation component is not enabled.>
    <Sep 29, 2012 7:12:29 PM EDT> <Warning> <oracle.sdp.messaging.driver.base> <SDP-26024> <Registration of driver Email-Driver did not complete; will retry periodically until messaging server responds.>
    <Sep 29, 2012 7:12:41 PM EDT> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: custom.client.applib, Specification-Version: 1, Implementation-Version: 1.0, referenced from: C:\SoaWLS\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_user\worklistapp\mim36q\war]. Make sure the referenced optional package has been deployed as a library.>
    <Sep 29, 2012 7:12:49 PM EDT> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.soa.apps, Specification-Version: 11.1.1, Implementation-Version: 11.1.1, referenced from: C:\SoaWLS\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_user\soa-infra\p8vrj9]. Make sure the referenced optional package has been deployed as a library.>
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.815--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeProcessPerformance] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @Primary
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.815--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubePartnerService] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.83--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeAuditInstanceFlex01] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @Primary
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.83--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeActivityProperty] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.83--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.simulation.persistence.model.RoundTripInstanceCreation] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.846--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeActivitySequenceFlow] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @Prima
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.861--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeNametab] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.>
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.877--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeTaskPerformance] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.877--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeWorkload] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.>
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.893--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.simulation.persistence.model.RoundTripSequenceFlow] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @Pr
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.893--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.simulation.persistence.model.RoundTripFlowElement] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @Pri
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.908--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeProcessPerformanceFlex01] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @P
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.908--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeFlex01Nametab] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.>
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.924--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeNametabRange] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.>
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.924--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeTaskPerformanceFlex01] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @Prim
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.939--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeWorkloadFlex01] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.939--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeProcessPartner] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
    <Sep 29, 2012 7:12:55 PM EDT> <Warning> <EclipseLink> <BEA-2005000> <2012-09-29 19:12:55.955--ServerSession(32310194)--You have specified multiple ids for the entity class [oracle.bpm.analytics.cube.persistence.model.CubeActivity] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use entity manager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.>
    <Sep 29, 2012 7:13:01 PM EDT> <Warning> <EJB> <BEA-010202> <Call-by-reference is not enabled for the EJB 'RoundTripPersistenceServiceBean'. The server will have better performance if it is enabled. To enable call-by-reference, set the enable-call-by-reference element to True in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB.>
    <Sep 29, 2012 7:13:04 PM EDT> <Warning> <EJB> <BEA-015036> <In the EJB PeopleQueryMDB(Application: soa-infra, EJBComponent: oracle.bpm.bpm-services.ejb.jar), the value for the activation config property 'connectionFactoryJNDIName' will be ignored since it is overridden with the value 'jms/bpm/PeopleQueryConnectionFactory';>
    <Sep 29, 2012 7:13:06 PM EDT> <Warning> <EJB> <BEA-010202> <Call-by-reference is not enabled for the EJB 'ProcessCubeAggregator'. The server will have better performance if it is enabled. To enable call-by-reference, set the enable-call-by-reference element to True in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB.>
    <Sep 29, 2012 7:13:07 PM EDT> <Warning> <EJB> <BEA-010001> <While deploying EJB 'SOATestBean', class oracle.soa.management.internal.ejb.SOATestBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Sep 29, 2012 7:13:08 PM EDT> <Warning> <EJB> <BEA-010001> <While deploying EJB 'FacadeFinderBean', class oracle.soa.management.internal.ejb.FacadeFinderBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Sep 29, 2012 7:13:08 PM EDT> <Warning> <EJB> <BEA-010001> <While deploying EJB 'CompositeMetadataServiceBean', class oracle.integration.platform.blocks.cmds.CompositeMetadataServiceEx was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Sep 29, 2012 7:13:08 PM EDT> <Warning> <EJB> <BEA-010001> <While deploying EJB 'LegacySOADirectInvokerSupportBean', class oracle.integration.platform.blocks.direct.Invoker was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Sep 29, 2012 7:13:08 PM EDT> <Warning> <EJB> <BEA-010001> <While deploying EJB 'SOADirectInvokerBean', class oracle.integration.platform.blocks.direct.Invoker was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Sep 29, 2012 7:13:08 PM EDT> <Warning> <EJB> <BEA-010001> <While deploying EJB 'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.api.SOAServiceInvokerBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Sep 29, 2012 7:13:08 PM EDT> <Warning> <EJB> <BEA-010001> <While deploying EJB 'ContextAwareBean', class oracle.integration.platform.ejb.ContextAware was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Sep 29, 2012 7:13:09 PM EDT> <Warning> <EJB> <BEA-010202> <Call-by-reference is not enabled for the EJB 'CompositeMetadataServiceBean'. The server will have better performance if it is enabled. To enable call-by-reference, set the enable-call-by-reference element to True in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB.>
    <Sep 29, 2012 7:13:10 PM EDT> <Warning> <EJB> <BEA-011047> <Warning: In 'ejb-jar.xml' or annotation, EJB 'TaskQueryService' has container-transactions set when the EJB has a transaction-type of 'Bean'. The container-transaction settings will be ignored.>
    <Sep 29, 2012 7:13:10 PM EDT> <Warning> <EJB> <BEA-011047> <Warning: In 'ejb-jar.xml' or annotation, EJB 'TaskMetadataServiceBean' has container-transactions set when the EJB has a transaction-type of 'Bean'. The container-transaction settings will be ignored.>
    Edited by: Stuart Fleming on Sep 29, 2012 4:34 PM

  • "UDDIClerkServlet" failed to preload on startup in Web application: "uddiportlets". java.lang.NullPointerException

    Hi,
    I was trying to implement jUDDI on weblogic. I have set up all the prerequisites, i have set up the db also. I am trying to deploy the application as an ear file which contains jUDDI war file, pluto portal war file, UDDI portlet war file. Everything is working without this UDDI portlet war file now when i added this UDDI its showing the following error in logs::
    Error is: 'weblogic.application.ModuleException: [HTTP:101216]Servlet: "UDDIClerkServlet" failed to preload on startup in Web application: "uddiportlets".
    java.lang.NullPointerException
        at org.apache.juddi.v3.client.config.UDDIClerkServlet.init(UDDIClerkServlet.java:49)
        at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
        at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
        at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
        at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
        at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
        at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
        at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
        at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
        at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
        at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
        at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
        at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
        at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
        at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
        at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
        at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
        at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    any help will be so helpful for me... Thanks in advance, have a nice day
    Thanks
    Sharath.

    Let's say your Weblogic domain for Contract Management is located in
    C:\Oracle\Middleware\user_projects\domains\cm, please first check if the com folder exists in the domain folder. If the folder not exists, you have to reinstall Contract Management using an administrative account.

  • Servlet: "MessageBrokerServlet" failed to preload on startup in Web application:

    We are migrating from the community edition to ES edition. The application server is Oracle Weblogic running on Solaris SPARC. I have deployed all the jars from the samples lib directory i.e tomcat/webapps/lcds-samples/WEB-INF/lib/. The appication is getting built successfully.But while I am trying to login to our application it is failing.The MessageBroker is not getting initialised. It is showing the following error in the application logs
    <Aug 8, 2010 6:47:05 PM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "MessageBrokerServlet" failed to preload on startup in Web application: "bdcui.war".
    javax.servlet.UnavailableException: flex.messaging.util.concurrent.DefaultThreadPoolExecutor.<init>(IIJLjava/util/concurrent/ TimeUnit;Ljava/util/concurrent/BlockingQueue;Ljava/util/concurrent/ThreadFactory;)V
    at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:170)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.jav a:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    Truncated. see log file for complete stacktrace
    Please suggest on this. I need some immediate advice on the above issue since I am not able to proceed further. I have tried by adding flex.write.path in the MessageBroker servlet's init params in the web.xml file. But may be I am not giving the correct value to the param.
    Any comment would be appreciated.
    Thanks & regards,
    Chandra.

    specify /WEB-INF/flex/services-config.xml in your
    messagebroker servlet ..
    weblogic probebly doesnt accept the relative path or your
    weblogic thinks your webapp is in the wrong dir.. I had the same
    problem with resin because i started my webapp from the path
    /developement/servers/resin/ etc... the problem was fixed when i
    used something like c:/development/servers/resin ..
    i dont have any experience with weblogic

  • [HTTP:101216]Servlet: "jersey" failed to preload on startup in Web application:"

    Hi,
    i'm trying to deplay a restful webservice on a WL 10.3  with jdeveloper.  As soon as i try to deploy my webservice i'm getting the follwing error :
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "jersey" failed to preload on startup in Web application: "name.war".
    com.sun.jersey.spi.inject.Errors$ErrorMessagesException
        at com.sun.jersey.spi.inject.Errors.processErrorMessages(Errors.java:170)
        at com.sun.jersey.spi.inject.Errors.postProcess(Errors.java:137)
        at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:203)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:702)
        at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:691)
        at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:438)
        at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:288)
        at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:587)
        at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:213)
        at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:343)
        at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:542)
        at javax.servlet.GenericServlet.init(GenericServlet.java:242)
        at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
        at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
        at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
        at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
        at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
        at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
        at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
        at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
        at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
        at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
        at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
        at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
        at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
        at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
        at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
        at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
        at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
        at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
        at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    :com.sun.jersey.spi.inject.Errors.ErrorMessagesException:null
    What do i have to do to make it work?
    Best regards.

    Did you deploy and target the jersey libraries to your server (these can (usually) be found in the ${WL_HOME}/common/deployable-libraries). Deploy these as shared libraries and then reference it by using the following in the weblogic.xml file:
    <library-ref> 
        <library-name>jersey-bundle</library-name> 
        <specification-version>1.1.1</specification-version> 
        <implementation-version>1.1.5.1</implementation-version> 
      </library-ref>     
      <library-ref> 
        <library-name>jsr311-api</library-name> 
        <specification-version>1.1.1</specification-version> 
        <implementation-version>1.1.1</implementation-version> 
      </library-ref>
    Version can differ in your case (you have to check this when the libraries are deployed).

  • Jdev 11g  "WSEE_SERVLET" failed to preload on startup in Web application

    Hi,
    if I create a new EJB project, add an Entity and session bean, annotate that bean as @WebService and try to run it, I get the following error:
    [HTTP:101216]Servlet: "WSEE_SERVLET" failed to preload on startup in Web application: "/WsBean".
    java.lang.NullPointerException
         at weblogic.wsee.wsdl.WsdlTypes.collectNamespaces(WsdlTypes.java:213)
         at weblogic.wsee.wsdl.WsdlTypes.collectNamespaces(WsdlTypes.java:229)
         at weblogic.wsee.wsdl.WsdlTypes.collectNamespaces(WsdlTypes.java:229)
         at weblogic.wsee.wsdl.WsdlTypes.parse(WsdlTypes.java:151)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:520)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:468)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:403)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:389)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:79)
         at weblogic.wsee.jaxws.framework.jaxrpc.server.ServerEnvironmentFactory.getWsdlDef(ServerEnvironmentFactory.java:216)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getService(EnvironmentFactory.java:393)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.buildDeploymentContext(EnvironmentFactory.java:581)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getDeploymentContext(EnvironmentFactory.java:570)
         at weblogic.wsee.jaxws.framework.jaxrpc.TubelineDeploymentListener.createServer(TubelineDeploymentListener.java:74)
         at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createServer(WLSTubelineAssemblerFactory.java:74)
         at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:152)
         at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:217)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:467)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:510)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:182)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:164)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:51)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:53)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1893)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1870)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1790)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.wsee.deploy.WseeWebappModule.activate(WseeWebappModule.java:146)
         at weblogic.wsee.deploy.WSEEEjbModule.activate(WSEEEjbModule.java:371)
         at weblogic.wsee.deploy.WsEJBDeployListener.activate(WsEJBDeployListener.java:52)
         at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1329)
         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:476)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:411)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:74)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:66)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:820)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1227)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:436)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any ideas why?

    hi
    This could be confusing without a more specific reference. Looks like it is about this:
    "Oracle XDK specified in weblogic-application.xml will cause JAX-WS to fail to deploy (7424247, 7436727)"
    http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#wsd11
    "+If you create any ADF components ... any code deployed in that application will use the oracle xml parser rather than the default weblogic one ...+"
    regards
    Jan Vervecken

Maybe you are looking for

  • Multiple Oracle home and multiple Oracle database versions on same server?

    Hi all, I want to setup a test environment on single Windows XP server with an instance of Oracle 10g and Oracle 11g. How can I install both versions without problems? Thanks

  • 'Data Decryption Error'

    I'm trying to set up an internet pay and go account with BTyahoo. However, once I've connected, my ibook won't go to the registration page... it just says "Security Failure. Data Decryption Error" BTYahoo say it must be a mac problem but I've no idea

  • Suddenly lost ability to receive some emails

    I have suddenly lost the ability to recieve emails from my school. I am in school online and cannot receive forum posts to my email. All was fine and then suddenly they stopped coming in. I usually get 15 or 20 per day as thet are part of a thread. I

  • 10g Lite with OBIEE

    Does anyone know if I can use 10g lite as the datasource for OBIEE and use the sample SH schema if it is a implemention option? I am trying to get the SH schema into 10g XE to go along with the existing HR sample schema but have not found anything on

  • Debug Oracle InterConnect AQ Adapter

    Hi All, I am using Oracle InterConnect 4.1 for integration of two applications. Any one of you know how to check/debug that the DTD that was imported through iStudio matches the AQ XML payload enqueued on the published queue.