Complete file not displayed in File server(Idoc - XI File scenerio)

Hi,
Am working on Idoc-XI-File scenerio.
The target file is getting generated properly and complete xml n Adapter Monitoring in RWB.
But in the file server(in the directory)only part of the xml is displayed.The size of the file is 82KB.
Is there any configuration need to see the complete file in File Server.

Hi Amit,
This could be due to Network. How far is the file server from XI server?
I suggest putting the file in to local machine or in the same network and check whether it is OK.
- Pinkle

Similar Messages

  • ICO file not displaying at run time?

    Hello Experts,
    I an using fusion 11.1.2.1 32 bit. I have Copied the Icons as well as GIF files in C:\Oracle\Middleware\Oracle_FRHome1\forms\java folder.
    At button property i set Iconic to yes
    and file = addrow
    Icon not display at run time.
    but when i set file = abc.GIF
    image is displaying at run time.
    My doubt is that ICO file not displaying at run time while GIF file are displaying.
    Do i need to change configuration ?
    Please do the needful.
    Thanks
    Yash

    Hi Yash,
    First Try this steps
    To resolve this issue, follow these steps:
    Double-click My Computer, and then click Options on the View menu.
    Verify that the Icon file type appears on the File Types tab. If the Icon file type does not appear in the Registered File Types box, skip to step 10.
    Click Icon in the Registered File Types box, and then click Edit.
    Verify that the following settings exist, and then click OK:
    The Description Of Type box contains Icon.
    If there is a Confirm Open After Download check box, it should be selected.
    If the settings do not appear exactly as listed in step 4, click Remove, click Yes, and then click OK. If the settings do appear as listed in step 4, skip to step 10.
    Click New Type.
    In the Description Of Type box, type Icon.
    In the Associated Extension box, type ICO.
    Click OK, and then click Close.
    Use Registry Editor to view theHKEY_CLASSES_ROOT\.icokey, and then verify that the default string contains the following value:icofileIf the .ico key does not exist, create it, and then insert the value listed above. If any other values exist in the .ico key, delete them.
    Use Registry Editor to view theHKEY_CLASSES_ROOT\icofilekey, and then verify that the default string contains the following value:iconIf the icofile key does not exist, create it, and then insert the value listed above. If any other values exist, delete them.
    Create a new key in the icofile key called DefaultIcon , and type %1 as this key's default value.
    Quit Registry Editor, and then restart your computer.
    Second Try this
    Simple way
    Copy your images to:
    1
    c:\Oracle\Middleware\as_1\forms\java\ 
    Notes:
    - Icon files may not be supported.
    - In case of a Java security issue when using gif images, you will need to create a jar file and sign it with oracles sign-tool (see below, point 6).
    - In case you having trouble with oracle’s sign-tool, do it directly with java’s
    Recommended way
    1. Create a “icons” folder and place all your gifs in there
    i.e. “c:\Oracle\Middleware\as_1\forms\java\<icons>”
    2. From within icons folder make a jar file of all the gif images:
    1
    jar -cvf frmicons.jar *.gif 
    3. Copy this new jar into “c:\Oracle\Middleware\as_1\forms\java\”
    4. Edit/update formsweb.cfg file:
    path = c:\Oracle\Middleware\user_projects\domains\<my_domain>\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config\formsweb.cfg  …to update/include:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    # Forms applet parameter 
    codebase=/forms/java
    # Forms applet parameter
    imageBase=codebase
    # Forms applet archive setting for other clients (Sun Java Plugin...etc)
    archive=frmall.jar,frmicons.jar
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar,frmicons.jar
    5. Edit/update Registry.dat file:
    path = c:\Oracle\Middleware\user_projects\domains\<my_domain>\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config\forms\registry\oracle\forms\registry\Registry.dat
    1
    2
    default.icons.iconpath=icons/ 
    default.icons.iconextension=gif
    At this point your icons should work normally, but if you get a security check of Java for gif files then proceed to the next step to fix this. TIP: May need to restart the weblogic/forms server for changes to take effect.
    6. Sign your jar file with oracles sign_webutil.bat sign-tool.
    path = c:\Oracle\Middleware\asinst_1\bin\sign_webutil.bat
    Firstly, you need to edit the sign_webutil.bat as follows:
    1
    2
    3
    SET KEYSTORE_PASSWORD=my_password 
    SET JAR_KEY=webutil2 # will need to change for every run
    SET JAR_KEY_PASSWORD=my_password
    Secondly, set the environment path and finally run the command:
    1
    2
    3
    set path=c:\Oracle\Middleware\as_1\jdk\bin 
    cd c:\Oracle\Middleware\asinst_1\bin\
    sign_webutil c:\Oracle\Middleware\as_1\forms\java\my_icons.jar
    This will create your signed jar file. Once initialized from the web-app it should ask the user to “Trust” the certificate and never prompt again.
    Other issues you may encounter and may need to edit/update the following files/registry entries as well:
    formsweb.cfg
    path = c:\Oracle\Middleware\user_projects\domains\<my_domain>\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config\formsweb.cfg
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    # Forms applet parameter 
    codebase=/forms/java
    # Forms applet parameter
    imageBase=codebase
    # Forms applet archive setting for other clients (Sun Java Plugin, ...etc)
    archive=frmall.jar, my_icons.jar
    ...or
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar, my_icons.jar
    Registry.dat
    path = c:\Oracle\Middleware\user_projects\domains\<my_domain>\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config\forms\registry\oracle\forms\registry\Registry.dat
    1
    2
    default.icons.iconpath=/forms/java 
    default.icons.iconextension=gif
    Registry entries:
    1
    2
    UI_ICON:<path_to_icons_dir> 
    UI_ICON_EXTENSION: "gif": ".gif" "ico": ".ico"
    Credits and further information can be tracked for icons issue here and for jar file creation here.
    Hope this will help.

  • Uploaded image files not displayed correctly

    Hello everyone,
    I used the following article(on o'reilly) as reference for file upload:
    http://www.onjava.com/pub/a/onjava/2001/04/05/upload.html?page=1
    While it works fine for most files types, there are problems with image files.(I am using PrintStream, BufferedOutputStream,FileOutputStream to write the files on the server).
    When links to these image files are clicked, the uploaded gif and jpeg image files are not displayed correctly.When directly opening the files on the server, it gives a 'error opening file' message.But other word docs , text files do not give an error.
    If anyone else has come across the same problem and could help out , I would appreciate it.
    Thanks in advance.

    I do not want to enter into the logic which you are following to upload the file. I did the upload process successfully even as a blob datatype.
    For this I followed the logic given in http://www.java.isavvix.com/codeexchange/codeexchange-viewdetail.jsp?id=22.
    Here you can download the complete sourse code, which is working fine for gif and jpeg, I tested.
    Please go with this. Also let me know, if you still have problem.
    Regards.

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • Some .htm file not displaying in Topic List, but displaying in RH11 folder

    Hi All,
    We are running a project using RH 11, team consist of 3 person (include me)
    But we have problem with many  .htm file from my 1st coworker, file not displaying in Topic List in my Robohelp and 2nd coworker.
    Although we already get the latest file again and again
    But .htm file displaying in all our RH11 folder.
    In my 1st coworker RH, all file displaying in Topic List also RH11 folder, but when file generated then
    Many files from 1st coworker, hyperlink is not working well (broken link / file not found)
    Does anyone have experience about this problem
    Thanks

    First of all, make sure you do not have the following files in source control: .cpd, .pss, .ldb.
    These files contain local information that can cause problems when in source control.
    Then try this:
    Everyone deletes the .cpd file.
    Everyone gets the latest files for the whole project from source control.
    Open the project.
    Does everything now display correctly?
    If yes, you need to make sure you delete the cpd file before opening the project each day, and also during the day if you know a co-worker has made changes that you need. This file is a database which includes a list of all the files Robohelp knows about. When other people are adding and removing files, this information no longer matches properly. I recommend doing a Get Latest in these situations as well, just to make sure Robohelp can find the correct information.
    If you are still not seeing the correct files repeat the above process, but at step 2, pick the options to Overwrite local files. I can't say where you will see these options - they may be two checkboxes in a dialog box when you select Get Latest - it will depend on your source control application.
    Hope this helps.

  • Files not displaying in list view?

    I recently upgraded my MacPro (early 2008 8core) from Snow Leopard (10.6.8)  to Lion.
    At first i wanted to do a fresh install on my machine but soon realised it wasnt possible to import old accounts from another internal drive so i opted to upgrade the system instead.
    After doing so I was faced with an odd problem of files not displaying in my finder windows when switching through internal drives or changing from 'file view' to 'list view' or 'column view' etc...
    The attached screenshots were taken in sequence youll also note that the path bar & top window name dont update either.
    The relevant drives are in healthy condition with several tests run over them to ensure their healthy(Disk Utility & Drive Genius). I have also run permissions repair, and a utility to empty cahces etc (OnyX). From what i can see its possibly something to do with the Finder not updating or refreshing the window? The issue seems to be isolated to the drives however intermittently the problem exists deeper into the directory on 'TerraTank' Volume.
    The finder also crashes semi-frequently and the problem seems to dispaear for a while and revealing the contents of these volumes for a few mins.
    I have also checked activity monitor to see if any particular process was going haywire and all seemed relativly normal.
    Has anyone else experienced this problem?
    Regards,
    JP

    Onyx may be causing problems.  Don't use it on a non-backed up system, as cleaning caches may damage them, and make things not work.    Make sure your Spotlight indexes all drives you wish to be searchable.  Go to Apple menu -> System Preferences -> Spotlight and add each hard drive to the Privacy section, and then remove it again.  Then click on the Spotlight menu every half hour to see when it stops saying that it is indexing.  It might take a few hours.  But once done, it should be fixed.

  • Flash files not displaying in Firefox, Safari, and Opera. Most recent Shockwave installed, private b

    Flash files not displaying in Firefox, Safari, and Opera. Most recent Shockwave installed, private browsing active in Firefox?  Works perfectly in Chrome and Internet Explorer.  HELP!!!!

    I suppose it would have helped if you knew what it was supposed to look like!   I'm using Shockwave Flash 11.7.700.169  and the version of Firefox I'm on is 20.0
    When you see it in Firefox  - do the thumbnail populate the grid?  See attached populated and un-populated.
    Populated grid is with Chrome.
    Thanks!
    Thanks in advance!

  • .nef files not displayed in my content window!

    .nef files not displayed in my content window. I just want to work, not screw around fixing thing. How come the .nef files won't display anymore? The new .nef files don't display.
    Thanks for your help.
    --max

    Well, I'm afraid I'm not going to be a lot of help. From what I see, if everything is installed correctly it should be working. I know that there has been a few challenges associated with Vista, but I don't know enough about that aspect to really comment. I'm still using Windows XP.
    As far as Camera Raw is concerned, there have been four updates since CS3 was released. If you haven't done any updates you are probably in for a pleasant surprise. New controls have been added that most people have found to be quite valuable. The most current version of Camera Raw is 4.3.1. The first thing I would suggest is for you to download that update and get it installed and see it that makes a difference.
    I know you indicated that you don't want to have to do a lot of fine tuning of the program. But Adobe Camera Raw (ACR) is updated frequently, and you always want to make sure you have the most current version. If the new version of ACR doesn't resolve your issues the problem "might" be related to Vista. And I'm afraid I cannot help you with that at all.

  • Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory.

    HI
    i restored a sharepoint web 80 application in our test domain
    and after when i browse the new web application 
    it says 
    Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory. 
    adil

    Hi  adil,
    According to your description, my understanding is that you encountered the error “Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file
    exists under the layouts directory.” .
    The issue happens in
    We have customized master page
    In the master page, we use path the script/style file like this: <SharePoint:CssRegistration name="<% $SPUrl:~SiteCollection/Style Library/coe/mainCOE.css%>"
    runat="server"/>
    While using the dynamic path in a multiple languages enabled site, language Id(1033 etc) will be added to the path automatically. That cause the file to be not found.
    To solve the issue, please download  the Arabic language pack http://www.microsoft.com/en-us/download/details.aspx?id=3411 ,
    install it on  your SharePoint and refresh your browser.
    Reference:
    http://sharepoint-community.net/profiles/blogs/cannot-make-a-cache-safe-url-for-1036-sytles-themable-corev4-css
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • I keep getting this window that pops up while surfing Drudge, File not found, Firefox can't find the file at /C:/Program Files/Mozilla Firefox/D èÎß&̪H¿MH¿%1BnàŽ–âPÕ"6´6-%06%1B%0FÜ- ¢Oóü&Ùß%03[Ò–‚Ø%­%1C#%17E±MgÓ˜Û%04goS£‡Å-ovûU%08êïǁÔý„€ÙØ–!gäø½.

    I keep getting this annoying window that pops up while surfing Drudge:
    File not found
    Firefox can't find the file at /C:/Program Files/Mozilla Firefox/D>èÎß&̪H¿MH¿%1BnàŽ–âPÕ”6´6—%06%1B%0FÜ… ¢Oóü&Ùß%03[Ò–‚Ø%­%1C#%17E±MgÓ˜Û%04goS£‡Å…ovûU%08êïǁÔý„€®ÙØ–!gäø½.
    Check the file name for capitalization or other typing errors.
    Check to see if the file was moved, renamed or deleted.
    Do you have any idea how to get rid of this annoying pop-up? I searched for that file name on Google, but nothing came up.
    This only started happening after the Scareware program, Open Cloud Security, infected my computer a few days ago. My wife got into my registry to remove Open Cloud, but now I am left with this annoying Firefox problem. I have to close the annoying window TWICE to get back to Drudge.
    This happens 6 times per hour.
    Thanks

  • Xml file not displaying.

    Hello all,
    Pls i am trying to work on an example that displays some pics in form of slide show. Everything worked fine till i got to a point of displaying the content of an xml file. I tried all i could but things did not work out. someone pls help, i am frustrated. Below re my codes.
    test.xml
    <?xml version="1.0"?>
    <wedshow>
    <audio source="devpics/mus.mp3 />
    <photo duration="10" source="devpics/test.jpg" />
    <photo duration="20" source="devpics/tes.jpg" />
    <photo duration="20" source="devpics/testA.jpg" />
    </wedshow>
    WedShowPlayer2.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:MyComp="*" layout="absolute" initialize="init();">
    <mx:Script>
    <![CDATA[
    import mx.rpc.events.ResultEvent;
    private function init():void {
    service.send();
    ]]>
    </mx:Script>
    <mx:HTTPService id="service" url="component/test.xml" resultFormat="e4x" result="show.loadShow(
    XML(event.result) ); show.playShow();" />
    <MyComp:WedShow id="show" width="100%" height="100%" horizontalCenter="0"/>
    </mx:Application>
    WedShow.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off">
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import flash.display.Loader;
    [Bindable]
    private var _xml:XML;
    private var photos:ArrayCollection = new ArrayCollection();
    private var sound:Sound;
    private var iLoaded:uint = 1;
    private var isLoaded:Boolean = false;
    private var timer:Timer = new Timer(1000,0);
    private var photoIndex:int = 0;
    private var nextPhotoTime:int = 1;
    public function playShow():void {
    if(isLoaded) {
    play.visible = false;
    timer = new Timer(1000,0);
    timer.addEventListener( TimerEvent.TIMER, onTime );
    timer.start();
    if(sound!=null) {sound.play();}
    } else { loadShow( _xml ); }
    private function onTime( event:TimerEvent ):void {
    if( event.currentTarget.currentCount == nextPhotoTime ) {
    if( photos.length > photoIndex ) {
    image.load(Loader(photos[photoIndex]).content);
    // using e4x to access the photo duration attribute
    nextPhotoTime += int(_xml.photo[photoIndex].@duration);
    photoIndex++;
    } else {
    stopShow();
    public function stopShow():void {
    timer.stop();
    timer.reset();
    image.source="";
    SoundMixer.stopAll();
    photoIndex = 0;
    nextPhotoTime = 1;
    play.visible = true;
    public function loadShow( xml:XML ):void {
    _xml = xml;
    photos = new ArrayCollection();
    iLoaded = 1;
    isLoaded = false;
    photoIndex = 0;
    nextPhotoTime = 1;
    progress.visible = true;
    play.visible = false;
    for each(var photoNode:XML in _xml.photo) {
    var photo:Loader = new Loader();
    photo.load(new URLRequest(photoNode.@source));
    photo.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,
    onProgress);
    photo.contentLoaderInfo.addEventListener(Event.COMPLETE,
    onComplete);
    photos.addItem(photo);
    progress.label="Loading Image " + iLoaded +" of " + photos.length + ".";
    private function onProgress( event:ProgressEvent ):void {
    var loaded:Number = 0;
    var total:Number = 0;
    if(iLoaded<photos.length) {
    for each(var item:Loader in photos) {
    loaded += item.contentLoaderInfo.bytesLoaded;
    total += item.contentLoaderInfo.bytesTotal;
    } else {
    loaded = event.bytesLoaded;
    total = event.bytesTotal;
    progress.setProgress(loaded,total);
    private function onComplete( event:Event ):void {
    if(iLoaded<photos.length) {
    iLoaded++;
    progress.label="Loading Image " + iLoaded + "of" +
    photos.length;
    } else if (sound==null && _xml.audio[0].@source!="") {
    sound = new Sound();
    sound.addEventListener(ProgressEvent.PROGRESS, onProgress);
    sound.addEventListener(Event.COMPLETE, onComplete);
    sound.load(new URLRequest(_xml.audio[0].@source));
    progress.label="Loading Audio";
    } else {
    progress.visible = false;
    play.visible = true;
    isLoaded = true;
    ]]>
    </mx:Script>
    <mx:LinkButton id="play" label="Play" horizontalCenter="0" verticalCenter="0" visible="false" color="0xFFFFFF" />
    <mx:ProgressBar id="progress" mode="manual" width="60%" horizontalCenter="0" verticalCenter="0" color="0xFFFFFF" />
    <mx:Image id="image" horizontalCenter="0" verticalCenter="0"/>
    </mx:Canvas>
    anyone pls help
    thanks in anticipation
    [email protected]

    hey try out this link it may help you
    http://www.judahfrangipane.com/blog/2007/01/01/error-2044-unhandled-ioerrorevent-texterror -2038-file-io-error/
    thanks & regards
    gajanan
    [email protected]

  • Boot.properties file not fetching by weblogic server 10.3.6.0

    Hi Team,
    I have Installaed weblogic Server 10.3.6.0 and Forms and Reports 11.1.2.2.0. Even though the boot.properties with weblogic credentials is located in Weblogic Domain under security folder, the weblogic server is asking username and password while starting the services.
    Environment : Windows Server 2008 R2- 64 bit
    Please suggesst what would be the root cause of this issue.
    Many thanks in advance!
    Kind Regards,
    Mohan

    ####<Dec 19, 2014 10:05:13 AM SGT> <Notice> <WebLogicServer> <SRVBIAPDEV02> <AdminServer> <main> <<WLS Kernel>> <> <> <1418954713757> <BEA-000365> <Server state changed to STANDBY>
    ####<Dec 19, 2014 10:05:13 AM SGT> <Notice> <WebLogicServer> <SRVBIAPDEV02> <AdminServer> <main> <<WLS Kernel>> <> <> <1418954713757> <BEA-000365> <Server state changed to STARTING>
    ####<Dec 19, 2014 10:05:13 AM SGT> <Info> <SAFService> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954713788> <BEA-281003> <SAF Service has been initialized.>
    ####<Dec 19, 2014 10:05:13 AM SGT> <Info> <SAFService> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954713803> <BEA-281002> <SAF Service has been started.>
    ####<Dec 19, 2014 10:05:13 AM SGT> <Info> <WseeCore> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954713803> <BEA-220502> <The Wsee Service is starting>
    ####<Dec 19, 2014 10:05:13 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954713913> <BEA-149209> <Resuming.>
    ####<Dec 19, 2014 10:05:14 AM SGT> <Info> <JMX> <SRVBIAPDEV02> <AdminServer> <JMX FRAMEWORK Domain Runtime MBeanServer pooling thread> <<WLS Kernel>> <> <0000KdWIeWT2ZN8LziO5yW1K^sVM000001> <1418954714755> <BEA-149505> <The administration server was unable to establish JMX Connectivity with the WLS_FORMS at the JMX Service URL of <none>.>
    ####<Dec 19, 2014 10:05:14 AM SGT> <Info> <JMX> <SRVBIAPDEV02> <AdminServer> <JMX FRAMEWORK Domain Runtime MBeanServer pooling thread> <<WLS Kernel>> <> <0000KdWIeWT2ZN8LziO5yW1K^sVM000001> <1418954714755> <BEA-149505> <The administration server was unable to establish JMX Connectivity with the WLS_REPORTS at the JMX Service URL of <none>.>
    ####<Dec 19, 2014 10:05:15 AM SGT> <Info> <WorkManager> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954715707> <BEA-002901> <Creating WorkManager "consoleWorkManager" for module "null" and application "consoleapp">
    ####<Dec 19, 2014 10:05:18 AM SGT> <Info> <Diagnostics> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954718889> <BEA-320114> <Initializing the Diagnostics Harvester.>
    ####<Dec 19, 2014 10:05:18 AM SGT> <Info> <Diagnostics> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954718905> <BEA-320117> <The Harvester is being disabled because there are no Harvestable types configured specified.>
    ####<Dec 19, 2014 10:05:18 AM SGT> <Info> <Diagnostics> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954718905> <BEA-320119> <The Harvester is now in a inactive state.>
    ####<Dec 19, 2014 10:05:19 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954719217> <BEA-160151> <Registered library Extension-Name: UIX, Specification-Version: 11, Implementation-Version: 11.1.1.1.0 (WAR).>
    ####<Dec 19, 2014 10:05:19 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954719341> <BEA-160151> <Registered library Extension-Name: adf.oracle.businesseditor, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Dec 19, 2014 10:05:20 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954720153> <BEA-160151> <Registered library Extension-Name: adf.oracle.domain, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (EAR).>
    ####<Dec 19, 2014 10:05:21 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954721260> <BEA-160151> <Registered library Extension-Name: adf.oracle.domain.webapp, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Dec 19, 2014 10:05:21 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954721447> <BEA-160151> <Registered library Extension-Name: emai (WAR).>
    ####<Dec 19, 2014 10:05:21 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954721759> <BEA-160151> <Registered library Extension-Name: emas (WAR).>
    ####<Dec 19, 2014 10:05:22 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954722337> <BEA-160151> <Registered library Extension-Name: emcore (WAR).>
    ####<Dec 19, 2014 10:05:22 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954722461> <BEA-160151> <Registered library Extension-Name: jsf, Specification-Version: 1.2, Implementation-Version: 1.2.9.0 (WAR).>
    ####<Dec 19, 2014 10:05:22 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954722539> <BEA-160151> <Registered library Extension-Name: jstl, Specification-Version: 1.2, Implementation-Version: 1.2.0.1 (WAR).>
    ####<Dec 19, 2014 10:05:22 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954722633> <BEA-160151> <Registered library Extension-Name: ohw-rcf, Specification-Version: 5, Implementation-Version: 5.0 (WAR).>
    ####<Dec 19, 2014 10:05:22 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954722711> <BEA-160151> <Registered library Extension-Name: ohw-uix, Specification-Version: 5, Implementation-Version: 5.0 (WAR).>
    ####<Dec 19, 2014 10:05:22 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954722914> <BEA-160151> <Registered library Extension-Name: oracle.adf.dconfigbeans, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (JAR).>
    ####<Dec 19, 2014 10:05:22 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954722976> <BEA-160151> <Registered library Extension-Name: oracle.adf.desktopintegration, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723023> <BEA-160151> <Registered library Extension-Name: oracle.adf.desktopintegration.model, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (EAR).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723101> <BEA-160151> <Registered library Extension-Name: oracle.adf.management, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723210> <BEA-160151> <Registered library Extension-Name: oracle.bi.adf.model.slib, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (EAR).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723304> <BEA-160151> <Registered library Extension-Name: oracle.bi.adf.view.slib, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723397> <BEA-160151> <Registered library Extension-Name: oracle.bi.adf.webcenter.slib, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 (WAR).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723460> <BEA-160151> <Registered library Extension-Name: oracle.bi.composer, Specification-Version: 11.1.1, Implementation-Version: 0.1 (WAR).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723491> <BEA-160151> <Registered library Extension-Name: oracle.bi.jbips, Specification-Version: 11.1.1, Implementation-Version: 0.1 (EAR).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723850> <BEA-160151> <Registered library Extension-Name: oracle.bpm.mgmt, Specification-Version: 11.1.1, Implementation-Version: 11.1.1 (EJB).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723865> <BEA-160151> <Registered library Extension-Name: oracle.dconfig-infra, Specification-Version: 11, Implementation-Version: 11.1.1.1.0 (JAR).>
    ####<Dec 19, 2014 10:05:23 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954723943> <BEA-160151> <Registered library Extension-Name: oracle.jrf.system.filter (WAR).>
    ####<Dec 19, 2014 10:05:24 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954724053> <BEA-160151> <Registered library Extension-Name: oracle.jsp.next, Specification-Version: 11.1.1, Implementation-Version: 11.1.1 (JAR).>
    ####<Dec 19, 2014 10:05:24 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954724068> <BEA-160151> <Registered library Extension-Name: oracle.pwdgen, Specification-Version: 11.1.1, Implementation-Version: 11.1.1.2.0 (JAR).>
    ####<Dec 19, 2014 10:05:24 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954724084> <BEA-160151> <Registered library Extension-Name: oracle.wsm.seedpolicies, Specification-Version: 11.1.1, Implementation-Version: 11.1.1 (JAR).>
    ####<Dec 19, 2014 10:05:24 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954724084> <BEA-160151> <Registered library Extension-Name: orai18n-adf, Specification-Version: 11, Implementation-Version: 11.1.1.1.0 (JAR).>
    ####<Dec 19, 2014 10:05:24 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954724365> <BEA-160151> <Registered library Extension-Name: oracle.webcenter.composer, Specification-Version: 11.1.1, Implementation-Version: 11.1.1 (WAR).>
    ####<Dec 19, 2014 10:05:24 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954724692> <BEA-160151> <Registered library Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, Implementation-Version: 11.1.1 (EAR).>
    ####<Dec 19, 2014 10:05:24 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954724723> <BEA-149059> <Module dms.war of application DMS Application [Version=11.1.1.1.0] is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:25 AM SGT> <Warning> <Security> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954725425> <BEA-090668> <Ignored deployment of role "Admin" for resource "type=<url>, application=DMS Application#11.1.1.1.0, contextPath=/dms, uri=/">
    ####<Dec 19, 2014 10:05:25 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954725425> <BEA-149060> <Module dms.war of application DMS Application [Version=11.1.1.1.0] successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:25 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954725628> <BEA-149059> <Module / of application FMW Welcome Page Application [Version=11.1.0.0.0] is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:25 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954725753> <BEA-149060> <Module / of application FMW Welcome Page Application [Version=11.1.0.0.0] successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:25 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954725847> <BEA-149059> <Module /inspection.wsil of application wsil-wls is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:25 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954725987> <BEA-149060> <Module /inspection.wsil of application wsil-wls successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:27 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954727032> <BEA-149059> <Module NonJ2EEManagement of application NonJ2EEManagement [Version=11.1.1] is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:27 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954727251> <BEA-149060> <Module NonJ2EEManagement of application NonJ2EEManagement [Version=11.1.1] successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:27 AM SGT> <Warning> <Munger> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954727313> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in D:\Oracle\Middleware\user_projects\applications\ClassicDomain\em.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Dec 19, 2014 10:05:27 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954727422> <BEA-160170> <Imported library Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, Implementation-Version: 11.1.1 for Application em>
    ####<Dec 19, 2014 10:05:27 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954727485> <BEA-160170> <Imported library Extension-Name: adf.oracle.domain, Specification-Version: 1, Implementation-Version: 11.1.1.2.0 for Application em>
    ####<Dec 19, 2014 10:05:27 AM SGT> <Warning> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954727531> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    ####<Dec 19, 2014 10:05:27 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954727797> <BEA-149059> <Module empty.jar of application em is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:27 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954727797> <BEA-149060> <Module empty.jar of application em successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:27 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954727797> <BEA-149059> <Module /em of application em is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:32 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954732461> <BEA-149060> <Module /em of application em successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Dec 19, 2014 10:05:32 AM SGT> <Warning> <J2EE> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954732477> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.rules, referenced from: D:\Oracle\Middleware\user_projects\domains\ClassicDomain\servers\AdminServer\tmp\_WL_user\emai\xalnv4]. Make sure the referenced optional package has been deployed as a library.>
    ####<Dec 19, 2014 10:05:32 AM SGT> <Info> <WebService> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954732960> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceHttps for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Dec 19, 2014 10:05:33 AM SGT> <Info> <WebService> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954733116> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceJms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Dec 19, 2014 10:05:33 AM SGT> <Info> <WebService> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954733132> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseService for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Dec 19, 2014 10:05:33 AM SGT> <Info> <WebService> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954733147> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Jms for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Dec 19, 2014 10:05:33 AM SGT> <Info> <WebService> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954733179> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12 for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Dec 19, 2014 10:05:33 AM SGT> <Info> <WebService> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954733179> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Https for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    ####<Dec 19, 2014 10:05:33 AM SGT> <Info> <netuix> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954733491> <BEA-423101> <[console] Initializing the NetUIx container>
    ####<Dec 19, 2014 10:05:33 AM SGT> <Info> <netuix> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954733896> <BEA-423120> <WEB-INF/client-classifications.xml file not found at uri [console//WEB-INF/client-classifications.xml]. Classifications functionality not enabled.>
    ####<Dec 19, 2014 10:05:34 AM SGT> <Info> <netuix> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954734411> <BEA-423101> <[consolehelp] Initializing the NetUIx container>
    ####<Dec 19, 2014 10:05:34 AM SGT> <Info> <netuix> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954734489> <BEA-423120> <WEB-INF/client-classifications.xml file not found at uri [consolehelp//WEB-INF/client-classifications.xml]. Classifications functionality not enabled.>
    ####<Dec 19, 2014 10:05:34 AM SGT> <Info> <WebLogicServer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954734645> <BEA-000256> <Invoking weblogic.transaction.internal.StartupClass.main(null)>
    ####<Dec 19, 2014 10:05:34 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954734661> <BEA-149059> <Module dms.war of application DMS Application [Version=11.1.1.1.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:34 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954734661> <BEA-149060> <Module dms.war of application DMS Application [Version=11.1.1.1.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739091> <BEA-149059> <Module / of application FMW Welcome Page Application [Version=11.1.0.0.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739091> <BEA-149060> <Module / of application FMW Welcome Page Application [Version=11.1.0.0.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739122> <BEA-149059> <Module /inspection.wsil of application wsil-wls is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739122> <BEA-149060> <Module /inspection.wsil of application wsil-wls successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739200> <BEA-149059> <Module NonJ2EEManagement of application NonJ2EEManagement [Version=11.1.1] is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739200> <BEA-149060> <Module NonJ2EEManagement of application NonJ2EEManagement [Version=11.1.1] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <ServletContext-/NonJ2EEManagement> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739497> <BEA-000000> <Can not locate oracleDmsNotifier for now. DMS will discover opmnInfoCenter instead.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739512> <BEA-149059> <Module empty.jar of application em is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739528> <BEA-149060> <Module empty.jar of application em successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739528> <BEA-149059> <Module /em of application em is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:05:39 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KdWIhiu2ZN8LziO5yW1K^sVM000002> <1418954739528> <BEA-149060> <Module /em of application em successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Diagnostics> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954771508> <BEA-320000> <The Diagnostics subsystem is initializing on Server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Store> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954771523> <BEA-280008> <Opening the persistent file store "WLS_DIAGNOSTICS" for recovery: directory=D:\Oracle\Middleware\user_projects\domains\ClassicDomain\servers\AdminServer\data\store\diagnostics requestedWritePolicy="Disabled" fileLockingEnabled=true driver="wlfileio3".>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Store> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954771555> <BEA-280009> <The persistent file store "WLS_DIAGNOSTICS" (d07e85b4-188c-42cd-a669-feceb778a8ea) has been opened: blockSize=512 actualWritePolicy="Disabled(single-handle-non-direct)" explicitIOEnforced=false records=29.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Log Management> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954771586> <BEA-170025> <Initialized Domain Logging. Domain log events will be written to D:\Oracle\Middleware\user_projects\domains\ClassicDomain\servers\AdminServer\logs/ClassicDomain.log.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Notice> <Log Management> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954771586> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Diagnostics> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1418954771695> <BEA-320077> <Initialized the Diagnostic Accessor Service.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Diagnostics> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000005> <1418954771726> <BEA-320117> <The Harvester is being disabled because there are no Harvestable types configured specified.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Diagnostics> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000005> <1418954771726> <BEA-320119> <The Harvester is now in a inactive state.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Notice> <WebLogicServer> <SRVBIAPDEV02> <AdminServer> <main> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000006> <1418954771773> <BEA-000365> <Server state changed to ADMIN>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Notice> <WebLogicServer> <SRVBIAPDEV02> <AdminServer> <main> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000006> <1418954771882> <BEA-000365> <Server state changed to RESUMING>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771929> <BEA-149059> <Module dms.war of application DMS Application [Version=11.1.1.1.0] is transitioning from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771929> <BEA-149060> <Module dms.war of application DMS Application [Version=11.1.1.1.0] successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771929> <BEA-149059> <Module / of application FMW Welcome Page Application [Version=11.1.0.0.0] is transitioning from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771929> <BEA-149060> <Module / of application FMW Welcome Page Application [Version=11.1.0.0.0] successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771929> <BEA-149059> <Module /inspection.wsil of application wsil-wls is transitioning from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771929> <BEA-149060> <Module /inspection.wsil of application wsil-wls successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771929> <BEA-149059> <Module NonJ2EEManagement of application NonJ2EEManagement [Version=11.1.1] is transitioning from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771929> <BEA-149060> <Module NonJ2EEManagement of application NonJ2EEManagement [Version=11.1.1] successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771945> <BEA-149059> <Module empty.jar of application em is transitioning from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771945> <BEA-149060> <Module empty.jar of application em successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771945> <BEA-149059> <Module /em of application em is transitioning from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Deployer> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771945> <BEA-149060> <Module /em of application em successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server AdminServer.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Management> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000007> <1418954771945> <BEA-141053> <The auto deployment poller has not started for the production server.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Info> <Server> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000008> <1418954771960> <BEA-002610> <Dynamic Listener Service initialized.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Notice> <Server> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000008> <1418954771960> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:0:100:7f:fffe:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Warning> <Server> <SRVBIAPDEV02> <AdminServer> <DynamicListenThread[Default]> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000009> <1418954771960> <BEA-002611> <Hostname "SRVBIAPDEV02", maps to multiple IP addresses: 10.4.93.117, 0:0:0:0:0:0:0:1>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Notice> <Server> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000008> <1418954771960> <BEA-002613> <Channel "Default[3]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Notice> <Server> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000008> <1418954771960> <BEA-002613> <Channel "Default[2]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Notice> <Server> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000008> <1418954771960> <BEA-002613> <Channel "Default" is now listening on 10.4.93.117:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Dec 19, 2014 10:06:11 AM SGT> <Notice> <WebLogicServer> <SRVBIAPDEV02> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000008> <1418954771960> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "ClassicDomain" running in Production Mode>
    ####<Dec 19, 2014 10:06:12 AM SGT> <Notice> <WebLogicServer> <SRVBIAPDEV02> <AdminServer> <main> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000006> <1418954772007> <BEA-000365> <Server state changed to RUNNING>
    ####<Dec 19, 2014 10:06:12 AM SGT> <Notice> <WebLogicServer> <SRVBIAPDEV02> <AdminServer> <main> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000006> <1418954772007> <BEA-000360> <Server started in RUNNING mode>
    ####<Dec 19, 2014 10:06:12 AM SGT> <Info> <J2EE> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-000000000000000a> <1418954772007> <BEA-160151> <Registered library Extension-Name: bea_wls_async_response (JAR).>
    ####<Dec 19, 2014 10:06:12 AM SGT> <Info> <EJB> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-000000000000000a> <1418954772350> <BEA-010008> <EJB Deploying file: mejb.jar>
    ####<Dec 19, 2014 10:06:13 AM SGT> <Info> <EJB> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-000000000000000a> <1418954773333> <BEA-010009> <EJB Deployed EJB with JNDI name ejb.mgmt.MEJB.>
    ####<Dec 19, 2014 10:07:11 AM SGT> <Info> <Health> <SRVBIAPDEV02> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-000000000000000c> <1418954831724> <BEA-310002> <39% of the total memory in the server is free>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893174> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file D:\Oracle\Middleware\wlserver_10.3\server\lib\DemoIdentity.jks.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893330> <BEA-090169> <Loading trusted certificates from the jks keystore file D:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893345> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\PROGRA~1\Java\jdk1.7.0_71\jre\lib\security\cacerts.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Alert> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893455> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
      Version: V3
      Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
      Key:  Sun RSA public key, 512 bits
      modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
      public exponent: 65537
      Validity: [From: Fri Mar 22 04:12:27 SGT 2002,
                   To: Wed Mar 23 04:12:27 SGT 2022]
      Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Algorithm: [MD5withRSA]
      Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7   06 C3 24 6F AE B4 F8 82  .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84   81 C4 66 95 F4 1E D8 C4  .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4   B7 21 E0 AA 54 2B 4A FF  .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC   90 54 D8 7D 79 63 23 3C  .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893501> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893517> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893517> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G2,OU=(c) 2007 thawte\, Inc. - For authorized use only,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.10045.4.3.3.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893517> <BEA-090898> <Ignoring the trusted CA certificate "CN=Buypass Class 3 Root CA,O=Buypass AS-983163327,C=NO". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893517> <BEA-090898> <Ignoring the trusted CA certificate "CN=Buypass Class 2 Root CA,O=Buypass AS-983163327,C=NO". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893517> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893517> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893517> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Class 3 Public Primary Certification Authority - G4,OU=(c) 2007 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.10045.4.3.3.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893517> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893533> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893533> <BEA-090898> <Ignoring the trusted CA certificate "CN=AffirmTrust Commercial,O=AffirmTrust,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893533> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <02ecc29b92549eb6:-2ae67fda:14a604a9f85:-8000-0000000000000011> <1418954893533> <BEA-090898> <Ignoring the trusted CA certificate "CN=AffirmTrust Premium ECC,O=AffirmTrust,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.10045.4.3.3.>
    ####<Dec 19, 2014 10:08:13 AM SGT> <Notice> <Security> <SRVBIAPDEV02> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'web

  • .swf files not displaying all of a sudden!

    Hi all
    currently working on a new website for my design company and
    have hit an unexpected - and very annoying - problem!
    my portfolio graphics are all vector illustrations - I export
    them from there as a .swf file - dump them into dreamweaver - and
    away we go. all has been going fine - my portfolio covers 4 pages -
    first two have worked fine - the final two simply will not display
    when previewed in browser - or uploaded via ftp to a site area.
    the graphics have all been created in similar ways - the
    export functions for .swf have not been altered in any way at all -
    but still not displaying. when i open up flash player to preview
    the file - again blank - when i do the same with the first two .swf
    files, no issues!!
    I have recreated the html files to see if that was the issue
    ... to no avail.
    I also dumped the swfs into the 2 html files that are working
    fine - still no luck.
    tis driving me mad - any ideas guys??? as i said - they are
    just vector logos as with the first two pages so not sure what on
    earth is happening!
    incase this helps with any ideas....
    this page as you can see works fine:
    http://www.justsoho.com.au/test_portfolio.html
    this one doesn't! :
    http://www.justsoho.com.au/test_portfolio_02.html
    hoping someone can shed some light on this!
    cheers
    Rebecca

    Upload this file to server. portfolio2.swf
    It should be in this location
    http://www.justsoho.com.au/portfolio2.swf
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "justsoho" <[email protected]> wrote in
    message
    news:ftjufb$gut$[email protected]..
    > Hi all
    >
    > currently working on a new website for my design company
    and have hit an
    > unexpected - and very annoying - problem!
    >
    > my portfolio graphics are all vector illustrations - I
    export them from
    there
    > as a .swf file - dump them into dreamweaver - and away
    we go. all has been
    > going fine - my portfolio covers 4 pages - first two
    have worked fine -
    the
    > final two simply will not display when previewed in
    browser - or uploaded
    via
    > ftp to a site area.
    >
    > the graphics have all been created in similar ways - the
    export functions
    for
    > .swf have not been altered in any way at all - but still
    not displaying.
    when i
    > open up flash player to preview the file - again blank -
    when i do the
    same
    > with the first two .swf files, no issues!!
    >
    > I have recreated the html files to see if that was the
    issue ... to no
    avail.
    >
    > I also dumped the swfs into the 2 html files that are
    working fine -
    still no
    > luck.
    >
    > tis driving me mad - any ideas guys??? as i said - they
    are just vector
    logos
    > as with the first two pages so not sure what on earth is
    happening!
    >
    > incase this helps with any ideas....
    >
    > this page as you can see works fine:
    >
    http://www.justsoho.com.au/test_portfolio.html
    >
    > this one doesn't! :
    http://www.justsoho.com.au/test_portfolio_02.html
    >
    > hoping someone can shed some light on this!
    >
    > cheers
    > Rebecca
    >

  • File not coming at FTP server

    Hi,
    I am doing Idoc to File scenario...In receiver communication channel FTP server is to be used...Data is processing successfully in sxmb_moni...but its not visible at FTP server....have checked at all the places...
    Please help.

    this can be for the following reasons...
    1. your File adapter might throw some error ( check RWB-->Adapter monitoring)
    2. Data might be stuck in Queue ( TO-BE-Delivered state) cehck in adapter engine or cache
    3. Since you are sending data to the remote server, it's so happens sometimes if the idle time is more from one file is sent and for another file it the gap is more then you might have to reactivate the file adapter and run the interface.
    4. Check is there any batch file running on the FTP by legacy which are moving the files form that location...
    5. Make Sure you are sending the data ( No empty files Careated).

  • Colors in pdf files not displayed correctly on linux acroread

    I have recently observed that the colors in certain pdf files are not displayed correctly in acroread on Linux. Other readers such as evince get it right. Examples are a presentation with white arrows on  a black background which come out as black on black. I suspect, but have not proved, that the files were produced on Mac OS. I see this in acroread version 9.5.1 on a couple of versions of Linux. I googled this but could find no-one else mentioning it. Has anyone else seen it. Looks like a serious bug to me.

    Does this happen with other PDFs on the server? You might check out the Adobe forums.
    Regards, Tim

Maybe you are looking for