Pmset broken in 10.6 server

10.6 client I get:
[20:23:43 Mac:~$] pmset -g
Active Profiles:
AC Power -1*
Currently in use:
hibernatemode 0
halfdim 1
womp 0
sleep 180
powerbutton 1
disksleep 10
hibernatefile /var/vm/sleepimage
ttyskeepawake 1
autorestart 0
displaysleep 10
In 10.6 Server I get:
[20:25:41 ns1:~$] pmset -g
[20:25:44 ns1:~$] sudo pmset -g
Password:
[20:25:51 ns1:~$]

Same here, seems this changed in Server 10.6, however, according to this Man page it's still there:
http://developer.apple.com/mac/library/DOCUMENTATION/Darwin/Reference/ManPages/m an5/users.5.html

Similar Messages

  • While viewing a page I suden get "Oops! This page appears broken. DNS Error - Server cannot be found." However I can back arrow to the page

    I just upgrade to versions 18.0.1. I am suing Window 7 64 bit.
    Now I while I am viewing a page I suddenly receive the error massage "Oops! This page appears broken. DNS Error - Server cannot be found."
    I can use the back arrow key to bring the paper back.
    If I have several tabs open, I can watch one tab after another change from the page name, It doesn't seem to matter who page it is, Yahoo, Washington Post, NBCNews,

    I am not a techie. I keep 15-20 to tabs open at a time for reference while working. When I upgraded to this version, all my tabs were closed and my history was erased. I still have not recovered from that loss. I do not want to have this repeated!
    If I was using pdfforge extension (what ever that is) before the upgrade, why is it venomous now?
    Besides this issue, since upgrading I suddenly starting having the audio from commercials being played from tabs that are not active (open). I now have to leave my audio muted.
    I expected assistance from Firefox not some unknown individual ( iamjayakumars) who for all I know is a troll trying to get me to do something to expose my computer to attack.
    I allowed Firefox to collect data they needed from my computer when I submitted the question.
    Fix the bug in your program! I have used Firefox since it came out. I am within a hairs width of switching browser. The only thing holding me with Firefox is my bookmarks. If I figure out how to export them, I am gone.
    FIX YOUR BROWSER!!!

  • OSB dashboard Service Health tab broken when a managed server is down

    I have shut down one of the managed servers in my three-member OSB 10.3.1 cluster to load test the reduced configuration, and that has broken the "service health" tab on the OSB console dashboard.
    The problem is that with the mgd1 server shut down (the one the Singleton marker ear is deployed to, if that matters), in the OSB console's Dashboard everything in the "Service Health" tab is broken. I get the warning message "Unable to obtain metrics data from the server" at the top of the page whenever I go to the dashboard. I can't even look at the displays for the individual (mgd2, mgd3) servers that are running. I get the following error in the log when trying to access the service health for the services in the cluster, or even if I try to get the health of services in either of the two remaining cluster members individually:
    +####<Apr 8, 2010 11:00:02 PM EDT> <Error> <AlertLog> <nj09mhm0033.edmz.mcgraw-hill.com> <SS_ESB_Admin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270782002573> <BEA-000000> <WLDFAccessRuntimeMBean is not available for server SS_ESB_mgd1>+
    Also, as part of the load test procedure, I need to collect performance stats from the proxy service pipeline and the business service. To do this, I've written JMX code called out of soapUI scripts to reset the stats on these services before the run, then collect the stats after the run ends; the code connects to the admin server. This too is broken when the mgd1 server is shut down.
    I get the error below when trying to collect the cluster stats from the Admin server from the JMX code. This error is fatal, and no statistics come back from the rest of the cluster either. (you can ignore all the groovy stuff in the stack trace, it's the nested Exceptions that are more interesting).
    Does anyone have an idea about what's going on, and how I fix this? I would have thought the DomainService Runtime MBean would be able to catch and handle an Exception like this if one of the managed servers were down, and collect the stats from the available part of the cluster, but it looks like that's not the case.
    TIA for any help.
    /Steve Elkind
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy6.getBusinessServiceStatistics(Unknown Source)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getAndResetStatsForMonitoredBizService(ServiceStatsRetriever.java:193)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStatsForMonitoredBizService(ServiceStatsRetriever.java:142)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$GetAndResetStatisticsTask.run(ServiceStatsRetriever.java:652)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$GetAndResetStatisticsTask.getStats(ServiceStatsRetriever.java:619)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStats(ServiceStatsRetriever.java:779)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$getStats.call(Unknown Source)
    at Script1.sleepGetStats(Script1.groovy:75)
    at Script1$sleepGetStats.callCurrent(Unknown Source)
    at Script1.runBenchMarkTest(Script1.groovy:104)
    at Script1$runBenchMarkTest.callCurrent(Unknown Source)
    at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:163)
    at Script1.run(Script1.groovy:152)
    at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:93)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.runSetupScript(WsdlLoadTest.java:915)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner.start(WsdlLoadTestRunner.java:102)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.run(WsdlLoadTest.java:418)
    at com.eviware.soapui.impl.wsdl.panels.loadtest.WsdlLoadTestDesktopPanel$RunLoadTestAction.actionPerformed(WsdlLoadTestDesktopPanel.java:424)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6263)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6028)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
    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:597)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ServiceDomainMBeanInvocationHandler.invoke(ServiceStatsRetriever.java:567)
    ... 46 more
    Caused by: com.bea.wli.monitoring.MonitoringException: [Monitoring Runtime:473057]Failed to get statistics for services due to java.rmi.UnknownHostException: Could not discover administration URL for server 'SS_ESB_mgd1'
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:967)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getServiceStatistics(ServiceDomainMBeanImpl.java:802)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getBusinessServiceStatistics(ServiceDomainMBeanImpl.java:366)
    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:597)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:255)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10$1.run(AuthenticatedSubjectInterceptor.java:582)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:580)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:573)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:307)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.rmi.UnknownHostException: Could not discover administration URL for server 'SS_ESB_mgd1'
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:175)
    at com.bea.wli.sb.util.server.AggregatorUtils.getAggregatorServerAdminURL(AggregatorUtils.java:105)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsRetrieverMBean(ServiceDomainMBeanImpl.java:2036)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:933)
    ... 35 more
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy6.getBusinessServiceStatistics(Unknown Source)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getAndResetStatsForMonitoredBizService(ServiceStatsRetriever.java:193)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStatsForMonitoredBizService(ServiceStatsRetriever.java:142)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$GetAndResetStatisticsTask.run(ServiceStatsRetriever.java:652)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$GetAndResetStatisticsTask.getStats(ServiceStatsRetriever.java:619)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever.getStats(ServiceStatsRetriever.java:779)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$getStats.call(Unknown Source)
    at Script1.sleepGetStats(Script1.groovy:75)
    at Script1$sleepGetStats.callCurrent(Unknown Source)
    at Script1.runBenchMarkTest(Script1.groovy:104)
    at Script1$runBenchMarkTest.callCurrent(Unknown Source)
    at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)
    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:163)
    at Script1.run(Script1.groovy:152)
    at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:93)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.runSetupScript(WsdlLoadTest.java:915)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTestRunner.start(WsdlLoadTestRunner.java:102)
    at com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest.run(WsdlLoadTest.java:418)
    at com.eviware.soapui.impl.wsdl.panels.loadtest.WsdlLoadTestDesktopPanel$RunLoadTestAction.actionPerformed(WsdlLoadTestDesktopPanel.java:424)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6263)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6028)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.reflect.InvocationTargetException
    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:597)
    at com.mgh.im.esb.jmxutils.ServiceStatsRetriever$ServiceDomainMBeanInvocationHandler.invoke(ServiceStatsRetriever.java:567)
    ... 46 more
    Caused by: com.bea.wli.monitoring.MonitoringException: [Monitoring Runtime:473057]Failed to get statistics for services due to java.rmi.UnknownHostException: Could not discover administration URL for server 'SS_ESB_mgd1'
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:967)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getServiceStatistics(ServiceDomainMBeanImpl.java:802)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getBusinessServiceStatistics(ServiceDomainMBeanImpl.java:366)
    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:597)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:255)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:445)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10$1.run(AuthenticatedSubjectInterceptor.java:582)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:580)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:573)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:307)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.rmi.UnknownHostException: Could not discover administration URL for server 'SS_ESB_mgd1'
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:175)
    at com.bea.wli.sb.util.server.AggregatorUtils.getAggregatorServerAdminURL(AggregatorUtils.java:105)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsRetrieverMBean(ServiceDomainMBeanImpl.java:2036)
    at com.bea.wli.sb.management.monitoring.ServiceDomainMBeanImpl.getStatisticsForServices(ServiceDomainMBeanImpl.java:933)
    ... 35 more

    As a follow-up, does anyone know if I can simply retarget the two OSB Singleton Marker Apps (shown below from config.xml) to another server instance to fix this and any other Singleton issues (e.g., flie transport, ftp, and email pollers), or is it more involved than that?
    <app-deployment>
    <name>ALSB Cluster Singleton Marker Application</name>
    <target>SS_ESB_mgd1</target>
    <module-type>ear</module-type>
    <source-path>/opt/bea/osb1031/osb_10.3/lib/common/clustersingletonmarker.ear</source-path>
    <deployment-order>80</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>ALSB Domain Singleton Marker Application</name>
    <target>SS_ESB_mgd1</target>
    <module-type>ear</module-type>
    <source-path>/opt/bea/osb1031/osb_10.3/lib/common/domainsingletonmarker.ear</source-path>
    <deployment-order>85</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>

  • Mail flow completely broken after upgrading Exchange Server 2013 CU3 (Build 775.38) to Exchange Server 2013 SP1 (Build 847.32)

    internal mail flow completely broken.
    external mail flow completely broken.
    i upgraded exchange server as follows:
    1. setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
    2. setup.exe /PrepareAD /IAcceptExchangeServerLicenseTerms
    3. upgraded the exchange server with GUI installer
    also considered this: http://support.microsoft.com/kb/2938053/en-us
    receive connectors :
    Transport Service couldn't start, then i disabled hub transports, and it starts, but no mail flow on port 25. according to this:
    http://social.technet.microsoft.com/wiki/contents/articles/24056.what-the-crash.aspx
    i didn't have any success to fix mail flow, any solution?

    Hi Alireza
    The above tech-net http://social.technet.microsoft.com/wiki/contents/articles/24056.what-the-crash.aspx
    will be applicable only if we get these events in the app log 1019,1018,1036,4999
    You can check the transport service is running in which service account - Local or network 
    It should be running in network account by default.
    You can run get-transportagent and check if there are any transport agents installed 
    If you find them then disable all the transport agents that you have installed on the Exchange servers by running disable-transportagents
    Disable the antivirus if you have any installed.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • X connection to :0.0 host broken (explicit kill or server shutdown)

    Hello All,
    I strongly believed in using JAVA Swing GUI, for huge data visualization.
    Now I encounter a problem:
    I start up my application, and things work very well and looks pretty fast.
    I try and create a JPanel with is almost 11.3MPixels (just length), and I don't have any problem. However, if I try and create a JPanel 15.4MPixels (just length), my application crashes and I receive a weird error - "X connection to :0.0 host broken (explicit kill or server shutdown)". This happens only on Linux (I am using Debian). I bumped Xmx till 1024m (My system has more than that).
    If I run same application in Windows, I do not have this error at all, everything displays fine. I am using -Xmx200m.
    This is not a Memory issue. I am assuming something is wrong with Java-on-Linux or I am unaware of what is happening.
    Can anyone of you enlighten, and help me solve this issue?
    Thanks in advance,
    Jazz

    Hello All,
    I strongly believed in using JAVA Swing GUI, for huge data visualization.
    Now I encounter a problem:
    I start up my application, and things work very well and looks pretty fast.
    I try and create a JPanel with is almost 11.3MPixels (just length), and I don't have any problem. However, if I try and create a JPanel 15.4MPixels (just length), my application crashes and I receive a weird error - "X connection to :0.0 host broken (explicit kill or server shutdown)". This happens only on Linux (I am using Debian). I bumped Xmx till 1024m (My system has more than that).
    If I run same application in Windows, I do not have this error at all, everything displays fine. I am using -Xmx200m.
    This is not a Memory issue. I am assuming something is wrong with Java-on-Linux or I am unaware of what is happening.
    Can anyone of you enlighten, and help me solve this issue?
    Thanks in advance,
    Jazz

  • Download Links Broken for english Sql Server 2012 Express

    Hi,
    it seems that the download links for Sql Server 2012 Express Edition is broken for the english version.
    None of the links on the microsoft download center works.
    I am able to download a german version from:
    http://www.microsoft.com/de-de/download/details.aspx?id=29062
    But changing the language to english results in a "We are sorry, the page you requested cannot be found."
    Take care,
    Martin

    Hello,
    I created the following Microsoft Connect item about this issue:
    https://connect.microsoft.com/SQLServer/feedbackdetail/view/958840/download-links-are-broken-for-sql-server-2012-express-and-sql-server-2008-r2-express
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Broken dropdowns in SQL Server Configuration Manager

    I recently installed a new virtual VMWare machine for development purposes. The machine has Windows 8.1 (64 bit), Visual Studio 2013 and Microsoft SQL Server 2012 Standard Edition, all with latest updates.
    Today I wanted to create a new Alias in the SQL Server Configuration Manager. I have previously done this for MS SQL 2012 on Windows 7 32 bit and it was straight forward. But on Windows 8.1 I was unpleasantly surprised. All dropdowns in SQL Server Configuration
    Manager properties are broken - they are narrow and do not display any options. Here is a screenshot:
    I thought that only the Protocol dropdown is broken, but I noticed the same issue with other dropdowns, even for simple Yes/No values:
    I've heard from some people that some programs render broken on Windows 8 (one example was Office Live Meeting which has cropped configuration dialog) but haven't seen something like this before.
    I asked some of my work colleagues and two of them reported the same problem. In one case it's on Windows 7 64 bit, but this person says that some months ago he didn't have the issue. Maybe some Windows or SQL Server update broke it.
    If it matters, I'm running it on a virtual machine with 1366x768 resolution and DPI setting is on 100%.
    Somehow I managed to select values blindly using arrow keys and enter. This means the values are actually there but the dropdown does not render them at all. It feels so awkward to be unable to see what I'm selecting.
    Product versions are as follows:
    SQL Server Configuration Manager: 2011.0110.2100.060
    SQL Server: 11.0.3128.0
    What is wrong with these dropdowns and how do I fix them?

    Hi,
    I was able to reproduce this issue on my machine as well. It has SQL Server 2012 SP1 and Windows 8.1 installed.
    The issue happens when I add the SQL Server Configuration Manager as a snap-in to MMC.exe. It works fine if I launch the SQL Server Configuration Manager from the shortcut which installed by SQL Server in the Start Menu\Programs\Microsoft SQL Server 2012\Configuration
    Tools folder.
    To get around this, you need to launch the SQLServerManager11.msc in C:\Windows\SysWOW64 rather than C:\Windows\System32. Use the below command:
    MMC  %windir%\syswow64\SQLServerManager11.msc
    The issue has been reported on Microsoft Connect:
    https://connect.microsoft.com/SQLServer/feedback/details/747902/configuration-manager-snapin-dropdownlists-are-broken-empty-and-gray
    Sorry for the inconvenience you have experienced and thank you for your understanding and continued support.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Time Machine broken after 10.6 server upgrade

    I recently upgraded our Mac Pro running 10.5 Leopard server to 10.6 Snow Leopard server, I just popped the disk in and ran the installer. The upgrade seemed to go fine, this is just a file server, and everything seems to function just as it had in OS 10.5, except for Time Machine. TM did not pickup where it left off with the internal TM drive for the server (not entirely unexpected). With no luck I've tried:
    Erasing and repartitioning the drive (after turning TM off and deleting the preference file)
    Removing the drive and erasing and partitioning on another computer, then trying TM through a USB connection (after turning TM off and deleting the preference file)
    Below is the common error dialog and part of a log file. If I were to remove the folder/file listed in the log next time it would just be another file. What is consistent is that it doesn't seem to like what's in the Shared Items folder (the sharepoints users attach to).
    Can anyone tell me how I might fix this?
    --- Sample Log Exerpt ---
    com.apple.backupd[23587]  Error: (-41) SrcErr:NO Copying /Shared Items/OpenJobs/∂ Jamie's Jobs/misc./Flash/Ex_Files_FlashCS3_BTB/Exercise Files/Chapter 09/03/final/classes/com/lynda/audio/mp3/Mp3Player.as to /Volumes/Server_TM/Backups.backupdb/travelxserve/2011-06-07-091921.inProgress/D 895F019-A328-45B1-A7D4-836231E1A817/ServerHD/Shared Items/OpenJobs/∂ Jamie's Jobs/misc./Flash/Ex_Files_FlashCS3_BTB/Exercise Files/Chapter 09/03/final/classes/com/lynda/audio/mp3
    com.apple.backupd[23587]  Copied 238 files (116.7 MB) from volume ServerHD.
    com.apple.backupd[23587]  Copy stage failed with error:11
    servermgrd[81]  servermgr_backup: TimeMachinePostBackupHook called.
    servermgrd[81]  servermgr_backup: TimeMachinePostBackupHook done.
    com.apple.backupd[23587]  Backup failed with error: 11

    valoo wrote:
    I deleted the newly created sparsebundle. I also realized that the computer name had been changed and I changed it back to the original one. Here's the new problem. The TM says that I only have 127 GB and the amount of space needed to back up the disk is 140GB. I don't understand. It almost seems like it is trying to duplicate the entire backup. And this time around, I don't even see any new sparsebundle. I am stuck here.
    Something caused TM to decide to start a new "sequence" of backups, as if you'd gotten a new Mac. That means a new, full backup to start with. The only thing that seems to have worked for some folks is a Restart. So if you haven't done one since the latest changes and failed backup attempt, it's worth a try.
    If it still wants to do a full backup, you can't prevent it.
    Depending on how much space you have on the TM drive/partition, your only choice may be to delete the "old" sparse bundle and let TM start over.
    You may be able to delete some of the older backups to make room for the new, full backup, but that's tedious and time-consuming (see item #12 of the Frequently Asked Questions *User Tip.)*
    But that still leaves two problems: you'll have to manually "compact" the sparse bundle via Terminal to shrink it; and you'll have to continue to delete old backups this way (and manually compact them) to make room for new ones. Since TM is treating them as if they were from a different Mac, it won't delete them automatically, but will delete the oldest backups from the new set instead.

  • DHCP Proxy broken with particular interface/server (7.0.235.3)

    We are evaulating a NAC solution that wants to be the authoritative DHCP server for its quarantine vlans.
    So we created a new interface on the controller, and set that interface to use this product as the DHCP server.
    Systemwide, we are running with DHCP Proxy enabled because some years ago the passthrough option was not working reliably for us alongside DHCP_REQD.  Since this is a global setting we are somewhat reluctant to go playing around with it.
    The WiSM card sends the DHCP request to the alternate DHCP server, that server replies, and we can even see the DHCP offer being sent out the PortChannel to the controller via a span sniff. All the source and destination addresses on the offer look OK.  However, clients assigned to this interface do not acquire a DHCP address.
    A DHCP address can be successfully obtained from a wired client joined to the same VLAN (the helper address is there, too.  This should not interfere, and doesn't, as we tried removing it just to be thorough and still the WLC does not work.)
    In the debug logs we see that interface marked as dirty for failure to resolve DHCP.  However we are not using interface groups so there should be no other alternative, and as far as we can tell delivery of the requests to the DHCP server is not being blocked by the failover mechanism:
    *DHCP Proxy DTL Recv Task: Feb 21 13:58:24.70 9: %SIM-3-DHCP_SERVER_NO_REPLY: sim_interface.c:1039 Failed to get DHCP response
    on interface 'regtest'. Marking interface dirty.
    We've tried moving the APs temporarily and rebooting the controller with the interface configuration saved to flash.  This did not jog anything loose.  If we set the DHCP servers on the interface back to the same servers that all the other interfaces use, DHCP works for wireless clients.
    The NAC appliance uses what appears to be a vanilla Linux server, as do we in production.  We can see and even alter the config for that server, and it does not contain anything eclectic, just the run of the mill options.
    We've tried using DHCP override on the test SSID to send all DHCP for every interface to the NAC appliance (not our desired final result, just as a test.)  This fails as well.
    Anybody have any other ideas as to how to jog this loose, how to ferret more information out of the controllers, something we may have missed configuration-wise, or a bug ID?

    It's a hold over from the Airespace code.  In the early versions, the way the WLC learned the client IP address to put them into a RUN state, was to proxy the DHCP request, so they could see the IP offered to the client.
    Granted it wasn't ideal but it was the way they did it.  Now it's learned a different way, but proxy is still the default, and required if the WLC acts as a DHCP server.
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • Printer Sharing broken in Snow Leopard Server

    I have a Mac Pro running Leopard Server 10.5.8 doing various things, as well as Printer Sharing. After recently attempting to upgrade it to Snow Leopard Server, printer sharing no longer works. Existing clients with the shared printers added can no longer print. I attempted resetting the printing system on the server then readded the printers, then did the same on a client. When adding the printers advertised through Bonjour, the printer model is not detected and it wants to use the generic postscript driver. When printing with this driver, the printer hangs and wants to ask what paper tray to feed from.
    How can I get this working as it was in 10.5.8? I don't want to have to go around and reconfigure all 50 clients on my network, and if I do have to, adding it with Bonjour should do most of the work.

    There are server user accounts and computer user accounts. System Preferences is for creating and managing computer user accounts. Server Preferences and Workgroup Manager are for creating and managing server user accounts. If you created the account in System Preferences, you won't be able to manage it with Server Preferences or Workgroup Manager.

  • Today's iTunes update has broken iTunes on Windows Server 2008 (64 Bit)

    After today's update, iTunes crashes 100% of the time upon launching.
    "iTunes has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." is all the info the error window gives. Uninstalled and re-installed 3 times, with exact same results

    I updated QuickTime Player. No change in iTunes crashing at launch. If I choose "debug", it brings up the Visual Studios Just-in-time debugger, with a message: "An unhandled Win32 exception occurred in iTunes.exe [4748]

  • X connection to machine.here.sy:14.0 broken (explicit kill or server shutdo

    As a user, not as root, on linux 64, AMD64/EM64T, trying to
    ./jdk-1_5_0_06-nb-5_0-linux.bin*
    I get the error about X connection.
    I'm not using an X connection - is that needed?
    Any other gotchas on a simple install?
    Thanks,
    J

    in this case how i can run xwindow like OUI?

  • Fresh Install of Mountain Lion how do I export users from Lion Server

    I've been having some issues with Lion Server, mainly Kerberos related and Profile Manager. So I want to start fresh with Mountain Lion.
    I've installed ML and Server, and profile manager is working now for the first time (yay!)
    Now I want to Import all my existing Open Directory users from Lion, I don't want to Import the entire OD though because I think some of my kerberos issues will just get carried over to ML.
    I would like to just export the Users to a file then use ML server to import users from file, but I can't see an option to export in Lion Server, I have tried doing it from WGM on Lion but the 'users' file is not recognised by ML server

    Great thanks for the reply, I'll try it tonight when everyone has logged off.
    Yeah I was very pleased initially with kerberos on Lion, it worked great to start with, now I'm just getting expired tickets for a default realm when some users log in, yet other users continue to work fine.
    I was planning to slowly install Mountain Lion Server and test is thouroghly but I've had a bit of a disaster that if forcing me to go live with ML server quicker than I wanted to!
    Basically because on Lion Server I have all the Service Data on a separate drive, and I upgraded to ML server on a backup copy of Lion Server just to see what it was like, though now I've rebooted the original Lion drive but half of the services are now screwwed up because the ML Server must have changed them, so things like Wiki Server and Profile Manager are now broken from the Lion Server boot, they just show "Error Reading Settings"
    I realise now I should have moved the Service data back to the local drive before doing a test upgrade so I wouldn't have messed it up! but now it seems like my best way forward is a fresh install of ML Server

  • Broken link -

    Hi All,
    I am trying to get a pdf document and the link is broken. Please could you give me an alternate link/URL or a document to install on linux for
    Oracle Application Server 10g Release 3 (10.1.3.1.0) Developer Preview for Oracle SOA Suite
    1) Go http://download-west.oracle.com/otn_hosted_doc/soa/docs/index.htm
    2) Installation Guide for Linux link is broken
    Does "Oracle Application Server 10g Release 3 (10.1.3.1.0) Developer Preview for Oracle SOA Suite" work with Oracle XE DB (Oracle Database 10g Express Edition DB, User data max 4GB limitations)
    Regards,
    Muthu Veerappan

    Thanks!
    I fixed the link.
    Tom

  • Report server error on AIX

    Hi All,
    Im hitting the error bind to report server failed for my report servers running on IBM AIX 5.3 64 bit.Im using XMANAGER installed on a windows machine for DISPLAY purposes.While starting report servers via xterm,im hitting the bind to report server <rep_server_name> error.
    Ironically,the report server process stays alive on the server when i issue unix "ps" command.Whiel starting the report server, the SHOWJOBS URL shows the report server is initializing information,but in roughly after 6 seconds,the report server is shutdown with the below mentioned error found in the trace file....
    error -
    [2011/9/8 5:7:40:401] Exception 56105 (): Engine rwEng-0 died with error: X connection to localhost:10.0 broken (explicit kill or server shutdown).^M
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    at oracle.reports.utility.Utility.newRWException(Utility.java:756)
    at oracle.reports.server.EngineManager.manage(EngineManager.java:324)
    at oracle.reports.server.IdleThread.run(IdleThread.java:88)
    OS - AIX 5.3
    OAS - 10 G R2 10.1.2.3.0

    its been resolved,the issue was with Xmanager software installed on the windows system.Thnax :)

Maybe you are looking for

  • Films in itunes library not showing as available to sync?

    I have around 8 films listed in my itunes library but 6 of them are not showing up as available to sync to my ipod touch. I have bought all the film through itunes with the latest only the other day; it is this film and the previously bought film tha

  • Number Range in Import  Manager

    Hi, Can I create a field which is automatically incremented with a specified number range and which is not unique?? Regards, RK

  • Kp26 and KSPI

    1.Is planning under KP26 is manual planning of activity quantities.Then how do we do automatic planning. 2.you can also use indirect activity allocation to plan activity quantities automatically under : Indirect Activity Allocation-how do we do that.

  • Newbie PDF screen display/print colour problem

    First let me say I've been searching through the forums for an answer for my problem and drawn a blank, mostly I suspect because I'm not exactly sure what the problem is.  Also I understand the basics of colour profiles but a large proportion of it g

  • Cant record into to logic pro 9 using samson l1200 live mixer, System/Pref/Audio input tab says selected device has no input control

    Hi Im new to this so bare with me..When I connect my Samson l1200 live usb mixer to my Imac 7,1 Intel duo core 3gb ram, osx10.6.8, via usb cable to record vocals/instruments, in System Pref/Audio/Output tab is set to mixer's UsbAudioCodec driver, (Im