OC4J: log level for application deployment?

Hi,
i have a application that can be deploy to co4j in window xp but not in AIX, and
the error message print is not so helpful.
i want to get more detail information about the error. (print more detail debug message)
Is there something like -Dxxx=debug to set the log level for application deployment?
thank you.

Most likely application is trying to display a prompt, run your app in full visibility mode and see if it goes through.
Sometimes, when app is receiving incorrect license key it will also hang like that. The only way it's going to fail is once you run out of time, which by default is 120 minutes I think.
Other times, app needs mapped drive etc, there might be many more reasons.
SCCM logs will show you what is received from app. If nothing is received, then logs are useless and you need to use application level logging or take a look at windows logs (system and application) - they might be useful too.
As a last resort, you can use psexec and run installer as system account to mimic what SCCM is using and see if app installs or also takes its sweet time.

Similar Messages

  • Set Logging level for my application

    I've got an web-based application (ADF/EJB) and I'm trying to configure the logging level.
    I'm using the Java Logging API and no matter what I change, short of hardcoding a call in to set the global logging level, I can't alter what level it is using. I've tried changing in the WebLogic console and all that does is change the logging level for WebLogic. I've tried adding properties files but they don't seem to be read.
    Any Ideas?

    Hey Mark,
    I have no idea if this will help, but I was wanting to print out only my DML operations on commit and I got this post on my thread.
    You could probably do this with -Djbo.debugoutput=adflogger and then fuss with the logging configuration, or perhaps by turning on JDBC loggingDouble-click your View Controller project-> Run/Debug/Profile -> Edit ,and then type the -Djbo.debugoutput=adflogger into your Java Options, but I don't know anything after that.
    Good luck.
    Will

  • How to set more detail log level for http

    Hi,
    With Java Enterprise System 2003 I want to see when a user login to the Messenger Express in the http log. How could I set a log level so I can see this?
    I do not know the the default log level for http and I would like to set a log level that show me more information
    could this be the command?
    configutil -o logfile.http.loglevel -v level Information

    configutil -o logfile.http.loglevel -v Information
    would be the correct command to set the log level to "information".
    Other valid levels include, "debug", "notice" (this is the default), "warning".
    You have t restart the webmail daemon to make this take effect.
    stop-msg http; start-msg http

  • How to increase log level for SUNW.oracle_listener resource type

    I understand that i can increase logging level for a resource with "clrs set -p "Debug_level=$LEVEL", but the SUNW.oracle_listener resource type doesn't seem to have this property. Is there some other way of increasing log data to debug an issue with a listener resource? I ask because we have a strange situation where our database listener is being restarted every once in a while. With the log data I have, it appears that the listener is being stopped or dies, and then the monitor restarts it when it detects the fault, however our DBA's believe that it is the cluster that is actually the one cycling it because the monitor fails or is unable to connect because it is too busy to respond in time or something along those lines.
    Maybe I am incorrect and it is the cluster, but I'd expect to see something before a "Attempting to restart listener" log entry, something along the lines of the monitor failing or a "no response in given time" before the resource says it is restarting.
    Here are the logs from when this first happens, if anyone can advise, I would really appreciate it.
    Sep 28 14:17:48 SC[SUNWscor.oracle_listener.monitor]:oracle:oraclels: Attempting to restart listener oracle.
    Sep 28 14:17:50 SC[SUNWscor.oracle_listener.monitor_stop]:oracle:oraclels: Stopping fault monitor using pmfadm tag ORALSNR_MON_oraclels
    Sep 28 14:17:52 SC[SUNWscor.oracle_listener.stop]:oracle:oraclels: Stopping listener oracle.
    Sep 28 14:17:52 SC[SUNWscor.oracle_listener.stop]:oracle:oraclels: Using method 'run_setuid_prog' to execute shutdown commands
    Sep 28 14:18:00 SC[SUNWscor.oracle_listener.stop]:oracle:oraclels: Listener oracle stopped successfully
    Sep 28 14:18:02 SC[SUNWscor.oracle_listener.start]:oracle:oraclels: Starting listener oracle.
    Sep 28 14:18:02 SC[SUNWscor.oracle_listener.start]:oracle:oraclels: Using method 'run_setuid_prog' to execute start commands
    Sep 28 14:18:06 SC[SUNWscor.oracle_listener.start]:oracle:oraclels: Listener oracle started.
    Sep 28 14:18:08 SC[SUNWscor.oracle_listener.monitor_start]:oracle:oraclels: Starting monitor

    Thanks for the reply Thorsten. The logs I included in the original post are actually from /var/opt/SUNWscor/oracle_listener/messages_log.$RESOURCE. I'd like to bump up the verbosity on the oracle_listener logs like I can with the oracle_server logs, but for whatever reason there is no debug_level parameter for the oracle_listener resource type. Sounds like I may be SOL, but thought I'd check with the forum and verify.

  • Where can I set the log level for the "Inbox log file" ?

    From the Siebel 8 Bookshelf, it says :
    "To set the level of the Inbox log file for troubleshooting
    *In Siebel Tools, set the Log Level for the Inbox log file (Alias = InboxLog) to 5*."
    But where exactly in Siebel Tools can I find that Log Level ? Which object does the Siebel bookshelf talk about ?

    Hi,
    Loglevels are not configured in Siebel Tools. You have to configure them with the siebel client. You can find a parameter at "Administration - Server Configuration / Server / Events"
    Search for "Inbox General Log Events". Set this parameter to 5. It think this should help you.
    Cheers Andreas

  • Increasing log level for saw.log

    Hi
    Please let me know the steps to increase the logging level for saw.log
    Thanks.

    In the enterprise manager goto:
    Business Intelligence >> coreapplication >> Diagnostics >>      Log Configuration
    Regards
    John
    http://obiee101.blogspot.com
    http://obiee11g.com

  • How to create separate log files for each deployed web application in oc4j

    Hi All,
    I am using Windows2000, Oracle9iAS(OC4J). Say I have deployed 3 web applications onto this oc4j server. Then how to create 3 different log files so that I can see the log messages(System.out.println's) of each of these web appliations in a different log file.
    Thanks and Regards,
    Ravi.

    Where do the messages printed via ServletContext.log() go? Is this configurable separately by web application? If so, you could at least replace your System.out.println() with sc.log() statements. For exceptions, you could trap them and log them since the log() method takes a throwable as well as a String.
    John H.

  • How to view logs of web application deployed in oc4j

    Hi,
    I have my oc4j server running, I have deployed a web application under instance DCG.
    Please let us know, where can I find the logs of my application.
    Thanks,
    Nagesh.

    Usually while deploying a application through "Oracle Enterprise Manager 10g Application Server Control" we specify the log and configuration path needed for developed application provided developer has developed the application to store the logs. by default all logs will be there in opmn logs.
    you can have a look on following locations
    +$ORACLE_HOME/opmn/logs/DCG~OC4J* <OC4J name>+
    or
    +$ORACLE_HOME/j2ee/<OC4J>/log/<OC4J>/oc4j/log.xml+
    Hv a good day!
    Edited by: KuldeepSingh on 16-Jan-2012 19:40

  • Is it possible to set a log level for ID and/or IDS when opening an IDML?

    We're finding that it's taking an excessive amount of time (30-45 minutes) to open somewhat larger files (~100 pages) with many hyperlinks (~10,000). Is anyone aware of a way to add a command line parameter to either Indesign.exe or IndesignServer.exe (as we use both) to set, for example, a more detailed log level to allow for seeing what is taking so long to process when opening a file? The output would presumably go to the Event Viewer or stdout / stderr in a Command Prompt.

    On a Mac you either use the Activity Monitor or the Instruments application (part of the Xcode IDE) for various performance analysis down to the system calls (dtrace) and their invocation stack frames. I assume Windows provides similar tools, or you might just reproduce your problem on a spare Mac with a trial or developer license.
    Let me see - yup, the technology exists on Windows - Trace Provider
    Btw, InDesign (Server and Desktop) has separate "debug" builds for plugin developers with plenty internal consistency checks "assert" and debug output. For speed reasons these are stripped out from release builds, it might be worth a try if you have access to those builds. Of course they will take even longer... The above mentioned analysis via the OS may also benefit from more symbols on such development versions.
    InDesign Server (even release build) also has some performance metrics available via scripting (somewhere on the app object), have you tried these?
    On the other hand it could also be something unrelated - do you have any extra software (plugin, startup scripts, scripted event handlers) that could interfere? E.g. a link event handler that waits for a timeout on every $.write without connected ESTK? On one client's InDesign server farm I reduced restart times down from minutes to barely noticable just by optimizations of the startup process, before I tracked down and eliminated the bugs (in the SOAP interface and in XPath) that caused all those crashes ;-) . Of course such problems are beyond the scope of a forum, they take several days to analyze and solve, especially if they require changes of the binaries from Adobe.
    Dirk

  • SQL Views for applications, deployment types and deployments

    Has anyone seen any diagrams yet of the relationship between the views in the database for applications?  They are needless to say quite a bit more complex than the old Packages/Programs/Advertisements views.  I can probably figure out what I need,
    but it would save quite a time to be able to see the relationships called out.  A description of what some of the views actually do would be helpful too, I can figure out some, but others are a bit obtuse.
    Unfortunately there isn't an out of the box report that shows the information my customer wants, so I have to create one from scratch.
    If anyone is currious they want to see the status for all the computers that are targetted with an application deployment, this would include error codes, status, ect...
    Bob

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    The SQL view document has been release, it should help you out.
    https://technet.microsoft.com/en-us/library/dn581978.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Logging Level for Identity Server

    There is a path name configurable via the cosole but not log level. Within AMCOnfig.properties file, there is a com.iplanet.services.debug.level parameter but it does not seem to control the level of data being logged into the "logs" directory. Are there any other places where there are logging level parameters? Changing this one does not have any effect on the files in the "logs" directory - only the "debug" directory.
    There are 4 main files in the logs directory - amAuthLog, amSSO.access amPolcy.access and amAuthentication.access. Is there any configuration data for any of these files?
    Any help would be appreciated!
    Thanks

    The logging parameter that you are referring to is configured can be toggled on/off within the AMConfig.properties (changing it requires a restart)
    com.iplanet.am.logstatus=ACTIVE
    HTH!
    Satish

  • How to get event's application log handle for application log mssg

    Hi,
    I would like to get the application log handle for an event call, can someone pls help.
    Rgds.

    Hello wong ,
    Did u get the solution for this respective query.
    if so can u please send it to me also .
    i am struck over with the similar problem.
    Thanks,
    pavankumar.

  • Turn off log level for Individual Users

    Hi,
    we want to turn off logging level of individual users. We usually go to Identity and click on the user to set log level '0' but we have LDAP security setup so don't have idea how to do it.
    Any Ideas
    Thxs
    SYK

    Ok I will try to Set System Variable LOGLEVEL
    As we are using LDAP security we will not have users in RPD so i cant set to'0' in rpd.
    New Question: Suppose If I am able to set log level to '0' for a user i.e User1 and when he logs into OBIEE and get's a error  while running report like say table or view doesn't exist or non of fact table is compatible or number records exceed etc... and Error will show to user as Error Number and says "Please contact System Administrator for more details".
    Me considering as Admin if i want to debug that error that User1 is getting from above scenario  and when i open nqquery log file will I be able to see the log for that report which User1 is getting error or will it show NO LOGLEVEL Found.
    Thxs
    SYK

  • Global authentication for applications deployed in OC4J server

    Hi,
    I have a couple of JSP pages deployed in OC4J server. I
    would like to use authentication provided by OC4J, it
    means to use JAZN UserManager (encrypted principals, LDAP
    or SSO).
    My question is, if it's possible to set default
    authentication method for whole server or whole
    http-web-site on OC4J, or I have to make change in web.xml
    in each and every program, which I am going to deploy into
    my OC4J. If I have 100 programs and somebody will make
    decision, there will be no authentocation on this particular
    server, do I have to change all my programs and remove
    entries from web.xml files?
    Is there a way how to specify the login page globally for
    the server, not by application?
    Thanks,
    Marek

    lograste resolver tu problema????... si es asi me puedes enviar la solucisn.....
    gracias..

  • Windows Integrity Level for Application set at startup

    Hi,
    Yesterday I found a problem in my application that it had not have the same integrity level as Outlook. Therefore someone from microsoft adviced me to look at the integrity level and make them both the same. I managed to find a CommandPrompt command for
    setting the integrity level, but what I really want is setting the integrity level at startup of my application.
    How can I set the integrity level of my application to the desired level using C#?
    Best regards,
    Jouke

    Hello Jouke,
    I am not a Microsoft employee, just a regular developer as you are.
    Anyway, the forum is for Outlook related dev questions. I'd suggest asking common C# programming questions on the Visual C# forum instead.
    I believe you can use the
    /runas command line argument.

Maybe you are looking for

  • Battery life lenovo flex 14 - does not last long at all! (2h30)

    Hello , I got a lenovo flex 14 last september so it's very new. The battery lasts only 2 hours 45 when charged  fully.  I find it too short considering the computer is new and the battery is supposed to last between 5 to 8 hours on a lenovo flex 14.

  • QuickTime Player cannot open files in the "data" format.

    The title above is an exact clip from error message rcvd when quicktime loads after clicking on a web hyperlink.  I enjoy the simplicity of a mac and don't like having to make things work smoothly myself.   The error as quoted doesn't show up when se

  • Fan starts to make loud noise when watching youtube videos

    Hello there, I have been having a problem with my Macbook Pro for a while and I hope I can find some help here. My Macbook Pro has the problem that when I am watching youtube videos and I have the fullscreen option on, if the video is lasts, say more

  • Remove the new line character

    Hello All, I have a CLOB in my database. That CLOB contains new line characters. Now I have to remove the new lines and make the whole CLOB object as a string without the new lines. Can anybody help in that matter ?. Thanks and regards, Sachin

  • Is it possible to edit a calculated field?

    Is there a way to make a calculated field editable, overriding the calculation? My form table calculates HST on pay amounts. But not everyone charges HST so I'd like the user to be able to put $0 in the field manually. I can create an HST option box