New 'Worker' framework - restarting a service?

Hey Guys,
Does anyone know how to restart a Service using the new background threading framework. The teaser out there at the moment indicates this is intended but I can't make it work.
Here's my service:
private class LoginService extends Service<User>
    // leaving out the get/sets for brevity
    public final StringProperty userNameProp = new StringProperty();
    public final StringProperty passwordProp = new StringProperty();
    protected Task<User> createTask()
        final String userName = userNameProp.get();
        final String password = passwordProp.get();
        return new Task<User>()
            protected User call() throws Exception
                return // do remote service login with userName and password
} And this is the code using it:
public class LoginController
    private LoginService loginService;
    public LoginController()
        loginService = new LoginService();
        loginService.stateProperty().addListener(new ChangeListener<Worker.State>()
            public void changed(ObservableValue<? extends Worker.State> source, Worker.State oldState, Worker.State newState)
                if (newState.equals(Worker.State.SUCCEEDED))
                    // show application main view
    public void doLogin(String userName, String password)
        loginService.userNameProp.set(userName);
        loginService.passwordProp.set(password);
        loginService.start();
        // I've tried restart(), cancel(), reset() and using various if !state().equals(State.READY) checks before calling each, etc
}Any hints or tips appreciated. Hopefully the docco will be more detailed before long, but until then I'll take whatever works!
Cheers,
zonski

Sorry, actually restart() does now seem to work as expected. I must have had something else in my code causing the issue earlier (not sure what) that seems to have resolved itself.

Similar Messages

  • I can't call new DN until restarting ccm service

    Hello,
    When i add new phones with new Diectory number to my clusters i can't call any of them until i restart the callmanager service????
    What cause this problèm ?
    Best regards,
    Abdelatif.

    to replicate the CCM db manually perform the following:
    in SQL Enterprise Manager: (on publisher)
    click on: 'publisher'>replicationMonitor>Publishers>'database'>CCM03xx:CCM03xx
    right click on SnapShot in right hand window; choose StartAgent. (will start in a minute or so; if not it will give the reason why under the LastAction field)
    when the snapshot is completed the subscriber should pull it automatically. if it does not, right-click the subscriber in right hand window and choose 'StartSynchronizing'
    sub should synch up DB and finish. (if not it will display the reason why it could not under the LastAction field)

  • Scheduled webi reports fail, why? If I restart BO services they work again

    Hello.
    I'm having a problem with my scheduled Webi reports and I don't know what is causing it.  I have some reports scheduled to run at 8:00 am, and are supposed to be sent to a determined e-mail. Last week it worked well and the reports were sent to their destination successfuly, then this week the same reports didn't reach their destination.  I verified in the History option and all of them showed a Failed status.  I checked the detail and this is what it shows:
    Unexpected exception caught. Reason: [java.lang.NullPointerException: i_statusInfo is null.]
    If I try to reschedule these reports or any other report or a new report I get the same error.  The only way I can make the schedule option work again  for my webi reports is restarting  BusinessObjects services.
    But I guess this is not the right solution.
    What can I do? How can I determine what is causing my scheduled webi reports fail?
    What does  this java.lang.NullPointerException: i_statusInfo is null message mean?
    Is there a way I could track the service that is failing? which BO service is the service that manage the Schedule reports?
    Any help is welcome.
    Edited by: Erika Atencio on Sep 1, 2010 6:27 PM

    >
    Efstratios Karaivazoglou wrote:
    > Which version of BOBJ (incl. SP and FP) are you using?
    >
    > Regards,
    >
    > Stratos
    BusinessObjects XI 3.1 SP2
    FixPack 2.6
    Edited by: Erika Atencio on Sep 1, 2010 8:46 PM

  • ERROR MESSAGE sap system manager:work process restarted, session terminated

    Hi,
    i am a beginer in SAP administration, users are getting this error message and i have done all my research and not able to resolve this issue. Here are the details
    SAP Version :ideas 4.7
    Database :Oracle
    OS : windows 2003
    Module user is working on MM
    user working on it is a Super user with all the permissions
    SAP is configure to run under the  European date and decimal format.
    I have never done any database administration on it, it is a new install and has been rarely used.
    User creates a RFQ and when he tries saving it , seems like for the first time after either restarting the macine or restarting the service it might work and at time it might not, this is a very sporadic error and most of the times it crashes out with the message "sap system manager:work process restarted, session terminated" and kicks the user out of the session.
    Below are the details of the error message from ST22 :
    name of the runtime error : system_core_dumped
    below are the details of the error message and its resoltion as suggested by sap help :
    ========
    Runtime Errors         SYSTEM_CORE_DUMPED           
           Occurred on     01.02.2008 at 07:52:19
    Process terminated by signal " ".                                             
    What happened?
    The current ABAP program had to be terminated because the                     
    ABAP processor detected an internal system error.                             
    The current ABAP program "SAPLCLSC" had to be terminated because the ABAP     
    processor discovered an invalid system state.                                 
    What can you do?
                                                                                    Make a note of the actions and input which caused the error.                                                                               
    To resolve the problem, contact your SAP system administrator.                                                                               
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer      
    termination messages, especially those beyond their normal deletion           
    date.                                                                               
    Error analysis
    An SAP System process was terminated by an operating system signal.           
                                                                                    Possible reasons for this are:                                                
    1. Internal SAP System error.                                                 
    2. Process was terminated externally (by the system administrator).           
               Last error logged in SAP kernel                                    
                                                                                    Component............ "Taskhandler"                                           
    Place................ "SAP-Server server1_DEV_00 on host server1 (wp 1)"      
    Version.............. 1                                                       
    Error code........... 11                                                      
    Error text........... "ThSigHandler: signal"                                  
    Description.......... " "                                                     
    System call.......... " "                                                     
    Module............... "thxxhead.c"                                            
    Line................. 9555                                                                               
    How to correct the error
    The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often             
    contains a file called 'core'.                                                                               
    Save this file under another name.                                                                               
    If you cannot solve the problem yourself, please send the                     
    following documents to SAP:                                                                               
    1. A hard copy print describing the problem.                                  
       To obtain this, select the "Print" function on the current screen.         
                                                                                    2. A suitable hardcopy prinout of the system log.                             
       To obtain this, call the system log with Transaction SM21                  
       and select the "Print" function to print out the relevant                  
       part.                                                                               
    3. If the programs are your own programs or modified SAP programs,            
       supply the source code.                                                    
       To do this, you can either use the "PRINT" command in the editor or        
       print the programs using the report RSINCL00.                                                                               
    4. Details regarding the conditions under which the error occurred            
       or which actions and input led to the error.                                                                               
    System environment
    SAP Release.............. " "                                                                               
    Application server....... " "                                                 
    Network address.......... " "                                                 
    Operating system......... " "                                                 
    Release.................. " "                                                 
    Hardware type............ " "                                                 
    Character length......... " " Bits                                            
    Pointer length........... " " Bits                                            
    Work process number...... " "                                                 
    Short dump setting....... " "                                                                               
    Database server.......... " "                                                 
    Database type............ " "                                                 
    Database name............ " "                                                 
    Database owner........... " "                                                                               
    Character set............ " "                                                                               
    SAP kernel............... " "                                                 
    Created on............... " "                                                 
    Created in............... " "                                                 
    Database version......... " "                                                                               
    Patch level.............. " "                                                 
    Patch text............... " "                                                                               
    Supported environment....                                                     
    Database................. " "                                                 
    SAP database version..... " "                                                 
    Operating system......... " "                                                 
    User, transaction...
    Client.............. " "                                                      
    User................ " "                                                      
    Language key........ " "                                                      
    Transaction......... "ME41 "                                                  
    Program............. "SAPLCLSC"                                               
    Screen.............. "SAPMM06E 0320"                                          
    Screen line......... 71                                                       
    Information on where termination occurred
    The termination occurred in the ABAP program "SAPLCLSC" in "EXECUTE_SELECT".  
    The main program was "SAPMM06E ".                                                                               
    The termination occurred in line 131 of the source code of the (Include)      
    program "LCLSCF2G"                                                           
    of the source code of program "LCLSCF2G" (when calling the editor 1310).      
    =============
    i even tried increasing the dialog processes but with no use.The same error occurs.
    I appreciate every one of help i can get, i am working on a deadline which is tomorrow evening to resovle this issue, any kind of help is highly appreciated.
    thanks
    mudessir.

    Hi
       follow correction method suggested in this dump,
    " The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often
    contains a file called 'core'.  Save this file under another name."
    have you done this?
    with regards,
    raj.
    <i>pls, award points</i>

  • After restarting the Services, Foundation service is not starting

    Hi All,
    Recently, i have applied patch and restarted the services, later found that foundation services is not starting. I have referred the logs and it showing below error.
    <Apr 29, 2015 7:45:30 PM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.0-79-146777-1.6.0_29-20111005-1808-windows-x86_64 from Oracle Corporation>
    <Apr 29, 2015 7:45:31 PM PDT> <Critical> <Security> <BEA-090518> <Could not decrypt the username attribute value of {AES}9e8e9w8ADkG/3Hx33gkE9Ukm29IxHIISKLeLw/FYfxTO0GcnA= from the file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\security\boot.properties. If you have copied an encrypted attribute from boot.properties from another domain into C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\security\boot.properties, change the encrypted attribute to its cleartext value then reboot the server. The attribute will be re-encrypted. Otherwise, change all encrypted attributes to their cleartext values, then reboot the server. All encryptable attributes will be re-encrypted. The decryption failed with the exception weblogic.security.internal.encryption.EncryptionServiceException.>
    Enter username to boot WebLogic server:
    I have logged to Weblogic server and checked, the foundation service is not started.
    We dont have the backup of installation folder.
    I manually edited the user name and password and started the services, but no luck.
    Do any one idea about processBootProperties.cmd, shall i trigger it to get the new boot.properties.
    Please suggest.
    Thanks

    Hi all,
    I manually enter the credential for the Web logic server and started the services. It worked out.
    I did the same first, but i did some typo error in credential, it killed me for more that 1 hour... ):
    Thanks

  • Restart Data Services 3.2 fails

    I can not access  trace log, monitor log and error log files. Every time accessing through links I get a time out error. The Server is available and accessible. I just tried to restart the BusinessObjects Data Service - Server through the BO-DS-Servermanager. This has not worked. I can not restart the service "BusinessObjects Data Services".
    This Error occures : Error 1053: The service did not respond to the start or control request in a timely fashion"
    This happened sometime last months. When I restart the server then all is ok again.
    How can I restart the service without reboot?

    Hello,
    1. What is the version of the Microsoft .NET Framework? (Control Panel > Add/Remove Programs).
    2. What is the error message in Event Viewer (Start > Run > eventvwr.msc)?
    3. What user run this service (Start > Run > services.msc > Business Objects Data Services > Properties > Log On tab)?
    4. Is Data Execution Prevention disabled? (My Computer > Properties > Advanced > Performance > Settings > Data Execution Prevention tab)?
    Thank you,
    Viacheslav.

  • New work computer, apps keep quitting on me

    Hello!
    About 2 weeks ago, I received a new work computer (iMac9,1 ; Intel Core 2 Duo; 2.66 GHz). About 3 days into using the new computer, I had a series of applications quit on me. I typically have Apple Mail, Excel, Firefox, Meeting Maker, iTunes, Safari and Parallels running at the same time (I always ran these same apps at the same time on my previous iMac without a problem).
    I've done the disk utility many times now (verify & repair disk permissions and verify disk).
    Things seem OK for a day or so, and then it all starts again. Sometimes I have trouble for several days at a time, sometimes just for a day.
    Any ideas??
    Thanks!
    Ken

    Process: SymAutoProtect [975]
    Path: /Library/StartupItems/SymAutoProtect/SymAutoProtect
    Identifier: SymAutoProtect
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2009-07-10 11:12:00.149 -0400
    OS Version: Mac OS X 10.5.7 (9J61)
    Report Version: 6
    Anonymous UUID: D088C8D5-3A8C-4468-AC49-1D8B795CB545
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 3
    Thread 0:
    0 libSystem.B.dylib 0x966a8286 machmsgtrap + 10
    1 libSystem.B.dylib 0x966afa7c mach_msg + 72
    2 com.apple.CoreFoundation 0x95b0204e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95b02cd4 CFRunLoopRun + 84
    4 SymAutoProtect 0x0000318d main + 1965
    5 SymAutoProtect 0x00002332 0x1000 + 4914
    6 SymAutoProtect 0x0000224d 0x1000 + 4685
    Thread 1:
    0 libSystem.B.dylib 0x966a82e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x966da2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x966dbb33 pthreadcond_timedwait_relativenp + 47
    3 SymAutoProtect 0x0000a8e1 main + 32513
    4 SymAutoProtect 0x00003f23 main + 5443
    5 libSystem.B.dylib 0x966d9155 pthreadstart + 321
    6 libSystem.B.dylib 0x966d9012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x966a82e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x966da2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x966dbb33 pthreadcond_timedwait_relativenp + 47
    3 SymAutoProtect 0x00004310 main + 6448
    4 SymAutoProtect 0x00003f23 main + 5443
    5 libSystem.B.dylib 0x966d9155 pthreadstart + 321
    6 libSystem.B.dylib 0x966d9012 thread_start + 34
    Thread 3 Crashed:
    0 com.apple.CoreFoundation 0x95a9a141 __HALT + 1
    1 com.apple.CoreFoundation 0x95ad2b5d __CFDictionaryGrow + 573
    2 com.apple.CoreFoundation 0x95ad34cf CFDictionarySetValue + 735
    3 com.apple.CoreFoundation 0x95b6e5db __CFXPreferencesGetSearchListForBundleID + 619
    4 com.apple.CoreFoundation 0x95b6e747 CFPreferencesCopyAppValue + 55
    5 NAVLIBX 0x00319b65 0x300000 + 105317
    6 NAVLIBX 0x00319c9a 0x300000 + 105626
    7 NAVLIBX 0x0031a531 NAVLibXQueryInterface + 1953
    8 SymAutoProtect 0x00007f61 main + 21889
    9 SymAutoProtect 0x00003f23 main + 5443
    10 libSystem.B.dylib 0x966d9155 pthreadstart + 321
    11 libSystem.B.dylib 0x966d9012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x966a8c8e read + 10
    1 SymAutoProtect 0x00003f23 main + 5443
    2 libSystem.B.dylib 0x966d9155 pthreadstart + 321
    3 libSystem.B.dylib 0x966d9012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x966a8c72 open$NOCANCEL$UNIX2003 + 10
    1 NAVLIBX 0x00342f84 NAVLibXQueryInterface + 168436
    2 NAVLIBX 0x0030e05f 0x300000 + 57439
    3 NAVLIBX 0x0030e4f0 0x300000 + 58608
    4 NAVLIBX 0x0030f922 0x300000 + 63778
    5 NAVLIBX 0x00318bad 0x300000 + 101293
    6 SymAutoProtect 0x000070ec main + 18188
    7 SymAutoProtect 0x00007271 main + 18577
    8 SymAutoProtect 0x000072d8 main + 18680
    9 SymAutoProtect 0x000040c9 main + 5865
    10 SymAutoProtect 0x00003f23 main + 5443
    11 libSystem.B.dylib 0x966d9155 pthreadstart + 321
    12 libSystem.B.dylib 0x966d9012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x966a82e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x966da2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x966dbb33 pthreadcond_timedwait_relativenp + 47
    3 SymAutoProtect 0x00007a57 main + 20599
    4 SymAutoProtect 0x00003f23 main + 5443
    5 libSystem.B.dylib 0x966d9155 pthreadstart + 321
    6 libSystem.B.dylib 0x966d9012 thread_start + 34
    Thread 3 crashed with X86 Thread State (32-bit):
    eax: 0x95a9a140 ebx: 0x95ad163b ecx: 0x0038c448 edx: 0x00803800
    edi: 0x001015d0 esi: 0x0012c3a0 ebp: 0xb0183eb8 esp: 0xb0183e5c
    ss: 0x0000001f efl: 0x00000282 eip: 0x95a9a141 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x0038c44d
    Binary Images:
    0x1000 - 0x12ff3 +SymAutoProtect ??? (???) /Library/StartupItems/SymAutoProtect/SymAutoProtect
    0x27000 - 0x29fff +SavLog.lib ??? (???) /Library/Application Support/Symantec/AntiVirus/SavLog.lib
    0x300000 - 0x386fdb +NAVLIBX ??? (???) /Library/Application Support/Symantec/AntiVirus/Engine/NAVLIBX
    0x399000 - 0x3e0fe3 +com.stuffit.sdk 11.0.2 (11.0.2) /Library/Application Support/Symantec/AntiVirus/Frameworks/StuffIt.framework/Versions/B/StuffIt
    0x43e000 - 0x4d8fdb +com.stuffit.stuffitcore 11.0.2 (11.0.2) /Library/Application Support/Symantec/AntiVirus/Frameworks/StuffItCore.framework/Versions/A/StuffItC ore
    0x5b5000 - 0x6d4fe3 +SYMDECOM.LIB ??? (???) /Library/Application Support/Symantec/AntiVirus/Engine/SYMDECOM.LIB
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <9736a715ebabb914fef61680520dc1e0> /usr/lib/dyld
    0x90036000 - 0x903d3fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x903e1000 - 0x90410fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9042f000 - 0x90755fe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9075c000 - 0x9083dff7 libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
    0x908b1000 - 0x908dcfe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x90a99000 - 0x90d15fe7 com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90d53000 - 0x90dd0feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90dd1000 - 0x90de6ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91003000 - 0x91005fff com.apple.securityhi 3.0 (30817) <547bdd9ce4e7276d9bdc137d4caf9c3f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9100b000 - 0x9100cffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x91015000 - 0x910c5fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x910c6000 - 0x91152ff7 com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9115d000 - 0x91161fff libGIF.dylib ??? (???) <3578a8fe9fb40ab4abf8f3c8356320c2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91162000 - 0x91178fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91179000 - 0x91179ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9117a000 - 0x91199ffa libJPEG.dylib ??? (???) <219f13f403b1e09a67f926c9269582e2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9119a000 - 0x911aaffc com.apple.LangAnalysis 1.6.4 (1.6.4) <7ae8dfd6cff0e34cf7c23ffc6cc291cb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91248000 - 0x912a5ffb libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x912fe000 - 0x91305fe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x91306000 - 0x9160efff com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91697000 - 0x91721fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91722000 - 0x9174bfff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x9174c000 - 0x917f0fec com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x917fe000 - 0x91858ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91859000 - 0x919abff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x919ac000 - 0x91a73ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91a74000 - 0x91a8cfff com.apple.openscripting 1.2.8 (???) <a6b446eb8ec7844096df5fb9002f5c7b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91a8d000 - 0x91b34feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91b35000 - 0x91b91ff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91b92000 - 0x91be3ff7 com.apple.HIServices 1.7.0 (???) <a2352abae2b8b44a95a8a76c8e111d36> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91be4000 - 0x91d2aff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <bf2299657a0600d4d4bc1f0b45ce2252> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91d70000 - 0x92410fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92411000 - 0x9254aff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
    0x9254b000 - 0x9256ffff libxslt.1.dylib ??? (???) <f0872c9ba3c17861fba8c45a3647cee1> /usr/lib/libxslt.1.dylib
    0x92570000 - 0x925affef libTIFF.dylib ??? (???) <745ad643ca5bde81a88c0cdc8c942380> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x925f5000 - 0x926a7ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x926a8000 - 0x92a66fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92ad5000 - 0x92b17fef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92b19000 - 0x92b1efff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92b1f000 - 0x92b37ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92b38000 - 0x92bbfff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x92be4000 - 0x92c02fff libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x92c03000 - 0x92c30feb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92c31000 - 0x92c33ff5 libRadiance.dylib ??? (???) <232d7e7bbe8c65c16098bc1a52b30b9b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92c3a000 - 0x92c55ffb libPng.dylib ??? (???) <ae92a25664039afc82409484407d5e83> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92c56000 - 0x93127fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x93128000 - 0x93128ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93129000 - 0x9312cfff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9317c000 - 0x931b3fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x931e4000 - 0x9323dff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9324e000 - 0x932c8ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x932c9000 - 0x932d5ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x932d6000 - 0x933a1fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9340e000 - 0x93416fff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93c4d000 - 0x93c5afe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9590e000 - 0x959a1ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x959a2000 - 0x95a82fff libobjc.A.dylib ??? (???) <d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
    0x95a83000 - 0x95a8dfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95a8e000 - 0x95a8effd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95a8f000 - 0x95bc2fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95bc3000 - 0x95d94ffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95d95000 - 0x961a5fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x961a6000 - 0x96225ff5 com.apple.SearchKit 1.2.1 (1.2.1) <bf8c50d86ebd0c199752065658b9e2c3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96226000 - 0x962a3fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x962a4000 - 0x962adfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96378000 - 0x96378ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x963c6000 - 0x96480fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96481000 - 0x96481fff com.apple.Carbon 136 (136) <8ae1cd25fd33db22d69ecbd5f5103227> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96482000 - 0x96489ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x9661a000 - 0x966a6ff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x966a7000 - 0x9680eff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
    0x9680f000 - 0x9680fff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96849000 - 0x96b23ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96b27000 - 0x96bbafff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96c9d000 - 0x96ce6fef com.apple.Metadata 10.5.2 (398.25) <281076cdaea1362e02b6892b93d16bbb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x96e05000 - 0x96e15fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96e16000 - 0x96efeff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97048000 - 0x97056ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x97057000 - 0x97057ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x970fc000 - 0x97102fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x97103000 - 0x9713dfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9713e000 - 0x9717cfff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x971d5000 - 0x971d9fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x97397000 - 0x97397ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • IMac - Display doesn´t work after restart

    My iMac 21 Display doesn´t work after restart. If I turn it off and 1 hour later I want use it again the iMac shows the white screen with the mac logo and then the display goes off. I connected an external display to check if the iMac was ON and with the external display I can login and do everything but the iMac Display doesn´t work .
    If I turn it off and wait 3 or 4 hours  and then turn it back on the display works OK.
    This is very strange behavior I have spent hours and hours trying to fine the solution or a similar issue but nothing so I am looking help here at apple.com
    BTW When I bougth the iMac 21 there were some spots over the display so the display was replaced by the provider. The warranty has expired by now.

    To tell you the truth, I don't know if they have to repalce the LCD panel or what they do for a bad backlight. In this reality of block or assembly replacement it probably involves repalcing the panel and not the backlight component. Don't know what it would cost. You'd have to ask that of a service center.

  • Creating a new work item instance in a process using PAPI

    I'm seeing that there are a lot of questions on this forum about using Oracle BPM 10g's Java API called PAPI.
    I just uploaded a step by step document on how you could do this using JDeveloper 11. Here's the link to this document: http://www.4shared.com/file/126507332/e814a3a8/CallingPapi.html. The Oracle BPM project I used for this step-by-step document is also in this zip file. If you're curious, this also describes how to download, install and start JDeveloper 11.
    This is not formal Oracle documentation, but I know from teaching our Oracle BPM Bootcamp class that getting PAPI to work is sometimes a challenge and thought this might help. I tried to write it with the "Java Newbie" in mind so do not panic if you aren't an expert in Java (I'm sure not ?:| ).
    This is a simple example that uses most of the logic found in the PAPI documentation on http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/papi/index.html?t=modules/papi/c_Head_PAPI.html in the "Writing Your First Java PAPI Program" section of this document.
    The document provides a step-by-step description on how how to use PAPI to:
    <li> interface to processes running on an Oracle BPM Enterprise Engine using the same logic that is in the Oracle BPM PAPI documentation
    <li> interface to processes running on an Oracle BPM Studio Engine
    <li> list processes currently running on the Engine using the same logic that is in the Oracle BPM PAPI documentation
    <li> list the work item instances running on the Engine using the same logic that is in the Oracle BPM PAPI documentation
    <li> create a new work item instance in a process and pass in input argument variables to the new instance as it is created.
    Hope you find this useful,
    Dan

    Hi
    i have gone through your example. It gives good information how to connect to BPM engine through java papi client. I have followed exactly the same steps given in the PDF document. But it throws the exception on both java client side and BPM Suite.
    Steps followed :
    1. Import sampleproject.exp into Oracle BPM studio and start the BPM engine.
    2. Imported the fuegopapi-client.jar and Write the JAVA PIPA client to connect Oracle BPM Engine.
    complete example code:_
    import fuego.papi.CommunicationException;
    import fuego.papi.InstanceInfo;
    import fuego.papi.ProcessService;
    import fuego.papi.ProcessServiceSession;
    import fuego.papi.OperationException;
    import java.util.Properties;
    public class ProcessAPIClient {
         public static void main(String[] args) {
    /////////////////// API Initialization ///////////////////
    Properties configuration = new Properties();
    configuration.setProperty(ProcessService.DIRECTORY_ID, "default");
    configuration.setProperty(ProcessService.DIRECTORY_PROPERTIES_FILE, "directory.xml");
    configuration.setProperty(ProcessService.PROJECT_PATH, "C:\\Oracle\\OracleBPMWorkspace\\SampleProject" );
    configuration.setProperty(ProcessService.WORKING_FOLDER, "/tmp");
    try {
    ProcessService processService = ProcessService.create(configuration);
    /////////////////// Establish a session ///////////////////
    ProcessServiceSession session = processService.createSession("test", "test", null);
    /////////////////// Operate with PAPI ///////////////////
    for (String processId : session.processesGetIds()) {
    System.out.println("\n Process: " + processId);
    for (InstanceInfo instance : session.processGetInstances(processId)) {
    System.out.println(" -> " + instance.getId());
    /////////////////// Close the session ///////////////////
    session.close();
    /////////////////// Release API Resources ///////////////////
    processService.close();
    } catch (CommunicationException e) {
    System.out.println("Could not connect to Directory Service");
    e.printStackTrace();
    } catch (OperationException e) {
    System.out.println("Could not perform the requested operation");
    e.printStackTrace();
    It throws the following exception and output on java client._
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Creating ProcessService with id 'SampleProject'.
    Local folder /tmp\system\Schema33871921573571055\catalogs found.
    Loading catalogs from local folder: /tmp\system\Schema33871921573571055\catalogs
    0 jars found locally.
    [CatalogMgrCache] =======================
    Registering CatalogMgr [SampleProject] ...CatalogManagerCache 23240993:
    Managers:
    Counters:
    [CatalogMgrCache] =======================
    CatalogMgr [SampleProject] REGISTERED!CatalogManagerCache 23240993:
    Managers:
    {SampleProject=fuego.util.LocalCatalogManager@40b187}
    Counters:
    ProcessService 'SampleProject' created successfully.
    Process: /SampleProcess#Default-1.0
    Unreachable Engine Tolerance (seconds):
    by default: 0
    to be used: 0
    This papi client will not cache exceptions which imply that an engine could not be reached.
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/jms/MessageEOFException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at $Proxy24.<clinit>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at fuego.papi.impl.AbstractProcessControlHandler.newProxyInstance(AbstractProcessControlHandler.java:52)
         at fuego.papi.impl.rmi.RMIProcessControlHandler.createProxy(RMIProcessControlHandler.java:47)
         at fuego.papi.impl.rmi.RMIEngineAccessImpl.createProcessControl(RMIEngineAccessImpl.java:111)
         at fuego.papi.impl.ProcessServiceImpl.createProcessControl(ProcessServiceImpl.java:1082)
         at fuego.papi.impl.ProcessServiceSessionImpl$1.run(ProcessServiceSessionImpl.java:2698)
         at fuego.papi.impl.ProcessServiceImpl.executeEngineOp(ProcessServiceImpl.java:1675)
         at fuego.papi.impl.ProcessServiceSessionImpl.getProcessControl(ProcessServiceSessionImpl.java:2703)
         at fuego.papi.impl.ProcessServiceSessionImpl.processGetInstances(ProcessServiceSessionImpl.java:2365)
         at com.eds.comet.bpm.oracle.papi.client.ProcessAPIClient.main(ProcessAPIClient.java:30)
    Caused by: java.lang.ClassNotFoundException: javax.jms.MessageEOFException
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 16 more
    It throws the following exception and output on Oracle BPM Suite._
    Client 'Id=test, Name=test, In=1, Session=564242434' was not found in lists ', PARTICIPANTS' while disconnecting it.
    Please help me to resolve this. I noticed it is able to connect BPM engine and retrieve process list. But while getting instances, it throws the exceptions on both Java Client and BPM engine side.
    Thanks and Regards
    Mahesh

  • Restart Network services

    I hope this isn't a repost but I was wondering if there is a way to restart network services in leopard, similar to this command in linux:
    /etc/init.d/networking restart
    I want to troubleshoot my connection to the router in my home, and my linux install works after giving this command, but leopard is having trouble.
    Thanks
    hah nevermind I found what I need
    Message was edited by: Dak

    Try this
    $ sudo ifconfig en0 down
    $ sudo ifconfig en0 up
    Use en1 for your AirPort card

  • Remote Restart of Services (with dependencies)

    Hello all,
    i've a short question about restarting a service on a remote machine with powerhell.
    I've tried the following:
    get-service -computername ServerXY -name ServiceXY | Set-Service -Status stopped
    And it works like a charm. But some services have dependencies. For example DFSR:
    PS C:\Windows\system32> get-service -ComputerName ServerXY -name dfsr | Set-Service -Status Stopped
    Set-Service : Cannot stop service 'DFS Replication (dfsr)' because it is dependent on other services.
    At line:1 char:51
    + get-service -ComputerName ServerXY -name dfsr | Set-Service -Status Stopped
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidOperation: (System.ServiceProcess.ServiceController:ServiceController) [Set-Servi
    ce], ServiceCommandException
    + FullyQualifiedErrorId : ServiceIsDependentOnNoForce,Microsoft.PowerShell.Commands.SetServiceCommand
    Is there a possiblity to restart services with dependencies remote, too?
    Regards, Heyko

    Instead of Set-Service, use the Stop-Service cmdlet with the -Force parameter in order to stop services that have dependencies. If you want to restart the service, as you've mentioned, then pipe you Get-Service command to the Restart-Service cmdlet. This
    cmdlet will also take the -Force parameter, allowing services to restart even when there are dependent services.
    Update: Added info about the Restart-Service cmdlet.

  • If I buy an iphone from the hong kong site to use in new zealand, will it come unlocked and can i use it in new zealand on a nz service provider?

    If I buy an iphone from the hong kong site to use in new zealand, will it come unlocked and can i use it in new zealand on a nz service provider?

    If you purchase an unlocked iPhone it will work on any supported gsm network.
    Just FYI, apple will not ship outside the country in which the device is purchased. A device purchased in the Hong Kong website must have a shipping and billing address in Hong Kong.
    Also, warranty and support are only valid in the country of origin.

  • How to manually restart a service

    systemuiserver hung up on me recently and after forcing it to quick in activity monitor, I could not figure out how to restart the service. I'm new to mac from windows, where I would just go to where the services are listen and click restart. I did try blindly using 'launchctl start systemuiserver', but it didn't find the tag systemuiserver. And i tried 'launchctl com.apple.systemuiserver' but that tag wasnt found either.
    Any ideas on how to restart a service without having to reboot?
    Thanks!

    What does the array contain? Objects or strings?
    Post some code... it might help!

  • Not able provision a new native group in shared services

    Hi,
    I am trying to add a new native group in shared services and trying to provision the group. But I am getting the following error:
    90:7019:Failed to process the request
    Is there any solution for it. Can anyone suggest me how to proceed further.
    Thanks,
    Hima

    Can determine if the provisioning is failing for a particular application? Try to pick something confined to shared services like "application creator" in shared services and see if you can provision just that role. This will tell you if it is an issue with metadata from a product outside of shared services.
    Do you have any applications with the same name or registered more than once in your application groups in shared services?
    If it fails for everything you try have you restarted shared services and checked your jvm heap settings?
    Also, in the logs Shared Services directory there are many log files , can you check them for any related error messages?
    Thanks
    Nick

  • "There is not enough virtual memory available. Please save your work and restart {0}"

    This seems to be the most recent similar post. Prior posts are not useful as they have supposedly been fixed.  The most relevant Microsoft connect case has been closed.  The reported new Microsoft connect case has been deleted without explanation.
    https://social.msdn.microsoft.com/Forums/expression/en-US/294b17e4-c986-4dc3-9fa6-b246a50a4339/vs-2013-update-4-there-is-not-enough-virtual-memory-availableerror?forum=visualstudiogeneral
    Yet, still the problem persists.  Only working on one small XAML file. VS2013 and Blend always report "There is not enough virtual memory available. Please save your work and restart {0}" (except when they report "Package 'DesignPackage'
    failed to load" when run in safe mode) Saved my work and restarted VS2013, Blend, and the computer. Followed all other suggestions as much as possible.
    There is an abundant available and virtual memory.  The only changes from last week to this is Microsoft updates.
    Has there been any new effort on this issue that I have missed?
    What is left to do?

    Get IT to do it. Get them to uninstall all the latest updates, since you can identify them as a proximal cause of the problem. Also, search MS Knowledge Base or do some googling for the exact error text.
    We have no tech support resorces; we're just users.
    A horse walks into a bar. The bartender asks "Why the long face?" "Because I was born into servitude and when I die my hooves will be used to make glue." It was at this point that the bartender realized he would not be getting a tip.

Maybe you are looking for

  • Best way to group data and show details of only last result in group

    Hi All! First off, just letting everyone know that this is a great place to explore and learn Oracle - I've learned more here than I have in some classes. Just exploring the forums and searching for an answer leads me to functions that I hadn't other

  • Need Help with Linking Question

    Not quite sure how to do this. I have a gallery page of thumbnails that I want to reference a different layout page for the individual image. What I want to happen is, when you click the thumbnail on the thumbnail gallery page, a new layout page open

  • How do i point my iPhoto to view my hard drive pictures

    How do I point my iphoto to my external drive to view my pictures instead of reading my internal hard drive

  • How to parse Soap response of anytype structure

    I have went through almost all url regarding this in stackoverflow but could not make it work even after following same steps,either getting property not found or arrayindex exception ,the response i am trying to parse is has below and this can conta

  • Microsoft Office Document Imaging

    I upgraded Office 2007 to 2010 and found out that I am no longer able to view/print any of my multi-page tiff documents scanned with standard Mircrosoft MODI 2007. The old MODI libraries were removed by the installer and the new office version seems