HQ 3.2 Beta 1 - trace of the stack in Live Exec "df" on win32 agent

Hello

Server:
HQ 3.2 B build #542
Mac OS X 10.5.1 & Windows XP sp2

Agent:
HQ 3.2 B build #542
Windows XP sp2

Server HQ throw exception when I select 'df' in the Live Exec tab on Win32 platform.

Thank you laullon

It is connected to http://jira.hyperic.com/browse/HHQ-1210.

-Lorenzo

Tags: VMware

Similar Questions

  • HQ 3.2 Beta 2 - trace of the stack in the dashboard

    Hello

    Throw Exception dashboard after I deleted a platform recorded under "favorite resources.
    I have attached the log file.

    2007-12-11 16:47:24, 560 [http - 0.0.0.0 - 7080-5] INFO [org.hibernate.event.def.DefaultLoadEventListener] load error performing command
    org.hibernate.ObjectNotFoundException: no row with the given identifier exist: [org.hyperic.hq.common.server.session.CrispoOption #10037]
    to org.hibernate.impl.SessionFactoryImpl$ 1.handleEntityNotFound(SessionFactoryImpl.java:377)
    at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:145)
    at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:195)
    at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:103)
    at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
    at org.hibernate.impl.SessionImpl.internalLoad(SessionImpl.java:846)
    at org.hibernate.type.EntityType.resolveIdentifier(EntityType.java:557)
    at org.hibernate.type.ManyToOneType.assemble(ManyToOneType.java:196)
    at org.hibernate.collection.PersistentSet.initializeFromCache(PersistentSet.java:124)
    at org.hibernate.cache.entry.CollectionCacheEntry.assemble(CollectionCacheEntry.java:35)
    at org.hibernate.event.def.DefaultInitializeCollectionEventListener.initializeCollectionFromCache(DefaultInitializeCollectionEventListener.java:130)
    at org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:48)
    at org.hibernate.impl.SessionImpl.initializeCollection(SessionImpl.java:1716)
    at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:344)

    Hi German,
    Thanks for letting us know about this. QA has tried to reproduce and we cannot. I think that it's been resolved in a future release.
    -Heather
    UI Engineer, Hyperic

  • TLSIOException with reason '0' and no trace of the stack on the WiFi

    Hello

    I am downloading a file via SSL. On most devices, the file is transmitted without any problem. Probably 20% of devices, transmission of files fails with a TLSIOException with no trace of the stack and no message. The execution of TLSException.getReason () return '0'. There is no common denominator to the problem as OS version bundle or device model, except that it never fails on a cellular connection - only on WiFi.

    I'm out of stuff for debugging this problem. Any thoughts would be appreciated.

    Scott


  • Failed to instantiate new custom class object - no trace of the stack

    Hello

    I have a little maddening problem. I created a custom class called 'Notification '. When I try to create an instance of the latter, I don't get any stack trace. Here's the class:

    package net.creative.core.util;
    
    import net.rim.device.api.system.Bitmap;
    
    /**
     * These are the notification objects that are created and stored
     * when a push notification is sent.
     * @author Heather
     *
     */
    
    public class Notification {
    
        private String title;
        private String content;
        private Bitmap image = Bitmap.getBitmapResource("appicon.png");
    
        public Notification(){
            title = "Title";
            content = "Content";
        }
    
        public Notification(String _title, String _content){
            title = _title;
            content = _content;
        }
        public Notification(String _title, String _content, Bitmap _image){
            title = _title;
            content = _content;
            image = _image;
        }
        public String getTitle(){
            return title;
        }
        public String getContent(){
            return content;
        }
        public Bitmap getImage(){
            return image;
        }
        public void setTitle(String _title){
            title = _title;
        }
        public void setContent(String _content){
            content = _content;
        }
        public void setImage(Bitmap _image){
            image = _image;
        }
    
    }
    

    I don't think it's a problem, but the screen I have tried to create an instance of in the Notification is in the com.creative.core package. I imported Notification on the screen while... Any ideas?

    Never mind.. just resolved.

  • Get traces of the stack on a facility completely cleaned using default db

    I tested this out and can reproduce the bug on the GA business and community releases, exact same error every time:
    java.lang.NullPointerException at org.hyperic.hq.ui.action.resource.platform.inventory.NewPlatformAction.execute(NewPlatformAction.java:107) at org.hyperic.hq.ui.action.BaseRequestProcessor.processActionPerform(BaseRequestProcessor.java:63) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hyperic.hq.ui.AuthenticationFilter.doFilter(AuthenticationFilter.java:158) to org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hyperic.hibernate.filter.SessionFilter$ 1.run(SessionFilter.java:59) at org.hyperic.hq.hibernate.SessionManager.runInSessionInternal(SessionManager.java:79) at org.hyperic.hq.hibernate.SessionManager.runInSession(SessionManager.java:68) at org.hyperic.hibernate.filter.SessionFilter.doFilter(SessionFilter.java:57) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:164) at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141) at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90) at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.hyperic.hq.product.servlet.filter.JMXFilter.doFilter(JMXFilter.java:324) to org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process to org.apache.tomcat.util.net.JIoEndpoint (Http11Protocol.java:583) $(JIoEndpoint.java:446) Worker.run at java.lang.Thread.run (unknown Source)

    Server.out:
    11:55:50, 951 INFO [Server] start JBoss (MX MicroKernel)...
    11:55:50, 951 INFO [Server] release ID: [Trinity] JBoss 4.2.3.GA (build: SVNTag = JBoss_4_2_3_GA date = 200807181417)
    11:55:50, 952 Dir home INFO [Server]: /home/hyperic/server-4.1.2.1-EE/hq-engine
    11:55:50, 953 INFO [Server] home URL: file:/home/hyperic/server-4.1.2.1-EE/hq-engine/
    11:55:50, 953 INFO [Server] Patch URL: null
    11:55:50, 953 INFO [Server] server name: by default
    11:55:50, 954 INFO [Server] Server Home Dir: /home/hyperic/server-4.1.2.1-EE/hq-engine/server/default
    11:55:50, 954 INFO [Server] Server Home URL: file:/home/hyperic/server-4.1.2.1-EE/hq-engine/server/default/
    11:55:50, 954 INFO [Server] Server Log Dir: /home/hyperic/server-4.1.2.1-EE/hq-engine/server/default/log
    11:55:50, 954 INFO [Server] Server Temp Dir: /home/hyperic/server-4.1.2.1-EE/hq-engine/server/default/tmp
    11:55:50, 954 INFO [Server] root deployment Filename: jboss - service.xml
    11:55:51, 397 INFO [ServerInfo] Java version: 1.5.0_12, Sun Microsystems Inc.
    11:55:51, 397 INFO [ServerInfo] Java VM: Java hotspot Server VM 1.5.0_12 - b04, Sun Microsystems Inc.
    11:55:51, 398 [ServerInfo] OS-system INFO: Linux-2.6.24 - 24-server, i386
    11:55:52, 125 INFO [Server] initialized Core system
    11:55:57, 158 INFO [Log4jService$ URLWatchTimerTask] configuration of the URL: resources: jboss - log4j.xml

    Using the jre provided server and db. I disabled the local installation of the sun jre 1.6.
    I accepted all the default values during the installation for the two editions.
    Under Ubuntu LTS Hardy

    Yes, even if you are tracking via snmp, you will always at least an agent installed and setup to communicate with the snmp devices.  It should be on any machine that can see the HQ server and snmp devices that you want to monitor.

  • the stack trace is always printed with intercept Throwable even if printStackTrace is not called

    Hi, at my request, a single method, I want to print the stack trace that under certain condition. However I discovered that I still see at the event log the stack trace, even if I don't deliver the printStackTrace call. This would mean that wrestling only Throwable is sufficient to print the trace of the stack, which is really not desirable. Has anyone seen the same thing?

    Is there anyway to disable the automatic stack trace dump if Throwable is caught?

    It is behavior hormaux and I never found a way to influence him, anyway.

  • I have a complaint on my Mac Book Pro. I bought my computer in January 2016 and it has two problems: the first is the display of the retina that has many traces of the keyboard and as many times it freezes. I have looked for help on the local Apple Store

    I have a complaint on my Mac Book Pro. I bought my computer in January 2016 and it has two problems: the first is the display of the retina that has many traces of the keyboard and as many times it freezes. I have looked for help on the local Apple Store and support too, but it did not help. I would like you help me solve this problem.

    Thank you.

    Kelly

    Your machine is still under warranty, so you should take it to your local Apple store for repairs. Function late in January, you bought it, you still have phone without support. If you can't find any help on the Apple Store, then I don't know what you expect to find here. We have no way to check for problems you have described or any additional hardware, etc.

  • keyboard leaves traces on the screen on the Satellite A100-847

    Hello

    from time to time I notice the traces on the screen keyboard.
    They resemble thin vertical lines, which can be cleaned for the moment.
    I'm afraid it will be sooner or later become printed on the screen.
    Is it possible to fix it?

    Thank you.

    Hello

    May I ask what phone do you use?

    I m, an owner of 3 different notebooks and something like this is not uncommon.

    When I m deceased travel I always insert a lint cloth between the capitals and the keyboard.
    It helps me to take care of the screen.

  • Windows Live Essentials Beta - "could not find the entry point.

    I have completed, to the best of my knowledge, the updates that VISTA offers. And yet impossible to download Windows Live Essentials Beta.  It's problems for my computer by other means and it slows down.

    I did a great job keeping my computer clean of viruses and parasites. I did my due diligence on scans, defrags and keep clear of all dangerous downloads.

    It's time to transition my VISTA to Windows 7? More importantly,is it safe to do? I don't have $1,000 to invest in another computer?  Can I make the transition to Windows 7 without putting my computer at risk? Where should I start?

    Get rid of the * beta * product and install the appropriate product: http://explore.live.com/windows-live-essentials?os=other TaurArian [MVP] 2005-2011. The information has been provided * being * with no guarantee or warranty.

  • Impossible update/security update (MSFT XML Core Services 4.0 SP2) or install Office 2010 (trial/beta) - message common all the way through; HRESULT: 0X800736FD

    Impossible update/security update (MSFT XML Core Services 4.0 SP2) or install Office 2010 (trial/beta) - message common all the way through; HRESULT: 0X800736FD.

    I just got this computer, it came with XP installed but Win7 Pro OA... I installed Win7 immediately. The CS XML 4 SP2 update/security updates do not have continually. Is this related as sharing the same code HRESULT? Moreover, trial version of Office 2007 have installed now. Cannot update with Office 2007 Service Pack 2.

    Would be very grateful for the help! ~ Joe

    I don't have any security/antivirus suite & have the firewall off the coast.

    I see.

    Personal data backup (which none should be considered 100% reliable at this point) then format the HARD disk and do a clean install of Windows.  Please note that a repair installation (upgrade AKA on-site) will NOT fix it!

    HOW to do a clean install of Win7: see "using the custom installation option" and formatting the hard drive section of http://windows.microsoft.com/en-us/windows7/Installing-and-reinstalling-Windows-7

    Once installed the clean, you will have the equivalent of a "new computer" in order to take care of everything on the next page before connecting the machine to the internet or one local network (i.e. other computers) and before using a player flash or SD card that is not brand new, or has not been freshly formattedotherwise:

    4 steps to help protect your new computer before going online
         http://www.Microsoft.com/security/pypc.aspx

    Good luck!

  • Ie9 beta does not have the web authentication

    Hello

    / * Style definitions * / table. MsoNormalTable {mso-style-name : « Table Normal » ; mso-tstyle-rowband-taille : 0 ; mso-tstyle-colband-taille : 0 ; mso-style-noshow:yes ; mso-style-priorité : 99 ; mso-style-qformat:yes ; mso-style-parent : » « ;" mso-rembourrage-alt : 0 cm 5.4pt cm 0 5.4pt ; mso-para-margin : 0 cm ; mso-para-marge-bottom : .0001pt ; mso-pagination : widow-orphelin ; police-taille : 11.0pt ; famille de police : « Calibri », « sans-serif » ; mso-ascii-font-family : Calibri ; mso-ascii-theme-font : minor-latin ; mso-fareast-font-family : SimSun ; mso-fareast-theme-font : minor-fareast ; mso-hansi-font-family : Calibri ; mso-hansi-theme-font : minor-latin ; mso-bidi-font-family : Arial ; mso-bidi-theme-font : minor-bidi ;}

    I have a question:

    We had a user who defines the Cisco web-authentuicated WiFi SSID as network Public in the firewall of Windows 7 and when he tried to connect to WiFi, it appears a troubleshooting page and said: "Connection to Web pages are currently redirected to a different Web page."  It uses IE9 beta.  Most likely the browser it's a MiTM attack.

    Apart from declaring (SSID) network as a private network secure, y at - there another solution?

    Our goal is to get the users (which come from major conferences) on the network without them having to change a lot of things on their laptops. They would be naturally defined as a Public network.

    Thank you

    Suman

    The concept of web authentication IS a man in the Middle somehow attack... And IE9 is not a browser supported either.

    I don't know what makes IE cause this error exactly well. You have a DNS host name and the certificate on your webauth?

    Nicolas

  • Is there a better way to remove the toolbar "Frequently used tools" (which I've never used!) to open whenever I open Acrobat reader. rather than uninstall Acrobat and use another PDF reader?

    Is there a better way to eliminate the "frequently used tools.
    toolbar (which I've never used!) to open whenever I open Acrobat
    drive. rather than uninstall Acrobat and use another PDF reader?

    Hi jg49392310,

    You can disable the tool pane with Adobe Acrobat Reader DC was last updated, see this note cover hide the tools Panel in Acrobat and Acrobat Reader DC at all times.

    Kind regards

    Nicos

  • I have illustrator cs5, and I have plans, side, rear, fronts of vehicles. I did a trace of the line of these elevations and projected using the perspective for the perspective grid tool, but I get a distorted view on it, I'm trying

    I have illustrator cs5. I have front, side, rear, plans of vehicles. I need to create 3D illustrations. I did a trace of the line of these elevations and them projected on the perspective grid using the perspective tool.  I got a distorted view of each side of the rack.  What should I do?

    Please see the establishment.

  • I want to build a pc for better video editing with the soft first Adobe pro and Adobe after effect. Should what kind of material I buy for it. If you suggest me pls.

    I want to build a pc for better video editing with the soft first Adobe pro and Adobe after effect. Should what kind of material I buy for it. If you suggest me pls. my budget is about $2500

    You will have problems in the construction of a 99 X system for this budget. You need 32 GB of ram if you do that will be a large part of the cost with DDR4 right now. If you have a room on the X 99 budget would certainly be the way forward. The 5960 X is the best processor out right now but $1100 will probably push your budget. The 5930 K would still work and a much better price for your budget. I suggest: 970GTX with this budget as well. Forget the Xeon V3. They are out of your budget and not worth the price with this budget in mind. You can get a system much better with the I7 Haswell E chips.

    Eric

    ADK

  • 'trace()"along the animate?

    Hello

    Is there any equivalent flash "trace()" along the animate?

    Flash:

    var myName:String = "John";
    trace (myName);

    Animate something similar like trace() on the edge? How to check a variable value?

    Thank you

    Phyle.

    You can use

    Console.log ("called myFunc");

    This will be record information in the console window.

    -Reynaud

Maybe you are looking for