Channel weight in WL eight

Hi Guys,
The docs here
(http://e-docs.bea.com/wls/docs81/ConsoleHelp/domain_networkaccesspoint_conf
iguration.html) indicate that there is a channel weight associated with
channels. The docs here
(http://e-docs.bea.com/wls/docs81/notes/resolved.html) say it is obsolete.
So I guess the firt reference is a fault in the documentation.
My question is: if it's obsolete, how am I to accomplish the tasks that they
used to perform in WebLogic 7.0?
I could assign a weight to multiple outbound channels, basically providing
NIC failover. If the higher weighted channel failed it would use a lower
weighted channel, and if each channel was on a different NIC you would get
failover.
How do you accomplish this on WL8.1?
Thanks
Jon

Hi Jon
We removed the attribute because it didn't behave the way it should for all
NICs and for all protocols. Most modern OS's provide support for failover
between multiple NIC's. That would be your best bet.
Regards,
Chris Chiodo
BEA Systems
"Jon Mountjoy" <[email protected]> wrote in message
news:[email protected]..
Hi Guys,
The docs here
(http://e-docs.bea.com/wls/docs81/ConsoleHelp/domain_networkaccesspoint_conf
iguration.html) indicate that there is a channel weight associated with
channels. The docs here
(http://e-docs.bea.com/wls/docs81/notes/resolved.html) say it is obsolete.
So I guess the firt reference is a fault in the documentation.
My question is: if it's obsolete, how am I to accomplish the tasks thatthey
used to perform in WebLogic 7.0?
I could assign a weight to multiple outbound channels, basically providing
NIC failover. If the higher weighted channel failed it would use a lower
weighted channel, and if each channel was on a different NIC you would get
failover.
How do you accomplish this on WL8.1?
Thanks
Jon

Similar Messages

  • Disappointed: ASA 8.4 Redundant using Port-channels

    So I finally got all our ASAs upgrade to version 8.4 and was all sorts of excited to configure port-channels to our 6500 + SUP7203B switches.  I was severally disappointed to discover that I cannot configure two port-channels and have them be members of a redundant interface pair.  It would seem like a logical topology.
    Port-channel1 = Gig0/0 & Gig0/1
    Port-channel2 = Gig0/2 & Gig0/3
    Redundant1 = Port-channel1 & Port-channel2
    Port-channel1 would connect to the primary 6500
    Port-channel2 would connect to the backup 6500
    What would it take to make this work?  Am I going to have to wait for 8.5?  Will we finally get BGP then too? (Had to get that in there)
    http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/interface_start.html#wp1329357
    EtherChannel Guidelines
    •You can configure up to 48 EtherChannels.
    •Each channel group can have eight active interfaces. Note that you can assign up to 16 interfaces to a channel group. While only eight interfaces can be active, the remaining interfaces can act as standby links in case of interface failure.
    •All interfaces in the channel group must be the same type and speed. The first interface added to the channel group determines the correct type and speed.
    •The device to which you connect the ASA 5500 EtherChannel must also support 802.3ad EtherChannels; for example, you can connect to the Catalyst 6500 switch.
    •All ASA configuration refers to the logical EtherChannel interface instead of the member physical interfaces.
    •You cannot use a redundant interface as part of an EtherChannel, nor can you use an EtherChannel as part of a redundant interface. You cannot use the same physical interfaces in a redundant interface and an EtherChannel interface. You can, however, configure both types on the ASA if they do not use the same physical interfaces.

    Hello Yaplej,
    Agree with you but unfortunetly this is not supported yet,
    We migh need to wait some time before this desing can be accomplish,
    Regards,
    If you do not have any other question please mark the question as answered

  • Administration port - network channel for admin traffic

    I am trying to configure a separate channel for Administration traffic on weblogic. I followed the oracle docos and configured the SSL, domain wide admin port, server listen address, ‘admin’ channel.
    The issue is admin traffic in not happening through the newly created channel.
    L2 network is not getting used. I can’t see any activity in the monitoring tab of new Channel. Also the netstat is showing that the port 9101/9102 is getting used on the 192.168.100.218 and not on 10.254.252.849.
    I also tried by setting up the newly created channel weight as 51, but no luck.
    Is JMX connectivity related to admin channel?
    Any help is highly appreciated. Thanks.
    Ipconfig:
    Admin: adminserver701.mycompany.internal, 192.168.100.238, 10.254.252.808
    Managed: appserver701.mycompany.internal, :192.168.100.218, 10.254.252.849
    Domain wide admin port: 9101
    Admin:
    Listen address –> adminserver701.mycompany.internal
    Channel –> admin -> 10.254.252.808/9101
    Startup -> -Dweblogic.admin.ListenAddress=admin://10.254.252.808:9101
    Managed:(appserver701)
    Listen address –> appserver701.mycompany.internal
    Admin port override: 9102
    Channel –> admin -> 10.254.252.849/9102
    Startup -> -Dweblogic.admin.ListenAddress=admin://10.254.252.849:9102
    AdminServer Logs:
    ####<Feb 18, 2013 1:53:33 PM EST> <Info> <JMX> <adminserver701.mycompany.internal> <soa_as> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361159613346> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://adminserver701.mycompany.internal:9101/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Feb 18, 2013 1:53:33 PM EST> <Info> <JMX> <adminserver701.mycompany.internal> <soa_as> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361159613353> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://adminserver701.mycompany.internal:9101/jndi/weblogic.management.mbeanservers.edit .>
    ####<Feb 18, 2013 1:53:33 PM EST> <Info> <JMX> <adminserver701.mycompany.internal> <soa_as> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361159613367> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://adminserver701.mycompany.internal:9101/jndi/weblogic.management.mbeanservers.domainruntime .>
    ####<Feb 18, 2013 1:53:36 PM EST> <Notice> <Server> <adminserver701.mycompany.internal> <soa_as> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361159616699> <BEA-002613> <Channel "DefaultAdministration" is now listening on 192.168.100.238:9101 for protocols admin, ldaps, https.>
    ####<Feb 18, 2013 1:53:36 PM EST> <Notice> <Server> <adminserver701.mycompany.internal> <soa_as> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361159616700> <BEA-002613> <Channel "Channel-0" is now listening on 10.254.252.808:9101 for protocols admin, ldaps, https.>
    ####<Feb 18, 2013 1:55:12 PM EST> <Notice> <Server> <adminserver701.mycompany.internal> <soa_as> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <cd259038c7dcf5a8:-26ac3ba0:13ceb6f767d:-8000-000000000000001a> <1361159712920> <BEA-002613> <Channel "Default" is now listening on 192.168.100.238:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 18, 2013 1:55:12 PM EST> <Notice> <Server> <adminserver701.mycompany.internal> <soa_as> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <cd259038c7dcf5a8:-26ac3ba0:13ceb6f767d:-8000-000000000000001a> <1361159712920> <BEA-002613> <Channel "DefaultSecure" is now listening on 192.168.100.238:7002 for protocols iiops, t3s, ldaps, https.>
    ManagedServer Logs:
    ####<Feb 18, 2013 2:54:19 PM EST> <Info> <JMX> <appserver701.mycompany.internal> <adp_ms01> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361163259911> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://appserver701.mycompany.internal:9102/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Feb 18, 2013 2:54:20 PM EST> <Notice> <Server> <appserver701.mycompany.internal> <adp_ms01> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361163260350> <BEA-002613> <Channel "Channel-0" is now listening on 10.254.252.849:9102 for protocols admin, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    ####<Feb 18, 2013 2:54:20 PM EST> <Notice> <Server> <appserver701.mycompany.internal> <adp_ms01> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361163260350> <BEA-002613> <Channel "DefaultAdministration" is now listening on 192.168.100.218:9102 for protocols admin, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    ####<Feb 18, 2013 2:54:58 PM EST> <Notice> <Server> <appserver701.mycompany.internal> <adp_ms01> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d3208ed6c2482016:-46ac5fed:13ceba69a8e:-7ffe-000000000000000e> <1361163298045> <BEA-002613> <Channel "DefaultSecure" is now listening on 192.168.100.218:7102 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    ####<Feb 18, 2013 2:54:58 PM EST> <Notice> <Server> <appserver701.mycompany.internal> <adp_ms01> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <d3208ed6c2482016:-46ac5fed:13ceba69a8e:-7ffe-000000000000000e> <1361163298045> <BEA-002613> <Channel "Default" is now listening on 192.168.100.218:7101 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    AdminServer logs update while starting managed:
    ####<Feb 18, 2013 2:54:57 PM EST> <Info> <JMX> <adminserver701.mycompany.internal> <soa_as> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <cd259038c7dcf5a8:-26ac3ba0:13ceb6f767d:-8000-0000000000000162> <1361163297488> <BEA-149506> <Established JMX Connectivity with adp_ms01 at the JMX Service URL of service: jmx:admin://appserver701.mycompany.internal:9102 /jndi/weblogic.management.mbeanservers.runtime.>
    Admin Server :
    [oracle@adminserver701 bin]$ netstat -an | grep 9101
    tcp 0 0 10.254.252.808:9101 0.0.0.0:* LISTEN
    tcp 0 0 192.168.100.238:9101 0.0.0.0:* LISTEN
    tcp 0 0 192.168.100.238:9101 192.168.100.218:59038 ESTABLISHED
    I am wondering if the JMX connectivity is using the server listen address (adminserver701.mycompany.internal) which will by default resolve to 192.168.100.238. Is there a way to force JMX to use 10.254.252.808?

    Hi
    For first question the answer is no. With the administration port, you enable the SSL between the admin server and Node manager-managed Servers. You can still use the web console.
    For teh second question, you can use ANT or can use the WLS Scripting ..you can get more details in dev2dev.bea.com
    Jin

  • !! Help for a looong script... begin with compare name of files, date...

    Hello Everybody, and thank you very much if you can answer to my little problem
    So here is the beginning of my script. At the end it will be a script to batch convert Psd files to jpeg in different resolutions, in different folders.
    I wanted to understand subtlety some parts of applescript, but I have to say that I failed for this case.
    So the part I am looking for is to compare files between two folders, not exactly like syncing.
    In the first Folder, psds files.
    In the second, Jpgs, wich have been made from the psds, with a 2nd part of the script, batch to jpeg.
    I want to compare these files to tell the 2nd script not to batch them to jpeg if they have not been modified.
    So the steps I would like to write :
    tell applescript to :
    1 -
    get every files of folder "psd" without invisibles
    get only the names of these files without extension
    get the modification date of these files
    2-
    get every files of folder "jpg" without invisibles
    get only the names of these files without extension
    get the modification date of these files
    3- compare the names of the files in psd's and jpg's folders (it's why I didn't want the extension)
    if some or all Psds already exist in jpg folder, then
    compare the modification dates of these same files
    and if these files in psd folder are more recent than in jpeg folder, then
    get only these modified files in psd folder, and, also the new ones (not existing in jpg folder).
    and --
    4 - launch my batchconverttojpg for this result
    (at this moment I only want to find steps 1, 2 and 3)
    --- It is important for me to do that, because the files in psd's folder will always change, and I can have really big files (like 500 or 800 mo each), and it will be really faster to batch only modified files…
    --- Here is the beginning of the script I am writing, but … bug bug bug, I don't find the good way to write that…
    set folder1 to "Macintosh HD:Users:Me:Desktop:test batch convert-script:psds" as string
    set folder2 to "Macintosh HD:Users:Me:Desktop:test batch convert-script:jpegs:Jpegs" as string
    set AppleScript's text item delimiters to ""
    tell application "System Events"
    set imgsources to every file of folder folder1 whose name does not start with "." and (file type is "psd" or file type is "JPG" or name extension is "psd" or name extension is "jpg")
    set imgcibles to every file of folder folder2 whose name does not start with "." and (file type is "psd" or file type is "JPG" or name extension is "psd" or name extension is "jpg")
    end tell
    --tell application "Finder"
    repeat with i from 1 to the count of imgsources without invisibles
    set img to (item i of imgsources as alias)
    set infosource to info for img
    set nameimg1 to name of infosource -- recupere le nom de limage + extension
    --set extimg2 to items -1 thru -4 of nameimg2 as text -- recupere l'extension
    set nimg1 to items 1 thru -5 of nameimg1 as text -- recupere le nom
    set moddateimg1 to modification date of infosource -- recupere la date de modif
    repeat with i from 1 to the count of imgcibles without invisibles
    set img2 to (item i of imgcibles as list) -- recupere tous les elements du dossier
    set infocible to info for img2 -- recupere les infos
    set nameimg2 to name of infocible -- recupere le nom de limage de destination
    set extimg2 to items -1 thru -4 of nameimg2 as text -- recupere l'extension
    set nimg2 to items 1 thru -5 of nameimg2 as text -- recupere le nom
    set moddateimg2 to modification date of infocible -- recupere la date de modif
    tell application "Finder"
    if nimg1 = nimg2 as text then
    --set nimg1 to nimg1 as string
    --set nimg2 to nimg2 as string
    --set name of img2 to folder2 & ":" & nimg2 & "-" & "2" & extimg2 as text
    set name of img2 to nimg2 & "-" & "2" & extimg2
    -- I am just trying to rename the file at this step.
    -- After this, I will compare the dates, and then, batch convert.
    end if
    end tell
    end repeat
    end repeat
    So if one of you have the good solution It will be a miracle for me
    I have to say that if I wrote this script in a simple way like that, it's to be able to understand what I do, or to understand the script after 6 month, without thinking about it…
    Thank you very much for your answers
    Fred

    Ok so there are a lot of things I didn't know about some details… And I see that I will never have succeed to write something like that…
    I don't really understand why to "set psdNames to --> {}" this last detail is unknown for me…
    And if I understand, the thing I missed is to do a listindex of the items ? it's why I didn't succeed to compare the files ?
    Then I though that it could be interesting for you or differents users to see the result. I think it works perfectly now.
    Of course, I am not professional in applescript editing, so if you have some comments or modifications, do not hesitate to post them here
    Thanks again to Red_Menace !
    Fred
    Here it is :
    (sorry I didnt translate all the notes to English. Just have to know that the script proceed in the folder where it is. If it's not save in the good folder before execute, or save as application in the good folder, then it will proceed in the default folder "applications"... so careful
    display dialog " Attention, Le script va créer un dossier psd, et déplacer les fichiers psds ici dans ce nouveau dossier" & return & " Et va ensuite procéder à la création de" & return & " Jpegs dans différents dossiers" buttons {"Ok", "Annuler", "+ d'explications"} default button "OK"
    if button returned of the result is "+ d'explications" then
    explications()
    return
    end if
    --Application utilisée : adobe photoshop CS3
    --Changer la version si besoin dans les lignes ci dessous
    --Changer le nom des dossiers ici, sans avoir à changer le reste du script
    set nomdossierpsds to "psds"
    set psdsFolder to nomdossierpsds
    set tempFolderName to "Exports"
    set tempfoldername1 to "Jpegs_HD"
    set tempfoldername2 to "Jpegs_SD"
    --Pour changer la taille des Jpegs SD --
    set choixtaille to "1200"
    tell application "Finder"
    set racine to get folder of (path to me) as Unicode text
    set nomprojet to name of folder racine
    --if folder psd exists but with different case
    if exists folder "psd" in folder racine then
    set name of folder "psd" in folder racine to psdsFolder
    end if
    if exists folder "Psd" in folder racine then
    set name of folder "psd" in folder racine to psdsFolder
    end if
    if exists folder "Psds" in folder racine then
    set name of folder "Psds" in folder racine to psdsFolder
    end if
    --2 -- check si le dossier psd existe, sinon le crée.
    if not (exists folder psdsFolder in folder racine) then
    make new folder in folder racine with properties {name:psdsFolder}
    set psdsFolder to folder psdsFolder in folder racine as alias
    open folder psdsFolder
    --display dialog "Avant de Continuer, Placer les images dans le dossier Psds" buttons {"Annuler"} default button 1
    else
    set psdsFolder to folder (racine & "psds") as alias
    end if
    --if Psd folder didnt exists, then move psd files in
    set psds to (files of folder racine whose name extension is "psd")
    move psds to folder psdsFolder
    --Dossier Jpegs Racine -- outputFolder -- check si present sinon creation
    if not (exists folder ((racine as string) & tempFolderName)) then
    set outputFolder to make new folder at racine with properties {name:tempFolderName}
    else
    set outputFolder to folder ((racine as string) & tempFolderName)
    end if
    --Dossier Jpegs HD -- outputFolder1 pour photoshop -- check si present sinon creation
    if not (exists folder (((racine as string) & tempFolderName as string) & ":" & tempfoldername1)) then
    set outputFolder1 to make new folder at outputFolder with properties {name:tempfoldername1}
    else
    set outputFolder1 to folder ((racine as string) & tempFolderName & ":" & tempfoldername1)
    end if
    set outputFolder1 to outputFolder1 as alias
    --Dossier Jpegs SD -- outputFolder2 pour photoshop -- check si present sinon creation
    if not (exists folder (((racine as string) & tempFolderName as string) & ":" & tempfoldername2)) then
    set outputFolder2 to make new folder at outputFolder with properties {name:tempfoldername2}
    else
    set outputFolder2 to folder ((racine as string) & tempFolderName & ":" & tempfoldername2)
    end if
    set outputFolder2 to outputFolder2 as alias
    end tell
    --recupere le chemin du dossier des psds à procéder
    tell application "Finder"
    set psdsFolder to folder (racine & nomdossierpsds) as alias
    end tell
    --1
    tell application "Finder" -- get file items from the folders (coerce list items to aliases for use later)
    set psdFiles to (files of folder psdsFolder whose name extension is "psd") as alias list
    set jpgFiles to (files of folder outputFolder1 whose name extension is "jpg" or name extension is "psd") as alias list
    end tell
    --2
    set psdNames to {} -- get the psd file names (these are in the same order as the file items)
    repeat with anItem in psdFiles
    set the end of psdNames to (justTheName from anItem)
    end repeat
    set jpgNames to {} -- get the jpg file names (these are in the same order as the file items)
    repeat with anItem in jpgFiles
    set the end of jpgNames to (justTheName from anItem)
    end repeat
    --3
    set filesList to {} -- figure out the files to process
    repeat with X from 1 to (count psdNames)
    set theName to contents of (item X of psdNames) -- get a name from the psd list
    if theName is in jpgNames then -- found a jpg match, so check the date
    set match to (listIndex of theName from jpgNames) -- get the index of the matching name
    tell application "Finder" -- look up the file items for the matching names and get the dates
    set psdDate to modification date of (item X of psdFiles)
    set jpgDate to modification date of (item match of jpgFiles)
    end tell
    if psdDate > jpgDate then set the end of filesList to (item X of psdFiles) -- newer file, so add
    else -- no match, so add
    set the end of filesList to (item X of psdFiles)
    end if
    end repeat
    filesList --> this list contains items (aliases) that are not in jpgsFolder or have a newer modification date
    tell application "Adobe Photoshop CS3"
    activate
    set display dialogs to never
    close every document saving no
    end tell
    repeat with aFile in filesList
    set fileIndex to 0
    tell application "Finder"
    -- The step below is important because the 'aFile' reference as returned by
    -- Finder associates the file with Finder and not Photoshop. By converting
    -- the reference below 'as alias', the reference used by 'open' will be
    -- correctly handled by Photoshop rather than Finder.
    set theFile to aFile as alias
    set theFileName to name of theFile
    end tell
    tell application "Adobe Photoshop CS3"
    activate
    open theFile
    set docRef to the current document
    set docHeight to height of docRef
    set docWidth to width of docRef
    ------------------------------------------------------------------- 1st Export to jpeg
    --Convert the document to a document mode that supports saving as jpeg
    flatten docRef
    tell docRef to convert to profile "sRGB IEC61966-2.1" intent perceptual with dithering and blackpoint compensation
    if (bits per channel of docRef is sixteen) then
    set bits per channel of docRef to eight
    end if
    --The first copy is simply saved with additional document info added
    set infoRef to get info of docRef
    set copyright notice of infoRef to "Copyright Frédéric Perrin"
    set docName to name of docRef
    set docBaseName to getBaseName(docName) of me
    --set fileIndex to fileIndex + 1
    set newFileName to (outputFolder1 as string) & docBaseName & ".jpg"
    save docRef in file newFileName as JPEG appending lowercase extension with options {class:JPEG save options, quality:12, format options:optimized}
    ------------------------------------------------------------------- 2nd export to jpeg
    -- The second copy is saved resized to width of 100 pixels proportionally
    -- There is no scale constraint in the resize image command.
    -- Use the height/width ratio to simulate the option.
    set ruler units of settings to pixel units
    set type units of settings to pixel units
    resize image current document width choixtaille height (choixtaille * docHeight / docWidth)
    -- repete la mise en memoire des variables, sinon des bugs
    set docRef to the current document
    set docName to name of docRef
    set docBaseName to getBaseName(docName) of me
    --set fileIndex to fileIndex + 1
    set newFileName2 to (outputFolder2 as string) & docBaseName & "-" & choixtaille & ".jpg"
    save docRef in file newFileName2 as JPEG appending lowercase extension --with options {class:JPEG save options, quality:12, format options:optimized}
    -- The original document is closed without saving so it remains as it was
    -- when opened for batch processing
    close current document without saving
    end tell
    end repeat
    -- Routines
    -- Returns the document name without extension (if present)
    on getBaseName(fName)
    set baseName to fName
    repeat with idx from 1 to (length of fName)
    if (item idx of fName = ".") then
    set baseName to (items 1 thru (idx - 1) of fName) as string
    exit repeat
    end if
    end repeat
    return baseName
    end getBaseName
    on justTheName from someFile
    get the name from a file path
    parameters - someFile [various]: a complete file path (POSIX or Finder)
    returns [text] - the base file name
    set someFile to someFile as text
    tell application "System Events" to tell disk item someFile
    set {theName, theExtension} to {name, name extension}
    end tell
    if theExtension is in {missing value, ""} then
    set theExtension to ""
    else
    set theExtension to "." & theExtension
    end if
    return text 1 thru -((count theExtension) + 1) of theName -- just the name part
    end justTheName
    to listIndex of anItem from someList
    get the (first) index of anItem in someList
    parameters - anItem [various]: the item to look for
    someList [list]: the list to look in
    returns [integer]: the index (0 if not found)
    set theIndex to 0
    repeat with X from 1 to (count someList)
    if (contents of (item X of someList)) is anItem then
    set theIndex to X
    exit repeat
    end if
    end repeat
    return theIndex
    end listIndex
    on explications()
    tell application "TextEdit"
    activate
    make new document
    set text of front document to ¬
    "--- Attention --- Le Script se lance pour gérer le dossier dans lequel il se trouve." & return & return & ¬
    "Pour ne plus voir ce message, ouvrir le script/application et l'éditer avec un éditeur comme Editeur applescript : Effacer alors le premier paragraphe --> End Message" & return & return & return & ¬
    "Il vérifie l'existence d'un dossier Psd, s'il existe, mais pas dans la bonne casse, renomme le dossier --" & return & "Donc -- attention -- si d'autres scripts sont chainés à ce dossier, il faudra mettre à jour la casse ou orthographe, sinon changer les variables en début de script afin que tous les scripts marchent avec le meme nom de ce dossier psd" & return & return & ¬
    "Une fois cela géré, le dossier -psds- est créé, sil n'est pas deja la. Les fichiers psds pouvant être présents à la racine du dossier, où se trouve le script, seront déplacés dans le dossier psd" & return & ¬
    "Ensuite, création d'un dossier jpeg contenant deux autres dossiers : jpgs HD et Sd, le 1er contiendra les jpegs à la resolution source du psd, le dossier Sd à la résolution de 1200px, soit acceptable pour le web ou le partage temporaire" & return & return & ¬
    "Pour finir, le script peut être relancé à l'infini, les dossiers se synchronisent en fonction du dossier Psd et JpegsHD. Si de nouveaux fichiers se trouvent dans le dossier Psd, ou bien sils ont été modifiés, alors ils seront re-batchés en jpegs dans les dossiers correspondants." & return & ¬
    "Donc -- Attention -- , ne jamais faire de retouches sur les fichiers Jpegs, seulement sur les psds, et -- attention-- aussi, les fichiers jpegs correspondants aux psds retouchés seront écrasés" & return & ¬
    "Pour conserver des versions des fichiers, à la main, renommer séquentiellement les psds à l'enregistrement dans photoshop, ainsi les jpegs seront séquentiels aussi" & return & return & return & ¬
    "La préférence, de choisir à la main la séquence des fichiers psds semble être plus pratique à l'usage, et de garder un minimum la main sur les images, afin de s'y retrouver" & return & return & return
    end tell
    end explications
    -------------------------------------------------------------------

  • Unable to start the golden gate director service

    I installed the golden gate director on my PC. after the installation, each time I tried to start the service I had the following error in the log:
    ####<Mar 14, 2015 11:47:04 PM EDT> <Info> <Security> <Doreus-PC> <> <main> <> <> <> <1426391224856> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>
    ####<Mar 14, 2015 11:47:05 PM EDT> <Info> <Security> <Doreus-PC> <> <main> <> <> <> <1426391225277> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>
    ####<Mar 14, 2015 11:47:07 PM EDT> <Info> <WebLogicServer> <Doreus-PC> <> <Thread-4> <> <> <> <1426391227149> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 24.51-b03 from Oracle Corporation.>
    ####<Mar 14, 2015 11:47:08 PM EDT> <Info> <Management> <Doreus-PC> <> <Thread-3> <> <> <> <1426391228725> <BEA-141107> <Version: WebLogic Server 12.1.3.0.0  Wed May 21 18:53:34 PDT 2014 1604337 >
    ####<Mar 14, 2015 11:47:24 PM EDT> <Notice> <WebLogicServer> <Doreus-PC> <> <Thread-3> <> <> <> <1426391244045> <BEA-000365> <Server state changed to STARTING.>
    ####<Mar 14, 2015 11:47:24 PM EDT> <Info> <WorkManager> <Doreus-PC> <> <Thread-3> <> <> <> <1426391244076> <BEA-002900> <Initializing self-tuning thread pool.>
    ####<Mar 14, 2015 11:47:24 PM EDT> <Info> <WorkManager> <Doreus-PC> <> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1426391244201> <BEA-002942> <CMM memory level becomes 0. Setting standby thread pool size to 256.>
    ####<Mar 14, 2015 11:47:24 PM EDT> <Info> <WebLogicServer> <Doreus-PC> <> <Thread-3> <> <> <> <1426391244295> <BEA-000214> <WebLogic Server "localhost" version:
    WebLogic Server 12.1.3.0.0  Wed May 21 18:53:34 PDT 2014 1604337  Copyright (c) 1995,2014, Oracle and/or its affiliates. All rights reserved.>
    ####<Mar 14, 2015 11:47:28 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391248990> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249006> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249006> <BEA-002622> <The protocol "http" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249006> <BEA-002622> <The protocol "https" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249006> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249006> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249006> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249006> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249021> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249021> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249021> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249037> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-6> <> <> <> <1426391249037> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <RJVM> <Doreus-PC> <> <Thread-4> <> <> <> <1426391249068> <BEA-000570> <Network Configuration for Channel "localhost"
    Listen Address         :7001
    Public Address         N/A
    Http Enabled         true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true ResolveDNSName Enabled     false>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Debug> <RJVM> <Doreus-PC> <> <Thread-4> <> <> <> <1426391249068> <BEA-000571> <Network Configuration Detail for Channel "localhost"
    Channel Weight         50
    Accept Backlog         300
    Login Timeout         5000ms
    Max Message Size     10000000
    Message Timeout     60s
    Idle Timeout         65s
    Tunneling Timeout     40s
    Tunneling Ping         45s>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-4> <> <> <> <1426391249162> <BEA-002609> <Channel Service initialized.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Notice> <Log Management> <Doreus-PC> <> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1426391249677> <BEA-170019> <The server log file C:\Program Files\GG_Directorgg-director\domain\servers\localhost\logs\localhost.log is opened. All server side log events will be written to this file.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Log Management> <Doreus-PC> <> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1426391249708> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Mar 14, 2015 11:47:29 PM EDT> <Info> <Log Management> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391249770> <BEA-170025> <Initialized Domain Logging. Domain log events will be written to C:\Program Files\GG_Directorgg-director\domain\servers\localhost\logs/domain.log.>
    ####<Mar 14, 2015 11:47:30 PM EDT> <Info> <IIOP> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391250113> <BEA-002014> <IIOP subsystem enabled.>
    ####<Mar 14, 2015 11:47:30 PM EDT> <Info> <Diagnostics> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391250145> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Mar 14, 2015 11:47:31 PM EDT> <Info> <Store> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391251252> <BEA-280008> <Opening the persistent file store "WLS_DIAGNOSTICS" for recovery: directory=C:\Program Files\GG_Directorgg-director\domain\servers\localhost\data\store\diagnostics requestedWritePolicy="Disabled" fileLockingEnabled=true driver="wlfileio3".>
    ####<Mar 14, 2015 11:47:31 PM EDT> <Info> <Store> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391251268> <BEA-280009> <The persistent file store "WLS_DIAGNOSTICS" (8822e5ed-c5e8-462b-8828-54a740159ca9) has been opened: blockSize=512 actualWritePolicy="Disabled(single-handle-non-direct)" explicitIOEnforced=false records=0.>
    ####<Mar 14, 2015 11:47:31 PM EDT> <Info> <Management> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391251673> <BEA-141278> <Java entropy configuration is: System property "java.security.egd= null"; JRE's java.security file property "securerandom.source= file:/dev/urandom"; Blocking Config= false; JDK version= 1.7.0_51; Operating System= Windows 7.>
    ####<Mar 14, 2015 11:47:31 PM EDT> <Info> <Management> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391251673> <BEA-141280> <Detected NON-BLOCKING java entropy configuration. This setting will provide the best performance on machines with few sources of entropy, but is less secure than a blocking entropy configuration.>
    ####<Mar 14, 2015 11:47:31 PM EDT> <Info> <Management> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391251673> <BEA-141187> <Java system properties are defined as follows:
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = ;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\lib\tools.jar;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\net.sf.antcontrib_1.1.0.0_1-0b3\lib\ant-contrib.jar;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\modules\features\oracle.wls.common.nodemanager_2.0.0.0.jar;;;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\xqrl.jar;;C:\PROGRA~1\GG_DIR~1\domain\\config;log4j.properties;;./;
    java.class.version = 51.0
    java.endorsed.dirs = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\endorsed;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed
    java.ext.dirs = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\ext;C:\windows\Sun\Java\lib\ext
    java.home = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre
    java.io.tmpdir = C:\Users\Doreus\AppData\Local\Temp\
    java.library.path = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\32;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\bin;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\org.apache.ant_1.9.2\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\32;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\modules\ORGAPA~1.2\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin;C:\app\Doreus\product\112~1.0\dbhome_1\BIN;C:\app\Doreus\product\112~1.0\grid\BIN;C:\PROGRA~2\COMMON~1\NETSAR~1;C:\PROGRA~1\COMMON~1\MICROS~1\WINDOW~1;C:\PROGRA~2\COMMON~1\MICROS~1\WINDOW~1;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WINDOW~1\v1.0\;C:\PROGRA~2\WIC4A1~1\Shared;C:\PROGRA~2\ATITEC~1\ATI.ACE\CORE-S~1;C:\devlop\APACHE~1.5\bin;C:\PROGRA~2\QUICKT~1\QTSystem\;C:\PROGRA~1\Java\JDK17~1.0_7\bin;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\32\oci920_8;.
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.7.0_51-b13
    java.security.policy = C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 1.7
    java.vendor = Oracle Corporation
    java.vendor.url = http://java.oracle.com/
    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
    java.version = 1.7.0_51
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 1.7
    java.vm.vendor = Oracle Corporation
    java.vm.version = 24.51-b03
    javax.management.builder.initial = weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    log4j.configuration = log4j.properties
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    os.arch = x86
    os.name = Windows 7
    os.version = 6.1
    path.separator = ;
    platform.home = C:\Oracle\MIDDLE~1\ORACLE~1\wlserver
    sun.arch.data.model = 32
    sun.boot.class.path = C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed\javax-xml-bind.jar;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed\javax-xml-ws.jar;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed\jsr250-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\resources.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\rt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\sunrsasign.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\jsse.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\jce.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\charsets.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\jfr.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\classes
    sun.boot.library.path = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin
    sun.cpu.endian = little
    sun.desktop = windows
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.command = weblogic.Server
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = Cp1252
    sun.management.compiler = HotSpot Tiered Compilers
    sun.os.patch.level = Service Pack 1
    user.country = US
    user.dir = C:\Program Files\GG_Directorgg-director\domain
    user.home = C:\Users\Doreus
    user.language = en
    user.name = Doreus
    user.timezone = America/New_York
    vde.home = C:\Program Files\GG_Directorgg-director\domain\servers\localhost\data\ldap
    weblogic.Name = localhost
    weblogic.home = C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server
    weblogic.management.discover = true
    wls.home = C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server
    .>
    ####<Mar 14, 2015 11:47:32 PM EDT> <Info> <Socket> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391252322> <BEA-000436> <Allocating 3 reader threads.>
    ####<Mar 14, 2015 11:47:32 PM EDT> <Info> <Socket> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391252400> <BEA-000446> <Native I/O enabled.>
    ####<Mar 14, 2015 11:47:32 PM EDT> <Info> <XML> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391252432> <BEA-130036> <Initializing XMLRegistry>
    ####<Mar 14, 2015 11:47:34 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391254072> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<Mar 14, 2015 11:47:34 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391254852> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_JcbGU+osORALn21oxofI6LlSjKM=>
    ####<Mar 14, 2015 11:47:37 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391257800> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find C:\Program Files\GG_Directorgg-director\domain\servers\localhost\data\ldap\XACMLRoleMapperggRealmInit.initialized, will load full LDIFT.>
    ####<Mar 14, 2015 11:47:37 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391257831> <BEA-090074> <Initializing RoleMapper provider using LDIF template file C:\Program Files\GG_Directorgg-director\domain\security\XACMLRoleMapperInit.ldift.>
    ####<Mar 14, 2015 11:47:38 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391258596> <BEA-090075> <The RoleMapper provider has had its LDIF information loaded from: C:\Program Files\GG_Directorgg-director\domain\security\XACMLRoleMapperInit.ldift>
    ####<Mar 14, 2015 11:47:39 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391259532> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find C:\Program Files\GG_Directorgg-director\domain\servers\localhost\data\ldap\XACMLAuthorizerggRealmInit.initialized, will load full LDIFT.>
    ####<Mar 14, 2015 11:47:39 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391259532> <BEA-090074> <Initializing Authorizer provider using LDIF template file C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\XACMLAuthorizerInit.ldift.>
    ####<Mar 14, 2015 11:47:39 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391259890> <BEA-090075> <The Authorizer provider has had its LDIF information loaded from: C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\XACMLAuthorizerInit.ldift>
    ####<Mar 14, 2015 11:47:40 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391260702> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find C:\Program Files\GG_Directorgg-director\domain\servers\localhost\data\ldap\DefaultCredentialMapperggRealmInit.initialized, will load full LDIFT.>
    ####<Mar 14, 2015 11:47:40 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391260702> <BEA-090827> <LDIF template file C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\DefaultCredentialMapperInit.ldift was empty. The WebLogic provider CredentialMapper has been bootstrapped but has not been initialized with any LDIF data.>
    ####<Mar 14, 2015 11:47:41 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391261029> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server localhost for security realm ggRealm.>
    ####<Mar 14, 2015 11:47:41 PM EDT> <Notice> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391261029> <BEA-090082> <Security initializing using security realm ggRealm.>
    ####<Mar 14, 2015 11:47:41 PM EDT> <Critical> <Security> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391261326> <BEA-090402> <Authentication denied: Boot identity not valid. The user name or password or both from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    ####<Mar 14, 2015 11:47:41 PM EDT> <Critical> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426391261388> <BEA-000386> <Server subsystem failed. Reason: A MultiException has 8 exceptions.  They are:
    1. weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid. The user name or password or both from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService
    3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
    4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
    5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.rmi.cluster.RemoteBinderFactoryService errors were found
    6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.rmi.cluster.RemoteBinderFactoryService
    7. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.cluster.ClusterServiceActivator errors were found
    8. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.cluster.ClusterServiceActivator
    A MultiException has 8 exceptions.  They are:
    1. weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid. The user name or password or both from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService
    3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
    4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
    5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.rmi.cluster.RemoteBinderFactoryService errors were found
    6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.rmi.cluster.RemoteBinderFactoryService
    7. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.cluster.ClusterServiceActivator errors were found
    8. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.cluster.ClusterServiceActivator
        at org.jvnet.hk2.internal.Collector.throwIfErrors(Collector.java:88)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:269)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:87)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1162)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1147)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:548)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)
    Caused By: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid. The user name or password or both from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:1017)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.postInitialize(CommonSecurityServiceManagerDelegateImpl.java:1131)
        at weblogic.security.service.SecurityServiceManager.postInitialize(SecurityServiceManager.java:943)
        at weblogic.security.SecurityService.start(SecurityService.java:159)
        at weblogic.server.AbstractServerService.postConstruct(AbstractServerService.java:78)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.glassfish.hk2.utilities.reflection.ReflectionHelper.invoke(ReflectionHelper.java:1017)
        at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:388)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:430)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:87)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1162)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1147)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:548)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User weblogic denied
        at weblogic.security.providers.authentication.shared.DBMSAtnLoginModuleImpl.login(DBMSAtnLoginModuleImpl.java:284)
        at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at javax.security.auth.login.LoginContext.invoke(LoginContext.java:762)
        at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:690)
        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:688)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:687)
        at javax.security.auth.login.LoginContext.login(LoginContext.java:595)
        at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:64)
        at com.sun.proxy.$Proxy32.login(Unknown Source)
        at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
        at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:64)
        at com.sun.proxy.$Proxy52.authenticate(Unknown Source)
        at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
        at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:342)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:987)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.postInitialize(CommonSecurityServiceManagerDelegateImpl.java:1131)
        at weblogic.security.service.SecurityServiceManager.postInitialize(SecurityServiceManager.java:943)
        at weblogic.security.SecurityService.start(SecurityService.java:159)
        at weblogic.server.AbstractServerService.postConstruct(AbstractServerService.java:78)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.glassfish.hk2.utilities.reflection.ReflectionHelper.invoke(ReflectionHelper.java:1017)
        at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:388)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:430)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:87)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1162)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1147)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:548)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)
    >
    ####<Mar 14, 2015 11:47:41 PM EDT> <Notice> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426391261513> <BEA-000365> <Server state changed to FAILED.>
    ####<Mar 14, 2015 11:47:41 PM EDT> <Error> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426391261513> <BEA-000383> <A critical service failed. The server will shut itself down.>
    ####<Mar 14, 2015 11:47:41 PM EDT> <Notice> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426391261528> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    ####<Mar 14, 2015 11:47:41 PM EDT> <Info> <WebLogicServer> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426391261528> <BEA-000236> <Stopping execute threads.>
    ####<Mar 14, 2015 11:47:41 PM EDT> <Info> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426391261528> <BEA-000238> <Shutdown has completed.>
    I followed the process indicate in the link ORACLE-BASE - Reset the AdminServer Password in WebLogic 11g and 12c unfortunately I still have the same error.
    can somebody help me please.
    Thank you

    Hi,
    I follow all the steps Recover WebLogic admin password - weblogicexpert to reet the password the user weblogic and edit the boot.properties I still cannot start the weblogic service.
    here are the commands:
    1- java weblogic.security.utils.AdminAccount weblogic password123 .
    in my boot.properties I have
    username=weblogic
    password=welcome1
    I still have:
    ####<Mar 17, 2015 2:06:45 PM EDT> <Info> <Security> <Doreus-PC> <> <main> <> <> <> <1426615605777> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>
    ####<Mar 17, 2015 2:06:46 PM EDT> <Info> <Security> <Doreus-PC> <> <main> <> <> <> <1426615606198> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>
    ####<Mar 17, 2015 2:06:48 PM EDT> <Info> <WebLogicServer> <Doreus-PC> <> <Thread-4> <> <> <> <1426615608148> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 24.51-b03 from Oracle Corporation.>
    ####<Mar 17, 2015 2:06:50 PM EDT> <Info> <Management> <Doreus-PC> <> <Thread-4> <> <> <> <1426615610473> <BEA-141107> <Version: WebLogic Server 12.1.3.0.0  Wed May 21 18:53:34 PDT 2014 1604337 >
    ####<Mar 17, 2015 2:07:06 PM EDT> <Notice> <WebLogicServer> <Doreus-PC> <> <Thread-5> <> <> <> <1426615626447> <BEA-000365> <Server state changed to STARTING.>
    ####<Mar 17, 2015 2:07:06 PM EDT> <Info> <WorkManager> <Doreus-PC> <> <Thread-5> <> <> <> <1426615626494> <BEA-002900> <Initializing self-tuning thread pool.>
    ####<Mar 17, 2015 2:07:06 PM EDT> <Info> <WorkManager> <Doreus-PC> <> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1426615626666> <BEA-002942> <CMM memory level becomes 0. Setting standby thread pool size to 256.>
    ####<Mar 17, 2015 2:07:06 PM EDT> <Info> <WebLogicServer> <Doreus-PC> <> <Thread-5> <> <> <> <1426615626744> <BEA-000214> <WebLogic Server "localhost" version:
    WebLogic Server 12.1.3.0.0  Wed May 21 18:53:34 PDT 2014 1604337  Copyright (c) 1995,2014, Oracle and/or its affiliates. All rights reserved.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631300> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631300> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631300> <BEA-002622> <The protocol "http" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631300> <BEA-002622> <The protocol "https" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631300> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631300> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631300> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631300> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631315> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631315> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631331> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631331> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-5> <> <> <> <1426615631331> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <RJVM> <Doreus-PC> <> <Thread-7> <> <> <> <1426615631362> <BEA-000570> <Network Configuration for Channel "localhost"
    Listen Address         :7004
    Public Address         N/A
    Http Enabled         true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true ResolveDNSName Enabled     false>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Debug> <RJVM> <Doreus-PC> <> <Thread-7> <> <> <> <1426615631362> <BEA-000571> <Network Configuration Detail for Channel "localhost"
    Channel Weight         50
    Accept Backlog         300
    Login Timeout         5000ms
    Max Message Size     10000000
    Message Timeout     60s
    Idle Timeout         65s
    Tunneling Timeout     40s
    Tunneling Ping         45s>
    ####<Mar 17, 2015 2:07:11 PM EDT> <Info> <Server> <Doreus-PC> <> <Thread-7> <> <> <> <1426615631471> <BEA-002609> <Channel Service initialized.>
    ####<Mar 17, 2015 2:07:12 PM EDT> <Notice> <Log Management> <Doreus-PC> <> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1426615632002> <BEA-170019> <The server log file C:\Oracle\Middleware\Oracle_Home\user_projects\GG_Directorgg-director\domain\servers\localhost\logs\localhost.log is opened. All server side log events will be written to this file.>
    ####<Mar 17, 2015 2:07:12 PM EDT> <Info> <Log Management> <Doreus-PC> <> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1426615632049> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Mar 17, 2015 2:07:12 PM EDT> <Info> <Log Management> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615632220> <BEA-170025> <Initialized Domain Logging. Domain log events will be written to C:\Oracle\Middleware\Oracle_Home\user_projects\GG_Directorgg-director\domain\servers\localhost\logs/domain.log.>
    ####<Mar 17, 2015 2:07:12 PM EDT> <Info> <Diagnostics> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615632548> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Mar 17, 2015 2:07:12 PM EDT> <Info> <IIOP> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615632704> <BEA-002014> <IIOP subsystem enabled.>
    ####<Mar 17, 2015 2:07:13 PM EDT> <Info> <Store> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615633702> <BEA-280008> <Opening the persistent file store "WLS_DIAGNOSTICS" for recovery: directory=C:\Oracle\Middleware\Oracle_Home\user_projects\GG_Directorgg-director\domain\servers\localhost\data\store\diagnostics requestedWritePolicy="Disabled" fileLockingEnabled=true driver="wlfileio3".>
    ####<Mar 17, 2015 2:07:13 PM EDT> <Info> <Store> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615633733> <BEA-280009> <The persistent file store "WLS_DIAGNOSTICS" (569e8065-ecbe-4388-8e3d-65fbc8d3bc75) has been opened: blockSize=512 actualWritePolicy="Disabled(single-handle-non-direct)" explicitIOEnforced=false records=0.>
    ####<Mar 17, 2015 2:07:14 PM EDT> <Info> <Management> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615634123> <BEA-141278> <Java entropy configuration is: System property "java.security.egd= null"; JRE's java.security file property "securerandom.source= file:/dev/urandom"; Blocking Config= false; JDK version= 1.7.0_51; Operating System= Windows 7.>
    ####<Mar 17, 2015 2:07:14 PM EDT> <Info> <Management> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615634123> <BEA-141280> <Detected NON-BLOCKING java entropy configuration. This setting will provide the best performance on machines with few sources of entropy, but is less secure than a blocking entropy configuration.>
    ####<Mar 17, 2015 2:07:14 PM EDT> <Info> <Management> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615634139> <BEA-141187> <Java system properties are defined as follows:
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = ;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\lib\tools.jar;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\net.sf.antcontrib_1.1.0.0_1-0b3\lib\ant-contrib.jar;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\modules\features\oracle.wls.common.nodemanager_2.0.0.0.jar;;;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\xqrl.jar;;C:\Oracle\MIDDLE~1\ORACLE~1\USER_P~1\GG_DIR~1\domain\\config;log4j.properties;;./;
    java.class.version = 51.0
    java.endorsed.dirs = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\endorsed;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed
    java.ext.dirs = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\ext;C:\windows\Sun\Java\lib\ext
    java.home = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre
    java.io.tmpdir = C:\Users\Doreus\AppData\Local\Temp\
    java.library.path = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\32;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\bin;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\org.apache.ant_1.9.2\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\32;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\modules\ORGAPA~1.2\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\32;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\modules\ORGAPA~1.2\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin;C:\PROGRA~3\Oracle\Java\javapath;C:\app\Doreus\product\112~1.0\dbhome_1\BIN;C:\app\Doreus\product\112~1.0\grid\BIN;C:\PROGRA~2\COMMON~1\NETSAR~1;C:\PROGRA~1\COMMON~1\MICROS~1\WINDOW~1;C:\PROGRA~2\COMMON~1\MICROS~1\WINDOW~1;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WINDOW~1\v1.0\;C:\PROGRA~2\WIC4A1~1\Shared;C:\PROGRA~2\ATITEC~1\ATI.ACE\CORE-S~1;C:\devlop\APACHE~1.5\bin;C:\PROGRA~2\QUICKT~1\QTSystem\;C:\PROGRA~1\Java\JDK17~1.0_7\bin;C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\32\oci920_8;.
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.7.0_51-b13
    java.security.policy = C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 1.7
    java.vendor = Oracle Corporation
    java.vendor.url = http://java.oracle.com/
    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
    java.version = 1.7.0_51
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 1.7
    java.vm.vendor = Oracle Corporation
    java.vm.version = 24.51-b03
    javax.management.builder.initial = weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    log4j.configuration = log4j.properties
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    os.arch = x86
    os.name = Windows 7
    os.version = 6.1
    path.separator = ;
    platform.home = C:\Oracle\MIDDLE~1\ORACLE~1\wlserver
    sun.arch.data.model = 32
    sun.boot.class.path = C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed\javax-xml-bind.jar;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed\javax-xml-ws.jar;C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed\jsr250-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\resources.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\rt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\sunrsasign.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\jsse.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\jce.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\charsets.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\jfr.jar;C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\classes
    sun.boot.library.path = C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin
    sun.cpu.endian = little
    sun.desktop = windows
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.command = weblogic.Server
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = Cp1252
    sun.management.compiler = HotSpot Tiered Compilers
    sun.os.patch.level = Service Pack 1
    user.country = US
    user.dir = C:\Oracle\Middleware\Oracle_Home\user_projects\GG_Directorgg-director\domain
    user.home = C:\Users\Doreus
    user.language = en
    user.name = Doreus
    user.timezone = America/New_York
    vde.home = C:\Oracle\Middleware\Oracle_Home\user_projects\GG_Directorgg-director\domain\servers\localhost\data\ldap
    weblogic.Name = localhost
    weblogic.home = C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server
    weblogic.management.discover = true
    wls.home = C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server
    .>
    ####<Mar 17, 2015 2:07:14 PM EDT> <Info> <XML> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615634689> <BEA-130036> <Initializing XMLRegistry>
    ####<Mar 17, 2015 2:07:14 PM EDT> <Info> <Socket> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615634752> <BEA-000436> <Allocating 3 reader threads.>
    ####<Mar 17, 2015 2:07:14 PM EDT> <Info> <Socket> <Doreus-PC> <localhost> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615634799> <BEA-000446> <Native I/O enabled.>
    ####<Mar 17, 2015 2:07:16 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615636702> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<Mar 17, 2015 2:07:17 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615637529> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_1iNOTK213rH9DG7MIClGFUdTrEA=>
    ####<Mar 17, 2015 2:07:21 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615641070> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<Mar 17, 2015 2:07:22 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615642521> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<Mar 17, 2015 2:07:22 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615642786> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<Mar 17, 2015 2:07:23 PM EDT> <Info> <Security> <Doreus-PC> <localhost> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615643098> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server localhost for security realm ggRealm.>
    ####<Mar 17, 2015 2:07:23 PM EDT> <Notice> <Security> <Doreus-PC> <localhost> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615643098> <BEA-090082> <Security initializing using security realm ggRealm.>
    ####<Mar 17, 2015 2:07:23 PM EDT> <Critical> <Security> <Doreus-PC> <localhost> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615643363> <BEA-090402> <Authentication denied: Boot identity not valid. The user name or password or both from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    ####<Mar 17, 2015 2:07:23 PM EDT> <Critical> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426615643410> <BEA-000386> <Server subsystem failed. Reason: A MultiException has 6 exceptions.  They are:
    1. weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid. The user name or password or both from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService
    3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
    4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
    5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.cluster.migration.MigrationService errors were found
    6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.cluster.migration.MigrationService
    A MultiException has 6 exceptions.  They are:
    1. weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid. The user name or password or both from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService
    3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
    4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
    5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.cluster.migration.MigrationService errors were found
    6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.cluster.migration.MigrationService
        at org.jvnet.hk2.internal.Collector.throwIfErrors(Collector.java:88)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:269)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:87)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1162)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1147)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$UpOneLevel.run(CurrentTaskFuture.java:753)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:548)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)
    Caused By: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid. The user name or password or both from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:1017)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.postInitialize(CommonSecurityServiceManagerDelegateImpl.java:1131)
        at weblogic.security.service.SecurityServiceManager.postInitialize(SecurityServiceManager.java:943)
        at weblogic.security.SecurityService.start(SecurityService.java:159)
        at weblogic.server.AbstractServerService.postConstruct(AbstractServerService.java:78)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.glassfish.hk2.utilities.reflection.ReflectionHelper.invoke(ReflectionHelper.java:1017)
        at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:388)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:430)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:87)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1162)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1147)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$UpOneLevel.run(CurrentTaskFuture.java:753)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:548)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User weblogic denied
        at weblogic.security.providers.authentication.shared.DBMSAtnLoginModuleImpl.login(DBMSAtnLoginModuleImpl.java:284)
        at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at javax.security.auth.login.LoginContext.invoke(LoginContext.java:762)
        at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:690)
        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:688)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:687)
        at javax.security.auth.login.LoginContext.login(LoginContext.java:595)
        at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:64)
        at com.sun.proxy.$Proxy32.login(Unknown Source)
        at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
        at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:64)
        at com.sun.proxy.$Proxy52.authenticate(Unknown Source)
        at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
        at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:342)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:987)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.postInitialize(CommonSecurityServiceManagerDelegateImpl.java:1131)
        at weblogic.security.service.SecurityServiceManager.postInitialize(SecurityServiceManager.java:943)
        at weblogic.security.SecurityService.start(SecurityService.java:159)
        at weblogic.server.AbstractServerService.postConstruct(AbstractServerService.java:78)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.glassfish.hk2.utilities.reflection.ReflectionHelper.invoke(ReflectionHelper.java:1017)
        at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:388)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:430)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
        at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
        at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
        at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
        at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
        at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
        at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
        at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
        at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
        at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:87)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1162)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1147)
        at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$UpOneLevel.run(CurrentTaskFuture.java:753)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:548)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)
    >
    ####<Mar 17, 2015 2:07:23 PM EDT> <Notice> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426615643519> <BEA-000365> <Server state changed to FAILED.>
    ####<Mar 17, 2015 2:07:23 PM EDT> <Error> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426615643550> <BEA-000383> <A critical service failed. The server will shut itself down.>
    ####<Mar 17, 2015 2:07:23 PM EDT> <Notice> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426615643550> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    ####<Mar 17, 2015 2:07:23 PM EDT> <Info> <WebLogicServer> <Doreus-PC> <localhost> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1426615643550> <BEA-000236> <Stopping execute threads.>
    ####<Mar 17, 2015 2:07:23 PM EDT> <Info> <WebLogicServer> <Doreus-PC> <localhost> <main> <<WLS Kernel>> <> <> <1426615643566> <BEA-000238> <Shutdown has completed.>

  • Error while starting manage server

    Hi,
    I get the following error while starting the managed server. But there is no
    fatal error and the startup is successful. The domain has an admin and a managed
    instance. The admin server starts without any trouble. Please help resolve this
    problem.
    regards
    vignesh
    <Mar 15, 2004 6:07:07 PM EST> <Info> <Security> <090142> <The weblogic keystore
    provider DefaultKeyStore in realm myrealm cannot be
    used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <Mar 15, 2004 6:07:07 PM EST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Mar 15, 2004 6:07:08 PM EST> <Notice> <WebLogicServer> <000328> <Starting WebLogic
    Managed Server "vignesh" for domain "a201516">
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000214> <WebLogic Server
    "vignesh" version:
    WebLogic Server 7.0 SP1 Mon Sep 9 22:46:58 PDT 2002 206753
    WebLogic XMLX Module 7.0 SP1 Mon Sep 9 22:54:41 PDT 2002 206753
    (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000215> <Loaded License
    : /apps/bea/license.bea>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <RJVM> <000520> <Network Configuration
    Cluster Participant: false
    Native Socket IO Enabled: true
    Reverse DNS Allowed: false
    Network Channel: Default
    Listen Address: 167.19.244.65
    Listen Port: 6100
    SSL Listen Port: 6101
    External DNS Name: not configured
    Cluster Address: not configured
    Protocol(s): T3,T3S,HTTP,HTTPS
    Tunneling Enabled: false
    Outgoing Enabled: true
    Admin Traffic Only: false
    Admin Traffic OK: true
    Channel Weight: 50
    Accept Backlog: 50
    Login Timeout: 5000 ms
    Login Timeout SSL: 25000 ms
    Message Timeout HTTP: 60000 ms
    Message Timeout T3: 60000 ms
    Max Message Size HTTP: 10000000
    Max Message Size T3: 10000000
    >
    <Mar 15, 2004 6:07:11 PM EST> <Error> <rmi> <080007> <RMI runtime disabled because
    an initial reference could not be bound
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    at weblogic.rmi.internal.BasicRuntimeDescriptor.createSkeleton(BasicRuntimeDescriptor.java:217)
    at weblogic.rmi.internal.BasicRuntimeDescriptor.<init>(BasicRuntimeDescriptor.java:135)
    at weblogic.rmi.internal.DescriptorManager.getBasicRuntimeDescriptor(DescriptorManager.java:85)
    at weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManager.java:48)
    at weblogic.rmi.internal.BasicServerRef.initializeDGCPolicy(BasicServerRef.java:164)
    at weblogic.rmi.internal.BasicServerRef.<init>(BasicServerRef.java:141)
    at weblogic.rmi.internal.OIDManager.initializeServer(OIDManager.java:263)
    at weblogic.rmi.internal.OIDManager.initialize(OIDManager.java:241)
    at weblogic.rmi.internal.RMIServerService.initialize(RMIServerService.java:19)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    >
    <Mar 15, 2004 6:07:12 PM EST> <Info> <XML> <130036> <Initializing XMLRegistry.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <JDBC> <001007> <INITIALIZING DONE issued.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190000> <Initializing J2EE Connector
    Service>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190001> <J2EE Connector Service
    initialized successfully>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040090> <Deployed 4 default connection
    factories.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040305> <JMS service is initialized
    and in the standby mode.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <IIOP> <002014> <IIOP subsystem enabled.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101128> <Initializing HTTP services.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101052> <[HTTP vignesh] Initialized>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101135> <vignesh is the default web
    server>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <J2EE> <160037> <J2EE service initializing>
    <Mar 15, 2004 6:07:19 PM EST> <Info> <Deployer> <149207> <The Deployment Slave
    is initializing>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101201> <uddi:uddi loading descriptor>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddi from
    WAR file: ./vignesh/.internal/uddi.war>
    <Mar 15, 2004 6:07:23 PM EST> <Info> <HTTP> <101202> <uddi:uddi preparing>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101201> <uddiexplorer:uddiexplorer
    loading descriptor>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddiexplorer
    from WAR file: ./vignesh/.internal/uddiexplorer.wa
    r>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101202> <uddiexplorer:uddiexplorer
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101201> <wl_management_internal1:wl_management_internal1
    loading descriptor>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading wl_management_internal1
    from WAR file: ./vignesh/.internal/wl_m
    anagement_internal1.war>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101202> <wl_management_internal1:wl_management_internal1
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <DRS> <002504> <Slave for DataIdentifier
    DataIdentifierID: 1 registered with DRS with version 0
    >
    <Mar 15, 2004 6:07:30 PM EST> <Info> <Deployer> <149215> <The Slave Deployer did
    not receive an initial update after 2,000 milliseco
    nds.>
    <Mar 15, 2004 6:07:31 PM EST> <Info> <HTTP> <101206> <uddi:uddi activating>
    <Mar 15, 2004 6:07:34 PM EST> <Info> <HTTP> <101209> <uddi:uddi ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddi:uddi starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <uddiexplorer:uddiexplorer
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <uddiexplorer:uddiexplorer
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddiexplorer:uddiexplorer
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <wl_management_internal1:wl_management_internal1
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <wl_management_internal1:wl_management_internal1
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <wl_management_internal1:wl_management_internal1
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <Deployer> <149208> <The Deployment Slave
    is initialized>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JTA> <110441> <Opening transaction log with
    driver version "j1.0" and synchronous write policy
    "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean
    javadoc or
    console on-line help.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING ... issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING DONE issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "MessageDrivenBeanConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "QueueConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "TopicConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "DefaultConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040306> <JMS service is active now.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101129> <Initializing Web services.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101238> <HTTP log rotation is size
    based for the webserver: vignesh>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <HTTP> <101051> <[HTTP vignesh] started>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <Deployer> <149209> <The Deployment Slave
    is resuming>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <J2EE> <160003> <Deployed : DefaultWebApp>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Deployer> <149210> <The Deployment Slave
    is resumed>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.name = Java(TM) 2 Runtime Environment
    , Standard Edition>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.protocol.handler.pkgs = weblogic.utils|weblog
    ic.utils|weblogic.net|weblogic.management>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.library.path = /apps/bea/jdk131_03/jre/li
    b/sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.rpc.ServiceFactory = weblogic.webservice
    .core.rpc.ServiceFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryPar
    ser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url = http://java.sun.com/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    path.separator = :>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.name = Java HotSpot(TM) Server VM>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding.pkg = sun.io>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.driver = weblogic.apache.xerces.parser
    s.SAXParser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.name = Java Virtual Machine
    Specification>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.dir = /apps/bea/user_projects/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.soap.MessageFactory = weblogic.webservic
    e.core.soap.MessageFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.management.server = http://167.19.244.65:
    6102>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    vde.home = ./vignesh/ldap>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDele
    gateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironm
    ent>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.arch = sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.io.tmpdir = /var/tmp/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    line.separator =
    >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.Name = vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.vendor = Sun Microsystems In
    c.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.url.pkgs = weblogic.jndi.facto
    ries>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.fonts = >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.name = SunOS>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.library.path = /apps/bea/jdk131_03/bin/../jre
    /lib/sparc/server:/apps/bea/jdk131_03/bin/../jre/lib/sparc::/apps/bea/jdk131_03/bin/../jre/../lib/sparc:/apps/bea/weblogic700/server
    /lib/solaris:/apps/bea/weblogic700/server/lib/solaris/oci817_8:/usr/lib>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.name = Java Platform API Specif
    ication>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.version = 47.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.ProductionModeEnabled = false>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.version = 5.8>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.home = /users/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.PortableRemoteObjectClass = weblog
    ic.iiop.PortableRemoteObjectDelegateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.security.policy = /apps/bea/weblogic700/serve
    r/lib/weblogic.policy>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.timezone = America/New_York>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.printerjob = sun.awt.motif.PSPrinterJob>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    bea.home = /apps/bea>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding = 646>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.version = 1.3>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.path = /apps/bea/jdk131_03/lib/tools.ja
    r:/apps/bea/weblogic700/server:/apps/bea/weblogic700/server/lib/weblogic_sp.jar:/apps/bea/weblogic700/server/lib/weblogic.jar:/users
    /a201516:/users/a201516/weblogic/myserver/serverclasses/xerces.jar:/users/a201516/weblogic/myserver/serverclasses/xalan.jar:/apps/we
    blogic/javaclasses/xml4j_2_0_15/xml4j.jar:/apps/weblogic/javaclasses/xmlbeans/lib/xml_swing11.jar:/apps/weblogic/javaclasses/javamai
    l-1.1.3/mail.jar:/users/a201516/weblogic/lib/weblogic510sp12.jar:/users/a201516/weblogic/lib/weblogicaux.jar:/users/a201516/weblogic
    /classes:/apps/weblogic/javaclasses/jgl3.1.0/lib/jgl3.1.0.jar:/users/a201516/tips/oracle_thin_driver.jar:/apps/weblogic/javaclasses/
    jce1.2/lib/jce1_2-do.jar:/apps/weblogic/javaclasses/javamail-1.1.3/mail.jar:/apps/weblogic/javaclasses/jaf-1.0.1/activation.jar:/app
    s/weblogic/javaclasses/junit3.5/junit.jar:/users/a201516/weblogic/lib/vp4jb_o.jar:/users/a201516/weblogic/lib/LDAPSimpleAuth.jar:/ap
    ps/warranty/weblogic/javaclasses/lib/uwc/javaftpapi.jar:/apps/motorclub2/weblogic/lib/log4j.jar:/apps/motorclub2/weblogic/lib/log4j_
    core.jar:/apps/motorclub2/weblogic/lib/sunjce_provider.jar:/apps/motorclub2/weblogic/lib/iText.jar:/apps/motorclub2/weblogic/lib/US_
    export_policy.jar:/apps/motorclub2/weblogic/lib/Verisign.jar:/apps/warranty/weblogic/javaclasses/lib/uwc/ldapjdk.jar:/users/a201516/
    weblogic/myserver/workdir/uwc/serverclasses:/users/a201516/weblogic/myserver/workdir/uwc/servletclasses:/users/a201516/weblogic/myse
    rver/workdir/dm/serverclasses:/users/a201516/weblogic/myserver/workdir/dm/servletclasses:/users/a201516/weblogic/myserver/servletcla
    sses:/users/a201516/weblogic/myserver/serverclasses:/apps/direct/weblogic/myserver/dmejb/CustomerSessionBean.jar:/apps/direct/weblog
    ic/myserver/dmejb/SalesEntityJar.jar:/apps/direct/weblogic/myserver/dmejb/CheckSalesEntityJar.jar:/apps/direct/weblogic/myserver/dme
    jb/SalesSessionJar.jar:/apps/direct/weblogic/myserver/dmejb/PlanSessionBean.jar:/apps/direct/weblogic/myserver/dmejb/SearchSession.j
    ar:/apps/direct/weblogic/myserver/dmejb/DSUSearchJar.jar:/apps/direct/weblogic/myserver/dmejb/LoginSession.jar:/users/a201516/weblog
    ic/myserver/uwcejb/OutClaimEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutClaimSessionDeployed.jar:/users/a201516/web
    logic/myserver/uwcejb/OutContractEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutContractSessionDeployed.jar:/users/a2
    01516/weblogic/myserver/uwcejb/OutProfileSessionDeployed.jar:/users/a201516/weblogic/myserver/gmmcejb/memberentitybeanjar.jar:/users
    /a201516/weblogic/myserver/gmmcejb/policyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/paymententitybeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/historyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/enrollsessionbeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/loginsessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/memberaccsessionbeanjar.jar:/user
    s/a201516/weblogic/myserver/gmmcejb/historysessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/updatesessionbeanjar.jar:/app
    s/gmppDirect2004/weblogic/myserver/dmejb/PriceSessionBean.jar:/users/a201516/weblogic/myserver/workdir/gmmc2/:/users/a201516/weblogi
    c/myserver/workdir/gmmc2/com/mic/gmmc/constants/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.name = a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.initial = weblogic.jndi.WLInit
    ialContextFactory>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.home = /apps/bea/jdk131_03/jre>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.name = Java Management Extension
    s>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.language = en>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.name = JMX RI>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.info = mixed mode>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.security.SSL.trustedCAKeyStore = /apps/be
    a/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.version = 1.3.1_03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.ext.dirs = /apps/bea/jdk131_03/jre/lib/ext>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.class.path = /apps/bea/jdk131_03/jre/lib/
    rt.jar:/apps/bea/jdk131_03/jre/lib/i18n.jar:/apps/bea/jdk131_03/jre/lib/sunrsasign.jar:/apps/bea/jdk131_03/jre/classes>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.separator = />
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url.bug = http://java.sun.com/cgi-bin/
    bugreport.cgi>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.io.unicode.encoding = UnicodeBig>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.endian = big>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.version = 1.0 Final Release>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.isalist = sparcv9+vis sparcv9 sparcv8plus+
    vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5803151,name=DefaultWebApp,context-path=/DefaultWebApp)]
    We
    bServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    WebServiceServlet: i
    nit>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    uddilistener: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5823496,name=uddiexplorer,context-path=/uddiexplorer)]
    WebS
    erviceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2121551,name=wl_management_internal1,context-path=/wl_manag
    ement_internal1)] WebServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <WebLogicServer> <000325> <License allows
    low strength (export) SSL.>
    <Mar 15, 2004 6:07:47 PM EST> <Info> <Security> <090116> <The Server vignesh is
    using the private key it retrieved from keystore ali
    ased by demokey.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <Security> <090125> <Loaded 14 trusted certificates
    from keystore file specified on the command
    line: /apps/bea/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000307> <Exportable key
    maximum lifespan set to 500 uses.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000300> <Certificate contents:
    1 certificate(s):
    fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Tue May 30 17:38:01
    EDT 2000, not after = Thu May 13 17:38:01 EDT 200
    4, holder = C=US SP=California L=San Francisco O=BEA WebLogic CN=weblogic.bea.com
    [email protected] , issuer = C=US SP=Californi
    a L=San Francisco O=BEA WebLogic OU=Security CN=Demo Certificate Authority [email protected]
    , key = modulus length=65 exponent
    length=3
    >
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000310> <Using low strength
    (exportable) SSL.>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "ListenThread.Default"
    listening on port 6100, ip address 1
    67.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "SSLListenThread.Default"
    listening on port 6101, ip addres
    s 167.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000332> <Started WebLogic
    Managed Server "vignesh" for domain "a201516" run
    ning in Development Mode>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>

    "Vignesh" <[email protected]> writes:
    It looks like a bug. We are on 7.0sp4 with sp5 soon to be released. I
    suggest you try a more up-to-date version.
    andy
    Hi,
    I get the following error while starting the managed server. But there is no
    fatal error and the startup is successful. The domain has an admin and a managed
    instance. The admin server starts without any trouble. Please help resolve this
    problem.
    regards
    vignesh
    <Mar 15, 2004 6:07:07 PM EST> <Info> <Security> <090142> <The weblogic keystore
    provider DefaultKeyStore in realm myrealm cannot be
    used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <Mar 15, 2004 6:07:07 PM EST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Mar 15, 2004 6:07:08 PM EST> <Notice> <WebLogicServer> <000328> <Starting WebLogic
    Managed Server "vignesh" for domain "a201516">
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000214> <WebLogic Server
    "vignesh" version:
    WebLogic Server 7.0 SP1 Mon Sep 9 22:46:58 PDT 2002 206753
    WebLogic XMLX Module 7.0 SP1 Mon Sep 9 22:54:41 PDT 2002 206753
    (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000215> <Loaded License
    : /apps/bea/license.bea>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <RJVM> <000520> <Network Configuration
    Cluster Participant: false
    Native Socket IO Enabled: true
    Reverse DNS Allowed: false
    Network Channel: Default
    Listen Address: 167.19.244.65
    Listen Port: 6100
    SSL Listen Port: 6101
    External DNS Name: not configured
    Cluster Address: not configured
    Protocol(s): T3,T3S,HTTP,HTTPS
    Tunneling Enabled: false
    Outgoing Enabled: true
    Admin Traffic Only: false
    Admin Traffic OK: true
    Channel Weight: 50
    Accept Backlog: 50
    Login Timeout: 5000 ms
    Login Timeout SSL: 25000 ms
    Message Timeout HTTP: 60000 ms
    Message Timeout T3: 60000 ms
    Max Message Size HTTP: 10000000
    Max Message Size T3: 10000000
    >
    <Mar 15, 2004 6:07:11 PM EST> <Error> <rmi> <080007> <RMI runtime disabled because
    an initial reference could not be bound
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    at weblogic.rmi.internal.BasicRuntimeDescriptor.createSkeleton(BasicRuntimeDescriptor.java:217)
    at weblogic.rmi.internal.BasicRuntimeDescriptor.<init>(BasicRuntimeDescriptor.java:135)
    at weblogic.rmi.internal.DescriptorManager.getBasicRuntimeDescriptor(DescriptorManager.java:85)
    at weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManager.java:48)
    at weblogic.rmi.internal.BasicServerRef.initializeDGCPolicy(BasicServerRef.java:164)
    at weblogic.rmi.internal.BasicServerRef.<init>(BasicServerRef.java:141)
    at weblogic.rmi.internal.OIDManager.initializeServer(OIDManager.java:263)
    at weblogic.rmi.internal.OIDManager.initialize(OIDManager.java:241)
    at weblogic.rmi.internal.RMIServerService.initialize(RMIServerService.java:19)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    >
    <Mar 15, 2004 6:07:12 PM EST> <Info> <XML> <130036> <Initializing XMLRegistry.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <JDBC> <001007> <INITIALIZING DONE issued.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190000> <Initializing J2EE Connector
    Service>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190001> <J2EE Connector Service
    initialized successfully>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040090> <Deployed 4 default connection
    factories.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040305> <JMS service is initialized
    and in the standby mode.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <IIOP> <002014> <IIOP subsystem enabled.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101128> <Initializing HTTP services.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101052> <[HTTP vignesh] Initialized>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101135> <vignesh is the default web
    server>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <J2EE> <160037> <J2EE service initializing>
    <Mar 15, 2004 6:07:19 PM EST> <Info> <Deployer> <149207> <The Deployment Slave
    is initializing>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101201> <uddi:uddi loading descriptor>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddi from
    WAR file: ./vignesh/.internal/uddi.war>
    <Mar 15, 2004 6:07:23 PM EST> <Info> <HTTP> <101202> <uddi:uddi preparing>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101201> <uddiexplorer:uddiexplorer
    loading descriptor>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddiexplorer
    from WAR file: ./vignesh/.internal/uddiexplorer.wa
    r>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101202> <uddiexplorer:uddiexplorer
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101201> <wl_management_internal1:wl_management_internal1
    loading descriptor>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading wl_management_internal1
    from WAR file: ./vignesh/.internal/wl_m
    anagement_internal1.war>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101202> <wl_management_internal1:wl_management_internal1
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <DRS> <002504> <Slave for DataIdentifier
    DataIdentifierID: 1 registered with DRS with version 0
    >
    <Mar 15, 2004 6:07:30 PM EST> <Info> <Deployer> <149215> <The Slave Deployer did
    not receive an initial update after 2,000 milliseco
    nds.>
    <Mar 15, 2004 6:07:31 PM EST> <Info> <HTTP> <101206> <uddi:uddi activating>
    <Mar 15, 2004 6:07:34 PM EST> <Info> <HTTP> <101209> <uddi:uddi ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddi:uddi starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <uddiexplorer:uddiexplorer
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <uddiexplorer:uddiexplorer
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddiexplorer:uddiexplorer
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <wl_management_internal1:wl_management_internal1
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <wl_management_internal1:wl_management_internal1
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <wl_management_internal1:wl_management_internal1
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <Deployer> <149208> <The Deployment Slave
    is initialized>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JTA> <110441> <Opening transaction log with
    driver version "j1.0" and synchronous write policy
    "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean
    javadoc or
    console on-line help.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING ... issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING DONE issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "MessageDrivenBeanConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "QueueConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "TopicConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "DefaultConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040306> <JMS service is active now.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101129> <Initializing Web services.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101238> <HTTP log rotation is size
    based for the webserver: vignesh>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <HTTP> <101051> <[HTTP vignesh] started>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <Deployer> <149209> <The Deployment Slave
    is resuming>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <J2EE> <160003> <Deployed : DefaultWebApp>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Deployer> <149210> <The Deployment Slave
    is resumed>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.name = Java(TM) 2 Runtime Environment
    , Standard Edition>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.protocol.handler.pkgs = weblogic.utils|weblog
    ic.utils|weblogic.net|weblogic.management>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.library.path = /apps/bea/jdk131_03/jre/li
    b/sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.rpc.ServiceFactory = weblogic.webservice
    .core.rpc.ServiceFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryPar
    ser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url = http://java.sun.com/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    path.separator = :>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.name = Java HotSpot(TM) Server VM>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding.pkg = sun.io>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.driver = weblogic.apache.xerces.parser
    s.SAXParser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.name = Java Virtual Machine
    Specification>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.dir = /apps/bea/user_projects/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.soap.MessageFactory = weblogic.webservic
    e.core.soap.MessageFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.management.server = http://167.19.244.65:
    6102>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    vde.home = ./vignesh/ldap>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDele
    gateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironm
    ent>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.arch = sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.io.tmpdir = /var/tmp/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    line.separator =
    >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.Name = vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.vendor = Sun Microsystems In
    c.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.url.pkgs = weblogic.jndi.facto
    ries>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.fonts = >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.name = SunOS>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.library.path = /apps/bea/jdk131_03/bin/../jre
    /lib/sparc/server:/apps/bea/jdk131_03/bin/../jre/lib/sparc::/apps/bea/jdk131_03/bin/../jre/../lib/sparc:/apps/bea/weblogic700/server
    /lib/solaris:/apps/bea/weblogic700/server/lib/solaris/oci817_8:/usr/lib>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.name = Java Platform API Specif
    ication>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.version = 47.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.ProductionModeEnabled = false>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.version = 5.8>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.home = /users/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.PortableRemoteObjectClass = weblog
    ic.iiop.PortableRemoteObjectDelegateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.security.policy = /apps/bea/weblogic700/serve
    r/lib/weblogic.policy>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.timezone = America/New_York>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.printerjob = sun.awt.motif.PSPrinterJob>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    bea.home = /apps/bea>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding = 646>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.version = 1.3>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.path = /apps/bea/jdk131_03/lib/tools.ja
    r:/apps/bea/weblogic700/server:/apps/bea/weblogic700/server/lib/weblogic_sp.jar:/apps/bea/weblogic700/server/lib/weblogic.jar:/users
    /a201516:/users/a201516/weblogic/myserver/serverclasses/xerces.jar:/users/a201516/weblogic/myserver/serverclasses/xalan.jar:/apps/we
    blogic/javaclasses/xml4j_2_0_15/xml4j.jar:/apps/weblogic/javaclasses/xmlbeans/lib/xml_swing11.jar:/apps/weblogic/javaclasses/javamai
    l-1.1.3/mail.jar:/users/a201516/weblogic/lib/weblogic510sp12.jar:/users/a201516/weblogic/lib/weblogicaux.jar:/users/a201516/weblogic
    /classes:/apps/weblogic/javaclasses/jgl3.1.0/lib/jgl3.1.0.jar:/users/a201516/tips/oracle_thin_driver.jar:/apps/weblogic/javaclasses/
    jce1.2/lib/jce1_2-do.jar:/apps/weblogic/javaclasses/javamail-1.1.3/mail.jar:/apps/weblogic/javaclasses/jaf-1.0.1/activation.jar:/app
    s/weblogic/javaclasses/junit3.5/junit.jar:/users/a201516/weblogic/lib/vp4jb_o.jar:/users/a201516/weblogic/lib/LDAPSimpleAuth.jar:/ap
    ps/warranty/weblogic/javaclasses/lib/uwc/javaftpapi.jar:/apps/motorclub2/weblogic/lib/log4j.jar:/apps/motorclub2/weblogic/lib/log4j_
    core.jar:/apps/motorclub2/weblogic/lib/sunjce_provider.jar:/apps/motorclub2/weblogic/lib/iText.jar:/apps/motorclub2/weblogic/lib/US_
    export_policy.jar:/apps/motorclub2/weblogic/lib/Verisign.jar:/apps/warranty/weblogic/javaclasses/lib/uwc/ldapjdk.jar:/users/a201516/
    weblogic/myserver/workdir/uwc/serverclasses:/users/a201516/weblogic/myserver/workdir/uwc/servletclasses:/users/a201516/weblogic/myse
    rver/workdir/dm/serverclasses:/users/a201516/weblogic/myserver/workdir/dm/servletclasses:/users/a201516/weblogic/myserver/servletcla
    sses:/users/a201516/weblogic/myserver/serverclasses:/apps/direct/weblogic/myserver/dmejb/CustomerSessionBean.jar:/apps/direct/weblog
    ic/myserver/dmejb/SalesEntityJar.jar:/apps/direct/weblogic/myserver/dmejb/CheckSalesEntityJar.jar:/apps/direct/weblogic/myserver/dme
    jb/SalesSessionJar.jar:/apps/direct/weblogic/myserver/dmejb/PlanSessionBean.jar:/apps/direct/weblogic/myserver/dmejb/SearchSession.j
    ar:/apps/direct/weblogic/myserver/dmejb/DSUSearchJar.jar:/apps/direct/weblogic/myserver/dmejb/LoginSession.jar:/users/a201516/weblog
    ic/myserver/uwcejb/OutClaimEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutClaimSessionDeployed.jar:/users/a201516/web
    logic/myserver/uwcejb/OutContractEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutContractSessionDeployed.jar:/users/a2
    01516/weblogic/myserver/uwcejb/OutProfileSessionDeployed.jar:/users/a201516/weblogic/myserver/gmmcejb/memberentitybeanjar.jar:/users
    /a201516/weblogic/myserver/gmmcejb/policyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/paymententitybeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/historyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/enrollsessionbeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/loginsessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/memberaccsessionbeanjar.jar:/user
    s/a201516/weblogic/myserver/gmmcejb/historysessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/updatesessionbeanjar.jar:/app
    s/gmppDirect2004/weblogic/myserver/dmejb/PriceSessionBean.jar:/users/a201516/weblogic/myserver/workdir/gmmc2/:/users/a201516/weblogi
    c/myserver/workdir/gmmc2/com/mic/gmmc/constants/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.name = a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.initial = weblogic.jndi.WLInit
    ialContextFactory>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.home = /apps/bea/jdk131_03/jre>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.name = Java Management Extension
    s>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.language = en>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.name = JMX RI>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.info = mixed mode>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.security.SSL.trustedCAKeyStore = /apps/be
    a/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.version = 1.3.1_03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.ext.dirs = /apps/bea/jdk131_03/jre/lib/ext>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.class.path = /apps/bea/jdk131_03/jre/lib/
    rt.jar:/apps/bea/jdk131_03/jre/lib/i18n.jar:/apps/bea/jdk131_03/jre/lib/sunrsasign.jar:/apps/bea/jdk131_03/jre/classes>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.separator = />
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url.bug = http://java.sun.com/cgi-bin/
    bugreport.cgi>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.io.unicode.encoding = UnicodeBig>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.endian = big>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.version = 1.0 Final Release>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.isalist = sparcv9+vis sparcv9 sparcv8plus+
    vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5803151,name=DefaultWebApp,context-path=/DefaultWebApp)]
    We
    bServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    WebServiceServlet: i
    nit>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    uddilistener: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5823496,name=uddiexplorer,context-path=/uddiexplorer)]
    WebS
    erviceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2121551,name=wl_management_internal1,context-path=/wl_manag
    ement_internal1)] WebServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <WebLogicServer> <000325> <License allows
    low strength (export) SSL.>
    <Mar 15, 2004 6:07:47 PM EST> <Info> <Security> <090116> <The Server vignesh is
    using the private key it retrieved from keystore ali
    ased by demokey.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <Security> <090125> <Loaded 14 trusted certificates
    from keystore file specified on the command
    line: /apps/bea/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000307> <Exportable key
    maximum lifespan set to 500 uses.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000300> <Certificate contents:
    1 certificate(s):
    fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Tue May 30 17:38:01
    EDT 2000, not after = Thu May 13 17:38:01 EDT 200
    4, holder = C=US SP=California L=San Francisco O=BEA WebLogic CN=weblogic.bea.com
    [email protected] , issuer = C=US SP=Californi
    a L=San Francisco O=BEA WebLogic OU=Security CN=Demo Certificate Authority [email protected]
    , key = modulus length=65 exponent
    length=3
    >
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000310> <Using low strength
    (exportable) SSL.>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "ListenThread.Default"
    listening on port 6100, ip address 1
    67.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "SSLListenThread.Default"
    listening on port 6101, ip addres
    s 167.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000332> <Started WebLogic
    Managed Server "vignesh" for domain "a201516" run
    ning in Development Mode>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>

  • OIM 9.0.1.1 on Weblogic Failing

    My installation is failing and I cannot seem to get to the bottom of it. Any pointers / help here is appreciated.
    XIMDD does not report any problem prior to running the installation. The database operations all seem to occur successfully, but there are problems deploying to WebLogic. The myserver.log content and the Java VM System Properties Report from the XIMDD is included. The environment is:
    Windows Server 2003 / Weblogic 8.1 SP4 / JDK 142_05
    Windows Server 2003 / Oracle db 10.2.1
    XIMDD Java Report
    Test Name Java VM System Properties Report
    Description Prints out all the Java VM system properties.
    Result PASSED
    Details
    java.vendor Sun Microsystems Inc.
    org.xml.sax.parser weblogic.xml.jaxp.RegistryParser
    os.name Windows 2003
    sun.boot.class.path C:\bea\JDK142~1\jre\lib\rt.jar;C:\bea\JDK142~1\jre\lib\i18n.jar;C:\bea\JDK142~1\jre\lib\sunrsasign.jar;C:\bea\JDK142~1\jre\lib\jsse.jar;C:\bea\JDK142~1\jre\lib\jce.jar;C:\bea\JDK142~1\jre\lib\charsets.jar;C:\bea\JDK142~1\jre\classes
    sun.java2d.fontpath
    java.vm.specification.vendor Sun Microsystems Inc.
    java.runtime.version 1.4.2_05-b04
    weblogic.Name myserver
    jmx.implementation.vendor Sun Microsystems
    user.name rsquires
    jmx.implementation.name JMX RI
    user.language en
    java.naming.factory.initial weblogic.jndi.WLInitialContextFactory
    sun.boot.library.path C:\bea\JDK142~1\jre\bin
    jmx.specification.name Java Management Extensions
    java.version 1.4.2_05
    user.timezone America/New_York
    sun.arch.data.model 32
    javax.rmi.CORBA.UtilClass weblogic.iiop.UtilDelegateImpl
    jmx.specification.version 1.0 Final Release
    java.endorsed.dirs C:\bea\JDK142~1\jre\lib\endorsed
    vde.home .\myserver\ldap
    sun.cpu.isalist pentium i486 i386
    jmx.implementation.version 1.0
    file.encoding.pkg sun.io
    weblogic.mbeanLegalClause.ByPass false
    file.separator \
    java.specification.name Java Platform API Specification
    java.class.version 48.0
    user.country US
    java.home C:\bea\JDK142~1\jre
    java.vm.info mixed mode
    os.version 5.2
    org.omg.CORBA.ORBSingletonClass weblogic.corba.orb.ORB
    path.separator ;
    java.vm.version 1.4.2_05-b04
    java.util.prefs.PreferencesFactory java.util.prefs.WindowsPreferencesFactory
    user.variant
    java.protocol.handler.pkgs weblogic.utils|weblogic.utils|weblogic.net
    jmx.specification.vendor Sun Microsystems
    java.awt.printerjob sun.awt.windows.WPrinterJob
    java.security.policy C:\bea\WEBLOG~1\server\lib\weblogic.policy
    sun.io.unicode.encoding UnicodeLittle
    awt.toolkit sun.awt.windows.WToolkit
    java.naming.factory.url.pkgs weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    user.home C:\Documents and Settings\rsquires
    java.specification.vendor Sun Microsystems Inc.
    org.xml.sax.driver weblogic.apache.xerces.parsers.SAXParser
    java.library.path C:\bea\JDK142~1\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WEBLOG~1\server\bin;C:\bea\JDK142~1\jre\bin;C:\bea\JDK142~1\bin;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\OpenManage\Array Manager;C:\Program Files\Dell\OpenManage\oma\bin;C:\Program Files\Dell\OpenManage\LU\bin;C:\Program Files\Dell\OpenManage\oldiags\bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;c:\tomcat\bin;C:\tomcat\j2sdk1.4.1_02\bin;C:\bin\tomcat50\bin;c:\cygwin\bin;C:\bea\jdk142_05\bin;C:\bea\WEBLOG~1\server\bin\oci920_8
    java.vendor.url http://java.sun.com/
    java.vm.vendor Sun Microsystems Inc.
    java.runtime.name Java(TM) 2 Runtime Environment, Standard Edition
    java.class.path C:\bea\JDK142~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\log4j-1.2.9.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JDK142~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;
    Total Memory 6353648 Bytes
    java.vm.specification.name Java Virtual Machine Specification
    java.vm.specification.version 1.0
    javax.rmi.CORBA.PortableRemoteObjectClass weblogic.iiop.PortableRemoteObjectDelegateImpl
    sun.cpu.endian little
    sun.os.patch.level
    java.io.tmpdir C:\DOCUME~1\rsquires\LOCALS~1\Temp\
    java.vendor.url.bug http://java.sun.com/cgi-bin/bugreport.cgi
    os.arch x86
    java.awt.graphicsenv sun.awt.Win32GraphicsEnvironment
    java.ext.dirs C:\bea\JDK142~1\jre\lib\ext
    user.dir D:\bea\user_projects\domains\oim
    line.separator
    java.vm.name Java HotSpot(TM) Client VM
    javax.xml.soap.MessageFactory weblogic.webservice.core.soap.MessageFactoryImpl
    Free Memory 6353800 Bytes
    file.encoding Cp1252
    org.omg.CORBA.ORBClass weblogic.corba.orb.ORB
    javax.xml.rpc.ServiceFactory weblogic.webservice.core.rpc.ServiceFactoryImpl
    weblogic.ProductionModeEnabled
    java.specification.version 1.4
    Weblogic myserver.log
    ####<Jan 23, 2007 4:29:40 PM EST> <Notice> <Log Management> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-170019> <The server log file D:\bea\user_projects\domains\oim\myserver\myserver.log is opened. All server side log events will be written to this file.>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090149> <The server security configuration has been loaded from C:\bea\weblogic81\server\lib\SecurityDefaultConfig.xml>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090074> <Initializing RoleMapper provider using LDIF template file D:\bea\user_projects\domains\oim\.\DefaultRoleMapperInit.ldift.>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090075> <The RoleMapper provider has had its LDIF information loaded from: D:\bea\user_projects\domains\oim\.\DefaultRoleMapperInit.ldift>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090074> <Initializing Authorizer provider using LDIF template file D:\bea\user_projects\domains\oim\.\DefaultAuthorizerInit.ldift.>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090075> <The Authorizer provider has had its LDIF information loaded from: D:\bea\user_projects\domains\oim\.\DefaultAuthorizerInit.ldift>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090074> <Initializing Authenticator provider using LDIF template file D:\bea\user_projects\domains\oim\.\DefaultAuthenticatorInit.ldift.>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090075> <The Authenticator provider has had its LDIF information loaded from: D:\bea\user_projects\domains\oim\.\DefaultAuthenticatorInit.ldift>
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server myserver for security realm myrealm.>
    ####<Jan 23, 2007 4:29:42 PM EST> <Notice> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Jan 23, 2007 4:29:42 PM EST> <Notice> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "oim">
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000214> <WebLogic Server "myserver" version:
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000215> <Loaded License : C:\bea\license.bea>
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <RJVM> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000570> <Network Configuration for Channel "myserver"
    Listen Address          *
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Jan 23, 2007 4:29:42 PM EST> <Debug> <RJVM> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000571> <Network Configuration Detail for Channel "myserver"
    Channel Weight          50
    Accept Backlog          50
    Login Timeout          5000ms
    Max Message Size     10000000
    Message Timeout     60s
    Idle Timeout          65s
    Tunneling Timeout     40s
    Tunneling Ping          45s>
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <XML> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-130036> <Initializing XMLRegistry.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <JDBC> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC service.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <JDBC> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-001137> <Initialization complete.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <Connector> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-190000> <Initializing J2EE Connector Service>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <Connector> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <IIOP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default connection factories.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP services.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server myserver.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101052> <[HTTP myserver] Initialized>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101135> <myserver is the default Web server.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <J2EE> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-160037> <J2EE service initializing.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149207> <Initializing.>
    ####<Jan 23, 2007 4:29:45 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:45 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:45 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1784167,name=console,context-path=/console)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=18026635,name=uddi,context-path=/uddi)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=28839323,name=uddiexplorer,context-path=/uddiexplorer)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=21570718,name=wl_management_internal1,context-path=/wl_management_internal1)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=18394110,name=wl_management_internal2,context-path=/wl_management_internal2)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149208> <Initialization Complete.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JTA> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log with driver version "j1.0" and synchronous write policy "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <JTA> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-110025> <Creating new transaction log file [.\myserver\./myserver.0000.tlog].>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <JTA> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-110025> <Creating new transaction log file [.\myserver\./myserver.heur.0000.tlog].>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JDBC> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC service.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JDBC> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultXAConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "QueueConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "MessageDrivenBeanConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "TopicConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040306> <JMS service is active now.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web application container.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101238> <HTTP log rotation is size based for the Web server: myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101051> <[HTTP myserver] started>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040321> <JMSServer "WSStoreForwardInternalJMSServermyserver" is resuming.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040113> <JMSServer "WSStoreForwardInternalJMSServermyserver", Opening file store "FileStore" in directory "D:\bea\user_projects\domains\oim\.\rmfilestore". Starting scan of 0 files totalling 0 bytes.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040114> <JMSServer "WSStoreForwardInternalJMSServermyserver", Finished scan of file store "FileStore" in directory "D:\bea\user_projects\domains\oim\.\rmfilestore". Found 0 records totalling 0 bytes.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040010> <JMSServer "WSStoreForwardInternalJMSServermyserver" configured no session pools.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040109> <JMSServer "WSStoreForwardInternalJMSServermyserver" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <WebService> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149209> <Resuming.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149210> <Resumed.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Management> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-141187> <Java system properties are defined as follows:
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = C:\bea\JDK142~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\log4j-1.2.9.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JDK142~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;
    java.class.version = 48.0
    java.endorsed.dirs = C:\bea\JDK142~1\jre\lib\endorsed
    java.ext.dirs = C:\bea\JDK142~1\jre\lib\ext
    java.home = C:\bea\JDK142~1\jre
    java.io.tmpdir = C:\DOCUME~1\rsquires\LOCALS~1\Temp\
    java.library.path = C:\bea\JDK142~1\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WEBLOG~1\server\bin;C:\bea\JDK142~1\jre\bin;C:\bea\JDK142~1\bin;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\OpenManage\Array Manager;C:\Program Files\Dell\OpenManage\oma\bin;C:\Program Files\Dell\OpenManage\LU\bin;C:\Program Files\Dell\OpenManage\oldiags\bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;c:\tomcat\bin;C:\tomcat\j2sdk1.4.1_02\bin;C:\bin\tomcat50\bin;c:\cygwin\bin;C:\bea\jdk142_05\bin;C:\bea\WEBLOG~1\server\bin\oci920_8
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.net
    java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version = 1.4.2_05-b04
    java.security.policy = C:\bea\WEBLOG~1\server\lib\weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.4
    java.util.prefs.PreferencesFactory = java.util.prefs.WindowsPreferencesFactory
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.4.2_05
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.4.2_05-b04
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
    jmx.implementation.name = JMX RI
    jmx.implementation.vendor = Sun Microsystems
    jmx.implementation.version = 1.0
    jmx.specification.name = Java Management Extensions
    jmx.specification.vendor = Sun Microsystems
    jmx.specification.version = 1.0 Final Release
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.xml.sax.driver = weblogic.apache.xerces.parsers.SAXParser
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
    os.arch = x86
    os.name = Windows 2003
    os.version = 5.2
    path.separator = ;
    sun.arch.data.model = 32
    sun.boot.class.path = C:\bea\JDK142~1\jre\lib\rt.jar;C:\bea\JDK142~1\jre\lib\i18n.jar;C:\bea\JDK142~1\jre\lib\sunrsasign.jar;C:\bea\JDK142~1\jre\lib\jsse.jar;C:\bea\JDK142~1\jre\lib\jce.jar;C:\bea\JDK142~1\jre\lib\charsets.jar;C:\bea\JDK142~1\jre\classes
    sun.boot.library.path = C:\bea\JDK142~1\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    user.country = US
    user.dir = D:\bea\user_projects\domains\oim
    user.home = C:\Documents and Settings\rsquires
    user.language = en
    user.name = rsquires
    user.timezone = America/New_York
    vde.home = .\myserver\ldap
    weblogic.Name = myserver
    weblogic.mbeanLegalClause.ByPass = false
    >
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Management> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-141052> <The application poller has started for the development server.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Socket> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000406> <NTSocketMuxer was built on May 20 2004 21:15:15
    >
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Socket> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000436> <Allocating 2 reader threads.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Socket> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000440> <NativeIO Enabled>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <WebLogicServer> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip address *.*>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000331> <Started WebLogic Admin Server "myserver" for domain "oim" running in Development Mode>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000360> <Server started in RUNNING mode>
    ####<Jan 23, 2007 4:29:48 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:29:48 PM EST> <Info> <Configuration Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-150007> <The booted configuration .\config.xml has been backed up at D:\bea\user_projects\domains\oim\.\config.xml.booted.>
    ####<Jan 23, 2007 4:29:56 PM EST> <Info> <Application Poller> <SNSSRV101> <myserver> <ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149400> <Activating application: appsdirXIMDD_war>
    ####<Jan 23, 2007 4:29:56 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149038> <A deployment task with ID 0 for application appsdirXIMDD_war is being initiated.>
    ####<Jan 23, 2007 4:29:56 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <preparing application appsdirXIMDD_war on myserver>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149059> <Module XIMDD of application appsdirXIMDD_war is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149060> <Module XIMDD of application appsdirXIMDD_war successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <prepared application appsdirXIMDD_war on myserver>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <activating application appsdirXIMDD_war on myserver>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149059> <Module XIMDD of application appsdirXIMDD_war is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149060> <Module XIMDD of application appsdirXIMDD_war successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=20827989,name=XIMDD,context-path=/XIMDD)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <activated application appsdirXIMDD_war on myserver>
    ####<Jan 23, 2007 4:29:58 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:29:58 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149074> <Successfully completed deployment task: [Deployer:149026]Deploy application appsdirXIMDD_war on myserver.>
    ####<Jan 23, 2007 4:30:07 PM EST> <Info> <WebLogicServer> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000213> <Adding address: 10.18.128.209 to licensed client list>
    ####<Jan 23, 2007 4:30:07 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=20827989,name=XIMDD,context-path=/XIMDD)] /*: init>
    ####<Jan 23, 2007 4:30:07 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=20827989,name=XIMDD,context-path=/XIMDD)] /*: Using standard I/O>
    ####<Jan 23, 2007 4:30:09 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=20827989,name=XIMDD,context-path=/XIMDD)] SystemVerificationServlet: init>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:38 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:38 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:38 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:38 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:48:58 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Nexaweb exists for operation remove>
    ####<Jan 23, 2007 4:48:58 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Nexaweb, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Nexaweb exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:48:59 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Xellerate exists for operation remove>
    ####<Jan 23, 2007 4:48:59 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Xellerate, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Xellerate exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:49:21 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Nexaweb exists for operation remove>
    ####<Jan 23, 2007 4:49:21 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Nexaweb, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Nexaweb exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:49:22 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Xellerate exists for operation remove>
    ####<Jan 23, 2007 4:49:22 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Xellerate, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Xellerate exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:49:46 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Nexaweb exists for operation remove>
    ####<Jan 23, 2007 4:49:46 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Nexaweb, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Nexaweb exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:49:47 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Xellerate exists for operation remove>
    ####<Jan 23, 2007 4:49:47 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Xellerate, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Xellerate exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:50:15 PM EST> <Error> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149010> <Target oim is not configured. Unable to deploy application Xellerate.>
    ####<Jan 23, 2007 4:50:15 PM EST> <Warning> <Deployer> <SNSSRV101>

    Ryan,
    I'm starting to set up the same environment as you. The purpose is to learn as I'm a newbie to IdM. What are all the components I will need to install? From the tutorials/docs on this site I was able to conclude:
    Oracle DB
    App Server - tutorial uses JBoss...I'd rather use WebLogic to learn it as well
    Oracle Identity Manager
    Does sequence matter? Unfortunately, the tutorials aren't as detailed as, for example, Microsoft's Walkthroughs for MIIS 2003.
    Thanks and sorry to bug you with newbie questions.

  • WLI 8.1SP2 Cluster over 2 Physical Machines Errs on Managed Svrs on 2nd mac

    I set up WLI Clustering 8.1sp2 with 4 total managed servers, 2 colocated with the admin server, and 2 on a vanilla installation of WLP 8.1sp2.
    While the colocated servers boot up correctly (and are able to be recovered by the node manager), I cannot seem to get the remote managed servers to come up properly. The node manager on the remote machine reports the following error:
    ####<Sep 23, 2004 5:49:50 PM EDT> <Notice> <Log Management> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-170019> <The server log file C:\bea\user_projects\domains\myClusterTest08\new_managedServer_3\new_managedServer_3.log is opened. All server side log events will be written to this file.>
    ####<Sep 23, 2004 5:49:51 PM EDT> <Info> <Socket> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000406> <NTSocketMuxer was built on Jun 19 2003 15:39:24
    >
    ####<Sep 23, 2004 5:49:51 PM EDT> <Info> <Socket> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000436> <Allocating 2 reader threads.>
    ####<Sep 23, 2004 5:50:05 PM EDT> <Info> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server new_managedServer_3 for security realm myrealm.>
    ####<Sep 23, 2004 5:50:05 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Sep 23, 2004 5:50:06 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090170> <Loading the private key stored under the alias DemoIdentity from the jks keystore file C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    ####<Sep 23, 2004 5:50:07 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090171> <Loading the identity certificate stored under the alias DemoIdentity from the jks keystore file C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    ####<Sep 23, 2004 5:50:07 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\bea\weblogic81\server\lib\DemoTrust.jks.>
    ####<Sep 23, 2004 5:50:07 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\bea\jrockit81sp2_141_05\jre\lib\security\cacerts.>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Notice> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000328> <Starting WebLogic Managed Server "new_managedServer_3" for domain "myClusterTest08">
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000214> <WebLogic Server "new_managedServer_3" version:
    WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic Integration 8.1 SP2 Thu Dec 11 22:07:14 PST 2003 148883 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000215> <Loaded License : C:\bea\license.bea>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <RJVM> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000570> <Network Configuration for Channel "new_managedServer_3"
    Listen Address informatica-svr:7001
    Public Address N/A
    Http Enabled true
    Tunneling Enabled false
    Outbound Enabled false
    Admin Traffic Enabled true>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Debug> <RJVM> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000571> <Network Configuration Detail for Channel "new_managedServer_3"
    Channel Weight 50
    Accept Backlog 50
    Login Timeout 5000ms
    Max Message Size 10000000
    Message Timeout 60s
    Idle Timeout 65s
    Tunneling Timeout 40s
    Tunneling Ping 45s>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <XML> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-130036> <Initializing XMLRegistry.>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC service.>
    ####<Sep 23, 2004 5:50:09 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001137> <Initialization complete.>
    ####<Sep 23, 2004 5:50:09 PM EDT> <Info> <Connector> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-190000> <Initializing J2EE Connector Service>
    ####<Sep 23, 2004 5:50:09 PM EDT> <Info> <Connector> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Sep 23, 2004 5:50:09 PM EDT> <Info> <IIOP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default connection factories.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP services.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101052> <[HTTP new_managedServer_3] Initialized>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101135> <new_managedServer_3 is the default Web server.>
    ####<Sep 23, 2004 5:50:11 PM EDT> <Info> <J2EE> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-160037> <J2EE service initializing.>
    ####<Sep 23, 2004 5:50:11 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149207> <Initializing.>
    ####<Sep 23, 2004 5:50:13 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:13 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:13 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:13 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149208> <Initialization Complete.>
    ####<Sep 23, 2004 5:50:17 PM EDT> <Notice> <Cluster> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000138> <Listening for announcements from cluster new_cluster_1 on 237.0.0.1:7001.>
    ####<Sep 23, 2004 5:50:17 PM EDT> <Notice> <Cluster> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000133> <Waiting to synchronize with other running members of new_cluster_1.>
    ####<Sep 23, 2004 5:50:48 PM EDT> <Info> <JTA> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log with driver version "j1.0" and synchronous write policy "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC service.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultXAConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "QueueConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "MessageDrivenBeanConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "TopicConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040306> <JMS service is active now.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web application container.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101238> <HTTP log rotation is size based for the Web server: new_managedServer_3.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101051> <[HTTP new_managedServer_3] started>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <WebService> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <WebService> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149209> <Resuming.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Common> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000625> <The application has disabled periodic testing of free resources in pool "cgPool".>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Common> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000628> <Created "5" resources for pool "cgPool", out of which "5" are available and "0" are unavailable.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named cgPool.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Common> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000625> <The application has disabled periodic testing of free resources in pool "bpmArchPool".>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Common> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000628> <Created "5" resources for pool "bpmArchPool", out of which "5" are available and "0" are unavailable.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named bpmArchPool.>
    ####<Sep 23, 2004 5:50:51 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named cgDataSource for Pool cgPool.>
    ####<Sep 23, 2004 5:50:51 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named bpmArchDataSource for Pool bpmArchPool.>
    ####<Sep 23, 2004 5:50:51 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "WLI-B2B System Topic Factory" is started.>
    ####<Sep 23, 2004 5:50:56 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040322> <JMSServer "cgJMSServer_auto_3" is activating for migration.>
    ####<Sep 23, 2004 5:50:56 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040321> <JMSServer "cgJMSServer_auto_3" is resuming.>
    ####<Sep 23, 2004 5:50:58 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040117> <JMSServer "cgJMSServer_auto_3". Opening JDBC store tables "myC_3JMSStore" and "myC_3JMSState" using connection pool "cgPool".>
    ####<Sep 23, 2004 5:50:59 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040118> <JMSServer "cgJMSServer_auto_3". Finished scan of JDBC store. Found 3 records.>
    ####<Sep 23, 2004 5:50:59 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040010> <JMSServer "cgJMSServer_auto_3" configured no session pools.>
    ####<Sep 23, 2004 5:50:59 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040109> <JMSServer "cgJMSServer_auto_3" is started.>
    ####<Sep 23, 2004 5:50:59 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040309> <JMS server "cgJMSServer_auto_3" is activated.>
    ####<Sep 23, 2004 5:51:00 PM EDT> <Info> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000256> <Invoking com.bea.wli.init.BPMStartup.main(null)>
    ####<Sep 23, 2004 5:51:00 PM EDT> <Debug> <Management> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-141132> <Dynamic invocation while executing action updateDeployments on myClusterTest08:Location=new_managedServer_3,Name=new_managedServer_3,Type=ServerConfig MBean instance failed. The method updateDeployments with signature [] was invoked with parameters as [].
    weblogic.management.AbortDeploymentException: weblogic.t3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with nested exception:
    [java.lang.NullPointerException]
    at weblogic.t3.srvr.StartupClassService.addDeployment(Lweblogic.management.configuration.DeploymentMBean;)V(StartupClassService.java:92)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Lweblogic.management.configuration.DeploymentMBean;)Z(DeploymentTarget.java:330)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Ljava.util.List;)V(DeploymentTarget.java:590)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments()V(DeploymentTarget.java:568)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments()V(DeploymentTarget.java:240)
    at COM.jrockit.reflect.NativeMethodInvoker.invoke0(ILjava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Native Method)
    at COM.jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
    at COM.jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
    at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(DynamicMBeanImpl.java:711)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(DynamicMBeanImpl.java:690)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(ConfigurationMBeanImpl.java:476)
    at com.sun.management.jmx.MBeanServerImpl.invoke(Ljava.lang.Object;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:947)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:908)
    at weblogic.management.internal.MBeanProxy.invoke(Ljava.lang.String;[Ljava.lang.Object;)Ljava.lang.Object;(MBeanProxy.java:946)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(Ljava.lang.String;[Ljava.lang.Object;)Ljava.lang.Object;(MBeanProxy.java:481)
    at weblogic.management.configuration.ServerMBean_Stub.updateDeployments()V(ServerMBean_Stub.java:7271)
    at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments()V(SlaveDeployer.java:1210)
    at weblogic.management.deploy.slave.SlaveDeployer.resume()V(SlaveDeployer.java:362)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume()V(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume()V(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume()V(T3Srvr.java:964)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:359)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    >
    ####<Sep 23, 2004 5:51:00 PM EDT> <Error> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149601> <The deployment framework was unable to resume accepting requests.>
    ####<Sep 23, 2004 5:51:00 PM EDT> <Emergency> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000342> <Unable to initialize the server: [Deployer:149601]The deployment framework was unable to resume accepting requests.weblogic.t3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with nested exception:
    [java.lang.NullPointerException]>

    I set up WLI Clustering 8.1sp2 with 4 total managed servers, 2 colocated with the admin server, and 2 on a vanilla installation of WLP 8.1sp2.
    While the colocated servers boot up correctly (and are able to be recovered by the node manager), I cannot seem to get the remote managed servers to come up properly. The node manager on the remote machine reports the following error:
    ####<Sep 23, 2004 5:49:50 PM EDT> <Notice> <Log Management> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-170019> <The server log file C:\bea\user_projects\domains\myClusterTest08\new_managedServer_3\new_managedServer_3.log is opened. All server side log events will be written to this file.>
    ####<Sep 23, 2004 5:49:51 PM EDT> <Info> <Socket> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000406> <NTSocketMuxer was built on Jun 19 2003 15:39:24
    >
    ####<Sep 23, 2004 5:49:51 PM EDT> <Info> <Socket> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000436> <Allocating 2 reader threads.>
    ####<Sep 23, 2004 5:50:05 PM EDT> <Info> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server new_managedServer_3 for security realm myrealm.>
    ####<Sep 23, 2004 5:50:05 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Sep 23, 2004 5:50:06 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090170> <Loading the private key stored under the alias DemoIdentity from the jks keystore file C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    ####<Sep 23, 2004 5:50:07 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090171> <Loading the identity certificate stored under the alias DemoIdentity from the jks keystore file C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    ####<Sep 23, 2004 5:50:07 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\bea\weblogic81\server\lib\DemoTrust.jks.>
    ####<Sep 23, 2004 5:50:07 PM EDT> <Notice> <Security> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\bea\jrockit81sp2_141_05\jre\lib\security\cacerts.>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Notice> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000328> <Starting WebLogic Managed Server "new_managedServer_3" for domain "myClusterTest08">
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000214> <WebLogic Server "new_managedServer_3" version:
    WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic Integration 8.1 SP2 Thu Dec 11 22:07:14 PST 2003 148883 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000215> <Loaded License : C:\bea\license.bea>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <RJVM> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000570> <Network Configuration for Channel "new_managedServer_3"
    Listen Address informatica-svr:7001
    Public Address N/A
    Http Enabled true
    Tunneling Enabled false
    Outbound Enabled false
    Admin Traffic Enabled true>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Debug> <RJVM> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000571> <Network Configuration Detail for Channel "new_managedServer_3"
    Channel Weight 50
    Accept Backlog 50
    Login Timeout 5000ms
    Max Message Size 10000000
    Message Timeout 60s
    Idle Timeout 65s
    Tunneling Timeout 40s
    Tunneling Ping 45s>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <XML> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-130036> <Initializing XMLRegistry.>
    ####<Sep 23, 2004 5:50:08 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC service.>
    ####<Sep 23, 2004 5:50:09 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001137> <Initialization complete.>
    ####<Sep 23, 2004 5:50:09 PM EDT> <Info> <Connector> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-190000> <Initializing J2EE Connector Service>
    ####<Sep 23, 2004 5:50:09 PM EDT> <Info> <Connector> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Sep 23, 2004 5:50:09 PM EDT> <Info> <IIOP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default connection factories.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP services.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101052> <[HTTP new_managedServer_3] Initialized>
    ####<Sep 23, 2004 5:50:10 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101135> <new_managedServer_3 is the default Web server.>
    ####<Sep 23, 2004 5:50:11 PM EDT> <Info> <J2EE> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-160037> <J2EE service initializing.>
    ####<Sep 23, 2004 5:50:11 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149207> <Initializing.>
    ####<Sep 23, 2004 5:50:13 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:13 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:13 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:13 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from unprepared to prepared on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from prepared to active on server new_managedServer_3.>
    ####<Sep 23, 2004 5:50:14 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149208> <Initialization Complete.>
    ####<Sep 23, 2004 5:50:17 PM EDT> <Notice> <Cluster> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000138> <Listening for announcements from cluster new_cluster_1 on 237.0.0.1:7001.>
    ####<Sep 23, 2004 5:50:17 PM EDT> <Notice> <Cluster> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000133> <Waiting to synchronize with other running members of new_cluster_1.>
    ####<Sep 23, 2004 5:50:48 PM EDT> <Info> <JTA> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log with driver version "j1.0" and synchronous write policy "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC service.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultXAConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "QueueConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "MessageDrivenBeanConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "TopicConnectionFactory" is started.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040306> <JMS service is active now.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web application container.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101238> <HTTP log rotation is size based for the Web server: new_managedServer_3.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <HTTP> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-101051> <[HTTP new_managedServer_3] started>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <WebService> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <WebService> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149209> <Resuming.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Common> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000625> <The application has disabled periodic testing of free resources in pool "cgPool".>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "cgPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "cgPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Common> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000628> <Created "5" resources for pool "cgPool", out of which "5" are available and "0" are unavailable.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named cgPool.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Common> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000625> <The application has disabled periodic testing of free resources in pool "bpmArchPool".>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001068> <Connection for pool "bpmArchPool" created.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001154> <Disabling statement caching for connection in pool "bpmArchPool", because it is using the WebLogic Type-2 XA driver or the Pointbase DBMS.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <Common> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000628> <Created "5" resources for pool "bpmArchPool", out of which "5" are available and "0" are unavailable.>
    ####<Sep 23, 2004 5:50:50 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named bpmArchPool.>
    ####<Sep 23, 2004 5:50:51 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named cgDataSource for Pool cgPool.>
    ####<Sep 23, 2004 5:50:51 PM EDT> <Info> <JDBC> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named bpmArchDataSource for Pool bpmArchPool.>
    ####<Sep 23, 2004 5:50:51 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040108> <User connection factory "WLI-B2B System Topic Factory" is started.>
    ####<Sep 23, 2004 5:50:56 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040322> <JMSServer "cgJMSServer_auto_3" is activating for migration.>
    ####<Sep 23, 2004 5:50:56 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040321> <JMSServer "cgJMSServer_auto_3" is resuming.>
    ####<Sep 23, 2004 5:50:58 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040117> <JMSServer "cgJMSServer_auto_3". Opening JDBC store tables "myC_3JMSStore" and "myC_3JMSState" using connection pool "cgPool".>
    ####<Sep 23, 2004 5:50:59 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040118> <JMSServer "cgJMSServer_auto_3". Finished scan of JDBC store. Found 3 records.>
    ####<Sep 23, 2004 5:50:59 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040010> <JMSServer "cgJMSServer_auto_3" configured no session pools.>
    ####<Sep 23, 2004 5:50:59 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040109> <JMSServer "cgJMSServer_auto_3" is started.>
    ####<Sep 23, 2004 5:50:59 PM EDT> <Info> <JMS> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-040309> <JMS server "cgJMSServer_auto_3" is activated.>
    ####<Sep 23, 2004 5:51:00 PM EDT> <Info> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000256> <Invoking com.bea.wli.init.BPMStartup.main(null)>
    ####<Sep 23, 2004 5:51:00 PM EDT> <Debug> <Management> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-141132> <Dynamic invocation while executing action updateDeployments on myClusterTest08:Location=new_managedServer_3,Name=new_managedServer_3,Type=ServerConfig MBean instance failed. The method updateDeployments with signature [] was invoked with parameters as [].
    weblogic.management.AbortDeploymentException: weblogic.t3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with nested exception:
    [java.lang.NullPointerException]
    at weblogic.t3.srvr.StartupClassService.addDeployment(Lweblogic.management.configuration.DeploymentMBean;)V(StartupClassService.java:92)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Lweblogic.management.configuration.DeploymentMBean;)Z(DeploymentTarget.java:330)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Ljava.util.List;)V(DeploymentTarget.java:590)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments()V(DeploymentTarget.java:568)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments()V(DeploymentTarget.java:240)
    at COM.jrockit.reflect.NativeMethodInvoker.invoke0(ILjava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Native Method)
    at COM.jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
    at COM.jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
    at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(DynamicMBeanImpl.java:711)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(DynamicMBeanImpl.java:690)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(ConfigurationMBeanImpl.java:476)
    at com.sun.management.jmx.MBeanServerImpl.invoke(Ljava.lang.Object;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:947)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:908)
    at weblogic.management.internal.MBeanProxy.invoke(Ljava.lang.String;[Ljava.lang.Object;)Ljava.lang.Object;(MBeanProxy.java:946)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(Ljava.lang.String;[Ljava.lang.Object;)Ljava.lang.Object;(MBeanProxy.java:481)
    at weblogic.management.configuration.ServerMBean_Stub.updateDeployments()V(ServerMBean_Stub.java:7271)
    at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments()V(SlaveDeployer.java:1210)
    at weblogic.management.deploy.slave.SlaveDeployer.resume()V(SlaveDeployer.java:362)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume()V(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume()V(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume()V(T3Srvr.java:964)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:359)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    >
    ####<Sep 23, 2004 5:51:00 PM EDT> <Error> <Deployer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-149601> <The deployment framework was unable to resume accepting requests.>
    ####<Sep 23, 2004 5:51:00 PM EDT> <Emergency> <WebLogicServer> <informatica-svr> <new_managedServer_3> <Thread-1> <<WLS Kernel>> <> <BEA-000342> <Unable to initialize the server: [Deployer:149601]The deployment framework was unable to resume accepting requests.weblogic.t3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with nested exception:
    [java.lang.NullPointerException]>

  • Format exception

    java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
         at weblogic.apache.xerces.impl.io.UTF8Reader.invalidByte(III)V(UTF8Reader.java:693)
    <html>
    <head>
    <title>Welcome</title>
    </head>
    <body>
    <h1>Welcome</h1>
    </body>
    </html>is my html.
    <?xml version=�1.0� encoding=�UTF-8� ?>
    <!DOCTYPE web-app PUBLIC
    �-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN�
    �http://java.sun.com/dtd/web-app_2_3.dtd� >
    <web-app>
    <display-name>Example Application</display-name>
    </web-app>is my xml...
    I use Weblogic 8.1
    i get the above mentioned exception, when i try to acees that html from browser using, http://localhost:7001/myapp/index.html, after starting the server.
    I have been sitiing with this issue for the past two days.. Anyone kindly help.
    Regards,
    Anees

    plz...anyone help plzzz...this is the detailed log
    ####<Feb 26, 2008 10:34:49 PM IST> <Notice> <Log Management> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-170019> <The server log file C:\bea\user_projects\domains\mydomain\myserver\myserver.log is opened. All server side log events will be written to this file.>
    ####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090149> <The server security configuration has been loaded from C:\bea\weblogic81\server\lib\SecurityDefaultConfig.xml>
    ####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090516> <The Authenticator provider has preexisting LDAP data.>
    ####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server myserver for security realm myrealm.>
    ####<Feb 26, 2008 10:34:51 PM IST> <Notice> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Feb 26, 2008 10:34:52 PM IST> <Notice> <WebLogicServer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "mydomain">
    ####<Feb 26, 2008 10:34:52 PM IST> <Info> <WebLogicServer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000214> <WebLogic Server "myserver" version:
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<Feb 26, 2008 10:34:52 PM IST> <Info> <WebLogicServer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000215> <Loaded License : C:\bea\license.bea>
    ####<Feb 26, 2008 10:34:52 PM IST> <Info> <RJVM> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000570> <Network Configuration for Channel "myserver"
    Listen Address          *
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Feb 26, 2008 10:34:52 PM IST> <Debug> <RJVM> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000571> <Network Configuration Detail for Channel "myserver"
    Channel Weight          50
    Accept Backlog          50
    Login Timeout          5000ms
    Max Message Size     10000000
    Message Timeout     60s
    Idle Timeout          65s
    Tunneling Timeout     40s
    Tunneling Ping          45s>
    ####<Feb 26, 2008 10:34:53 PM IST> <Info> <XML> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-130036> <Initializing XMLRegistry.>
    ####<Feb 26, 2008 10:34:53 PM IST> <Info> <JDBC> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC service.>
    ####<Feb 26, 2008 10:34:54 PM IST> <Info> <JDBC> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-001137> <Initialization complete.>
    ####<Feb 26, 2008 10:34:54 PM IST> <Info> <Connector> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-190000> <Initializing J2EE Connector Service>
    ####<Feb 26, 2008 10:34:54 PM IST> <Info> <Connector> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Feb 26, 2008 10:34:54 PM IST> <Info> <IIOP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
    ####<Feb 26, 2008 10:34:55 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default connection factories.>
    ####<Feb 26, 2008 10:34:55 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Feb 26, 2008 10:34:55 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP services.>
    ####<Feb 26, 2008 10:34:55 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server myserver.>
    ####<Feb 26, 2008 10:34:56 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101052> <[HTTP myserver] Initialized>
    ####<Feb 26, 2008 10:34:56 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101135> <myserver is the default Web server.>
    ####<Feb 26, 2008 10:34:57 PM IST> <Info> <J2EE> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-160037> <J2EE service initializing.>
    ####<Feb 26, 2008 10:34:57 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149207> <Initializing.>
    ####<Feb 26, 2008 10:35:00 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:08 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:09 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:09 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:10 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:10 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:10 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from unprepared to prepared on server myserver.>
    ####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=13065833,name=console,context-path=/console)] WebServiceServlet: init>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1653754,name=uddi,context-path=/uddi)] WebServiceServlet: init>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=2740750,name=uddiexplorer,context-path=/uddiexplorer)] WebServiceServlet: init>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=2985802,name=wl_management_internal1,context-path=/wl_management_internal1)] WebServiceServlet: init>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from prepared to active on server myserver.>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=3689383,name=wl_management_internal2,context-path=/wl_management_internal2)] WebServiceServlet: init>
    ####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149208> <Initialization Complete.>
    ####<Feb 26, 2008 10:35:13 PM IST> <Info> <JTA> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log with driver version "j1.0" and synchronous write policy "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.>
    ####<Feb 26, 2008 10:35:13 PM IST> <Info> <JDBC> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC service.>
    ####<Feb 26, 2008 10:35:13 PM IST> <Info> <JDBC> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
    ####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultXAConnectionFactory" is started.>
    ####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "QueueConnectionFactory" is started.>
    ####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "MessageDrivenBeanConnectionFactory" is started.>
    ####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultConnectionFactory" is started.>
    ####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "TopicConnectionFactory" is started.>
    ####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040306> <JMS service is active now.>
    ####<Feb 26, 2008 10:35:14 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web application container.>
    ####<Feb 26, 2008 10:35:14 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101238> <HTTP log rotation is size based for the Web server: myserver.>
    ####<Feb 26, 2008 10:35:14 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101051> <[HTTP myserver] started>
    ####<Feb 26, 2008 10:35:14 PM IST> <Info> <WebService> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Feb 26, 2008 10:35:14 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149209> <Resuming.>
    ####<Feb 26, 2008 10:35:14 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040321> <JMSServer "WSStoreForwardInternalJMSServermyserver" is resuming.>
    ####<Feb 26, 2008 10:35:15 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040113> <JMSServer "WSStoreForwardInternalJMSServermyserver", Opening file store "FileStore" in directory "C:\bea\user_projects\domains\mydomain\.\rmfilestore". Starting scan of 0 files totalling 0 bytes.>
    ####<Feb 26, 2008 10:35:15 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040114> <JMSServer "WSStoreForwardInternalJMSServermyserver", Finished scan of file store "FileStore" in directory "C:\bea\user_projects\domains\mydomain\.\rmfilestore". Found 0 records totalling 0 bytes.>
    ####<Feb 26, 2008 10:35:15 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040010> <JMSServer "WSStoreForwardInternalJMSServermyserver" configured no session pools.>
    ####<Feb 26, 2008 10:35:15 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040109> <JMSServer "WSStoreForwardInternalJMSServermyserver" is started.>
    ####<Feb 26, 2008 10:35:15 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server myserver.>
    ####<Feb 26, 2008 10:35:15 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149210> <Resumed.>
    ####<Feb 26, 2008 10:35:15 PM IST> <Info> <Management> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-141187> <Java system properties are defined as follows:
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JROCKI~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\server\lib\webservices.jar;.;
    java.class.version = 48.0
    java.endorsed.dirs = C:\bea\JROCKI~1\jre\lib\endorsed
    java.ext.dirs = C:\bea\JROCKI~1\jre\lib\ext
    java.home = C:\bea\JROCKI~1\jre
    java.io.tmpdir = C:\DOCUME~1\Anees\LOCALS~1\Temp\
    java.library.path = C:\bea\JROCKI~1\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\bea\WEBLOG~1\server\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\GTK\2.0\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\j2sdk1.4.2_14\bin;C:\Program Files\Java\j2re1.4.2_14\bin;C:\bea\WEBLOG~1\server\bin\oci920_8
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.net
    java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version = 1.4.2_05-b04
    java.security.policy = C:\bea\WEBLOG~1\server\lib\weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.4
    java.util.prefs.PreferencesFactory = java.util.prefs.WindowsPreferencesFactory
    java.vendor = BEA Systems, Inc.
    java.vendor.url = http://www.bea.com/
    java.vendor.url.bug = http://support.bea.com
    java.version = 1.4.2_05
    java.vm.info = Native Threads, GC strategy: parallel
    java.vm.name = BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = BEA Systems, Inc.
    java.vm.vendor.url = http://www.bea.com/
    java.vm.version = ari-38120-20041118-1131-win-ia32
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
    jmx.implementation.name = JMX RI
    jmx.implementation.vendor = Sun Microsystems
    jmx.implementation.version = 1.0
    jmx.specification.name = Java Management Extensions
    jmx.specification.vendor = Sun Microsystems
    jmx.specification.version = 1.0 Final Release
    jrockit.version = ari-38120-20041118-1131-win-ia32
    jrockit.vm = C:\bea\JROCKI~1\jre\bin\jrockit\jvm.dll
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.xml.sax.driver = weblogic.apache.xerces.parsers.SAXParser
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
    os.arch = x86
    os.name = Windows XP
    os.version = 5.1
    path.separator = ;
    sun.arch.data.model = 32
    sun.boot.class.path = C:\bea\JROCKI~1\jre\lib\rt.jar;C:\bea\JROCKI~1\jre\lib\i18n.jar;C:\bea\JROCKI~1\jre\lib\sunrsasign.jar;C:\bea\JROCKI~1\jre\lib\jsse.jar;C:\bea\JROCKI~1\jre\lib\jce.jar;C:\bea\JROCKI~1\jre\lib\charsets.jar;C:\bea\JROCKI~1\jre\classes;C:\bea\JROCKI~1\jre\lib\managementapi.jar
    sun.boot.library.path = C:\bea\JROCKI~1\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    sun.os.patch.level = Service Pack 1
    user.country = US
    user.dir = C:\bea\user_projects\domains\mydomain
    user.home = C:\Documents and Settings\Anees
    user.language = en
    user.name = Anees
    user.timezone = Asia/Calcutta
    vde.home = .\myserver\ldap
    weblogic.Name = myserver
    weblogic.mbeanLegalClause.ByPass = false
    >
    ####<Feb 26, 2008 10:35:16 PM IST> <Info> <Application Poller> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149400> <Activating application: appsdirmyapp_dir>
    ####<Feb 26, 2008 10:35:17 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149038> <A deployment task with ID 0 for application appsdirmyapp_dir is being initiated.>
    ####<Feb 26, 2008 10:35:17 PM IST> <Info> <Deployer> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <preparing application appsdirmyapp_dir on myserver>
    ####<Feb 26, 2008 10:35:17 PM IST> <Error> <HTTP> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-101062> <[HTTP] Error reading Web application "C:\bea\user_projects\domains\mydomain\applications\myapp".
    java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
         at weblogic.apache.xerces.impl.io.UTF8Reader.invalidByte(III)V(UTF8Reader.java:693)
         at weblogic.apache.xerces.impl.io.UTF8Reader.read([CII)I(UTF8Reader.java:566)
         at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.load(IZ)Z(XMLEntityManager.java:3307)
         at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.skipSpaces()Z(XMLEntityManager.java:2980)
         at weblogic.apache.xerces.impl.XMLScanner.scanPseudoAttribute(ZLweblogic.apache.xerces.xni.XMLString;)Ljava.lang.String;(XMLScanner.java:535)
         at weblogic.apache.xerces.impl.XMLScanner.scanXMLDeclOrTextDecl(Z[Ljava.lang.String;)V(XMLScanner.java:379)
         at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanXMLDeclOrTextDecl(Z)V(XMLDocumentFragmentScannerImpl.java:604)
         at weblogic.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher.dispatch(Z)Z(XMLDocumentScannerImpl.java:593)
         at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z(XMLDocumentFragmentScannerImpl.java:329)
         at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Z)Z(DTDConfiguration.java:525)
         at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(DTDConfiguration.java:581)
         at weblogic.apache.xerces.parsers.XMLParser.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(XMLParser.java:152)
         at weblogic.apache.xerces.parsers.DOMParser.parse(Lorg.xml.sax.InputSource;)V(DOMParser.java:257)
         at weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(Lorg.xml.sax.InputSource;)Lorg.w3c.dom.Document;(DocumentBuilderImpl.java:201)
         at weblogic.servlet.internal.dd.DescriptorLoader.parse(Lorg.xml.sax.InputSource;Ljava.lang.String;Ljava.lang.String;)Lorg.w3c.dom.Element;(DescriptorLoader.java:700)
         at weblogic.servlet.internal.dd.DescriptorLoader.initializeWebXml(Lorg.xml.sax.InputSource;Ljava.lang.String;Z)V(DescriptorLoader.java:716)
         at weblogic.servlet.internal.dd.DescriptorLoader.<init>(Lweblogic.utils.jars.VirtualJarFile;Ljava.io.File;Ljava.lang.String;Ljava.lang.String;)V(DescriptorLoader.java:418)
         at weblogic.servlet.internal.dd.DescriptorLoader.<init>(Lweblogic.utils.jars.VirtualJarFile;Ljava.lang.String;Ljava.lang.String;)V(DescriptorLoader.java:327)
         at weblogic.servlet.internal.WebAppModule.loadDescriptor()Lweblogic.management.descriptors.TopLevelDescriptorMBean;(WebAppModule.java:553)
         at weblogic.j2ee.J2EEApplicationContainer.loadDescriptors([Lweblogic.j2ee.J2EEApplicationContainer$Component;Ljava.lang.String;ZLjava.lang.String;)V(J2EEApplicationContainer.java:1398)
         at weblogic.j2ee.J2EEApplicationContainer.prepare([Lweblogic.j2ee.J2EEApplicationContainer$Component;[Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;)V(J2EEApplicationContainer.java:1223)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(Ljava.lang.String;[Lweblogic.management.configuration.ComponentMBean;[Ljava.lang.String;)V(J2EEApplicationContainer.java:1070)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer()V(SlaveDeployer.java:2513)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer()Z(SlaveDeployer.java:2463)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare()V(SlaveDeployer.java:2379)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Lweblogic.management.deploy.OamVersion;Lweblogic.management.runtime.DeploymentTaskRuntimeMBean;Z)V(SlaveDeployer.java:866)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(Lweblogic.management.deploy.OamDelta;Lweblogic.management.deploy.OamVersion;ZLjava.lang.StringBuffer;)Z(SlaveDeployer.java:594)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(Ljava.util.ArrayList;Z)V(SlaveDeployer.java:508)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(Lweblogic.kernel.ExecuteThread;)V(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    >
    ####<Feb 26, 2008 10:35:18 PM IST> <Info> <Deployer> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <failed application appsdirmyapp_dir on myserver>
    ####<Feb 26, 2008 10:35:18 PM IST> <Warning> <Deployer> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149004> <Failures were detected while initiating Deploy task for application appsdirmyapp_dir.>
    ####<Feb 26, 2008 10:35:18 PM IST> <Debug> <Deployer> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149078> <Stack trace for message 149004
    weblogic.management.ApplicationException:
    Exception:weblogic.management.ApplicationException: Prepare failed. Task Id = 0
         Module: myapp     Error: [HTTP:101062][HTTP] Error reading Web application "C:\bea\user_projects\domains\mydomain\applications\myapp".
    java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
         at weblogic.apache.xerces.impl.io.UTF8Reader.invalidByte(III)V(UTF8Reader.java:693)
         at weblogic.apache.xerces.impl.io.UTF8Reader.read([CII)I(UTF8Reader.java:566)
         at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.load(IZ)Z(XMLEntityManager.java:3307)
         at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.skipSpaces()Z(XMLEntityManager.java:2980)
         at weblogic.apache.xerces.impl.XMLScanner.scanPseudoAttribute(ZLweblogic.apache.xerces.xni.XMLString;)Ljava.lang.String;(XMLScanner.java:535)
         at weblogic.apache.xerces.impl.XMLScanner.scanXMLDeclOrTextDecl(Z[Ljava.lang.String;)V(XMLScanner.java:379)
         at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanXMLDeclOrTextDecl(Z)V(XMLDocumentFragmentScannerImpl.java:604)
         at weblogic.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher.dispatch(Z)Z(XMLDocumentScannerImpl.java:593)
         at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z(XMLDocumentFragmentScannerImpl.java:329)
         at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Z)Z(DTDConfiguration.java:525)
         at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(DTDConfiguration.java:581)
         at weblogic.apache.xerces.parsers.XMLParser.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(XMLParser.java:152)
         at weblogic.apache.xerces.parsers.DOMParser.parse(Lorg.xml.sax.InputSource;)V(DOMParser.java:257)
         at weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(Lorg.xml.sax.InputSource;)Lorg.w3c.dom.Document;(DocumentBuilderImpl.java:201)
         at weblogic.servlet.internal.dd.DescriptorLoader.parse(Lorg.xml.sax.InputSource;Ljava.lang.String;Ljava.lang.String;)Lorg.w3c.dom.Element;(DescriptorLoader.java:700)
         at weblogic.servlet.internal.dd.DescriptorLoader.initializeWebXml(Lorg.xml.sax.InputSource;Ljava.lang.String;Z)V(DescriptorLoader.java:716)
         at weblogic.servlet.internal.dd.DescriptorLoader.<init>(Lweblogic.utils.jars.VirtualJarFile;Ljava.io.File;Ljava.lang.String;Ljava.lang.String;)V(DescriptorLoader.java:418)
         at weblogic.servlet.internal.dd.DescriptorLoader.<init>(Lweblogic.utils.jars.VirtualJarFile;Ljava.lang.String;Ljava.lang.String;)V(DescriptorLoader.java:327)
         at weblogic.servlet.internal.WebAppModule.loadDescriptor()Lweblogic.management.descriptors.TopLevelDescriptorMBean;(WebAppModule.java:553)
         at weblogic.j2ee.J2EEApplicationContainer.loadDescriptors([Lweblogic.j2ee.J2EEApplicationContainer$Component;Ljava.lang.String;ZLjava.lang.String;)V(J2EEApplicationContainer.java:1398)
         at weblogic.j2ee.J2EEApplicationContainer.prepare([Lweblogic.j2ee.J2EEApplicationContainer$Component;[Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;)V(J2EEApplicationContainer.java:1223)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(Ljava.lang.String;[Lweblogic.management.configuration.ComponentMBean;[Ljava.lang.String;)V(J2EEApplicationContainer.java:1070)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer()V(SlaveDeployer.java:2513)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer()Z(SlaveDeployer.java:2463)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare()V(SlaveDeployer.java:2379)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Lweblogic.management.deploy.OamVersion;Lweblogic.management.runtime.DeploymentTaskRuntimeMBean;Z)V(SlaveDeployer.java:866)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(Lweblogic.management.deploy.OamDelta;Lweblogic.management.deploy.OamVersion;ZLjava.lang.StringBuffer;)Z(SlaveDeployer.java:594)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(Ljava.util.ArrayList;Z)V(SlaveDeployer.java:508)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(Lweblogic.kernel.ExecuteThread;)V(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    Invalid byte 1 of 1-byte UTF-8 sequence.
    java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
         at weblogic.apache.xerces.impl.io.UTF8Reader.invalidByte(III)V(UTF8Reader.java:693)
         at weblogic.apache.xerces.impl.io.UTF8Reader.read([CII)I(UTF8Reader.java:566)
         at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.load(IZ)Z(XMLEntityManager.java:3307)
         at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.skipSpaces()Z(XMLEntityManager.java:2980)
         at weblogic.apache.xerces.impl.XMLScanner.scanPseudoAttribute(ZLweblogic.apache.xerces.xni.XMLString;)Ljava.lang.String;(XMLScanner.java:535)
         at weblogic.apache.xerces.impl.XMLScanner.scanXMLDeclOrTextDecl(Z[Ljava.lang.String;)V(XMLScanner.java:379)
         at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanXMLDeclOrTextDecl(Z)V(XMLDocumentFragmentScannerImpl.java:604)
         at weblogic.apache.xerces.impl.XMLDocumentScan

  • PHOTOSHOP - a lot of actions

    Hello Mark,
    Does anyone else know this issue?
    I'm trying to put your script together so I don't have to use the photoshop batch.
    Now I get this fault. : Adobe Photoshop got CS wrongly: channel "Cyan" or current document
    cannot be granted to current channels or current document.
    Do you know how I also can say that the images must be resized to 300DPI?
    1- RGB to CMYK
    2- I just want to change the magenta and cyaan curves.
    3- adjusting to 300 DPI.
    4- save as JPG quality 12 ( same folder overwriting the existing image and then just cloose the image)
    ((We have always backups of the images.))
    The script stops after rgb->CMYK
    tell application "Finder"
    set inputFolder to folder (((desktop as string) & "Test Folder") as string) as alias
    set filesList to files in inputFolder
    end tell
    repeat with aFile in filesList
    set fileIndex to 0
    tell application "Finder"
    set thefile to aFile as alias
    set theFileName to name of thefile
    end tell
    tell application "Adobe Photoshop CS"
    activate
    set display dialogs to never
    open thefile
    tell the current document
    if (mode is not CMYK) then
    change mode to CMYK
    end if
    set current channels to channel "Cyan"
    adjust layers using curves with options ¬
    {class:curves, curve points:{{0, 6}, {50, 50}, {128, 128}, {238, 238}, {255, 241}}}
    -- To adjust each channel individualy set the current channel
    set current channels to channel "Magenta"
    adjust layers using curves with options ¬
    {class:curves, curve points:{{0, 6}, {50, 50}, {128, 128}, {238, 238}, {255, 238}}}
    end tell
    save the current document as JPEG with options ¬
    {class:JPEG save options, embed color profile:true, quality:12}
    end tell
    end repeat

    Colin, This should do what you want. You can change the input folder to be hard coded if you like, a simple change. Hope this helps.
    set inputFolder to choose folder with prompt "Where are your files?"
    tell application "Finder"
    set filesList to files in inputFolder
    end tell
    repeat with aFile in filesList
    set fileIndex to 0
    tell application "Finder"
    set theFile to aFile as alias
    set theFileName to name of theFile
    end tell
    tell application "Adobe Photoshop CS"
    activate
    set display dialogs to never
    set ruler units of settings to pixel units
    open theFile
    set docRef to the current document
    tell docRef
    if (mode of docRef is not CMYK) then
    change mode docRef to CMYK
    end if
    if (bits per channel of docRef is sixteen) then
    set bits per channel of docRef to eight
    end if
    set docHeight to height of docRef
    resize image height docHeight as pixels resolution 300
    set current channels to channel "Cyan"
    adjust layers using curves with options ¬
    {class:curves, curve points:{{0, 0}, {44, 54}, {128, 128}, {191, 208}, {255, 255}}}
    set current channels to channel "Magenta"
    adjust layers using curves with options ¬
    {class:curves, curve points:{{0, 0}, {64, 44}, {128, 128}, {189, 212}, {255, 255}}}
    set current channels to component channels
    set docName to name of docRef
    set docBaseName to getBaseName(docName) of me
    set newFileName to (inputFolder as string) & docBaseName
    save docRef in file newFileName as JPEG with options ¬
    {class:JPEG save options, embed color profile:true, quality:12} appending lowercase extension with copying
    end tell
    close current document without saving
    end tell
    end repeat
    on getBaseName(fName)
    set baseName to fName
    repeat with idx from 1 to (length of fName)
    if (item idx of fName = ".") then
    set baseName to (items 1 thru (idx - 1) of fName) as string
    exit repeat
    end if
    end repeat
    return baseName
    end getBaseName

  • Weblogic 7.0 startup time is very bad

    We just upgraded to weblogic 7.0, jdk1.3.1_03 and are on solaris 8. We find that
    the startup time is horribly slow and very pathetic. Talked to support, not much
    of help there except that they accepted the fact. Removed UDDI, webservices.jar.
    Any startup performance improvements from anyone out here? The startup time sucks
    a lot and the support wants us to wait till SP1 which would eat away a lot of
    developer time waiting for the server to start. Does anyone else have a problem
    regarding the same? In 5.1 the whole application used to start up like in 2 minutes,
    now we see that it takes about 8-10 minutes which is totally unacceptable.
    Any help would be appreciated as this is wasting a lot of our time out here. Is
    migrating to weblogic 7.0 worth it given its performance compared to 5.1?
    Shiva.

    I have one domain running. In development mode we have only one server.
    The development server without anything deployed in it alone takes more
    than 2 minutes to startup. Below is the complete dump of the server when
    there is nothing deployed in it.
    Time stamp here is 10:39:29.
    Starting WebLogic Server...
    <Sep 9, 2002 10:39:37 AM PDT> <Notice> <Management> <140005> <Loading
    configuration /home/shiva/gazoo23wl70/build/weblogic/config.xml>
    <Sep 9, 2002 10:39:53 AM PDT> <Info> <Logging> <000000> <FileLogger
    Opened at /home/shiva/gazoo23wl70/build/weblogic/tserver/tserver.log>
    <Sep 9, 2002 10:40:27 AM PDT> <Notice> <Security> <090082> <Security
    initializing using realm myrealm.>
    <Sep 9, 2002 10:40:29 AM PDT> <Notice> <WebLogicServer> <000327>
    <Starting WebLogic Admin Server "tserver" for domain "TalarisDomain">
    <Sep 9, 2002 10:40:29 AM PDT> <Info> <WebLogicServer> <000214> <WebLogic
    Server "tserver" version:
    WebLogic Server 7.0 Thu Jun 20 11:47:11 PDT 2002 190955
    WebLogic XMLX Module 7.0 Thu Jun 20 11:58:44 PDT 2002 190955
    (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    <Sep 9, 2002 10:40:29 AM PDT> <Info> <WebLogicServer> <000215> <Loaded
    License : /usr/local/weblogic_7001/license.bea>
    <Sep 9, 2002 10:40:29 AM PDT> <Info> <RJVM> <000520> <Network Configuration
    Cluster Participant: false
    Native Socket IO Enabled: true
    Reverse DNS Allowed: false
    Network Channel: Default
    Listen Address: earth
    Listen Port: 7003
    SSL Listen Port: 7004
    External DNS Name: not configured
    Cluster Address: not configured
    Protocol(s): T3,T3S,HTTP,HTTPS
    Tunneling Enabled: false
    Outgoing Enabled: true
    Admin Traffic Only: false
    Admin Traffic OK: true
    Channel Weight: 50
    Accept Backlog: 50
    Login Timeout: 5000 ms
    Login Timeout SSL: 25000 ms
    Message Timeout HTTP: 60000 ms
    Message Timeout T3: 60000 ms
    Max Message Size HTTP: 10000000
    Max Message Size T3: 10000000
    >
    <Sep 9, 2002 10:40:34 AM PDT> <Info> <IIOP> <002014> <IIOP subsystem
    enabled.>
    <Sep 9, 2002 10:40:39 AM PDT> <Info> <XML> <130036> <Initializing
    XMLRegistry.>
    <Sep 9, 2002 10:40:43 AM PDT> <Info> <JDBC> <001007> <INITIALIZING DONE
    issued.>
    <Sep 9, 2002 10:40:43 AM PDT> <Info> <Connector> <190000> <Initializing
    J2EE Connector Service>
    <Sep 9, 2002 10:40:45 AM PDT> <Info> <Connector> <190001> <J2EE
    Connector Service initialized successfully>
    <Sep 9, 2002 10:40:48 AM PDT> <Info> <JMS> <040090> <Deployed 4 default
    connection factories.>
    <Sep 9, 2002 10:40:48 AM PDT> <Info> <JMS> <040305> <JMS service is
    initialized and in the standby mode.>
    <Sep 9, 2002 10:40:48 AM PDT> <Info> <HTTP> <101128> <Initializing HTTP
    services.>
    <Sep 9, 2002 10:40:48 AM PDT> <Info> <HTTP> <101133> <Initializing WEB
    server tserver>
    <Sep 9, 2002 10:40:49 AM PDT> <Info> <HTTP> <101052> <[HTTP tserver]
    Initialized>
    <Sep 9, 2002 10:40:49 AM PDT> <Info> <HTTP> <101135> <tserver is the
    default web server>
    <Sep 9, 2002 10:40:49 AM PDT> <Info> <J2EE> <000000> <J2EE service
    initializing>
    <Sep 9, 2002 10:40:49 AM PDT> <Info> <DRS> <002500> <A master for
    DataIdentifier: DataIdentifierID: 1 registered with DRS with version: 0>
    <Sep 9, 2002 10:40:50 AM PDT> <Info> <Deployer> <149207> <The Deployment
    Slave is initializing>
    <Sep 9, 2002 10:40:55 AM PDT> <Info> <HTTP> <101201> <console:console
    loading descriptor>
    <Sep 9, 2002 10:40:55 AM PDT> <Info> <HTTP> <101059> <[HTTP] Loading
    console from WAR file:
    /home/shiva/gazoo23wl70/build/weblogic/tserver/.internal/console.war>
    <Sep 9, 2002 10:41:04 AM PDT> <Info> <HTTP> <101202> <console:console
    preparing>
    <Sep 9, 2002 10:41:09 AM PDT> <Info> <HTTP> <101201>
    <wl_management_internal1:wl_management_internal1 loading descriptor>
    <Sep 9, 2002 10:41:09 AM PDT> <Info> <HTTP> <101059> <[HTTP] Loading
    wl_management_internal1 from WAR file:
    /home/shiva/gazoo23wl70/build/weblogic/tserver/.internal/wl_management_internal1.war>
    <Sep 9, 2002 10:41:09 AM PDT> <Info> <HTTP> <101202>
    <wl_management_internal1:wl_management_internal1 preparing>
    <Sep 9, 2002 10:41:10 AM PDT> <Info> <HTTP> <101201>
    <wl_management_internal2:wl_management_internal2 loading descriptor>
    <Sep 9, 2002 10:41:10 AM PDT> <Info> <HTTP> <101059> <[HTTP] Loading
    wl_management_internal2 from WAR file:
    /home/shiva/gazoo23wl70/build/weblogic/tserver/.internal/wl_management_internal2.war>
    <Sep 9, 2002 10:41:10 AM PDT> <Info> <HTTP> <101202>
    <wl_management_internal2:wl_management_internal2 preparing>
    <Sep 9, 2002 10:41:10 AM PDT> <Info> <DRS> <002504> <Slave for
    DataIdentifier DataIdentifierID: 1 registered with DRS with version 0>
    <Sep 9, 2002 10:41:12 AM PDT> <Info> <Deployer> <149215> <The Slave
    Deployer did not receive an initial update after 2,000 milliseconds.>
    <Sep 9, 2002 10:41:13 AM PDT> <Info> <HTTP> <101206> <console:console
    activating>
    <Sep 9, 2002 10:41:14 AM PDT> <Info> <HTTP> <101209> <console:console
    ready>
    <Sep 9, 2002 10:41:14 AM PDT> <Info> <HTTP> <101208> <console:console
    starting>
    <Sep 9, 2002 10:41:14 AM PDT> <Info> <HTTP> <101206>
    <wl_management_internal1:wl_management_internal1 activating>
    <Sep 9, 2002 10:41:14 AM PDT> <Info> <HTTP> <101209>
    <wl_management_internal1:wl_management_internal1 ready>
    <Sep 9, 2002 10:41:14 AM PDT> <Info> <HTTP> <101208>
    <wl_management_internal1:wl_management_internal1 starting>
    <Sep 9, 2002 10:41:14 AM PDT> <Info> <HTTP> <101206>
    <wl_management_internal2:wl_management_internal2 activating>
    <Sep 9, 2002 10:41:14 AM PDT> <Info> <HTTP> <101209>
    <wl_management_internal2:wl_management_internal2 ready>
    <Sep 9, 2002 10:41:14 AM PDT> <Info> <HTTP> <101208>
    <wl_management_internal2:wl_management_internal2 starting>
    <Sep 9, 2002 10:41:14 AM PDT> <Info> <Deployer> <149208> <The Deployment
    Slave is initialized>
    <Sep 9, 2002 10:41:17 AM PDT> <Info> <JDBC> <001007> <RESUMING ... issued.>
    <Sep 9, 2002 10:41:17 AM PDT> <Info> <JDBC> <001007> <RESUMING DONE
    issued.>
    <Sep 9, 2002 10:41:18 AM PDT> <Info> <JMS> <040108> <User connection
    factory "MessageDrivenBeanConnectionFactory" is started.>
    <Sep 9, 2002 10:41:18 AM PDT> <Info> <JMS> <040108> <User connection
    factory "QueueConnectionFactory" is started.>
    <Sep 9, 2002 10:41:18 AM PDT> <Info> <JMS> <040108> <User connection
    factory "TopicConnectionFactory" is started.>
    <Sep 9, 2002 10:41:18 AM PDT> <Info> <JMS> <040108> <User connection
    factory "DefaultConnectionFactory" is started.>
    <Sep 9, 2002 10:41:18 AM PDT> <Info> <JMS> <040306> <JMS service is
    active now.>
    <Sep 9, 2002 10:41:18 AM PDT> <Info> <HTTP> <101129> <Initializing Web
    services.>
    <Sep 9, 2002 10:41:18 AM PDT> <Info> <HTTP> <101237> <Http logging has
    been disabled for the webserver: tserver>
    <Sep 9, 2002 10:41:18 AM PDT> <Info> <HTTP> <101051> <[HTTP tserver]
    started>
    <Sep 9, 2002 10:41:18 AM PDT> <Info> <Deployer> <149209> <The Deployment
    Slave is resuming>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <J2EE> <160003> <Deployed : talaris>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <HTTP> <101133> <Initializing WEB
    server tserver>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Deployer> <149210> <The Deployment
    Slave is resumed>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vendor = Sun Microsystems Inc.>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.version = non_specified>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: os.name = SunOS>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: sun.boot.class.path =
    /apps/jdk1.3.1.03_wl7/jre/lib/rt.jar:/apps/jdk1.3.1.03_wl7/jre/lib/i18n.jar:/apps/jdk1.3.1.03_wl7/jre/lib/sunrsasign.jar:/apps/jdk1.3.1.03_wl7/jre/classes>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vm.specification.vendor = Sun Microsystems Inc.>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.runtime.version = 1.3.1_03-b03>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: weblogic.Name = tserver>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: jmx.implementation.vendor = Sun Microsystems>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: user.name = shiva>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: weblogic.RootDirectory = /home/shiva/gazoo23wl70/build/weblogic>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: bea.home = /usr/local/weblogic_7001>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: javax.xml.parsers.SAXParserFactory =
    weblogic.xml.jaxp.RegistrySAXParserFactory>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.naming.factory.initial =
    weblogic.jndi.WLInitialContextFactory>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: jmx.implementation.name = JMX RI>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: user.language = en>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: sun.boot.library.path = /apps/jdk1.3.1.03_wl7/jre/lib/sparc>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: jmx.specification.name = Java Management Extensions>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.version = 1.3.1_03>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: user.timezone = America/Los_Angeles>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: jmx.specification.version = 1.0 Final Release>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: vde.home = /home/shiva/gazoo23wl70/build/weblogic/tserver/ldap>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: jmx.implementation.version = 1.0>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: sun.cpu.isalist = sparcv9+vis sparcv9 sparcv8plus+vis
    sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: file.encoding.pkg = sun.io>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: weblogic.mbeanLegalClause.ByPass = false>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: file.separator = />
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.specification.name = Java Platform API Specification>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: weblogic.security.SSL.trustedCAKeyStore =
    /usr/local/weblogic_7001/weblogic700/server/lib/cacerts>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.class.version = 47.0>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.server.url = t3://earth:7003>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.home = /apps/jdk1.3.1.03_wl7/jre>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: javax.xml.parsers.DocumentBuilderFactory =
    weblogic.xml.jaxp.RegistryDocumentBuilderFactory>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vm.info = interpreted mode>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: os.version = 5.8>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.awt.fonts = >
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: path.separator = :>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vm.version = 1.3.1_03-b03>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.core.eventRsvpUrl = https://demo.mygazoo.com:8003>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.protocol.handler.pkgs =
    weblogic.utils|weblogic.utils|weblogic.net|weblogic.management>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: jmx.specification.vendor = Sun Microsystems>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.core.rsvpUrl = home.talaris.com>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.awt.printerjob = sun.awt.motif.PSPrinterJob>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.security.policy =
    /home/shiva/gazoo23wl70/build/weblogic/weblogic.policy>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: sun.io.unicode.encoding = UnicodeBig>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.naming.factory.url.pkgs = weblogic.jndi.factories>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: user.home = /home/shiva>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.specification.vendor = Sun Microsystems Inc.>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: org.xml.sax.driver = weblogic.apache.xerces.parsers.SAXParser>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.library.path =
    /usr/local/jdk1.3.1.03_wl7/bin/../jre/lib/sparc/client:/usr/local/jdk1.3.1.03_wl7/bin/../jre/lib/sparc::/usr/local/jdk1.3.1.03_wl7/bin/../jre/../lib/sparc:/usr/local/oracle/product/8.1.6/lib:/usr/local/lib:/usr/local/weblogic_7001/weblogic700/server/lib/solaris:/usr/local/weblogic_7001/weblogic700/server/lib/solaris/oci817_8:/usr/local/weblogic_7001/weblogic700/server/lib/solaris/libmuxer.so:/usr/lib>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vendor.url = http://java.sun.com/>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.inWebLogicContainer = true>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vm.vendor = Sun Microsystems Inc.>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.security.dbkey.password = notagora>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.runtime.name = Java(TM) 2 Runtime Environment, Standard
    Edition>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.class.path =
    /home/shiva/gazoo23wl70/build/rel/3p-jars/orsus/Java/rhino.jar:/usr/local/jdk1.3.1.03_wl7/lib/tools.jar:/usr/local/weblogic_7001/weblogic700/server:/usr/local/weblogic_7001/weblogic700/server/lib/weblogic.jar:/home/shiva/gazoo23wl70/build/rel/patch:/home/shiva/gazoo23wl70/build/rel/3p-jars/orsus/Java/jGcore.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/orsus/Java/ice.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/struts.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/FedExAPI.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/log4j.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/mail.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/imap.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/activation.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/xercesImpl.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/xerces_struts.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/HTTPClient.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/ldapjdk.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/genesys.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/crysec.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/AdvCommon.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/Advisor.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/AdvisorSvr.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/xalan.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/castor-0.9.3.21.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/xmlparserv2.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/xschema.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/junit.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/jakarta-regexp-1.2.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/concurrent.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/classes12.zip:/home/shiva/gazoo23wl70/build/rel/3p-jars/oraclexsql.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/xsqlserializers.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/xsu12.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/bsf.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/poolman.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/jdbc2_0-stdext.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/sunjce_provider.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/jsse.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/xml4j.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/tyrex-0.9.7.0.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/saxon.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/saxon-fop.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/saxon-jdom.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/commons-collections.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/license:/home/shiva/gazoo23wl70/build/rel/orsus:/home/shiva/gazoo23wl70/build/rel/classes:/home/shiva/gazoo23wl70/build/rel/3p-jars/mail.jar:/home/shiva/gazoo23wl70/build/rel/3p-jars/activation.jar:/usr/local/weblogic_7001/weblogic700/classes/boot:/home/shiva/gazoo23wl70/build/rel/3p-jars/AdvStrings.jar:/home/shiva/gazoo23wl70/build/rel/xml/config>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.core.eventRsvpPath = /rsvp>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vm.specification.name = Java Virtual Machine Specification>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: javax.rmi.CORBA.PortableRemoteObjectClass =
    weblogic.iiop.PortableRemoteObjectDelegateImpl>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vm.specification.version = 1.0>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.propsDir =
    /home/shiva/gazoo23wl70/build/rel/properties>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: sun.cpu.endian = big>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.io.tmpdir = /var/tmp/>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: os.arch = sparc>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.ext.dirs = /apps/jdk1.3.1.03_wl7/jre/lib/ext>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: user.dir = /home/shiva/gazoo23wl70/build/weblogic>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.relDir = /home/shiva/gazoo23wl70/build/rel>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: line.separator =
    >
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.vm.name = Java HotSpot(TM) Client VM>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: javax.xml.soap.MessageFactory =
    weblogic.webservice.core.soap.MessageFactoryImpl>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: com.gazoo.remoteLogger.inLogger = true>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: file.encoding = 646>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: javax.xml.rpc.ServiceFactory =
    weblogic.webservice.core.rpc.ServiceFactoryImpl>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: weblogic.ProductionModeEnabled = false>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: java.specification.version = 1.3>
    <Sep 9, 2002 10:41:29 AM PDT> <Info> <Management> <141034> <Java system
    property: javax.xml.transform.TransformerFactory =
    weblogic.xml.jaxp.RegistrySAXTransformerFactory>
    <Sep 9, 2002 10:41:30 AM PDT> <Notice> <Management> <141052>
    <Application Poller started for development server.>
    <Sep 9, 2002 10:41:30 AM PDT> <Info> <HTTP> <101047>
    <[ServletContext(id=7072062,name=talaris,context-path=)]
    WebServiceServlet: init>
    <Sep 9, 2002 10:41:31 AM PDT> <Info> <HTTP> <101047>
    <[ServletContext(id=612410,name=console,context-path=/console)]
    WebServiceServlet: init>
    <Sep 9, 2002 10:41:31 AM PDT> <Info> <HTTP> <101047>
    <[ServletContext(id=3252737,name=wl_management_internal2,context-path=/wl_management_internal2)]
    WebServiceServlet: init>
    <Sep 9, 2002 10:41:31 AM PDT> <Info> <HTTP> <101047>
    <[ServletContext(id=6855661,name=wl_management_internal1,context-path=/wl_management_internal1)]
    WebServiceServlet: init>
    <Sep 9, 2002 10:41:36 AM PDT> <Info> <WebLogicServer> <000325> <License
    allows low strength (export) SSL.>
    <Sep 9, 2002 10:41:36 AM PDT> <Warning> <Security> <090088> <SSL did not
    find the private key alias on server tserver for realm myrealm even
    though this server is configured as a 7.0 server. This data was required
    by SSL to load the server private key.>
    <Sep 9, 2002 10:41:36 AM PDT> <Info> <Security> <090080> <The Server
    Private Key for server tserver was found in SSL.ServerKeyFileName.>
    <Sep 9, 2002 10:41:36 AM PDT> <Notice> <Security> <090092> <SSL will
    load trusted CAs from the JDK cacerts KeyStore:
    /apps/jdk1.3.1.03_wl7/jre/lib/security/cacerts for realm myrealm on
    server tserver.>
    <Sep 9, 2002 10:41:36 AM PDT> <Info> <Security> <090113> <Using 10
    client root CAs from KeyStore.>
    <Sep 9, 2002 10:41:36 AM PDT> <Info> <WebLogicServer> <000307>
    <Exportable key maximum lifespan set to 500 uses.>
    <Sep 9, 2002 10:41:37 AM PDT> <Info> <WebLogicServer> <000300>
    <Certificate contents: 1 certificate(s):
    fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Tue May
    30 14:38:01 PDT 2000, not after = Thu May 13 14:38:01 PDT 2004, holder =
    C=US SP=California L=San Francisco O=BEA WebLogic CN=weblogic.bea.com
    [email protected] , issuer = C=US SP=California L=San Francisco
    O=BEA WebLogic OU=Security CN=Demo Certificate Authority
    [email protected] , key = modulus length=65 exponent length=3
    >
    <Sep 9, 2002 10:41:37 AM PDT> <Info> <WebLogicServer> <000310> <Using
    low strength (exportable) SSL.>
    <Sep 9, 2002 10:41:37 AM PDT> <Info> <socket> <000415> <System has file
    descriptor limits of - soft: 1,024, hard: 1,024>
    <Sep 9, 2002 10:41:37 AM PDT> <Info> <socket> <000416> <Using effective
    file descriptor limit of: 1,024 open sockets/files.>
    <Sep 9, 2002 10:41:37 AM PDT> <Info> <socket> <000418> <Allocating: 3
    POSIX reader threads>
    <Sep 9, 2002 10:41:38 AM PDT> <Notice> <WebLogicServer> <141030>
    <Starting discovery of Managed Server... This feature is on by default,
    you may turn this off by passing -Dweblogic.management.discover=false>
    <Sep 9, 2002 10:41:38 AM PDT> <Notice> <WebLogicServer> <000355> <Thread
    "SSLListenThread.Default" listening on port 7004, ip address 10.5.11.153>
    <Sep 9, 2002 10:41:38 AM PDT> <Notice> <WebLogicServer> <000355> <Thread
    "SSLListenThread.Default" listening on port 7004, ip address 10.5.11.153>
    <Sep 9, 2002 10:41:38 AM PDT> <Info> <Management> <141031> <Attempting
    Managed Server discovery, for server tserver running at 10.5.11.153:7003>
    <Sep 9, 2002 10:41:38 AM PDT> <Notice> <WebLogicServer> <000331>
    <Started WebLogic Admin Server "tserver" for domain "TalarisDomain"
    running in Development Mode>
    <Sep 9, 2002 10:41:38 AM PDT> <Notice> <WebLogicServer> <000365> <Server
    state changed to RUNNING>
    <Sep 9, 2002 10:41:38 AM PDT> <Notice> <WebLogicServer> <000360> <Server
    started in RUNNING mode>
    K Wilson wrote:
    I'm using WebLogic 7.0 in development mode. Startup time averages 15 - 25 minutes.
    I have 4 domains running with 512 MB Ram on Solaris 8. How many domains are
    you running??
    "Shiva Paranandi" <[email protected]> wrote:
    We just upgraded to weblogic 7.0, jdk1.3.1_03 and are on solaris 8. We
    find that
    the startup time is horribly slow and very pathetic. Talked to support,
    not much
    of help there except that they accepted the fact. Removed UDDI, webservices.jar.
    Any startup performance improvements from anyone out here? The startup
    time sucks
    a lot and the support wants us to wait till SP1 which would eat away
    a lot of
    developer time waiting for the server to start. Does anyone else have
    a problem
    regarding the same? In 5.1 the whole application used to start up like
    in 2 minutes,
    now we see that it takes about 8-10 minutes which is totally unacceptable.
    Any help would be appreciated as this is wasting a lot of our time out
    here. Is
    migrating to weblogic 7.0 worth it given its performance compared to
    5.1?
    Shiva.

  • Essbase and Planning Down.

    Hello All,
    I have a problem every day in development environment. My Essbase, Shared services, Planning services go down. I really dont understand the problem.
    These are the logs:
    Essbase Log:
    [Thu Dec 01 23:27:19 2011]Local/ESSBASE0///Error(1051429)
    Essbase Product Existence Check Fails against the Shared Services Server with Error [Unable to connect to Shared Services, make sure the Shared Services server is running and try again.]
    Shared Services Sys out Log:
    <Dec 2, 2011 12:20:21 AM MST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    D:\bea\weblogic92\platform\lib\p13n\p13n-schemas.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_common.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_system.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_common.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_schemas.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_system.jar;D:\bea\weblogic92\platform\lib\wlp\wsrp-common.jar>
    <Dec 2, 2011 12:20:29 AM MST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-windows-ia32 from BEA Systems, Inc.>
    <Dec 2, 2011 12:21:12 AM MST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP3 Mon Mar 10 08:28:41 EDT 2008 1096261 >
    <Dec 2, 2011 12:21:27 AM MST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://localhost:7001.>
    <Dec 2, 2011 12:21:27 AM MST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Dec 2, 2011 12:21:30 AM MST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : D:\bea\license.bea>
    <Dec 2, 2011 12:21:31 AM MST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 2, 2011 12:21:31 AM MST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Dec 2, 2011 12:21:34 AM MST> <Notice> <Log Management> <BEA-170019> <The server log file D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\logs\SharedServices9.log is opened. All server side log events will be written to this file.>
    <Dec 2, 2011 12:22:04 AM MST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Dec 2, 2011 12:22:24 AM MST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Dec 2, 2011 12:22:24 AM MST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    log dir isD:\Hyperion\logs\SharedServices9
    urlManifest zip:D:/Hyperion/deployments/temp/servers/SharedServices9/tmp/_WL_user/interop/tthmcu/war/WEB-INF/lib/interop-mmc.jar!/META-INF/MANIFEST.MF
    Shared Services Version: 11.1.1.3.24
    Shared Services Drop Number: 6
    Attempting to verify the database configuration
    Attempting to verify the database configuration
    Database configuration test passed.
    02 Dec 2011 00:26:54 - org.apache.slide.common.Domain - INFO - Auto-Initializing Domain
    02 Dec 2011 00:26:54 - org.apache.slide.common.Domain - INFO - Configuration found in classpath
    02 Dec 2011 00:26:54 - org.apache.slide.common.Domain - INFO - Domain configuration : {org.apache.slide.lock=true, org.apache.slide.versioncontrol=true, org.apache.slide.debug=false, org.apache.slide.search=true, org.apache.slide.security=true, org.apache.slide.urlEncoding=UTF-8, org.apache.slide.domain=D:/Hyperion/deployments/WebLogic9/SharedServices9/config/Domain.xml}
    configURL: file:///D:/Hyperion/deployments/WebLogic9/SharedServices9/config/CSS.xml
    Done initialize: com.hyperion.css.CSSAPIImpl@2a4bbf
    connection pool registered:dbcpPool-org.apache.commons.pool.impl.GenericObjectPool@c1c790
    connection pool registered:dbcpPool-org.apache.commons.pool.impl.GenericObjectPool@e359c0
    CMSOfflineServlet Initialized
    Adding audit listener
    Shared Services Initialized Successfully
    <Dec 2, 2011 12:27:27 AM MST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <Dec 2, 2011 12:27:27 AM MST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Dec 2, 2011 12:27:27 AM MST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Dec 2, 2011 12:27:27 AM MST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:28080 for protocols iiop, t3, ldap, http.>
    <Dec 2, 2011 12:27:27 AM MST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.200.1.219:28080 for protocols iiop, t3, ldap, http.>
    <Dec 2, 2011 12:27:27 AM MST> <Notice> <WebLogicServer> <BEA-000358> <Started WebLogic Independent Managed Server "SharedServices9" for domain "WebLogic9" running in Production Mode>
    <Dec 2, 2011 12:27:27 AM MST> <Warning> <Server> <BEA-002611> <Hostname "mww2k3plan01.mww.lan", maps to multiple IP addresses: 10.200.1.219, 127.0.0.1>
    <Dec 2, 2011 12:27:27 AM MST> <Warning> <Server> <BEA-002611> <Hostname "127.0.0.1", maps to multiple IP addresses: 10.200.1.219, 127.0.0.1>
    <Dec 2, 2011 12:27:27 AM MST> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at <JMXServiceURL:null>.>
    <Dec 2, 2011 12:27:27 AM MST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 2, 2011 12:27:27 AM MST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Dec 2, 2011 12:27:36 AM MST> <Error> <HTTP> <BEA-101215> <Malformed Request "null". Request parsing failed, Code: -1>
    Shared Services Weblogic Log:
    ####<Dec 2, 2011 12:20:21 AM MST> <Notice> <WebLogicServer> <> <> <Main Thread> <> <> <> <1322810421197> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    D:\bea\weblogic92\platform\lib\p13n\p13n-schemas.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_common.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_system.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_common.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_schemas.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_system.jar;D:\bea\weblogic92\platform\lib\wlp\wsrp-common.jar>
    ####<Dec 2, 2011 12:20:29 AM MST> <Info> <WebLogicServer> <> <> <Main Thread> <> <> <> <1322810429291> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-windows-ia32 from BEA Systems, Inc.>
    ####<Dec 2, 2011 12:21:12 AM MST> <Info> <Management> <> <> <Main Thread> <> <> <> <1322810472949> <BEA-141107> <Version: WebLogic Server 9.2 MP3 Mon Mar 10 08:28:41 EDT 2008 1096261 >
    ####<Dec 2, 2011 12:21:27 AM MST> <Emergency> <Management> <> <> <Main Thread> <> <> <> <1322810487200> <BEA-141151> <The admin server could not be reached at http://localhost:7001.>
    ####<Dec 2, 2011 12:21:27 AM MST> <Info> <Configuration Management> <> <> <Main Thread> <> <> <> <1322810487731> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    ####<Dec 2, 2011 12:21:30 AM MST> <Info> <WebLogicServer> <> <> <Main Thread> <> <> <> <1322810490950> <BEA-000215> <Loaded License : D:\bea\license.bea>
    ####<Dec 2, 2011 12:21:31 AM MST> <Notice> <WebLogicServer> <> <> <Main Thread> <> <> <> <1322810491075> <BEA-000365> <Server state changed to STARTING>
    ####<Dec 2, 2011 12:21:31 AM MST> <Info> <WorkManager> <> <> <Main Thread> <> <> <> <1322810491122> <BEA-002900> <Initializing self-tuning thread pool>
    ####<Dec 2, 2011 12:21:33 AM MST> <Info> <WebLogicServer> <> <> <Main Thread> <> <> <> <1322810493388> <BEA-000214> <WebLogic Server "SharedServices9" version:
    WebLogic Server 9.2 MP3 Mon Mar 10 08:28:41 EDT 2008 1096261 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<Dec 2, 2011 12:21:34 AM MST> <Info> <Log Management> <> <> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1322810494778> <BEA-170017> <The log file D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\logs\SharedServices9.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    ####<Dec 2, 2011 12:21:34 AM MST> <Info> <Log Management> <> <> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1322810494825> <BEA-170018> <The log file has been rotated to D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\logs\SharedServices9.log00717. Log messages will continue to be logged in D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\logs\SharedServices9.log.>
    ####<Dec 2, 2011 12:21:35 AM MST> <Info> <Diagnostics> <mww2k3plan01> <SharedServices9> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810495981> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Dec 2, 2011 12:21:39 AM MST> <Info> <Store> <mww2k3plan01> <SharedServices9> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810499794> <BEA-280050> <Persistent store "WLS_DIAGNOSTICS" opened: directory="D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\data\store\diagnostics" writePolicy="Disabled" blockSize=512 directIO=false driver="wlfileio2">
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503435> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503482> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503482> <BEA-002622> <The protocol "http" is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503482> <BEA-002622> <The protocol "https" is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503482> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503482> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503482> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503482> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503497> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503497> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Dec 2, 2011 12:21:43 AM MST> <Info> <RJVM> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810503622> <BEA-000570> <Network Configuration for Channel "SharedServices9"
    Listen Address          *
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Dec 2, 2011 12:21:44 AM MST> <Debug> <RJVM> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810504529> <BEA-000571> <Network Configuration Detail for Channel "SharedServices9"
    Channel Weight          50
    Accept Backlog          50
    Login Timeout          5000ms
    Max Message Size     10000000
    Message Timeout     60s
    Idle Timeout          65s
    Tunneling Timeout     40s
    Tunneling Ping          45s>
    ####<Dec 2, 2011 12:21:45 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810505154> <BEA-002609> <Channel Service initialized.>
    ####<Dec 2, 2011 12:21:47 AM MST> <Info> <Socket> <mww2k3plan01> <SharedServices9> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810507294> <BEA-000406> <NTSocketMuxer was built on Jan 13 2005 17:47:03
    >
    ####<Dec 2, 2011 12:21:47 AM MST> <Info> <Socket> <mww2k3plan01> <SharedServices9> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810507560> <BEA-000436> <Allocating 2 reader threads.>
    ####<Dec 2, 2011 12:21:47 AM MST> <Info> <Socket> <mww2k3plan01> <SharedServices9> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810507560> <BEA-000446> <Native IO Enabled.>
    ####<Dec 2, 2011 12:21:49 AM MST> <Info> <IIOP> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810509529> <BEA-002014> <IIOP subsystem enabled.>
    ####<Dec 2, 2011 12:22:04 AM MST> <Info> <Security> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810524576> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server SharedServices9 for security realm myrealm.>
    ####<Dec 2, 2011 12:22:04 AM MST> <Notice> <Security> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810524576> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Dec 2, 2011 12:22:08 AM MST> <Info> <Server> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810528233> <BEA-002622> <The protocol "[t3s, https, http, iiop, t3, ldap, ldaps, iiops, admin]" is now configured.>
    ####<Dec 2, 2011 12:22:08 AM MST> <Info> <XML> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810528451> <BEA-130036> <Initializing XMLRegistry.>
    ####<Dec 2, 2011 12:22:08 AM MST> <Info> <messaging.interception> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810528545> <BEA-400000> <Initializing message interception service>
    ####<Dec 2, 2011 12:22:10 AM MST> <Info> <Store> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810530623> <BEA-280050> <Persistent store "_WLS_SharedServices9" opened: directory="D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\data\store\default" writePolicy="Direct-Write" blockSize=512 directIO=true driver="wlfileio2">
    ####<Dec 2, 2011 12:22:12 AM MST> <Info> <JDBC> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810532623> <BEA-001135> <Initializing the JDBC service.>
    ####<Dec 2, 2011 12:22:12 AM MST> <Info> <JDBC> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810532764> <BEA-001137> <Initialization complete.>
    ####<Dec 2, 2011 12:22:12 AM MST> <Info> <JDBC> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810532780> <BEA-001138> <Resuming the JDBC service.>
    ####<Dec 2, 2011 12:22:12 AM MST> <Info> <JDBC> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810532780> <BEA-001140> <Resume complete.>
    ####<Dec 2, 2011 12:22:12 AM MST> <Info> <Connector> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810532889> <BEA-190000> <Initializing J2EE Connector Service>
    ####<Dec 2, 2011 12:22:13 AM MST> <Info> <Connector> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810533014> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Dec 2, 2011 12:22:13 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810533873> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534139> <BEA-040090> <Deployed 8 default connection factories.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534577> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534577> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534577> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534577> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534577> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534577> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534577> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534577> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <JMS> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534577> <BEA-040306> <JMS service is active now.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <SAFService> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534655> <BEA-281003> <SAF Service has been initialized.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <SAFService> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534702> <BEA-281002> <SAF Service has been started.>
    ####<Dec 2, 2011 12:22:14 AM MST> <Info> <HTTP> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810534889> <BEA-101128> <Initializing HTTP services.>
    ####<Dec 2, 2011 12:22:15 AM MST> <Info> <HTTP> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810535014> <BEA-101135> <SharedServices9 is the default Web server.>
    ####<Dec 2, 2011 12:22:15 AM MST> <Info> <HTTP> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810535030> <BEA-101052> <[HttpServer (defaultWebserver) name: SharedServices9] Initialized>
    ####<Dec 2, 2011 12:22:15 AM MST> <Info> <HTTP> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810535030> <BEA-101129> <Initializing the Web application container.>
    ####<Dec 2, 2011 12:22:15 AM MST> <Info> <Log Management> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810535077> <BEA-170017> <The log file D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\logs\access.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    ####<Dec 2, 2011 12:22:15 AM MST> <Info> <Log Management> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810535077> <BEA-170018> <The log file has been rotated to D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\logs\access.log00761. Log messages will continue to be logged in D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\logs\access.log.>
    ####<Dec 2, 2011 12:22:15 AM MST> <Info> <WebService> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810535374> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<Dec 2, 2011 12:22:15 AM MST> <Info> <WebService> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810535374> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Dec 2, 2011 12:22:15 AM MST> <Info> <JMX> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810535780> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://10.200.1.219:28080/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Dec 2, 2011 12:22:24 AM MST> <Info> <Management> <mww2k3plan01> <SharedServices9> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1322810544905> <BEA-141187> <Java system properties are defined as follows:
    Planning sys out Log:
    <Dec 2, 2011 12:25:52 AM MST> <Critical> <WorkManager> <BEA-002911> <WorkManager weblogic.kernel.System failed to schedule a request due to java.lang.Error: Error starting thread: The paging file is too small for this operation to complete.
    java.lang.Error: Error starting thread: The paging file is too small for this operation to complete.
         at java.lang.Thread.start0(Native Method)
         at java.lang.Thread.start(Thread.java:574)
         at weblogic.work.RequestManager.createThreadAndExecute(RequestManager.java:271)
         at weblogic.work.RequestManager.executeIt(RequestManager.java:245)
         at weblogic.work.ServerWorkManagerImpl.schedule(ServerWorkManagerImpl.java:142)
         Truncated. see log file for complete stacktrace
    Al the logs might have restarted as i dont see anythiing for dec1 except in Essbase.log.
    We are on Hyperion 11.1.1.3 on 64 bit windows 2003.
    Please advice.

    Hi, These db's are recently migrated from back end. Are there any issues with the db's?

  • Weblogic Integration failed to build Cluster ENV

    Dear buddies,
    I have used WL for months, WLS works pretty good with cluster support. but I failed to create WLI cluster.could you guys give me a hand and tell me how to create an WLI cluster?Thanks a lot!!!
    Here is the process how I created WLI cluster:
    ENV:RedHat9+ WL8.1_SP4
    Machine: 172.16.4.238(adminServer), 172.16.4.237/236(236/237 are in the same physical machine, one Network interface card listen to two ip address)
    BEA_HOME=/opt/bea/
    1.executed /opt/bea/weblogic81/common/bin/config.sh on 172.16.4.238 and create an admin server(cgServer,172.16.4.238:7001) and a cluster(TestCluster) inclued two managedServers(mServer1/172.16.4.236:7001,mServer2/172.16.4.237:7001)
    and I didn't create extra JDBC POOL except the standard one.
    2. I exectued same command on 172.16.4.236,create an admin Server(mServer1) and a cluster(TestCluster)with mServer2 included. and the other settings are just same as step1.
    Now I am having following problem.
    1.admin Server(cgServer) can startup without any problem
    2.mServers (mServer1 and mServer2)can't start up(detail output pasted later) it seems pointbase didn't start up correctly on port 9093
    3.so I start up point base on mServers machine with command "/opt/bea/weblogic81/common/eval/pointbase/tools/startPointBase.sh"
    but seems the pointbase only listen 9092!!
    4.I can't even startup adminserver and pointbase DB with Jrockit, but Sun's JVM seems works.
    below are detailed output when I startManagedServers:
    command:
    [root@localhost integration]# ./startManagedWebLogic.sh mServer1 http://172.16.4.238:7001
    ####<Dec 27, 2005 2:12:05 PM EST> <Notice> <Log Management> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-170019> <The server log file /opt/bea/user_projects/domains/integration/mServer1/mServer1.log is opened. All server side log events will be written to this file.>
    ####<Dec 27, 2005 2:12:05 PM EST> <Info> <Socket> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000415> <System has file descriptor limits of - soft: 1,024, hard: 1,024>
    ####<Dec 27, 2005 2:12:05 PM EST> <Info> <Socket> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000416> <Using effective file descriptor limit of: 1,024 open sockets/files.>
    ####<Dec 27, 2005 2:12:05 PM EST> <Info> <Socket> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000406> <PosixSocketMuxer was built on May 22 2003 15:43:24>
    ####<Dec 27, 2005 2:12:06 PM EST> <Info> <Socket> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000436> <Allocating 3 reader threads.>
    ####<Dec 27, 2005 2:12:06 PM EST> <Info> <Socket> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000440> <NativeIO Enabled>
    ####<Dec 27, 2005 2:12:14 PM EST> <Info> <Security> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server mServer1 for security realm myrealm.>
    ####<Dec 27, 2005 2:12:14 PM EST> <Notice> <Security> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Dec 27, 2005 2:12:14 PM EST> <Notice> <WebLogicServer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000328> <Starting WebLogic Managed Server "mServer1" for domain "integration">
    ####<Dec 27, 2005 2:12:14 PM EST> <Info> <WebLogicServer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000214> <WebLogic Server "mServer1" version:
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic Integration 8.1 SP4 Tue Nov 30 10:34:16 PST 2004 471877 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<Dec 27, 2005 2:12:14 PM EST> <Info> <WebLogicServer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000215> <Loaded License : /opt/bea/license.bea>
    ####<Dec 27, 2005 2:12:14 PM EST> <Info> <RJVM> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000570> <Network Configuration for Channel "mServer1"
    Listen Address          172.16.4.236:7001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Dec 27, 2005 2:12:14 PM EST> <Debug> <RJVM> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000571> <Network Configuration Detail for Channel "mServer1"
    Channel Weight          50
    Accept Backlog          50
    Login Timeout          5000ms
    Max Message Size     10000000
    Message Timeout     60s
    Idle Timeout          65s
    Tunneling Timeout     40s
    Tunneling Ping          45s>
    ####<Dec 27, 2005 2:12:17 PM EST> <Info> <XML> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-130036> <Initializing XMLRegistry.>
    ####<Dec 27, 2005 2:12:17 PM EST> <Info> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC service.>
    ####<Dec 27, 2005 2:12:18 PM EST> <Info> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001137> <Initialization complete.>
    ####<Dec 27, 2005 2:12:18 PM EST> <Info> <Connector> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-190000> <Initializing J2EE Connector Service>
    ####<Dec 27, 2005 2:12:18 PM EST> <Info> <Connector> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Dec 27, 2005 2:12:18 PM EST> <Info> <IIOP> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
    ####<Dec 27, 2005 2:12:19 PM EST> <Info> <JMS> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default connection factories.>
    ####<Dec 27, 2005 2:12:19 PM EST> <Info> <JMS> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Dec 27, 2005 2:12:19 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP services.>
    ####<Dec 27, 2005 2:12:19 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server mServer1.>
    ####<Dec 27, 2005 2:12:19 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-101052> <[HTTP mServer1] Initialized>
    ####<Dec 27, 2005 2:12:19 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-101135> <mServer1 is the default Web server.>
    ####<Dec 27, 2005 2:12:21 PM EST> <Info> <J2EE> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-160037> <J2EE service initializing.>
    ####<Dec 27, 2005 2:12:21 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149207> <Initializing.>
    ####<Dec 27, 2005 2:12:23 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from unprepared to prepared on server mServer1.>
    ####<Dec 27, 2005 2:12:24 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server mServer1.>
    ####<Dec 27, 2005 2:12:24 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from unprepared to prepared on server mServer1.>
    ####<Dec 27, 2005 2:12:24 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from unprepared to prepared on server mServer1.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from unprepared to prepared on server mServer1.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from unprepared to prepared on server mServer1.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from prepared to active on server mServer1.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from prepared to active on server mServer1.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=20975280,name=uddi,context-path=/uddi)] WebServiceServlet: init>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from prepared to active on server mServer1.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from prepared to active on server mServer1.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=23108345,name=uddiexplorer,context-path=/uddiexplorer)] WebServiceServlet: init>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from prepared to active on server mServer1.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from prepared to active on server mServer1.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=13608238,name=wl_management_internal1,context-path=/wl_management_internal1)] WebServiceServlet: init>
    ####<Dec 27, 2005 2:12:25 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149208> <Initialization Complete.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Notice> <Cluster> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000138> <Listening for announcements from cluster TestCluster on 237.0.0.1:7001.>
    ####<Dec 27, 2005 2:12:25 PM EST> <Notice> <Cluster> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000133> <Waiting to synchronize with other running members of TestCluster.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JTA> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log with driver version "j1.0" and synchronous write policy "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC service.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JMS> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultXAConnectionFactory" is started.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JMS> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "QueueConnectionFactory" is started.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JMS> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "MessageDrivenBeanConnectionFactory" is started.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JMS> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultConnectionFactory" is started.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JMS> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "TopicConnectionFactory" is started.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JMS> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-040306> <JMS service is active now.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web application container.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-101238> <HTTP log rotation is size based for the Web server: mServer1.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <HTTP> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-101051> <[HTTP mServer1] started>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <WebService> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <WebService> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <Deployer> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-149209> <Resuming.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001177> <Creating Connection Pool named bpmArchPool, URL = jdbc:pointbase:server://localhost:9093/workshop, Properties = {user=weblogic}.>
    ####<Dec 27, 2005 2:12:56 PM EST> <Info> <Common> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-000625> <The application has disabled periodic testing of free resources in pool "bpmArchPool".>
    ####<Dec 27, 2005 2:12:57 PM EST> <Warning> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001129> <Received exception while creating connection for pool "bpmArchPool": SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.>
    ####<Dec 27, 2005 2:12:57 PM EST> <Info> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLException: SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.
         at com.pointbase.dbexcp.dbexcpException.getSQLException(Unknown Source)
         at com.pointbase.net.netJDBCConnection.<init>(Unknown Source)
         at com.pointbase.net.netJDBCDriver.getConnection(Unknown Source)
         at com.pointbase.net.netJDBCDriver.connect(Unknown Source)
         at com.pointbase.jdbc.jdbcUniversalDriver.getConnection(Unknown Source)
         at com.pointbase.jdbc.jdbcUniversalDriver.connect(Unknown Source)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:189)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:124)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1079)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:171)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1018)
         at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:142)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:306)
         at weblogic.jdbc.common.internal.JDBCService.addDeployment(JDBCService.java:180)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:337)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:597)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:575)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:241)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:509)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
         at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
         at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7691)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1304)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
         at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:32)
    >
    ####<Dec 27, 2005 2:12:58 PM EST> <Warning> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001129> <Received exception while creating connection for pool "bpmArchPool": SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.>
    ####<Dec 27, 2005 2:12:58 PM EST> <Info> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLException: SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.
         at com.pointbase.dbexcp.dbexcpException.getSQLException(Unknown Source)
         at com.pointbase.net.netJDBCConnection.<init>(Unknown Source)
         at com.pointbase.net.netJDBCDriver.getConnection(Unknown Source)
         at com.pointbase.net.netJDBCDriver.connect(Unknown Source)
         at com.pointbase.jdbc.jdbcUniversalDriver.getConnection(Unknown Source)
         at com.pointbase.jdbc.jdbcUniversalDriver.connect(Unknown Source)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:189)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:124)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1079)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:171)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1018)
         at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:142)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:306)
         at weblogic.jdbc.common.internal.JDBCService.addDeployment(JDBCService.java:180)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:337)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:597)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:575)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:241)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:509)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
         at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
         at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7691)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1304)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
         at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:32)
    >
    ####<Dec 27, 2005 2:12:59 PM EST> <Warning> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001129> <Received exception while creating connection for pool "bpmArchPool": SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.>
    ####<Dec 27, 2005 2:12:59 PM EST> <Info> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLException: SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.
         at com.pointbase.dbexcp.dbexcpException.getSQLException(Unknown Source)
         at com.pointbase.net.netJDBCConnection.<init>(Unknown Source)
         at com.pointbase.net.netJDBCDriver.getConnection(Unknown Source)
         at com.pointbase.net.netJDBCDriver.connect(Unknown Source)
         at com.pointbase.jdbc.jdbcUniversalDriver.getConnection(Unknown Source)
         at com.pointbase.jdbc.jdbcUniversalDriver.connect(Unknown Source)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:189)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:124)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1079)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:171)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1018)
         at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:142)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:306)
         at weblogic.jdbc.common.internal.JDBCService.addDeployment(JDBCService.java:180)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:337)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:597)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:575)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:241)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:509)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
         at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
         at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7691)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1304)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
         at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:32)
    >
    ####<Dec 27, 2005 2:13:00 PM EST> <Warning> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001129> <Received exception while creating connection for pool "bpmArchPool": SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.>
    ####<Dec 27, 2005 2:13:00 PM EST> <Info> <JDBC> <localhost.localdomain> <mServer1> <main> <<WLS Kernel>> <> <BEA-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLException: SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.
         at com.pointbase.dbexcp.dbexcpException.getSQLException(Unknown Source)
         at com.pointbase.net.netJDBCConnection.<init>(Unknown Source)
         at com.pointbase.net.netJDBCDriver.getConnection(Unknown Source)
         at com.pointbase.net.netJDBCDriver.connect(Unknown Source)
         at com.pointbase.jdbc.jdbcUniversalDriver.getConnection(Unknown Source)
         at com.pointbase.jdbc.jdbcUniversalDriver.connect(Unknown Source)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:189)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:124)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1079)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:171)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1018)
         at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:142)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:306)
         at weblogic.jdbc.common.internal.JDBCService.addDeployment(JDBCService.java:180)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:337)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:597)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:575)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:241)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:509)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
         at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
         at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7691)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1304)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
         at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)

    Since a couple of days we see the same in our project. Same release. It started when we added versioning to our ~140 processes. A hint would be great. We too didn't find anything helpful on the web.

  • Slow startup/shutdown on WL

    Hi,
    We're having a performance issue starting/shutting down weblogic 8.1.1 on Solaris 8 on a Sunfire V240 with 4Gb of memory. it takes an average of 15-20 minutes to start the application using command line start.
    Here is some background on the environment:
    A. Start with java args :
    -Xms1536m -Xmx1536m MaxPermSize=128m NewSize=256m MaxNewSize=256m SurvivorRation=8.
    B. There is a cron job that starts/stops then imports at night. The shutdown is also slow, so after 2 minutes of attempted FORCESHUTDOWN, we do a 'kill -9' on the process. My guess is that there is still a transcation that needs to finish ( some are fairly large ), and so FORCESHUTDOWN doesnt complete in 2min.
    C. There are multiple applications on the server, but even if we remove one of them ( the second ), startup/shutdown takes the same time to start. The second app depends on the first, so we havent removed the first one
    D. There have been some database issues as well, running out of database connections. This is due to Connections not being closed, and we are correcting that issue right now, and is not complete.
    E. Most of the time, the logs hang on the last statement below in the logs. However, I don't see any consistency in what follows the BEA-101133 message in the logs.
    I apologize in advance for asking more than one item in a post, but I have multiple questions that I believe might be related to the slow startup:
    1. Will running 'kill -9' on the process have an impact on the startup of WL, as it is trying to recover or restore connections or resources?
    2. Once the database connection issues are cleared up ( working on them now), should startup time increase?
    3. Any other suggestions to increase the startup time of WL?
    ####<Apr 26, 2008 6:44:13 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:13 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool
    "ds.oem", out of which "10" are available and "0" are unavailable.>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.oem.>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.im for
    Pool ds.im.>
    ####<Apr 26, 2008 6:44:18 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.nice for Pool ds.nice.>
    ####<Apr 26, 2008 6:44:18 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.core for Pool ds.core.>
    ####<Apr 26, 2008 6:44:18 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.oem for Pool ds.oem.>
    ####<Apr 26, 2008 6:44:19 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.wf for
    Pool ds.wf.>
    ####<Apr 26, 2008 6:44:19 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory
    "jms.ds.TopicConnectionFactory" is started.>
    ####<Apr 26, 2008 6:44:19 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040054> <JMSServer "JMServ". No persistent store
    configured.>
    ####<Apr 26, 2008 6:44:20 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040321> <JMSServer "JMServ" is resuming.>
    ####<Apr 26, 2008 6:44:21 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040010> <JMSServer "JMServ" configured no session pools.>
    ####<Apr 26, 2008 6:44:22 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040109> <JMSServer "JMServ" is started.>
    ####<Apr 26, 2008 6:44:22 AM EST> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server mysrv.>
    tializing Web server mysrv.>

    First of all I apologize for the late response, and thank you for the replies.
    Here is the WebLogic log file from startup. Note there is a lag of between 10:20 and 11:13. I'm not sure of the cause of this, and any hints or resolutions would be appreciated.
    Looks like the slowness is occuring when initializing the web server. Both the Apache web server and Weblogic application server reside on the same machine, so it's not a firewall issue.
    ####<May 11, 2008 10:11:36 AM GMT> <Notice> <WebLogicServer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000327> <Starting WebLogic Admin Server "mysrv" for domain "jmssrv">
    ####<May 11, 2008 10:11:36 AM GMT> <Info> <WebLogicServer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000214> <WebLogic Server "mysrv" version:
    WebLogic Temporary Patch for CR105892 05/29/2003 16:47:19
    WebLogic Server 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009
    WebLogic XMLX Module 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<May 11, 2008 10:11:36 AM GMT> <Info> <WebLogicServer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000215> <Loaded License : /opt/oss/bea/license.bea>
    ####<May 11, 2008 10:11:36 AM GMT> <Info> <RJVM> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000570> <Network Configuration for Channel "mysrv"
    Listen Address          *
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<May 11, 2008 10:11:37 AM GMT> <Debug> <RJVM> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000571> <Network Configuration Detail for Channel "mysrv"
    Channel Weight          50
    Accept Backlog          50
    Login Timeout          5000ms
    Max Message Size     10000000
    Message Timeout     60s
    Idle Timeout          65s
    Tunneling Timeout     40s
    Tunneling Ping          45s>
    ####<May 11, 2008 10:11:39 AM GMT> <Info> <XML> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-130036> <Initializing XMLRegistry.>
    ####<May 11, 2008 10:11:41 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC service.>
    ####<May 11, 2008 10:11:48 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001137> <Initialization complete.>
    ####<May 11, 2008 10:11:51 AM GMT> <Info> <Connector> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-190000> <Initializing J2EE Connector Service>
    ####<May 11, 2008 10:11:56 AM GMT> <Info> <Connector> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<May 11, 2008 10:11:56 AM GMT> <Info> <IIOP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
    ####<May 11, 2008 10:11:57 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default connection factories.>
    ####<May 11, 2008 10:11:58 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<May 11, 2008 10:12:00 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP services.>
    ####<May 11, 2008 10:12:00 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server mysrv.>
    ####<May 11, 2008 10:12:01 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101052> <[HTTP mysrv] Initialized>
    ####<May 11, 2008 10:12:01 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101135> <mysrv is the default Web server.>
    ####<May 11, 2008 10:12:02 AM GMT> <Info> <J2EE> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-160037> <J2EE service initializing.>
    ####<May 11, 2008 10:12:04 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149207> <Initializing.>
    ####<May 11, 2008 10:12:05 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:06 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:07 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:10 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:11 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:11 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:19:02 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:19:04 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:19:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:19:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:09 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:11 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:11 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149208> <Initialization Complete.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JTA> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log with driver version "j1.0" and synchronous write policy "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC service.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultXAConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "QueueConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "MessageDrivenBeanConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "TopicConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040306> <JMS service is active now.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web application container.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101239> <HTTP log rotation is date based for the Web server: mysrv.>
    ####<May 11, 2008 10:19:17 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101243> <HTTP log rotation scheduled to begin at: Mon May 12 10:19:17 GMT 2008. Rotation taking place every: 1440 minutes for the Web server: mysrv.>
    ####<May 11, 2008 10:19:17 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101051> <[HTTP mysrv] started>
    ####<May 11, 2008 10:19:17 AM GMT> <Info> <WebService> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<May 11, 2008 10:19:18 AM GMT> <Info> <WebService> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<May 11, 2008 10:19:18 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149209> <Resuming.>
    ####<May 11, 2008 10:19:18 AM GMT> <Notice> <SNMP Agent> <myservername> <mysrv> <SNMP Service Thread> <<WLS Kernel>> <> <000000> <The SNMP trap version is 1>
    ####<May 11, 2008 10:19:18 AM GMT> <Info> <SNMP Agent> <myservername> <mysrv> <SNMP Service Thread> <<WLS Kernel>> <> <000000> <SNMP agent is initializating ...>
    ####<May 11, 2008 10:19:18 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.core" will be tested every "30" seconds.>
    ####<May 11, 2008 10:19:19 AM GMT> <Info> <SNMP Agent> <myservername> <mysrv> <SNMP Service Thread> <<WLS Kernel>> <> <000000> <SNMP Agent Initialization Complete.
    Sending generic coldStart trap ...>
    ####<May 11, 2008 10:19:24 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:25 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:26 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:26 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:27 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:27 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:27 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:28 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:29 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:29 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:29 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:29 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:32 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:32 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:32 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:32 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool "ds.core", out of which "10" are available and "0" are unavailable.>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.core.>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.wf" will be tested every "30" seconds.>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.wf" created.>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.wf".>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "1" resources for pool "ds.wf", out of which "1" are available and "0" are unavailable.>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.wf.>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.nice" will be tested every "30" seconds.>
    ####<May 11, 2008 10:19:36 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:36 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:36 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:36 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:37 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:37 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:39 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:39 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:45 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:45 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:46 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:46 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:47 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:47 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:47 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool "ds.nice", out of which "10" are available and "0" are unavailable.>
    ####<May 11, 2008 10:19:48 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.nice.>
    ####<May 11, 2008 10:19:48 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.oem" will be tested every "30" seconds.>
    ####<May 11, 2008 10:19:52 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:52 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:53 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:53 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:53 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:53 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:54 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:54 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:54 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:56 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:56 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:56 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:57 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:57 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:20:00 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:20:00 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool "ds.oem", out of which "10" are available and "0" are unavailable.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.oem.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.im" will be tested every "30" seconds.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:02 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:02 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:04 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:04 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:04 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:04 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:08 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:08 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:08 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:08 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:09 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:13 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:14 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:14 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:15 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:15 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:16 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:16 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:17 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool "ds.im", out of which "10" are available and "0" are unavailable.>
    ####<May 11, 2008 10:20:17 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.im.>
    ####<May 11, 2008 10:20:18 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <>
    <BEA-001121> <Created TX Data Source named ds.nice for Pool ds.nice.>
    ####<May 11, 2008 10:20:19 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.wf for Pool ds.wf.>
    ####<May 11, 2008 10:20:19 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <B

  • Applescript and CS5 photoshop

    I've got a script that has stopped working--previously it was working in CS4 but now I get the error
    error "Adobe Photoshop CS5 got an error: File some object wasn’t found." number -43 (Adobe Photoshop CS5 got an error: File some object wasn’t found.)
    It is a simple script to convert raw files to jpegs and it hangs on the
    open theFile as Camera RAW with options {class:Camera RAW open options, bits per channel:eight, white balance:as shot}
    line.
    Any suggestions?
    The script is s follows:
    --set tempFolderName 
    set inputFolder to choose folder
    tell application "Finder"
        set filesList to files in inputFolder
        (*if (not (exists folder ((inputFolder as string) & tempFolderName))) then
            set outputFolder to make new folder at inputFolder with properties {name:tempFolderName}
        else*)
        set outputFolder to folder (choose folder with prompt "Which folder do you want to save the new photo in?")
        --((inputFolder as string) & tempFolderName)
        --end if
    end tell
    (*tell application "Adobe Photoshop CS5"
        set display dialogs to never
        close every document saving no
    end tell*)
    repeat with aFile in filesList
        set fileIndex to 0
        tell application "Finder"
            -- The step below is important because the 'aFile' reference as returned by
            -- Finder associates the file with Finder and not Photoshop. By converting
            -- the reference below 'as alias', the reference used by 'open' will be
            -- correctly handled by Photoshop rather than Finder.
            set theFile to aFile as alias
            --return theFile
            set thefileName to name of theFile
        end tell
        tell application "Adobe Photoshop CS5"
            --{class:JPEG save options, quality:12}
            --set openOptions to {class:Camera RAW open options, bits per channel:8}
            --set display dialogs to never
            open theFile as Camera RAW with options {class:Camera RAW open options, bits per channel:eight, white balance:as shot}
            set docRef to the current document
            set docHeight to height of docRef
            set docWidth to width of docRef
            -- Convert the document to a document mode that supports saving as jpeg
            if (mode of docRef is not RGB) then
                change mode docRef to RGB
            end if
            if (bits per channel of docRef is sixteen) then
                set bits per channel of docRef to eight
            end if
            -- The copy is simply saved with additional document info added
            set infoRef to get info of docRef
            --set copyright notice of infoRef to "copyright 2004 trofanna"
            set docName to name of docRef
            set docBaseName to (docName) of me
            set fileIndex to fileIndex + 1
            set newFileName to (outputFolder as string) & docBaseName
            set newPhotoName to newFileName & ".jpg"
            set myOptions to {class:JPEG save options, quality:12}
            save docRef in file newFileName as JPEG with options myOptions appending lowercase extension with copying
            -- The original document is closed without saving so it remains as it was
            -- when opened for batch processing
            close current document without saving
        end tell
    end repeat

    I just found the AppleScript documentation in /Applications/Adobe Photoshop CS5/Scripting/Documents/. But I don't think it's even accurate. Here's a very simple sample they give:
    tell application "Adobe Photoshop CS5"
         filter current layer of the current document using lens blur with options {class:lens blur, radius:13}
    end tell
    If I enter this in AppleScript Editor and try to compile it, it selects the word "current" and tells me "Expected end of line but found identifier." It doesn't even recognize "filter" as a command. If I just change that 5 to a 4, it works fine in CS4.
    Here's one way to run a JavaScript file from AppleScript:
    tell application "Adobe Photoshop CS5" to open file "Path:to:file.jsx"
    Of course there's no way to pass any arguments this way, so that greatly limits its usefulness. But perhaps this will be helpful to some people. I'm assuming the JavaScript stuff all works fine, as that seems to be their focus these days.
    The really strange thing is that certain things seem to work fine in AppleScripts that are already compiled (using CS4). But if I try to re-save those scripts with CS5 installed, I get errors.

Maybe you are looking for

  • LRCC Face recognition - best practices?

    Ok so we are all new to the wonderful world of face recognition in LR.  I'm trying to work out what would be the best practices for using this. A little bit of background - I have a catalog of over 200,000 images.  In addition to portrait and wedding

  • Issue on Commit work

    Hi Friends , I am calling function module  where I have created Background Job and Submitted it . In Submit call I am updating the database table . In a LOOP am updating service entry sheets of one Purchase order . (1 PO consists of More than 1 Servi

  • App Store Gone

    I have been trying relentlessly to find and install App Store on my Mac since I discovered its disappearance yesterday. I have scoured the forums here and tried the update recommendations multiple times, to no avail. I want to update to Lion but with

  • Only desktop appears

    Time Machine is backing up properly on my PowerBook, but when I check it only the desktop appears. By looking into the files I can tell that the whole external hard drive is being backed up, but there's no way to actually use it if needed. Also, Spot

  • How to filter results of the timedifference where great than a value

    To all, How do I filter the results of this so I only get that which is greater than 2 seconds? Here is the query: SELECT A.REQUEST_UU_ID, TO_CHAR(B.CREATE_BY_TS - A.CREATE_BY_TS) AS ElapsedTime FROM TELLER_MESSAGE A INNER JOIN TELLER_MESSAGE B ON B.