JSPM update - not using Xserver

Hi Experts,
I'd like to ask U is it possible to run JSPM not using Xserver but other method, like with eg logviewer or Visual Administrator, turning this on some special port on AIX server and connecting from local Windows machine some go script?
Thanks for Your answer in advanced...
Best Regards
szs

For others....
It is possible to use it in the same way.
Just copy to local machine JSPM folder, and run StartGui.bat and write hostname and port 6240 and run on the remote machine ./go
Should be OK
Best Regards

Similar Messages

  • Any way to download updates not using itunes

    I have a very unreliable internet connection that cuts in and out. Each time it cuts out it causes an error(3253) in itunes, which stops and deletes the partially downloaded file. Is there any other way to get it and install it?

    Are you close to an Apple Store? You can take it in to the Genius Bar; they will download the file for you.
    Do you have a laptop? How about a nice Latte at the nearest Wifi hotspot while you download the Update?

  • Flash player silent auto update not working

    I was glad to read the news about the new feature of silent auto updates of the Adobe Flash player, but unfortunately this is not working on my machine. Has anyone had the same problems and was able to solve them?
    Some information on my setup:
    I had previously installed Flash player version 11.1.102.63, both ActiveX and Plugin version (installed through the .msi files, deployed via Active Directory/GPO - no further configuration, just plain original .msi files).
    To test the auto update feature, I decided to install the new 11.2.202.228 version, but only the ActiveX version. I installed this via the .exe installer (install_flash_player_11_active_x_32bit.exe) manually, choosing "Install updates automatically when available (recommended)" in the last step of the installation, as seen here:
    http://www.adobe.com/devnet/flashplayer/articles/background-updater-windows.html
    When I open Control Panel -> Flash Player, under the "Advanced" tab I see:
    "Install updates automatically" is chosen, but greyed out (no admin rights with this windows user)
    ActiveX version: 11.2.202.228
    Plug-In version: 11.1.102.63
    The file "mms.cfg" under C:\WINDOWS\system32\Macromed\Flash\ contains:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    The task "Adobe Flash Player Updater" was created and is scheduled to run every 1 hour. I can see that it is started ("last start time"), the result code is 0x0 which means "no error".
    So everything as expected. But the auto update is not working, since the plugin version of flash player never gets updated!
    I edited the "mms.cfg" and added:
    SilentAutoUpdateVerboseLogging=1
    After manually starting the task, there are some lines added to "FlashInstall.log" in the same directory:
    2012-4-4+7-20-48.814 [info] 1614
    2012-4-4+7-20-48.829 [info] 1615
    2012-4-4+7-20-48.829 [info] 1618
    2012-4-4+7-20-48.829 [info] 1619 1063
    2012-4-4+7-20-48.876 [info] 1614
    2012-4-4+7-20-48.876 [info] 1615
    2012-4-4+7-20-48.876 [info] 1618
    2012-4-4+7-20-48.876 [info] 1608
    2012-4-4+7-20-48.876 [info] 1604
    2012-4-4+7-21-10.425 [warning] 1403 12029
    2012-4-4+7-21-10.425 [warning] 1407 183
    2012-4-4+7-21-10.425 [warning] 1408
    2012-4-4+7-21-10.456 [info] 1624
    2012-4-4+7-21-10.456 [info] 1612
    2012-4-4+7-21-10.456 [info] 1621
    What does this mean?
    Some more information:
    Windows XP SP3, all windows updates installed, german
    Avira Professional Security anti-virus software
    Machine is behind a proxy server, but this is set up in Control Panel -> Internet Options
    I suppose this is a problem with our proxy server. Does the auto updater not use the proxy information from the Windows Control Panel settings?
    Kind Regards,
    Martin

    Hey Hans,
    After reading of your sucsess I attempted to replicate it.
    I am happy to say that I managed to update from Adobe Flash 11.2.202.228 to 11.2.202.233 on serveral different windows 7 notebooks and desktops sliently.
    I went into the windows task scedular and ran the Adobe Flash Player Updater task (I didn't need to change anything in the task or the service for it to work).
    The only issue I found was that if I ran the task again without restarting the computer no requests from the client would show up in the logs from my web server but if I restarted my computer and then reran the task it would work again. I'm assuming that it will only sent requests out every 24hours is talked about in page 18 of the Flash Player 11.2 Administration Guide. 
    My Web Servers logs look like this:
    2012-04-27 05:45:01 W3SVC1967680676 10.135.12.38 GET /pub/flashplayer/update/current/sau/11/xml/version.xml - 443 - 10.135.13.17 Get+Flash+Player+version+xml/1.0 200 0 0
    2012-04-27 05:45:05 W3SVC1967680676 10.135.12.38 GET /pub/flashplayer/update/current/sau/11/install/install_all_win_ax_sgn.z - 80 - 10.135.13.17 Download+Flash+Player+Installer/1.0 200 0 0
    My mms.cfg looks like this:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateServerDomain=proxy.tallangatta-sc.vic.edu.au
    I think the biggest issue I had during testing was that I forgot to my web servers certificate into the windows certificate stores trusts root certs of my notebooks/desktops. EG: http://blogs.adobe.com/livecycle/2012/04/rights-management-how-to-get-windows-7-to-trust-a -self-signed-server-certificate.html
    I have since deployed the mms.cfg file and added my web servers certificate into the trusted root certs via group policy to all my clients and it is working very well. I have also writen a batch file to download the needed files from adobe for that backgroup updater and to put them on my web server. I created a daily task on my web server to run the batch file. If anyone wants the batch file or shell script please email me and I'll forward it on.
    My batch file pretty much looks like this:
    @echo off
    :::::::::: INFOMATION ABOUT SCRIPT ::::::::::
    :: This Script Titled  adobe-flash-background-updates and was written by Tyrone Wyatt of www.cloudportal.org.
    :: This Script is open to use by everyone and is not under any licence.
    :: See flash_player_11_2_admin_guide.pdf for more infomation on how this script is required to function.
    :::::::::: SCRIPT CONFIG ::::::::::
    :: The TITLE option is the scripts name
    set TITLE=adobe-flash-background-updates
    :: The LOG option is the log file.
    set LOG=./%TITLE%.log
    :: The SOURCE option is the mirror on which you would like to download the flash files from.
    set SOURCE=http://fpdownload2.macromedia.com
    :: The DESTINATION option is where you would like your downloaded files to go so they are accessable by your web service.
    set DESTINATION=d:\wwwroot\Proxy
    :: The VERSION option is the current major version of Flash Player (for Flash Player 11.2, the major version is 11).
    set VERSION=11
    :: The Proxy settings for wget to use
    set HTTP_PROXY=http://edupass.tallangatta-sc.vic.edu.au:8080
    :::::::::: SCRIPT CORE ::::::::::
    echo Welcome to %TITLE% Script!
    echo =O====== %date% %time% ======== >> %LOG% 2>&1
    if exist %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\xml (
    echo Skipping destination folder structure creation.
    ) else (
    echo Creating destination folder structure.
    mkdir %DESTINATION%\pub >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION% >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\xml >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install >> %LOG% 2>&1
    echo Downloading files...
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/xml/version.xml -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\xml\version.xml >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_ax_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_ax_sgn .z >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_pl_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_pl_sgn .z >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_64_ax_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_64_ax_ sgn.z >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_64_pl_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_64_pl_ sgn.z >> %LOG% 2>&1
    echo Script complete! See log file for more infomation %LOG%
    echo =X====== %date% %time% ======== >> %LOG% 2>&1
    echo. >> %LOG% 2>&1
    :::::::::: END OF SCRIPT ::::::::::
    Thanks for your help,
    Tyrone Wyatt.

  • My wife and I got Iphone 4S same day 2 years ago. I used the same Apple ID for both. We do not use iCloud, but today after I updated my phone to IOS7 I keep getting her texts on my phone ans vice versa.

    My wife and I got Iphone 4S same day 2 years ago. I used the same Apple ID for both. We do not use iCloud, but today after I updated my phone to IOS7 I keep getting her texts on my phone ans vice versa. I turned off imessage in message settings. Seems to have stopped now? Never did this before IOS7. Will I have more troubble when her phone updates to IOS7? Is icloud going to be forced on me then?

    This is being caused by using the same Apple ID for iMessage on both phones.  To separate your messages, go to Settings>Messages>Send & Receive and do one of the following:
    Either uncheck the email address shown under "You can be reached by iMessage at" on both phones; or
    If you want to continue to receive iMessages at this email address, on one of the two phones, tap the Apple ID at the top, sign out, then sign back in using a different Apple ID.

  • Hello, i have updated my iphone 5 black 16 gb to ios 7 ios 7.0.2 (11a501) and my battery has become worse it gives 9 hours of usage with out doing anything, i have done everything i tried, not using my iphone as well but still no change at all!

    hello, i have updated my iphone 5 black 16 gb to ios 7.0.2 (11a501) and my battery life of my iphone has become worse it gives 9 hours of usage with out doing anything, i have done everything every tip that is available online i had 3gs and 4s so i know how to save battry life,i even tried  not using my iphone as well but still no change at all!. i have upadted to ios 7.0.3 then downgraded it , i thought battery may be an issue ,so i put  brand new battery still no change , so what should i do ? , update to the latest version which is ios 7.0.4 or wait for the ios 7.1 , i was using iphone 4s running on ios 6.1 it gave me 3 days of battery timing , iphone 5 seemed to be very bad for me ,help ! ?
    its facory unlocked btw

    Try to do a reset, if it doesn't work try remove recently added apps this may solve your problem ( like google app because it has happened with me)
    Take a look at apps using your location service in privacy, it can cause battery draining.

  • TS3212 I installed an iTunes update on my Windows Vista Laptop and iTunes wouldn't start saying it was missing MSVCR80.dll, now when I start Outlook it is going on about a mobileme error? Any advice? I'm tempted to not use iTunes ever again.

    I installed an iTunes update on my Windows Vista Laptop and iTunes wouldn't start saying it was missing MSVCR80.dll, now when I start Outlook it is going on about a mobileme error? Any advice? I'm tempted to not use iTunes ever again.

    Troubleshooting issues with iTunes for Windows updates - MSVCR80

  • After updating my iPad recently, I can no longer use it to present PPTs using a TV monitor that always previously worked. The display mentions something about using AirPlay which I am not using or trying to. Suggestions please?

    After updating my iPad recently, I can no longer use it to present PPTs using a TV monitor that always previously worked. The display mentions something about using AirPlay which I am not using or trying to. Suggestions please? I am currently using iOs 7.0 on this iPad and I never had a lick of trouble until aetr this update. Anything would help. Thanks.

    I'm adding screen shots taken from this afternoon showing connection that varied from non-existent to 1X.

  • HT4623 How come I can not use WIFI to update the new IOS in my iPhone 5 ? the screen pop up " you no longer connection to Internet " . And I won't be able to download any Apps using Wifi, the screen popup " can not connect to iTunes stores " ..

    I can not use Wifi at home to download Apps . The screen pop up " can not connect to iTunes Store " ?? I am using iPhone 5 . I used to be able to download any Apps before .
    I can not even download the new IOS which Apples sent to my phone to update . ???? Please help !!!
    My husband is using IPhone 5 and his phone is fine , he can use WIFI to download any apps or update any software from apple . Does that mean my phone have problem , not my WIFI right ???
    Now, I have to use my data plan to download any Apps which waste my money :( Thanks a lot !!

    Hello phonphon,
    We've got an article that can help restore your phone's connection to the iTunes Store while on your WiFi network.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    Allen

  • Following a software update, I can no longer access/authorise music purchased via iTunes from my old Apple ID, which I have not used for 8  years, and no longer have password.  Any ideas how I can re-access/recover that music?

    Following a software update, I can no longer access/authorise music purchased via iTunes from my old Apple ID, which I have not used for 8  years, and no longer have password.  Any ideas how I can re-access/recover that music?

    Apple ID FAQs  >  http://support.apple.com/kb/HT5622

  • HT5621 I have apple id in facetime but whenever I try to update myproducts it rejects and ask this id has not used in itunes, resultantly i can't update or download any app. How i can overcome this prpblem. Ihave also tried to create new apple Id in itune

    I have an apple Id in face time but whenever I try to updates or instal application it denied and ask this id has not used in itunes store. How can I overcome this problem as my ifoneis useless without updates?I have also tried to create new apple id in itune stores but it asks to give detail of visa card or similar which I havn't. How I create apple id in itunes?

    Click here and request assistance. That message means to contact the iTunes Store staff and not to post in these boards.
    (96650)

  • HT201365 I just updated to ios 7 on my iPhone 4 how do you turn the apps off when your not using them? The old way of double clicking and then pressing the app until a red minus button comes doesn't work it opens it back up!?

    I just updated to ios 7 on my iPhone 4 how do you turn the apps off when your not using them? The old way of double clicking and then pressing the app until a red minus button comes doesn't work it opens it back up!?

    Double click home button, then swipe up on app picture (not the icon itself)

  • Itunes locks up my computer every time I try to start it.  This has happened with the last few updates so I have not used it.

    itunes locks up my computer every time I try to start it.  This has happened with the last few updates so I have not used it.

    Hello oldsurfer250,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning iTunes for Windows issues:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717http://support.apple.com/kb/ts1717
    If iTunes for Windows Vista or Windows 7 won't open, stops responding, or unexpectedly quits, try using the steps below. You may want to print this document before following these steps.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • HT1766 Sadly the last update is causing my battery to run constantly  even if i am not using it.  Ihave been told to reset my iphone and then set it up as a new device .  How do I do this and keep my contacts and calendar?

    I recently did an update and my iphone 4 battery now drains within 6 hours (preveiously would be fine for 36 hours),  I was told to reset my iphone and then set it up as a new phone , so as not to have the problem recur.  How do I do this and maintain my contacts and calendar if I am not using my computer back up?

    Of course the battery "runs" constantly, otherwise the phone would die.  Duh! 
    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • An update installed using DISM in install.wim seen as "Not Applicable" by WSUS report instead of "Installed"

    Hi all,
    To make server's installation faster, I intend to make an updated "install.wim" every 6 months using DISM.
    Then, after installation, the Win2012R2 server connect to a WSUS server to get the latests update not included in the install.wim.
    As a test, I used DISM to install an update in the install.wim file of Windows 2012R2 sources.
    In a new installed Windows server 2012R2, I can see that the KB is installed.
    But on the WSUS report of this server, the status of the KB included in the install.wim by DISM displayed as "Not applicable".
    Is it because WSUS did not installed it itself ?
    Is there a way to display it as "installed" in the report, even if the patch had not been installed by the WSUS server ?
    Thanks
    ML

    But on the WSUS report of this server, the status of the KB included in the install.wim by DISM displayed as "Not applicable".
    Very possible, and likely.
    It depends on how the detection logic of the update has been written. In some cases, detection logic is based on what an installer does during installation, e.g. create and/or set a registry key or value. This may not happen when injecting an update into
    an image using DISM. As a result, the detection logic will not see the necessary flags it's looking for to determine that an update is "Installed" vs "Not Applicable".
    You also have to think of this in terms of the baseline image installed on the system. To be true, a baseline image that already has the necessary content is, in fact, "Not Applicable", and has, in fact, not actually been installed to that machine.
    Most often you see this in the realm of installing images with slipstreamed service packs.
    Consider a scenario with a slipstreamed Win7SP1 baseline. Functionally speaking, all previous updates are contained within that SP1 baseline, but if you inspect the state of the actual updates in WSUS, they will all be listed as Not Applicable. They're not
    actually "installed", and they cannot be installed, thus the only viable remaining state is "Not Applicable", which is true -- because they cannot be installed on an SP1-based machine. (Functionally they are superseded, which is also a
    contributing factor to the state of "Not Applicable".)
    There is no way to display it as "Installed". It's not. This is something that should be documented in the declaration of the baseline image you're using (by patching up the image with DISM once every six months).
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Hi, i have zte open c with Fos 1.3 and there is no russian keyboard in settings, how can i install it? (i do not use linux) may be there is firmware update?

    hi, i have zte open c with Fos 1.3 and there is no russian keyboard in settings (rus locale working fine), how can i install it? (i do not use linux) may be there is firmware update or something in market?

    To give an update on this issue, here is the latest information I have:
    "Indeed the current eBay Open C doesn't come with root privilege. Now ZTE is going to put an engineering build on their website for users to download and flash."
    I will update this thread as I know more information. Thank you for your patience.
    - Ralph

Maybe you are looking for

  • Pdf problem with Preview - how to report to Apple?

    Hi, I have been having problems with certain PDFs and Preview. The PDFs in question are scientific papers obtained via JSTOR (they manage the supply of papers from a range of Journals). In Preview many JSTOR papers display very slowly - so slowly tha

  • IPhone vibrates once a minute when connected to wall charger, nothing showing up on screen

    Hello, I have an iPhone 3GS that I want to repair. The thing is when connected to a wall charger ( not USB ) it vibrates every now and then... There is nothing showing on screen, it just stays black... My Mac doesn't detect the iPhone same for my Win

  • Need help with build.xml / junit - pls ignore my previous posting

    i'm trying to add unit tests for another class file in a larger package. the package is built with ant. relevant lines of the build.xml that pertain to unit tests are         </target>         <target name="test" depends="dist, build-tests">         

  • Set default audio device?

    Prior to installing OSX Yosemite, the system audio output would be automatically switched to my USB audio device as soon as it was plugged in and detected by the OS.  In Yosemite, I have to manually switch the output from Internal Speakers to the USB

  • Audit management - question list

    Dear SAPIENTS,       Does anyone have a document that helps us to record the replies for a question/ questions. Whether the questions, should be set as to give a yes or no answer.       How and where to record the replies for the questions, bcoz afte