Debug information in putty client

Can anybody help, do not see debugging information when you connect through a ssh client

Hi Dmitry,
I am wondering if you are SSH to a UC500 or IOS device.  Are we talking about something simple as doing a  "terminal monitor" or the 'term mon' command whilst in a telnet or SSH session to see the console debugging results?
regards Dave

Similar Messages

  • Libclntsh.so.10.1 stripped no debugging information

    Hi
    We are using Oracle 10.2.0.1/10.2.0.2 on Itanium server.
    We get the following error message when debugging one of our executables.
    We are unable to display any of our variable values during debugging. I believe this is because of the Oracle error messages that are given below ------
    =============================================
    warning: The shared libraries were not privately mapped;
    setting a
    breakpoint in a shared library will not work until you
    rerun the program;
    stepping over longjmp calls will not work as expected.
    Use the following command to enable debugging of shared
    libraries.
    chatr +dbg enable <executable>
    warning: Load module /u01/app/oracle/product/10.2.0/lib/libclntsh.so.10.1
    has been stripped.
    Debugging information is not available.
    warning: Load module /u01/app/oracle/product/10.2.0/lib/libnnz10.so
    has been stripped.
    Debugging information is not available.
    0xc000000000326c10:0 in __sigtimedwait_sys+0x30 ()
    =============================================

    yes, in fact I have an Oracle Consultant looking into the issue since three days but of no helpl
    I can connect to the source database using sqlplus on this machine and can run a query. But OBI is throwing error.
    Not sure what else is missing. Any suggestions?
    Here is the user.sh
    # Oracle Parameters
    # Make sure that Oracle DB 32 bit Client is installed
    ORACLE_HOME==/obieesbos1/obi/oracle/product/10.2.0/db_1
    export ORACLE_HOME
    TNS_ADMIN=$ORACLE_HOME/network/admin
    export TNS_ADMIN
    PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    export PATH
    #LD_LIBRARY_PATH=$OracleBI_HOME/server/Bin:$LD_LIBRARY_PATH
    #export LD_LIBRARY_PATH
    #LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    #export LD_LIBRARY_PATH
    # If you have Linux 64 bit Platform, and would like to run Oracle BI 32 bit
    # then you must install Oracle DB 64 bit client, and this client comes with
    # 32 bit libraries under $ORACLE_HOME/lib32. The LD_LIBRARY_PATH in this case
    # shall be like this:
    LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH

  • How can i disable debug information from the end user

    By changing debug flag in the url to YES it is possible to view debug information. i want to disable debug information, so that end user could not see debug information. can anyone please tell me the solution.

    Sundhar,
    when you export the application select Debugging:No
    It's one of the available properties together with Build Status, Export Comments, Export Supporting Objects Definitions and so on.
    Bye,
    Flavio
    http://www.oraclequirks.com

  • The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.

    got event ID 4015 and source DNS-Server-Service. please suggest how to fix this issue
    The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.
    Raj

    Hi
     first run "ipconfig /flushdns" and then "ipconfig /registerdns" finally restart dns service and check the situation,also you can check dns logs computer management ->Event viewer->Custom Views->Server roles->DNS.

  • HOW TO GET INFORMATION ABOUT THE CLIENT MACHINE AT DATABASE LEVEL

    HOW TO GET INFORMATION ABOUT THE CLIENT MACHINE AT DATABASE LEVEL USING 10g Database and 10g Application Server
    we have developed an application using oracle forms 10g with
    oracle database 10g and Application server 10g
    Application uses a single Oracle User name to connect to database
    where as at Application level there are different users (these are not database users)
    Now how can we get the information about the user/his machine etc. at database level. earlier in 6i/8i we use to get by using
    USERENV('TERMINAL')
    we had written a triggers on tables on Insert/Update where we used to update a database field Last user terminal with USERENV('TERMINAL')
    but not this information is comming to be the machine name of application server where as we wish this to be the machine name of Client. Any Way outs
    thanks
    Chaand Kackria

    hi, you can use the sys_context function, like this:
    select sys_context('userenv','current_user'),
         sys_context('userenv','os_user'),
         sys_context('userenv','host'),
         sys_context('userenv','ip_address'),
         sys_context('userenv','instance'),
         sys_context('userenv','sessionid'),
         sys_context('userenv','terminal')
    from dual;
    Is this what you 're looking for?

  • How to retrieve CRL information from a client computer

    Is possible to retrieve CRL information from a client computer and how?
    Thanks.

    CRL's do not normally live on workstations... normally these are hosted on servers. If you want to see what server are in the local revocation list then look at the certificates mmc snap-in and look at the revoked certificate list. If you want to test
    a CRL for a certificate then export the certificate and run "Certutil -url"
    Alan Burchill (MVP)
    http://www.grouppolicy.biz
    @alanburchill

  • How to verify existence/absence of debug information in a jar file

    Given a jar, how can I tell if it contains debug information or not? Is there a tool for this? (e.g, like the 'file' utility on linux, which outputs whether an ELF executable is stripped or not)
    Amit

    I'm not saying it's pretty... but there's a horrible quick & dirty way of checking for debug info
    Typically the debugging information is stored is special attributes in the class files, like "LineNumberTable", "LocalVariableTable" etc.
    Depending on which type of debugging setting was used to compile the source code, these will be present in the binary class file.
    So, you might unjar the contents of the jar and run eg.
    find "LineNumberTable" *.class
    to find all classes with line number information.
    I tried it on a sample class and it worked for me here.
    Hey, I know it's a hack, but not everyone has time to write a full disassembler !
    regards,
    Owen

  • Can I get information regarding the client browser using JSP

    can I get information regarding the client browser using JSP. like.. name, screen resolutions, font type, screen width and height of the browser etc.,
    if possible then please give me the samples..
    thanks,

    can I get information regarding the client browser using JSP. like.. name, screen resolutions, font type, screen width and height of the browser etc.,
    if possible then please give me the samples..
    thanks,

  • Logging query with information about ip client machine address

    Halo,
    One of our most important requirements is logging user query (physical to database and logical) with following informations:
    - USER
    - SQL QUERY TEXT (logical/physical)
    - DATE and TIME executing query
    - IP ADDRESS client machine (or name of client machine) (this is very important information)
    We have following configuration:
    - BI Server with Presentation Servicess on one machine (AIX)
    - Web server on second machine (BEA Weblogic 9)
    I've tested [USAGE_TRACKING] mechanism but thera are three problems with it:
    1. in S_NQ_ACCT in field NODE_ID is always written the same information: name of Web Server - WebLogic
    2. in S_NQ_ACCT are storages only logical queries.
    3. Length of field QUERY_TEXT is 1024. I'm sure that in many cases it'll be to short.
    I've tested USER_LOG too (that logs to NQQuery.log file) but there are also some problems:
    1. there is no information about ip client machine but is information about physical and logical queries and other necessary informations
    2. oracle recommends turn off this mechanism on production system.
    I've tested PRESENTATION SERVICESS log (it is configured at logconfig.xml file)
    1. In file is information about ip client machine
    2. In file are written only logical queries (this is big problem we also need physical queries)
    Do you have some idea how to resolve my problem?
    Regards

    hi, you can use the sys_context function, like this:
    select sys_context('userenv','current_user'),
         sys_context('userenv','os_user'),
         sys_context('userenv','host'),
         sys_context('userenv','ip_address'),
         sys_context('userenv','instance'),
         sys_context('userenv','sessionid'),
         sys_context('userenv','terminal')
    from dual;
    Is this what you 're looking for?

  • Need information on SunMC client APIs

    Hello everybody,
    I am looking for some information on the client APIs shipped with SunMC.
    Does anybody know if anything got changed in this API package between SunMC 3.6 and SunMC 4.0.
    If there are changes, can you point me to some documentation which will explain the differences.
    Thanks.

    user445872 wrote:
    Hi,
    I need some information on the <af:query> component in JDev 11g.
    When using ADF 11g's new component, ADF Query (af:query) whether the default "All Queryable Attributes" or on other newly defined View Criterias:
    1     What are the disadvantages of this component, given that the result-set - without filtering - is large (between 1350 and 1700 rows, approximately).
    2     Does it fetch all rows from the database, then performs filtering upon user's entered search criteria – i.e., hitting the "search" button? You could tune your VO not to exeute the query by default (i.e., before applying a search criteria)
    check this blog for sample: http://andrejusb-samples.blogspot.com/2009/08/jdevadf-sample-oracle-adf-tuning.html
    As an other option, you could have a default view criteria applied and executed to filter to result set if it is applicable for your usecase.
    3     Is there a way to add client-side validation on the search criteria attributes?I'm not sure about this though.
    4     In general: What is the best practice to implement a Search Form in ADF 11g
    In addition check this sample as well. It might be of help: http://andrejusb-samples.blogspot.com/2009/09/jdevadf-sample-programmatical-reset-for.html
    regards,
    ~K

  • Requesting location information from a client device (7921G)

    Hey gents,
    Can a client device such as the 7921G gather its own location? I think I remember a configuration example for location presence information on a client. But unfortunately I can't find the configuration guide anymore.
    Can anyone point me in the right direction, please?
    Many thanks,
    Sebastian Jeuk

    This may help if you haven't seen it:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7921g/7_0/english/administration/guide/7921ovr.html

  • Debug commands to troubleshoot client through the WiSM

    We been having issues with several laptops that appear to be losing wireless connectivity and i wanted to know if there is a debug command or commands that would allow me to see the process of the client trying to Associate/Authenticate, etc..
    Thank you
    Vic

    This may be a separate question, I am quite familiar with the "debug client" command, however everytime I log out, or am logged out of the console, and then log back in, my "show debug", shows that I am not debugging anything. The client mac is listed, but no Debug Flags are enabled. Is there no way to leave those debug commands on, so the output is put out to a syslog server? Thanks

  • Java debug information

    hy,
    I was wondering, is it possible to let an Xlet log java output (debug information) and send it to a server on the set top box. These logging information should give information about all the applications running on the stb.
    This in order to help debug problems on commercial STB without debug output and without the need to implement special functionality in all the applications.
    Can someone point me out some resources? (I am a beginning java developer, so I think this is rather a java issue than an MHP or javaTV issue)
    Thanks

    I've used a couple of development boxes and have found that writing to standard out, via calls to System.out.println() works well. There is probably a serial port on your debug box that you can connect up to a PC to read the the debug output.
    If you want to know what applications can be run on the STB then you'll need to write a bit of code to query the org.dvb.application.AppsDatabase. getAppIDs() will return an enumeration org.dvb.application.AppID objects each of which can be looked up in the database to give you more information about the application in question
    Roger

  • Information about class files debugging information

    Hi,
    As known, when compiling "javac -g ..." the class files contain debugging information.
    my Naive question is WHAT is this information?
    could you please add any links to articles about this debugging information?
    Many thanks!!

    http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#22856
    http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#5956

  • Information about a client

    Hi,
    I'm developping a web application. When the client would access to the application, his OS would be dispalyed at the screen. How can I retreive information about a client?
    thx

    Does this method will return the OS where the application is installed?

Maybe you are looking for

  • How to Construct the Email To activity in SharePoint 2013 Workflow

    I have a created a custom workflow and custom association and initiation form using SharePoint 2013. My Assn. form is fine.  I pass in the people picker (Active Directory group) value to my workflow just fine. Now on my Init form I use the passed in

  • Passing multiple rows from one action to another

    Hi, I've build a Guided Procedure Process with two actions. Both actions call a Visual Composer Model (deployed as Flex). The Processdesign is: Process ---Block Action 1 CO 1 as VC Model (Flex) Action 2 CO 2 as VC Model (Flex) From the first vc model

  • Sync my iphone on a new paltop

    Hello, I have a iphone 4S and synced on my Office Laptop. I have a plan to change my sycning to a new laptop which i purchased at home which has itunes for my Ipad already synced. Please advise how to transfered the data from my office laptop to my h

  • Packaging Error - getUTF8String issue?

    Hello all, We're in need of some urgent assistance with strange problems occuring in the ACS4 packaging service. When trying to package some Turkish epubs, we get the following java error in the logs; java.lang.IllegalArgumentException         at jav

  • T3i Locking Exposure in video mode?

    When some one moves an arm on camera I can see the exposure changing on the lcd monitor. Using older lenses I can see exposure changing/flickering as I zoom in or out. How do you lock exposure in video mode?  Even my several year old HV20 had a not-i