Starting WLS from the console...

Hello,
when trying to start the WL server from within the WL console on
my NT4, it seems like the console is trying to build a new classpath
rather than using the one it was started with.
This would be fine apart from the fact that it doesn't seem to
be doing this correctly. I have built my environment using wlconfig.exe
and the properties page in the console looks fine (i.e. all the
jars and other bits and bobs are in place). The registry also (obviously)
looks fine. However, the classpath used to start the server SHOULD
be prepended by the value of HKEY_LOCAL_MACHINE/SOFTWARE/BEA/WL5.1/CLASSPATH
but it isn't?? (As an aside, why call it classpath when it really
only the classpath_prefix?)
It also took me a while to find that there are two binaries used
for starting the console: wlconsolew.exe and wlconsole.exe. wlconsolew.exe
is what is run when you use the Start Menu and it blatantly ignores
any settings in the registry. wlconsole.exe does this right but
still manages to stuff up the building of the classpath for starting
the server. Any VM settings in the registry are also ignored.
Any comments? Has anyone managed to find a way around this (apart
from the obvious, i.e. using scripts instead?)
/Lars

A partial solution might be the following. Make shortcuts in your programs folder to target the batch files in %TOMCAT_HOME%\bin.
Then, all you need to do is select the shortcuts whenever you need to access the server.
The command prompt window will still be visible, but this method saves some typing time.
The next step is figuring out how to make Tomcat a Windows service so it runs in the background. I don't know how to do this.

Similar Messages

  • Unable to start WebLogic 5.1 sp4 from the Console

    I installed WebLogic Server 5.1 Service Pack 4, as described by the
    release_notes_sp4.html document. I can successfully do the following using
    NT Workstation 4.0:
    1. Start weblogic from the command line using startWebLogic.cmd
    2. Start weblogic from the Start | Programs | WebLogic 5.1.0 | WebLogic
    Server menu.
    I can also start the console from the command line using startConsole.cmd.
    But, from the console, when I start weblogic, but it is only 5.1.0, not
    5.1.0 sp4
    When I start the console from the Start | Programs | WebLogic 5.1.0 |
    WebLogic Console menu and then try to start weblogic , I get the following
    error:
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError:
    weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Any help would be appreciated.

    I am facing the same problem here Steven. Did you get any solution for that?
    Thanks
    Vishwajeet Lohakarey
    Yash Technologies Inc.
    [email protected]
    Steven R. Baturin <[email protected]> wrote in message
    news:[email protected]...
    I installed WebLogic Server 5.1 Service Pack 4, as described by the
    release_notes_sp4.html document. I can successfully do the followingusing
    NT Workstation 4.0:
    1. Start weblogic from the command line using startWebLogic.cmd
    2. Start weblogic from the Start | Programs | WebLogic 5.1.0 | WebLogic
    Server menu.
    I can also start the console from the command line using startConsole.cmd.
    But, from the console, when I start weblogic, but it is only 5.1.0, not
    5.1.0 sp4
    When I start the console from the Start | Programs | WebLogic 5.1.0 |
    WebLogic Console menu and then try to start weblogic , I get the following
    error:
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError:
    weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Any help would be appreciated.

  • Unable to start Meta-directory 5.1.1 from the console

    Installed DS5.2 patch2 (patchzip) fr
    Installed MD5.1.1
    Everything goes fine except :
    I can't start the join-engine or the utc from the console.
    When I start any of them the process starts but seems to hang in an unknown state.
    No log anywhere.
    The console still sees the processes as down.
    Any idea ?
    It seemed to work fine before applying DS52 patch2.
    Best regards,
    Vincent MAZARD

    Installed DS5.2 patch2 (patchzip) fr
    Installed MD5.1.1
    Everything goes fine except :
    I can't start the join-engine or the utc from the console.
    When I start any of them the process starts but seems to hang in an unknown state.
    No log anywhere.
    The console still sees the processes as down.
    Any idea ?
    It seemed to work fine before applying DS52 patch2.
    Best regards,
    Vincent MAZARD

  • Reading a String from the Console.

    Hello,
    I am new to Java... I have to write a program which will read a long value from the console. Can somebody help me in this? or can i read it as a string and then convert to Long ? I prefer the second one as I am planning to convert this code to read a SOAP message... Can somebody help me or pint me to the right direction?
    Thanks,

    Reading it as a string and then parsing it (Long.parseLong(...)) is the way to do this.
    As far as converting to SOAP - slow down. If you're just getting started with java, you're going to be biting off a lot trying to tackle SOAP

  • Error while starting ManagedServer from admin console.

    HI,
    can any one please help me on the below error.
    i got the below error when i tried to start managedserver from admin console. and below are the steps i have done before start the manages server.
    1. started admin server.
    2. started nodemanager from C:\bea\wlng400\server\bin\startNodeManager.cmd
    3. started managed server from the admin console.
    managed server name is "QualcommServer"
    Error from QualcommServer.out file is :
    <Apr 27, 2009 4:46:37 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141266]Parsing Failure in config.xml: java.lang.AssertionError: java.lang.ClassNotFoundException: com.bea.wlcp.wlng.management.descriptor.bean.WlngTierBean>
    Below is config.xml file which i am using:
    <jms-server>
    <name>JMSServer-AdminServer</name>
    <target>AdminServer</target>
    </jms-server>
    <jms-system-resource>
    <name>WLNGJMSResource</name>
    <target>AdminServer</target>
    <descriptor-file-name>jms/wlng-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <custom-resource>
    <name>networktier</name>
    <target>QualcommServer</target>
    <descriptor-file-name>custom/nt.xml</descriptor-file-name>
    <resource-class>com.bea.wlcp.wlng.management.descriptor.resource.WlngTierResource</resource-class>
    <descriptor-bean-class>com.bea.wlcp.wlng.management.descriptor.bean.WlngTierBean</descriptor-bean-class>
    </custom-resource>
    <custom-resource>
    <name>wlng-edr</name>
    <target>QualcommServer</target>
    <descriptor-file-name>custom/wlng-edr.xml</descriptor-file-name>
    <resource-class>com.bea.wlcp.wlng.management.descriptor.resource.WlngEdrResource</resource-class>
    <descriptor-bean-class>com.bea.wlcp.wlng.management.descriptor.bean.WlngEdrBean</descriptor-bean-class>
    </custom-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <jdbc-system-resource>
    <name>wlng.datasource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jdbc/wlng-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>wlng.localTX.datasource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jdbc/wlng-localTX-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    Thanks,
    Srinu Babu P

    This classs is usually found in server\lib\wlng\wlng-management.jar, make sure it has that class and that jar is getting loaded by the server.

  • Installing WLS from the CD ( free CD with Bea book)

    HI, I have not been able to install the wls from the cd I recd with the bok J2EE
    application and BEA Weblogic.
    /// MORE THAN THANKS ///

    David,
    I suspect that you are going to have a lot of problems related to the new book,
    because the procedure I found on the BEA website did not work with the software
    on the CD-ROM.
    What did work was fairly simple:
    1) Set up the PATH and CLASSPATH environment variables to point toward an existing
    instance of jdk1.3 BEFORE installing WLServer6.0, so it can find the jdk.
    2) Install wlserver6.0 from the CD,
    3) Download the license.bea file from the BEA website.
    4) Copy the downloaded file into the c:\bea over the 'license_new.bea' file in
    that directory. The 6.0 server
    seemed (in my experience) to be completely disregarding everything I did to 'license.bea',
    which made the instructions on the website useless to me.
    David Felts <[email protected]> wrote:
    UpdateLicense.cmd should be run from your BEA Home. Make sure you have
    the JDK 1.3 bin
    directory in your path to allow invocation of Java, and you should be
    set. Run
    UpdateLicense <new_license_file>, which will automatically update your
    license.bea file
    (make sure you have a license.bea file in your BEA Home before you run
    this command so
    the <new_license_file> can update the existing license.bea. The license.bea
    file is
    used by the server.
    Donald Stadler wrote:
    I got a copy of UpdateLicense.cmd from a colleague who previously downloadedWL6.0,
    but invoking the command file throws an exception:
    NoClassDefFoundError: com/bea/installer/registry/LicenseMerger
    Either the installation program from the book doesn't work at all orit requires
    some specific level of WIndows permission which I don't have by default.If the
    CD requires admin permission, the CD page of the book (last page) doesn'tmention
    it.
    What do I do? Uninstall and retry?
    Don
    "Donald Stadler" <[email protected]> wrote:
    According to the Web docs the UpdateLicense.cmd file is supposed to
    be
    installed
    into the base Weblogic directory and available for use. The installation
    program
    on the CD didn't do that in my case.
    Now what?
    Don
    "Donald Stadler" <[email protected]> wrote:
    BTW, It's an honor to be dealing with one of the authors! I'm impressed!
    It looks
    a good book. BTW, does WL6.0 run under Windoze98. I'm thinking of
    trying
    it at
    home. My work box runs Windows 2000.
    "Donald Stadler" <[email protected]> wrote:
    "Michael Girdley" <----> wrote:
    What was the problem you found? Did you get the license from the
    download
    site?
    Thanks,
    Michael GirdleyHi, Mike. I'm having the same problem so I will pick this discussion
    up.
    I downloaded the 'license.bea' file and copied it into the base
    directory
    which
    the instructions in the 'J2EE Applications and BEA WebLogic Server'book
    said
    to use, namely 'c:\wlserver6.0'.
    Starting the Weblogic server did not work, so I went looking further.
    I found
    instructions to 'update' the license at:
    http://e-docs.bea.com/wls/docs61/install/instlic.html#1036112
    and renamed the 'license.bea' file to 'license.foo', then ran the
    following commands as specified (I think this is what the instructions
    meant to
    do):
    C:\wlserver6.0> set PATH=.;c:\JBuilder4\jdk1.3;%PATH%
    C:\wlserver6.0> UpdateLicense license.foo
    The error message was:
    'UpdateLicense' is not recognized as an internal or external command,
    operable
    program, or batch file.
    The problem may be in the PATH, as the actual instructions for amending
    the PATH
    were:
    "set PATH=.\jdk1.3;%PATH%"
    Unfortunately this would have pointed my path into a nonexistant
    instance
    of jdk1.3
    located in the Weblogic6.0 directory, so I tried to be intelligentand
    point it
    to the actual instance of jdk1.3.
    It seems to me that this either wasn't tested as a 'bare-box' installation
    or
    that the documentation was not written with the benefit of such
    an
    installation.
    What is UpdateLicense and where is it located? Every day counts
    when
    you are on
    a 30-day evaluation period!.........

  • I bought a movie three days ago.  It begins to download from the cloud, then my iPad goes to sleep and when I open it again, it starts downloading from the BEGINNING.  How do I get the WHOLE MOVIE to download?  I have re-booted but that didn't help.

    I can't seem to figure out how to download a movie.  It begins to download (and yes, I've checked my download speed and my bandwidth and both should, in theory, be adequate to download a movie!) but then the iPad will go to sleep and when I get back to it, it shows that I have bought the movie but nothing is downloaded.  And when I try to download the next time, nothing is saved and it starts again from the beginning of the download.
    I sat down by my iPad while I was working and every few minutes I would swipe to turn it on and it got over half of the movie downloaded.  But then I had to go to leave and now it shows nothing is downloaded.
    I can see having it take a few hours to download IF one was able to just start the download and walk away and come back later to watch the movie.  But to have to repeatedly begin from the start of the download is incredibly frustrating.  I would want my money refunded to my iTunes account at this point, if I was able to do that.  It's just not worth the hassle.
    Suggestions?  How does one download a movie from iTunes?  It should not have to be this hard!!

    See if you can redownload it.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    If you can then delete from your iPod if you can and redownload.
    If you can't delete from iPod, go to to iTunes>Store>Check for Available Downloads on your computer ,  amd dpwnload and sync

  • I have used firefox for 3 or 4 years, today it would not open. I had to reinstall and start over from the beginning. I lost a lot of bookmarks and preferences.

    Adobe installed an update, which restarted my desktop pc. After restarting I was unable to open Firefox browser. So, I clicked on Firefox, and then run as... first I tried running as... and chose my name. Firefox browser still would not open. Then I chose administrator which opened Firefox browser, but, as a new Firefox installation. It did contain add-ons, but not book marks, history, downloads or preferences. Now i have started over from the beginning. Is there any way I can restore lost bookmarks and preferences? Do you think system restore would help?

    Are there still JSON backups in the bookmarkbackups folder?
    *http://kb.mozillazine.org/Lost_bookmarks
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder

  • When i play back an mp3 dj mix i,ve burn,t to cd in my car when i turn the engine of and then restart the car the cd starts back from the beginning how do i solve this problem so that when i turn the engine on end off the cd plays from the same place

    when i play back an mp3 dj mix i,ve burn,t to cd in my car when i turn the engine of and then restart the car the cd starts back from the beginning how do i solve this problem so that when i turn the engine on end off the cd plays from the same place it did before i turned the engine off

    It could be that the CD player will only playback "Redbook" CD's from the previous position.
    And starts mp3 type CD's from the beginnig.
    However.. it's not Logic related.
    pancenter-

  • Framed IP Attribute missing in Accounting-Start messages from the ISG

    Framed IP Attribute missing in Accounting-Start messages from the ISG for the TAL Users. Account-Logon users and Interim updates have the Framed-IP though.
    We have the following command already enabled: aaa accounting include auth-profile framed-ip-address aaa accounting delay-start
    Any ideas or workarounds please?
    Debug:
    Aug 27 19:36:02.213: RADIUS(00000181): Send Accounting-Request to X.X.X.X:1813 id 21647/201, len 406
    Aug 27 19:36:02.213: RADIUS:  authenticator 23 FC FF 1B AC 01 77 B6 - 89 FE E2 9A 4E AA 0B 32
    Aug 27 19:36:02.213: RADIUS:  Acct-Session-Id     [44]  10  "000001BB"
    Aug 27 19:36:02.213: RADIUS:  Framed-Protocol     [7]   6   PPP                       [1]
    Aug 27 19:36:02.213: RADIUS:  Vendor, Cisco       [26]  20 
    Aug 27 19:36:02.213: RADIUS:   ssg-service-info   [251] 14  "NBWAUTHSVC01"
    Aug 27 19:36:02.213: RADIUS:  Vendor, Cisco       [26]  34 
    Aug 27 19:36:02.213: RADIUS:   Cisco AVpair       [1]   28  "parent-session-id=000001BA"
    Aug 27 19:36:02.213: RADIUS:  User-Name           [1]   22  "[email protected]"
    Aug 27 19:36:02.213: RADIUS:  Acct-Status-Type    [40]  6   Start                     [1]
    Aug 27 19:36:02.213: RADIUS:  Vendor, Cisco       [26]  25 
    Aug 27 19:36:02.213: RADIUS:   Cisco AVpair       [1]   19  "portbundle=enable"
    Aug 27 19:36:02.213: RADIUS:  Vendor, Cisco       [26]  23 
    Aug 27 19:36:02.213: RADIUS:   ssg-account-info   [250] 17  "SX.X.X.X"
    Aug 27 19:36:02.213: RADIUS:  Calling-Station-Id  [31]  19  "00-15-00-73-XX-XX"
    Aug 27 19:36:02.213: RADIUS:  NAS-Port-Type       [61]  6   Virtual                   [5]
    Aug 27 19:36:02.213: RADIUS:  NAS-Port            [5]   6   0                        
    Aug 27 19:36:02.213: RADIUS:  NAS-Port-Id         [87]  11  "0/2/0/200"
    Aug 27 19:36:02.213: RADIUS:  Vendor, Cisco       [26]  46 
    Aug 27 19:36:02.213: RADIUS:   Cisco AVpair       [1]   40  "remote-id-tag=020a00000a050001000800c8"
    Aug 27 19:36:02.213: RADIUS:  Vendor, Cisco       [26]  36 
    Aug 27 19:36:02.213: RADIUS:   Cisco AVpair       [1]   30  "vendor-class-id-tag=MSFT 5.0"
    Aug 27 19:36:02.213: RADIUS:  Service-Type        [6]   6   Framed                    [2]
    Aug 27 19:36:02.213: RADIUS:  NAS-IP-Address      [4]   6   X.X.X.X            
    Aug 27 19:36:02.213: RADIUS:  Ascend-Session-Svr-K[151] 10 
    Aug 27 19:36:02.213: RADIUS:   39 45 41 39 39 36 44 44          [ 9EA996DD]
    Aug 27 19:36:02.213: RADIUS:  Event-Timestamp     [55]  6   1346096162               
    Aug 27 19:36:02.213: RADIUS:  Nas-Identifier      [32]  24  "LAB-RAS01"
    Aug 27 19:36:02.213: RADIUS:  Acct-Delay-Time     [41]  6   0    
    Thanks in advance.

    It seems you already have tac case opened for this issue? Let me know if that is not the case.

  • How to Start Skype from the background from command line?

    Hello. 
    My window manager is Evilwm and I am running Skype.  If I close the Skype window (the one w/ my buddies listed) the window closes but Skype is still running in memory.  On another window manager like Openbox a small Skype icon sits in the taskbar as long as it is running.  If I want to start Skype to see who is online I simply click the icon in the taskbar.   
    Now, the question is...How can I start skype from the command line while it is running in the background?
    Evilwm doesn't have any taskbar or tray thingie...
    Any ideas? 
    Any advice is appreciated! 
    Thanks!
    nedson :?:

    Thats what I thought...
    What I wanted to do was call Skype from memory.  Under Evilwm I can close a window with ctrl-alt-x (using a hacked version of EvilWm) .  After cloasing the window with this method, skype is still running in memory (I can see it when running ps aux).  How can I call it out of memory?  I don't want to stop the program, start it back up and re login.  I just simply want to call it from the background...
    Any ideas?
    nedson

  • 3rd party downloader should start only from the broken point only

    3rd party downloader should start only from the broken point only.   

    This is a SharePoint forum, we don't tend to work too closely with Google drive. You might want to try a Google support forum.

  • Why does my iPod app keep starting over from the beginning??

    I have noticed lately that my iPod app seems to start over and play ALL songs on my phone from the beginning nearly every time I plug my phone into my car stereo.
    I plug my phone into my car stereo and listen every day on my work commute. As such, it's very important that the music stay on the same position between the times when I'm in my car. For the most part it's been fine, even on 4.0.1, unless I rebooted the phone or did a spring board respring, or otherwise killed the iPod app from the multitask app list.
    However this past week, it's been starting over from the beginning (I was playing songs from a playlist and it starts over from the beginning of ALL songs) nearly every single time I connect it to my car stereo. I have not been listening to the music between times in the car, nor have I even opened the iPod app or killed the process from the multitask bar.
    This is absolutely maddening. No changes have been made to the phone in the past couple of months, other than a few App Store app updates here and there. This just started really being a problem in the past week. What could be causing this?
    Message was edited by: PatrickGSR94

    Dont have that problem but i have two tips:
    1 Other ipod/iphone apps: they are often the problem, i had an alarm clock and that blocked the whole ipod app, so check if other apps dont use songs to wake up or anything else..
    2 try to leave the ipod app trough the multitasking instead of pressing the home button?
    Greets mathieu

  • HT1338 If I have OS 7.5 installed on an external drive, can I start up from the external drive in that OS when my macbook pro is 10.7?

    If I have OS 10.6 installed on an external drive, can I start up from the external drive if I have 10.7 installed on my macbook pro?

    Provided that the MBP supports booting from that version of 10.6, and the install was from a retail disk (not a different Mac model), then yes. If it's a newer Pro that came with Lion, it may not boot to 10.6.
    Matt

  • Getting a 1809 error when trying to remote control PC from the Console.

    This is message i get when trying to remote view or remote control PC.....
    1809: An error has occurred while generating a session key for
    encryption.The remote session cannot be initiated. Contact Novell
    Techical Services and specify this code.

    This is for a 1807 error. My error is and 1809 error. Is there somewhere
    else to research on a 1809 error when trying to remote control PC from
    the Console?
    > Perhaps.................
    >
    > http://support.novell.com/techcenter/search/search.do?
    cmd=displayKC&docType=kc&externalId=10094808html&s liceId=&dialogID=2356487
    >
    > --
    > Craig Wilson
    > Novell Product Support Forum Sysop
    > Master CNE, MCSE 2003, CCNA
    >
    > Editor - http://www.ithowto.com
    >
    > (Seeking Full-Time Expert? Drop me a note :> )
    > <[email protected]> wrote in message
    > news:09i_e.2044$[email protected]..
    > > This is message i get when trying to remote view or remote control
    PC.....
    > >
    > >
    > > 1809: An error has occurred while generating a session key for
    > > encryption.The remote session cannot be initiated. Contact Novell
    > > Techical Services and specify this code.
    >
    >

Maybe you are looking for