WLS Config Deployment logging

Hello,
i have to provide an WLS 12c for external developet Applications.
Now i want to setup the Logging for every deplyoment on its own.
atm every log is written in the logfiles of the Server (managed host) and this is very deficult to specify wich output is written by wich deployment.
Does someone got a hint how i can specifiy that the Output of "Deplyoment A" should be written in "FileA" and so on?
best regards,
Jens Krämer

Writing Messages to the WebLogic Server Log - 11g Release 1 (10.3.6). Shows an example of a weblogic.xml file that configures the logging for Web applications.

Similar Messages

  • While opeing About AIA its showing  Error: null/config/deploy.properties (N

    Hi,
    I installed Weblogic 10.3.5, SOA Suite 11.1.1.5 and the installed AIA 11.1.1.5. Install completes successfully and everything seems to be up and running for AIA in the Enterprise Manager but when I go to the following http://hostname:8001/AIA link
    I able to Logging and its working fine, but if I on the 'About AIA' on the top right hand corner I get the following error
    Error: null/config/deploy.properties (No such file or directory) .... how to fix this issue? please let me know.
    Thanks
    Siva Shankar

    Hi Shankar,
    This issue is fixed in AIA 11.1.1.6.0 version. Either upgrade your AIA version to 11.1.1.6.0 or apply RUP2(Patch#13247584) on AIA 11.1.1.5.0.
    Thanks,
    -Pavan

  • Can I Suppress Conflicting Names Messages in the TestStand Deployment Log?

    I have a deployment that is being built via a command line calling the deployment utility. It is all being done with a script. I then use the deployment log for information to e-mail to myself and others about the build. I am getting conflicting name messages for VIs in the Labview Reports library that is shipped from NI. There are a lot of message about VIs being renamed because of this. Is there a way of suppressing these messages so real information can be observed and not missed because of all this spam? I don't want to have a real problem over looked because of these messages being generated about items that are not in my control. Thanks in advance for any help.
    Troy

    What version of TestStand, and LabVIEW are you using? Have you seen How to Successfully Deploy a TestStand System with LabVIEW 8.6 and Report Generation Toolkit ?
    Richard S -- National Instruments --Applications Engineer -- Data Acquisition with TestStand

  • Error: null/config/deploy.properties (No such file or directory)

    Hi,
    I installed Weblogic 10.3.5, SOA Suite 11.1.1.5 and the installed AIA 11.1.1.5. Install completes successfully and everything seems to be up and running for AIA in the Enterprise Manager but when I go to the following
    http://hostname:8001/AIA
    Login and click on the 'About AIA' on the top right hand corner I get the following error
    Error: null/config/deploy.properties (No such file or directory)
    I have re-installed and installed it in 3 environments with same results, so I am thinking I am missing a step somewhere. Any advice on how to fix this issue?
    Thanks
    Jaco

    Hi Jaco,
    This issue is fixed in AIA 11.1.1.6.0 version. Either upgrade your AIA version to 11.1.1.6.0 or apply RUP2(Patch#13247584) on AIA 11.1.1.5.0.
    Regards
    Siva Shankar
    Tech Democracy

  • LMS 3.2 Config Editor : Config deployment is Not Attempted

    Hello gurus,
    Using config editor in LMS 3.2, I'm trying to deploy a config, that was previously saved to the "public configs", to a device (overwrite to startup-config).
    The job ends "Successfully", but looking at the detail, the deployment was "Not Attempted". Last time I used this function, I was running LMS 3.1, but we've since migrated to 3.2 it doesn't seem to work.
    What logs can I look at to find out why the deployment was "Not Attempted" ?
    Many thanks,
    Alex.

    Can you do the following?
    Please enable DEBUG for these modules
    Step 1: RME -> Admin -> System Preferences -> Loglevel settings
    Config Editor
    Config Job
    NetConfig
    Step 2: Attach these logs:
    CSCOpx/log/CfgEdit.log
    CSCOpx/log/dcmaservice.log
    CSCOpx/log/dcmaclient.log
    CSCOpx/files/rme/jobs/ConfigEditorJob/
    CSCOpx/files/rme/jobs/NetConfigJob/
    And include a screenshot as well and attach the logs from above steps.

  • WLS http access logs not written to when starting WLS instance using nodemanager

    When starting managed WLS instances using node manager the HTTP access logs are
    not written to (the WLS log in the same directory is written to). All other functionality
    of the WLS instances seem to operate just fine when started using node manager.
    When we start the same managed WLS instances using a start-up script the HTTP
    access logs are written to.
    ===
    How can we get HTTP access logs to be written to when starting a WLS instance
    using node manager?

    I think I know the answer to this one!
    I got bitten by the same bug (at least I think it is a bug). Check the location
    specified for the HTTP-access log for your server instance. It is probably a relative
    location, right?
    According to the docs, relative paths should start from the Root Directory (see
    your Remote Start config), but it seems like the BEA-programmers forgot to retrieve
    the Root Directory and instead blindly writes to the process' current working
    directory (CWD).
    And when started by the Node Managet, the CWD = WL_HOME/common/nodemanager.
    If you are as paronoid as I am (and you should be too), that directory should
    not be writeable by anyone. Because my BEA installation was owned by 'bin', and
    the processes run by 'beawls', I got an error message in my NM-logs pointing to
    the problem. In your case, you are probably running NM as a user that has write-access
    to your NM-home, and all your missing HTTP-access logs are deep, down there.
    Jan Bruun Andersen

  • Jdeveloper, WLS and Log4j logging

    All,
    I want to route all the ADF application log messages to a log file using log4j.
    I have created a log4j.properties and put in the ViewController/src folder. The application finds that config file, and produces the desired output - so far, so good.
    Now I would like to route all the WLS logging using log4j.
    To first try it, I've opened the integrated WLS console, and set, under server/logging, that the log implementation uses log4j instead of jdk. I have also checked the "redirect stdout", "redirect stderr", and "logging bridge" check boxes.
    I've also:
    - included the wllog4j.jar and log4j-1.2.16.jar in the classpath (by editing the /home/semar/Oracle/Middleware/wlserver_10.3/common/bin/commEnv.sh file).
    - put a copy of log4j.properties also in the WLS path - which is, in my case: /home/semar/Oracle/Middleware/wlserver_10.3/server/bin
    - put the path of the log4j.properties in the WLS CLASSPATH (by editing the /home/semar/Oracle/Middleware/wlserver_10.3/common/bin/commEnv.sh file)
    I've then re-started the integrated wls, and now what happens is:
    - the log appender for my application is no more found (log4j complains that the appender is not configured)
    - no log file is produced/updated
    Am I missing something obvious here ? Where should I put the log4j.properties then ? Are other extra tasks I should perform, in order to get all the ADF and WLS logging routed through log4j, and configured using a single log4j property file ?
    I'm using WLS 10.3.5.0 and Jdeveloper 11g rel 2 11.1.2.1.0, running on a Linux OpenSuse 11.4
    Sergio.

    Still no joy.
    I have put the two JARs + log4j.properties into domain_root/lib folder.
    I have also modified the startWeblogic.sh by adding the following:
    JAVA_VM="${JAVA_VM} -Dlog4j.configuration=${DOMAIN_HOME}/lib/log4j.properties"
    export JAVA_VM
    Both the .jar files and the log4j.properties are in the classpath and in the java options of the WLS starting log.
    In my application I have:
    package logging;
    import org.apache.log4j.Logger;
    import...
    public class loggingBean {
    /* Get actual class name to be printed on */
    Logger log = Logger.getLogger(loggingBean.class.getName());
    public loggingBean () {
    System.out.println("hello from loggingBean constructor");
    //_logger.info("Creating a new instance");
    log.debug("Hello this is a debug message");
    log.info("Hello this is an info message");
    In the log4j.properties I have:
    # Define the root logger with appender file
    log = /tmp
    log4j.rootLogger = DEBUG, FILE
    # Define the file appender
    log4j.appender.FILE=org.apache.log4j.FileAppender
    log4j.appender.FILE.File=${log}/log.out
    # Define the layout for file appender
    log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
    log4j.appender.FILE.layout.conversionPattern=%m%n
    # end of the log4j.properties
    And in the standard log file (nohup.out since I start the server with it):
    <11.04.2012 14:56 Uhr MESZ> <Notice> <Stdout> <BEA-000000> <hello from loggingBean constructor>
    <11.04.2012 14:56 Uhr MESZ> <Notice> <StdErr> <BEA-000000> <log4j:WARN No appenders could be found for logger (logging.loggingBean).>
    <11.04.2012 14:56 Uhr MESZ> <Notice> <StdErr> <BEA-000000> <log4j:WARN Please initialize the log4j system properly.>
    <11.04.2012 14:56 Uhr MESZ> <Notice> <StdErr> <BEA-000000> <log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.>
    The file /tmp/log.out does not exist.
    Any thought ?
    Sergio.

  • Bulk Config Deployment

    Hi,
    I work for a retail company, with about 700 sites. We are currently in the middle of upgrading the equipment at the store level, and this requires a new configuration to be sent to the router on site.
    My colleague has created the 700 configuration files (a task on its own) and now I need to send them to the Router, and have the router reload (either right away, or at a specified time if possible).
    I am currently using LMS 3.2, and I (think) read somewhere that RME can deploy those pre-built configs to the specified device - be it by naming convention, or by use of an additional file (csv?)
    Please let me know if there is an option as such, of if I have to send them one at a time
    Thanks!

    You can do this with the cwcli command:
    cwcli config import -u admin -p admin -input INPUT
    Where INPUT is the name of a file that has contents like:
    -device DEVICE1 -f CONFIG1
    -device DEVICE2 -f CONFIG2
    Where DEVICEX are the names of your devices and CONFIGX are the names of the associated config files.  There are other options to cwcli config import (e.g. -continue if you want to keep going on failure).  Check out the online documentation for more options.

  • CSM disconnects VPN sessions upon config deployment.

    CSM version 4.3 SP1
    Hi,
    I've noticed that while deploying configuration to our ASA5520 devices active VPN sessions are being disconnected.
    Has anyone noticed the same ?
    I've not found anything related in Cisco Forum.
    I also have not found anything related at Cisco BugToolkit.
    Thanks for help.
    Krzysztof

    and from asa device perspective (debug log):
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    Dec 28 13:43:51 [IKEv1]Group = ******, Username = ****, IP = ****, Session is being torn down. Reason: Administrator Reset
    and lots more

  • IDS MC Config Deployment take a long time

    When I make configuration changes, save to database. I goto Deployment, submit, select the IDS, then click Deploy. I pick the correct configuration from the list, select Next. The Finish (to execute immediate). It take a very long time before I see the config change on the IDS.
    Any idea how long it should take or what might be the problem.
    Thanks

    I guess there is no fixed time for the delay. It should be ok as long as the config change is happening.

  • Working with xpath attribute values in WLS 12c deployment plans

    I'm trying to use a deployment plan to adjust the hibernate.dialect property in persistence.xml
    persistence.xml
    <property name="hibernate.dialect" value="org.hibernate.dialect.DerbyDialect" />
    but whenever I attempt to refer to attributes in xpath using the usual @ sign, I get an XPathLexer barf.
    plan.xml
    <variable>
              <name>dialect</name>
               <value xsi:nil="false">org.hibernate.dialect.Oracle10gDialect</value>
    </variable>
                 <variable-assignment>
                     <name>dialect</name>
                     <xpath>/persistence/persistence-unit[@name="DPLV1PU"]/properties/property[@name="hibernate.dialect"]/@value</xpath>
                     <operation>replace</operation>
                 </variable-assignment>
    I receive:
    Error loading the persistence descriptor META-INF/persistence.xml from the module DPLV1EJB.jar.  See the following stack trace for nested errors: weblogic.application.descriptor.DeploymentPlanException: [Munger:2156213]An error occurred while parsing the specifed XPath "/persistence/persistence-unit[@name="DPLV1PU"]/properties/property[@name="hibernate.dialect"]/@value" : line 1:31: unexpected char: '@'.
    line 1:31: unexpected char: '@'
      at weblogic.application.descriptor.parser.XPathLexer.nextToken(XPathLexer.java:148)
    It seems wrong that I can't use a basic xpath feature like the @ to refer to an attribute here. Nor does the alternative axis syntax attribute:: work.
    It's almost like there isn't a real XPath implementation under there. 

    Hi Chris,
    I remember an earlier discussion along these lines... I haven't tested this myself, but the docs do say this:
    Generic File Loading Overrides
    This feature allows you to place application-specific files to be overridden into a new optional subdirectory (named /AppFileOverrides) in the existing plan directory structure. The presence or absence of this new optional subdirectory controls whether file overrides are enabled for the deployment. If this subdirectory is present, an internal ClassFinder is added to the front of the application and module classloaders for the deployment. As a result, the file override hierarchy rules follow the existing classloader and resource loading rules and behaviors for applications. For more information on WebLogic Server application classloading, see WebLogic Server Application Classloading in Developing Applications for Oracle WebLogic Server.
    It seems to me that this would be the way to customise the bc4j.xcfg in the deployment plan. In the 10g days, I did this by building my EARs using ANT - I had several bc4j.xcfg files sitting in a separate directory, and each of my targets (dev/test/qa/prod) used the appropriate bc4j.xcfg to build the EAR. I did do a bit of research, and I didn't find anything obvious that would let you use a deployment plan directly for changing bc4j.xcfg - you cannot use the WLS console to change any of the properties (if you could do it via a deployment plan directly, I would expect to find the option there).
    Sorry for the rambling post which doesn't give you any definitive answers, but it's just a brain dump at this point.
    John

  • SOA composite deployment logging

    When a archive file is deployed the user logged into the EM Fusion Middleware Control is logged.  For example:
    [2013-09-10T17:01:00.377-04:00] [soa_server1] [NOTIFICATION] [SOA-21530] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '7
    ' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: ScottQA] [ecid: 7318932a4a6vm4a3a:-3019cafa:14006cf5fc9:-8000-0000000000033321,1:12892:3] [APP:
    soa-infra] CompositeDeploymentServlet-----> received request from user: ScottQA
    But w
    hen a deployment is made via JDeveloper in SOA 11.1.1.6 the diagnostic.log does not capture the ID.  The ID logs as anonymous.  For example:
    [2013-09-12T10:25:31.183-04:00] [soa_server1] [NOTIFICATION] [] [oracle.integration.platform.blocks.deploy.coordinator] [tid: ReplicatedCache:soa_qa_SOA_ClusterCacheService:EventDispatcher] [userId: <anonymous>] [7318932a4a6vm4a3a:-3019cafa:14006cf5fc9:-8000-0000000000033321,1:12892:3] [APP: soa-infra] New deployment: {id=9d11678c-f044-2c2c-sx55-ff3b7, status=startPhaseTwo, command=serverReadyCheck}
    Is there a definite way to audit who is deploying when JDeveloper is used to deploy directo to a domain?

    Hi
    I tried the following and nothing worked.
    serverURL=http://10.177.154.6:8001
    serverURL=http://10.177.154.6:8001/
    serverURL=http://10.177.154.6:8001/soa-infra/deployer/
    plz help
    thanks!!!

  • How to config History Log Changes Document for Mkt Plan/CPG/TP?

    Working in SAP 4.0...
    Dear Expert,
    I want to save the document changes for Marketing Plan, Campaign and Trade Promotion.
    How to config the document changes, since the information that recorded not complete.
    Please help....
    BR,
    Robin

    Hello Robin,
    In  CRM 4.0 follow the below path:
    SPRO --> Customer Relationship Management --> Marketing --> Marketing Planning and Campaign Management --> General Settings --> Edit Categories for Change Documents
    Then maintain the entry for application as MKT for each entry, then under object type: CPG, CPT, MPL, MPT, TPM, TPT  and then Check box the entry under change document for all the entries.
    If you want to display the change log history use report : CRM_MKTPL_CD_DISPLAY in CRM 4.0
    Thanks & Regards
    Raja Pamireddy
    CRM Marketing Forum Moderator

  • WLS app deployment  -- does it matter where it's staged?

    Newbie deployment question: I have a WAR file that I want to unzip to a directory, then install the app as an exploded directory.
    At the point where I am deploying the app on the Managed Server in the Console, does it matter where this exploded directory is staged?
    Or does it have to be stored in a particular stage directory known to WLS?

    Hi,
    It is not required that the exploded directory should be known to WLS. But the directory should be accessible(read and write prmission) from the same user from WLS is running.
    Regards,
    Kishore

  • NetWeaver and NWDI - Activity deployment log issue

    Hello guys,
    This image shows what's happening here. The build log works fine, the CBS build log works fine too.
    Can anyone say what's happening? Thanks alot!
    http://free-image-hosting.biz/3220081431541020595

    Julio,
    Do to SDM log of the target runtime system (to which you are deploying) and see what happened.
    Error should be visible there.
    Regards,
    Slava
    Edited by: Slava Plyushchikov on Nov 1, 2008 6:32 PM

Maybe you are looking for

  • Taking too much time to boot

    Dear sir/madam  I am Rajiv kumar i bought a HP 2000 2121 TU laptop 4 months back i didnt have any problem but now my windows is taking very long to boot it is a windoes 7 home basic please help me 

  • HP Laser Jet 5000 Postscript PS Drivers not working

    I have a Laser Jet 5000.  No major problems for a few years until my system recently got a virus and had to be wiped clean.  My PS printing no longer works.  It says it is installed, but when I go to use it to print I only get error messages and no p

  • Need advice for future design and hardware I should purchase now.

    I was wondering if someone could assist me in making a decision on where I should take the future design of my network. Currently the design has no redundancy and I've been told recently that my company has a bit of money to spend and that it needs t

  • Balance Dimensions

    Hi, We are impelmenting HRMS&Payroll Rel1.02. This is not UK or US install. It is a Global Install 1. The Pay advice Report does not show up the Deductions. The Earnings and Total Pay comes up. How do we get the Deductions on the Pay Advice 2. How do

  • Error while entering db credentails in SLD

    Hi All After logging in SLD,I am trying to put database credentials.After entering credentials system gives me error as 'Http request time out' Thanks in Advance Regards Kanishka