Vmware Web Remote Console Plugin

Hello,
  I'm having some issues installing the Vmware Web Remote Console Plugin (VMware-ClientIntegrationPlugin-5.1.0.x86_64.bundle) it says that it installed the package in /etc/init.d, now since Arch is using systemd I point the installation to systemd directories, but still does not work, I also tried using vmware-vsphere-web-client-plugin from AUR (even though is out of date) I put the VMware-ClientIntegrationPlugin-5.1.0.x86_64.bundle in a PKGBUILD directory which came up with this error:
$ sudo packer-color -S vmware-vsphere-web-client-plugin
Aur Targets (1): vmware-vsphere-web-client-plugin
Proceed with installation? [Y/n]
Edit vmware-vsphere-web-client-plugin PKGBUILD with $EDITOR? [Y/n]
==> Making package: vmware-vsphere-web-client-plugin 5.1.0-2 (Thu Feb 27 08:20:38 CST 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: VMware-ClientIntegrationPlugin-5.1.0.x86_64.bundle was not found in the build directory and is not a URL.
The build failed.
Any one has succesfully done this, I needed since I'm using Arch to do Vcenter remote Administration, and I honestly don't want to install a whole Windows virtual Machine to do this.
Thasnk in advance.
Last edited by DaemonX (2014-02-27 15:26:13)

I manage to change the installation script and installed it with no problem but now I having some other issue, I'll create a new Post if needed, thanks for the help.
# Contributor: ReNoM <[email protected]>
pkgname=vmware-vsphere-web-client-plugin
pkgver=5.1.0
pkgrel=2
pkgdesc="Firefox and Chromium plugin, to access virtual machines console from vSphere Web Client. For make package, place VMware-ClientIn
tegrationPlugin-5.1.0.{your_arch}.bundle to PKGBUILD directory."
arch=('i686' 'x86_64')
url="http://www.vmware.com/"
license=('custom:vmware')
depends=(mozilla-common)
[ "$CARCH" == "i686" ] && source=(VMware-ClientIntegrationPlugin-5.1.0.i386.bundle) && bundle_arch=i386 && larch=32
[ "$CARCH" == "x86_64" ] && source=(VMware-ClientIntegrationPlugin-5.1.0.x86_64.bundle) && bundle_arch=x86_64 && larch=64
[ "$CARCH" == "i686" ] && md5sums=('45ee2f9ebf3c54a8fee511d806635430')
[ "$CARCH" == "x86_64" ] && md5sums=('1e0f489998d43fe1f2674c4ad4015b93')
build() {
cd "$srcdir"
sh ../VMware-ClientIntegrationPlugin-5.1.0.${bundle_arch}.bundle -x files
package ()
cd "$pkgdir"
mkdir -p usr/lib/vmware-cip/5.1/
mkdir -p usr/lib/vmware-vmrc/5.1/
mkdir -p usr/lib${larch}/mozilla/plugins
mkdir -p etc/vmware-vmrc/5.1
echo "libdir = \"/usr/lib/vmware-vmrc/5.1\"" > etc/vmware-vmrc/5.1/config
# install cip
install ${srcdir}/files/vmware-cip/np-vmware-client-support.so "usr/lib/vmware-cip/5.1/"
mv "$srcdir/files/vmware-cip/artwork" "usr/lib/vmware-cip/5.1/"
mv "$srcdir/files/vmware-cip/filetransfer" "usr/lib/vmware-cip/5.1/"
chmod +x "usr/lib/vmware-cip/5.1/filetransfer/fileTransfer"
mv "$srcdir/files/vmware-cip/ovftool" "usr/lib/vmware-cip/5.1/"
chmod +x "usr/lib/vmware-cip/5.1/ovftool/ovftool"
chmod +x "usr/lib/vmware-cip/5.1/ovftool/ovftool.bin"
ln -s "/usr/lib/vmware-cip/5.1/np-vmware-client-support.so" "usr/lib$larch/mozilla/plugins/np-vmware-client-support.so"
# install vmrc
install "$srcdir/files/vmware-vmrc-5.1/np-vmware-vmrc-5.1.0-781747-32.so" "usr/lib/vmware-vmrc/5.1/"
install "$srcdir/files/vmware-vmrc-5.1/np-vmware-vmrc-5.1.0-781747-64.so" "usr/lib/vmware-vmrc/5.1/"
install "$srcdir/files/vmware-vmrc-5.1/np-vmware-vmrc.so" "usr/lib/vmware-vmrc/5.1/"
install "$srcdir/files/vmware-vmrc-5.1/open_source_licenses.txt" "usr/lib/vmware-vmrc/5.1/"
install "$srcdir/files/vmware-vmrc-5.1/version.txt" "usr/lib/vmware-vmrc/5.1/"
install "$srcdir/files/vmware-vmrc-5.1/vmware-desktop-entry-creator" "usr/lib/vmware-vmrc/5.1/"
mv "$srcdir/files/vmware-vmrc-5.1/bin" "usr/lib/vmware-vmrc/5.1/"
chmod -R +x "usr/lib/vmware-vmrc/5.1/bin/"
mv "$srcdir/files/vmware-vmrc-5.1/lib" "usr/lib/vmware-vmrc/5.1/"
mv "$srcdir/files/vmware-vmrc-5.1/libconf" "usr/lib/vmware-vmrc/5.1/"
mv "$srcdir/files/vmware-vmrc-5.1/share" "usr/lib/vmware-vmrc/5.1/"
mv "$srcdir/files/vmware-vmrc-5.1/xkeymap" "usr/lib/vmware-vmrc/5.1/"
ln -s /usr/lib/vmware-vmrc/5.1/np-vmware-vmrc-5.1.0-781747-${larch}.so usr/lib${larch}/mozilla/plugins/np-vmware-vmrc-5.1.0-781747-${larch}.so
ln -s /usr/lib/vmware-vmrc/5.1/bin/appLoader usr/lib/vmware-vmrc/5.1/bin/vmware-deviceMgr
ln -s /usr/lib/vmware-vmrc/5.1/bin/appLoader usr/lib/vmware-vmrc/5.1/bin/vmware-vmrc
ln -s /usr/lib/vmware-vmrc/5.1/bin/appLoader usr/lib/vmware-vmrc/5.1/bin/vmware-vmrc-daemon
ln -s /usr/lib/vmware-vmrc/5.1/bin/vmware-deviceMgr usr/lib/vmware-vmrc/5.1/vmware-deviceMgr
ln -s /usr/lib/vmware-vmrc/5.1/bin/vmware-vmrc usr/lib/vmware-vmrc/5.1/vmware-vmrc
ln -s /usr/lib/vmware-vmrc/5.1/bin/vmware-vmrc-daemon usr/lib/vmware-vmrc/5.1/vmware-vmrc-daemon

Similar Messages

  • It say "The VMware Remote Console Plug-in is not installed or could not be found" after installed VMware Remote Console Plug-in!

    Dears,
    I have installed VMware server 2.0.2 in Windows 7, everything is working but one thing not...
    When I control my VM by VMware remote console, sometime It(VMware Infrastructure Web Access) tell me "The VMware Remote Console Plug-in is not installed or could not be found" even I have installed it many time.
    What can I do?

    The following workaround works on Windows for any browser.
    (1) install the plug in.  Never mind that it does not work.
    (2) locate the executable vmware-vmrc.exe, this is typically in the following directory
    "C:\Program Files\Common Files\VMware\VMware Remote Console Plug-in"
    (3) Obtain the virtual machine ID from the links for the VM in the web UI.  e.g. the following is machine ID 192
    https://servername:8333/ui/#{e:"VirtualMachine|192",w:{t:true,i:0}}
    In IE you get these by selecting the link and then looking at its properties using right click.
    If you are really keen and want to write something more sophisticated the VM ID codes seem to be in:
    C:\Documents and Settings\All Users\Application Data\VMware\VMware Server\hostd\vmInventory.xml
    (4) you can then create a COMMAND file or shortcut on your desktop (for the example above).
    "C:\Program Files\Common Files\VMware\VMware Remote Console Plug-in\vmware-vmrc.exe" -h localhost:8333 -M 192
    When you use this link you will need to log in using the webui username and password, and it will start the VM if it is not running.
    (5) I use the following batch file (I am old school), as an icon on my desktop.  I have not tried, but it should work from ANO desktop provided the VRMC is installed on the client and the script uses the correct IP for the host.
    Hope that helps someone and saves them the time I have just spent.
    @echo off
    :loop
    echo.
    SET X_line=----------------------------------------
    echo %x_line%%x_line%
    echo This 'force' loads the VMWare Console for the designated VM
    echo Loading this console will force start the VM if not already loaded
    echo You will need to know the administrator access username and password.
    echo %x_line%%x_line%
    echo.
    echo fubar VM 1 = 112
    echo fubar VM 2 = 192
    echo fubar VM 3 = 368
    echo.
    :: SET /P variable=[promptString]
    SET /P X_machine_id=Please enter the machine ID number:
    echo.
    echo CTRL-C to exit
    SET /P x_confirm=Please confirm you want to start machine ID %X_machine_id%, Y or N:
    if /i NOT {%x_confirm%}=={Y} GOTO :loop
    PUSHD "C:\Program Files\Common Files\VMware\VMware Remote Console Plug-in"
      START vmware-vmrc.exe -h localhost:8333 -M %X_machine_id%
    POPD
    echo DONE
    exit /b

  • VMWare Remote Console Plug-in for Firefox 4.0.1 (host OS Ubuntu 11.04 amd64 desktop)

    I installed host "Ubuntu 11.04 amd64 desktop" successfully. Then installed VMWare Server 2.0.2 successfully.
    I have a message "VMWare Remote console Plug-in is not compatilble with Firefox 4.0.1" when running Firefox.
    1) How  can I get "VMWare Remote console Plug-in"  fully compatilble with Firefox 4.0.1?
    2) How  can I replace Firefox 4.0.1 (build in Ubuntu 11.04) with Firefox 3.6?
    Have any ideas for fix this problem?

    Just tried to download firefox 3.6 from mozilla and I have found that it is no longer available, only version 13, even the links for version 3.6 are broken. I am unable to do anything with my virtual server. This is not a very good demonstration of your software.
    http://download.mozilla.org/?product=firefox-3.6.28&os=linux&lang=en-GB

  • VMware Server Web Access Console interface Q

    Hi,
    Running VMware Server 2.0.2 with VMware Remote Console Plug-in (vmware-vmrc-win32-x86.exe). How do get the VMware machine to appear in the cosole area instread of a seperate pop-up window. Also if I open multiple windows how to get them to appear under as tabs in the console window instead of seperate windows.
    New at this so details would be appreciated so I can do it. By the way is there 64bit versions of the Console exe? what about VMware server 2.0.2?
    Thanks

    I managed to install Windows 7 in Vmware Server yesterday. And it worked fine, except that my whole system became very unresponive together with the Windows 7 installation. But it did work. I rebooted my computer today and started up the vmware deamon, and no luck in connecting to the server. I only get an 'Unable to connect' error in Firefox. To fix this, I will have to remove /etc/vmware and install vmware-server over again.
    So at the moment, Virtualbox is winning hands down. It don't slow down my hole system, and Windows feels as fast as it was running not in a VM. And it works. The only issue is very slow IO.
    Vmware Workstation 6 was alot faster than the Server version. Maybe I shuld try it instead. Just have to find a PGKBUILD for it.
    Last edited by orjanp (2010-04-14 08:09:52)

  • ELOM Remote Console Scriptability and Remote Storage Questions

    Hello,
    I have a few questions reguarding scriptability of the Java Web Start eLOM Remote Console and the use of this application for redirecting remote storage.
    Setup:
    - x6250s in 6048 chasis
    - x6250 Bios version 1ADPI040 & SP version 4.0.52
    - Sun eLOM Remote Console version 2.53.05
    - CentOS 5.2
    Questions:
    - I'd like to write a wrapper script that would allow me to start a remote console on the Linux command line. Then, a command line like "myjavaconsole bladexyz" would give me a java remote KVM without me having to click through the web interface. Is something like this possible? Hints?
    - The [Sun Blade X6250 Server Module Embedded Lights Out Manager Administration Guide|http://docs.sun.com/source/820-1253-14/remote_con.html#0_66586] says that you can use the eLOM Remote Console GUI to redirect storage devices including CD/DVD drives, Flash, DVD-ROM or diskette disk drives, hard drives, or NFS. These seem very instersting options, but I've only been able to sucessfully redirect an ISO image. Are these other options really possible?
    - Is it possible to script the mounting/unmounting of remote ISO images or other storage? I would love to be able to control blade boot processes by having this functionality.
    Thank you,
    -Matthew

    It seems the problem is related somehow to the setup of my Windows box. I did try a couple of other Windows boxes with the same result, but everything worked perfectly when using a Linux/ubuntu system to run the remote console. The blade saw the CD, booted from it, and is now happily running ESX Server.
    The wierd thing is, the ubuntu system was running inside VMWare Workstation on the same Windows PC that has the problems, and was accessing the same physical CD drive. Sometimes you have to think out of the box, or in this case into a box inside the box:-)
    I guess if these things we all straightforward I'd be out of a job, so I shouldn't complain!!
    Steve.

  • Remote console session freezes when scrolling

    My host: Laptop running Windows XP SP3.
    Guest: Windows 2008 R2, physically on a USB hard drive.
    My VMware server version is 2.0.2.
    I have ongoing problems with the host session freezing up. I have had this problem intermittently while working in MMC on the guest, or consistently in MS Excel 2008 on the guest. Because I can consistently reproduce the problem in Excel, I'll focus on it. The session will freze simply by selecting a cell, and then dragging down to select multiple rows of cells. If I exceed the number of rows visible, the Excel session should scroll down. Instead, the entire session becomes unresponsive. I can not move the mouse pointer or switch or any other applications in the remote session. My only option is to shut down the virtual machine and restart it.
    I have also had the same problem when navigating MMC. The entire session will sometimes freeze after I click the plus sign to open up an item.  In this case, I have not yet identified under what circumstances the "freezing" occurs.

    I am experiencing what I think is the same issue. However, my vmware tools (seem) up to date (declared version is 7.7.6, update option is inactive), and there is no svga driver under c:\program files\common files\vmware\drivers (there is one in c:\program files\vmware\vmwaretools\drivers\video though).
    The VM freezes after scrolling up/down in notepad++ , exact conditions are hard to define, but usually after 2 minutes of editing a text file a freeze is guaranteed. Only way to recover is a reboot of the VM (a shutdown never completes). Help appreciated.
    Host : Ubuntu 9.10,
    Version : VMwareServer 2.0.2
    Guest : Windows 7 Pro 32bit
    Log from attaching console to freeze:
    Jun 22 16:10:46.994: vcpu-0| Guest display topology changed: numDisplays 1
    Jun 22 16:10:46.995: vcpu-0| Guest: vmx_fb: SVGADBG: ready
    Jun 22 16:10:46.996: vcpu-0| Guest: vmx_fb: This is the primary surface: PPDEV ffb81010
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb: Display driver is out of sync with virtual hardware.  Disabling 3d.
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb:   Current hardware revision: 0.0.
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb:   Driver compiled against:   2.0.
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb: DrvGetDirectDrawInfo: Overlay flags set
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb: This is the primary surface: PPDEV ffb81010
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb: Display driver is out of sync with virtual hardware.  Disabling 3d.
    Jun 22 16:10:46.997: vcpu-0| Guest: vmx_fb:   Current hardware revision: 0.0.
    Jun 22 16:10:46.998: vcpu-0| Guest: vmx_fb:   Driver compiled against:   2.0.
    Jun 22 16:10:46.998: vcpu-0| Guest: vmx_fb: DrvGetDirectDrawInfo: Overlay flags set
    Jun 22 16:10:48.009: mks| HostOps showCursor before defineCursor!
    Jun 22 16:10:57.939: vcpu-0| GuestRpc: Channel 0, guest application toolbox.
    Jun 22 16:10:57.939: vcpu-0| TOOLS sending 'OS_PowerOn' (3) state change request
    Jun 22 16:10:57.949: vcpu-0| TOOLS autoupgrade protocol version 2
    Jun 22 16:10:57.953: vcpu-0| TOOLS ToolsCapabilityGuestTempDirectory received 1 C:WindowsTEMP
    Jun 22 16:10:57.953: vcpu-0| TOOLS ToolsCapabilityGuestConfDirectory received C:ProgramDataVMwareVMware Tools
    Jun 22 16:10:57.989: vcpu-0| TOOLS setting the tools version to '7398'
    Jun 22 16:10:57.999: vcpu-0| TOOLS installed version 7398, available version 7398
    Jun 22 16:10:57.999: vcpu-0| TOOLS will not be autoupgraded.
    Jun 22 16:10:57.999: vcpu-0| TOOLS Setting autoupgrade-checked TRUE.
    Jun 22 16:10:58.093: vcpu-0| Guest: toolbox: Version: build-203138
    Jun 22 16:10:58.093: vcpu-0| TOOLS unified loop capability requested by 'toolbox'; now sending options via TCLO
    Jun 22 16:10:58.397: vcpu-0| TOOLS state change 3 returned status 1
    Jun 22 16:11:25.297: mks| VNCENCODE 2 encoding mode change: (1024x768x24depth,32bpp,4096bytes/line)
    Jun 22 16:11:25.332: mks| VNCENCODE 2 encoding mode change: (1024x768x24depth,32bpp,4096bytes/line)
    Jun 22 16:11:28.630: mks| SVGA: display status changed, using optimizations for remote consoles.
    Jun 22 16:11:38.210: vcpu-0| VMMouse: CMD Read ID
    Jun 22 16:11:38.218: mks| MKS switching absolute mouse on
    Jun 22 16:11:45.233: vcpu-0| MKS Backdoor get pointer: first time, notify tools are running
    Jun 22 16:11:46.905: vcpu-0| TOOLS unified loop capability requested by 'toolbox-dnd'; now sending options via TCLO
    Jun 22 16:11:46.938: vcpu-0| GuestRpc: Channel 1, guest application toolbox-dnd.
    Jun 22 16:12:02.442: vmx| ide1:0: Command READ(10) took 2.000 seconds (ok)
    Jun 22 16:12:20.540: vmx| GuestRpcSendTimedOut: message to toolbox-dnd timed out.
    Jun 22 16:12:35.540: vmx| GuestRpcSendTimedOut: message to toolbox-dnd timed out.
    Jun 22 16:12:35.540: vmx| GuestRpc: app toolbox-dnd's second ping timeout; assuming app is down

  • How is the web administration Console accessed

    I found the following info in a support document, but have not been able to ge the admin console to appear. Is there something I need to install apart from the server tools to get it to appear?
    By default, the web administration console is accessed with port 8888. This port can be changed within the License Server Configuration section of the web administration software. This port should not require special configuration of the firewall.
    While Rdp'ed onto the server, In Internet Explorer 6, typing in http://000.000.000.000:8888
    (where 000.000.000.000 is my servers IP)

    Sammy,<br /><br />If you are trying to access the License Server Console from the same machine where you're running the License Server Tools software, use the following URL:<br /><br />   http://localhost:<port>/agent/<br /><br />If you are accessing the License Server Console remotely on your intranet, use the following URL:<br /><br />   http://<hostname>:<port>/agent/<br /><br />You can also use:<br /><br />   http://<IP_address>:<port>/agent/<br /><br />You can review the License Server Tools guide at http://www.adobe.com/elicensing/licensemanagement/alm/pdfs/server_tools_user_guide.pdf for additional information.

  • What are my options for a unified remote console

    My home-cloud is a 4x servers running Proxmox. Recently I turned one of these to ESXi 5.5 u1 to see what I was missing. (comment withheld).
    I am looking to understand what my alternatives are to the problem of remote consoles to allow access across the web, and from Mac OS or a web browser. At a push, a windows VM will do too.
    Sincerely,
    Ravenor
    Ave Imperitor

    Unless you have an old calling plan, you should be able to add a tiered data plan for your new smartphone (i.e., $30 for 2 GB).  If you switched to the Share Everything plan, your monthly cost would be $40 line access + at least $50 for 1 GB data (includes unlimited minutes/texts and mobile hotspot, although the hotspot data usage comes out of your data plan), plus, of course, taxes/fees (and insurance, if applicable).
    You can check pricing for phones via your on-line MyVerizon account if you click on the Upgrade button.  If you are mainly interested in free phones (keep in mind that there's a $30 upgrade fee), there's the Nokia Lumia 822, Spectrum 2, Droid Razr M, iPhone 4, Galaxy Stellar, Marauder, Rhyme, and the Lucid.  Several of those are 3G phones.

  • I get this message when trying to past simple text into an e-mail document. The Web-Based Email plugin has crashed. I have run out of options...please help.

    The Web-Based Email plugin has crashed. I get this message when trying to paste simple text into an email document. I have updated plugins and have run out of options. If I use another browser I have no problem. Please advise.

    UPDATE
    Compiling from command line I found out that the class definition for oracle.oats.scripting.modules.basic.api.IteratingVUserScript is missing. Do you know what .jar file contains this class?
    Thanks.
    Fede.

  • Remote console via an eLOM on a Sun 4150 doesn't work in Mac OS X Leopard?

    Hi,
    We have a pair of new Sun 4150's (with the Xeon Woodcrest CPU), and I'm playing around with the remote management features provided by the eLOM. On Mac OS X 10.5 Leopard, I am able to launch the Java Remote KVM (Sun eLOM console) Java utility, but it never shows the console inside the window. In addition, in the java console, I see this stack trace:
    java.lang.NullPointerException
         at com.quanta.g11.java.kvm.view.RemoteWorkFrame.<init>(RemoteWorkFrame.java:169)
         at com.quanta.g11.java.kvm.model.manager.ConsoleManager.createRemoteWorkFrame(ConsoleManager.java:64)
         at com.quanta.g11.java.kvm.view.RemoteKVMControlView.main(RemoteKVMControlView.java:368)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.javaws.Launcher.executeApplication(Launcher.java:1187)
         at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1125)
         at com.sun.javaws.Launcher.continueLaunch(Launcher.java:968)
         at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:522)
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
         at com.sun.javaws.Launcher.run(Launcher.java:165)
         at java.lang.Thread.run(Thread.java:613)
    [ ERROR ] : ConsoleManager : nullDoes anyone here have any idea how I would file a bug report against the eLOM with Sun?
    Thanks,
    -Andy Reitz.

    I just got some Sun X4450s, their eLOM client didn't work under Linux (RHEL5, Mandriva 2008.1 etc.), but worked on Windows.
    I then did the eLOM to ILOM upgrade, and the ILOM's Sun ILOM Remote Console works fine (just as well or better than on the X4100's, X4200s, X4500s, and X4600s we have).
    If you have the ILOM Remote Console working on Mac with other servers, I'm quite sure the eLOM to ILOM upgrade will do the trick.
    If you're hesitant, I can get the one Mac user in our office to confirm ...

  • Error in JVM when starting NWDS by MS Remote Console

    Hello,
    when i connect via MS Remote Console to another PC and try to start NWDS an error in popup takes place.
    Java Virtual Machine Launcher:
    Could not create the Java virtual machine
    By clicking "OK" the next popup comes.
    SAP Netweaver Developer Studio:
    JVM terminated. Exit code=1
    C:\j2sdk1.4.2_16\bin\javaw.exe
    -XmX1024m
    -Xms1024m
    -XX:PermSize=192m
    -XX:MaxPermSize=192m
    -DallUserDir='C:\Dokumente und Einstellungen\All Users\Anwendungsdaten'
    -cp C_\Programme\SAP\JDT\eclipse\SapStartup.jar com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.ide
    -showsplash C:\Programme\SAP\JDT\ecplise\SapIde.exe -showsplash 600"
    Can anybody help starting NWDS via Remote Console?
    We testes with different connection (mstsc /console, only mstc, MS Link, Citrix), different OS (XP and Vista), LAN and Internet Connections, different JVM, etc.
    thx

    Hi,
    thx for answer.
    It probably seems to work with lower settings (xms256 to xmx512).
    Can you explain why this settings are "too high"?
    We set this because we have "enough" RAM in system and for our development it is probably the best (quickest) setting we tested. Also i read about this settings in www, and there are 2 things they recommended for performance:
    First: Max. Settings is 1024MB and Second: set xms and xmx to the same value.
    thx for help.
    I`ve set 768 value to vm-parameters. It works.
    Edited by: Torsten on Aug 19, 2008 2:30 PM

  • In Firefox 30, how can I disable the Web Developer console?

    I use a keyboard macro program. Its settings, however, are preempted by the Web Developer tools' shortcuts. Therefore, I either want to (a) totally disable the Web Developer console or (b) remove/reset the shortcuts used by it.

    The prefs for disabling some DevTools (devtools.*.enabled) are there on the <b>about:config</b> page, but I'm not seeing anything in the code that they are supported and tests only include a few prefs.
    Disabling the developer toolbar works, but not disabling any of the tools in the web console AFAICT.
    *http://mxr.mozilla.org/mozilla-release/source/browser/devtools/framework/test/browser_dynamic_tool_enabling.js
    I'm not sure if there is a bug about this or needs to be filed?
    Why have prefs if they aren't working (I tried it with lockPref as well)?

  • Failed to connect to VMware web service: Invalid keystore

    Hi,
    We have a CPO 2.3.1 that refuses to connect to vCenter (see log extract at the end of the post).
    We recently changed our vCenter server (part of an update to 5.1).
    We tried following workarounds:
    remove and add all platform elements from the portal using SE services
    re import automation packs (the 4 from the Starter Edition v2.3.1.38)
    re set the keystore password
    No change at all...
    Would you have a clue on how to correct that?
    Thank you.
    Regards,
    Pierre
    ||235|2012/10/02 15:46:21.667|6072||||WCF: <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Error"><TraceIdentifier>http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.TraceHandledException.aspx</TraceIdentifier><Description>Handling an exception.</Description><AppDomain>Tidal.Automation.Server.exe</AppDomain><Exception><ExceptionType>Tidal.Scheduler.Common.Communications.CommunicationException, Tidal.Scheduler.Common, Version=2.3.0.0, Culture=neutral, PublicKeyToken=fba593b23cf207cd</ExceptionType><Message>The attempt to connect to (VMware vCenter Server (603)@VMware vCenter Server (603)) has failed due to following error:  Failed to connect to VMware web service: Invalid keystore.</Message><StackTrace>   at Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation(ServerAssistedOperation operation, TargetConfiguration target, RuntimeUserConfiguration runtimeUser)
       at Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter.&amp;lt;&amp;gt;c__DisplayClass1c.&amp;lt;PerformServerAssistedOperation&amp;gt;b__1b(IAdapter adapter)
       at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction(Guid adapterId, AdapterAction action, Boolean haltingAction, Int32 remainingRetries)
       at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction(Guid adapterId, AdapterAction action, Boolean haltingAction)
       at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction(Guid adapterId, AdapterAction action)
       at Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at Tidal.Automation.Engine.Core.AdapterSystem.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at Tidal.Automation.Server.WebService.AdapterService.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at SyncInvokePerformServerAssistedOperation(Object , Object[] , Object[] )
       at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp;amp; outputs)
       at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp;amp; rpc)
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp;amp; rpc)
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc&amp;amp; rpc)
       at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</StackTrace><ExceptionString>Tidal.Scheduler.Common.Communications.CommunicationException: The attempt to connect to (VMware vCenter Server (603)@VMware vCenter Server (603)) has failed due to following error:  Failed to connect to VMware web service: Invalid keystore.
       at Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation(ServerAssistedOperation operation, TargetConfiguration target, RuntimeUserConfiguration runtimeUser)
       at Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter.&amp;lt;&amp;gt;c__DisplayClass1c.&amp;lt;PerformServerAssistedOperation&amp;gt;b__1b(IAdapter adapter)
       at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction(Guid adapterId, AdapterAction action, Boolean haltingAction, Int32 remainingRetries)
       at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction(Guid adapterId, AdapterAction action, Boolean haltingAction)
       at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction(Guid adapterId, AdapterAction action)
       at Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at Tidal.Automation.Engine.Core.AdapterSystem.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at Tidal.Automation.Server.WebService.AdapterService.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at SyncInvokePerformServerAssistedOperation(Object , Object[] , Object[] )
       at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp;amp; outputs)
       at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp;amp; rpc)
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp;amp; rpc)
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc&amp;amp; rpc)
       at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</ExceptionString></Exception></TraceRecord>
    ||236|2012/10/02 15:46:21.667|6072||||An exception that was not of type RhapsodyException was caught while a webmethod call was being made.  This exception has been caught and genericized.
    ||237|2012/10/02 15:46:21.667|6072||||EXCEPTION (Tidal.Scheduler.Common.Communications.CommunicationException): The attempt to connect to (VMware vCenter Server (603)@VMware vCenter Server (603)) has failed due to following error:  Failed to connect to VMware web service: Invalid keystore.
    Stack Trace:   at Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation(ServerAssistedOperation operation, TargetConfiguration target, RuntimeUserConfiguration runtimeUser)
       at Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter.<>c__DisplayClass1c.<PerformServerAssistedOperation>b__1b(IAdapter adapter)
       at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction(Guid adapterId, AdapterAction action, Boolean haltingAction, Int32 remainingRetries)
       at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction(Guid adapterId, AdapterAction action, Boolean haltingAction)
       at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction(Guid adapterId, AdapterAction action)
       at Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at Tidal.Automation.Engine.Core.AdapterSystem.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at Tidal.Automation.Server.WebService.AdapterService.PerformServerAssistedOperation(ServerAssistedOperation operation)
       at SyncInvokePerformServerAssistedOperation(Object , Object[] , Object[] )
       at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
       at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
       at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

    You have an invalid keystore file because the HTTPS certification has changed. You need to delete the old keystore file and restart the CPO server and then reconnect/run something against vCenter.
    There is also a possibility for Adatper Host Framework/java issues that I have seen commonly.
    If you need more help, you'll need to open a TAC case with your services contract please. We normally try to not troubleshoot logs on the forums.
    -Shaun Roberts
    CIAC/CPO Support Team Lead
    [email protected]

  • SCCM 2012 R2 - Error when marking Service Request as Complete from remote console

    If I attempt to Complete a SR from a remote console I receive the following error. Marking as Complete from the console installed on the Management Server works as expected. Has anyone encountered this ?
    Date: 22/09/2014 18:37:18
    Application: System Center Service Manager
    Application Version: 7.5.3079.0
    Severity: Error
    Message: Method not found: 'Void Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleCommand.VerifyDataItemClass(Microsoft.EnterpriseManagement.UI.DataModel.IDataItem, System.String, System.Guid, System.String, System.String, System.String)'.
    System.MissingMethodException: Method not found: 'Void Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleCommand.VerifyDataItemClass(Microsoft.EnterpriseManagement.UI.DataModel.IDataItem, System.String, System.Guid, System.String, System.String, System.String)'.
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleTaskHandler.DoTask(IList`1 navigationNodes, NavigationModelNodeTask task, List`1 parameterList)
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleTaskHandler.DoTask(IList`1 navigationNodes, NavigationModelNodeTask task)
       at Microsoft.EnterpriseManagement.ConsoleFramework.WindowJobRecord.ExecuteBackgroundJob(Object sender, ConsoleJobEventArgs eventargs)
       at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
    Ian Moran

    Thanks. Although the Console version was showing the same on both the server and users workstations I think what we had was UR3 installed on the servers and UR2 installed on the workstations. Installing UR3 on all workstations seems to have fixed the issue
    (not all have tested)
    Ian Moran

  • Remote console crashes when I move workstations between PGs

    Hello,
    I have an SCDPM 2012 R2 UR2 server (4.2.1235.0). I manage it remotely using DPM console installed at my workstation. We use client protection to protect files from some of users workstations. When I move a client between two client protection groups, my
    remote console crashes and I see an errors in Application log:
    Log Name: Application
    Source: MSDPM
    Date: 25.07.2014 14:12:07
    Event ID: 999
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: WORKSTATION.example.com
    Description:
    An unexpected error caused a failure for process 'mmc'. Restart the DPM process 'mmc'.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>0</Seq><TimeCreated>25.07.2014 10:12:07</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>ArgumentException</ExceptionType><ExceptionMessage>Cannot add or insert the item 'PCNAME' in more than one place. You must first remove it from its current location or clone it.
    Parameter name: item</ExceptionMessage><ExceptionDetails>System.ArgumentException: Cannot add or insert the item 'PCNAME' in more than one place. You must first remove it from its current location or clone it.
    Parameter name: item
    at System.Windows.Forms.ListView.InsertItems(Int32 displayIndex, ListViewItem[] items, Boolean checkHosting)
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.AddRange(ListViewItem[] values)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.ClientsSelectionPage.UpdateAvailableMachines(ROPreDiscoveryServers preDiscoveryServers)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.InstallAgentsWizard.DiscoverServersHelper.SyncProductionServers(Object sender, PreDiscoveryServersInitedEventArgs e)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Utils.ThreadMarshaller.Raise(Object state)</ExceptionDetails></FatalServiceError>
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="MSDPM" />
    <EventID Qualifiers="0">999</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-07-25T10:12:07.000000000Z" />
    <EventRecordID>18681</EventRecordID>
    <Channel>Application</Channel>
    <Computer>WORKSTATION.example.com</Computer>
    <Security />
    </System>
    <EventData>
    <Data>An unexpected error caused a failure for process 'mmc'. Restart the DPM process 'mmc'.
    Problem Details:
    &lt;FatalServiceError&gt;&lt;__System&gt;&lt;ID&gt;19&lt;/ID&gt;&lt;Seq&gt;0&lt;/Seq&gt;&lt;TimeCreated&gt;25.07.2014 10:12:07&lt;/TimeCreated&gt;&lt;Source&gt;DpmThreadPool.cs&lt;/Source&gt;&lt;Line&gt;163&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;ExceptionType&gt;ArgumentException&lt;/ExceptionType&gt;&lt;ExceptionMessage&gt;Cannot add or insert the item 'PCNAME' in more than one place. You must first remove it from its current location or clone it.
    Parameter name: item&lt;/ExceptionMessage&gt;&lt;ExceptionDetails&gt;System.ArgumentException: Cannot add or insert the item 'PCNAME' in more than one place. You must first remove it from its current location or clone it.
    Parameter name: item
    at System.Windows.Forms.ListView.InsertItems(Int32 displayIndex, ListViewItem[] items, Boolean checkHosting)
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.AddRange(ListViewItem[] values)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.ClientsSelectionPage.UpdateAvailableMachines(ROPreDiscoveryServers preDiscoveryServers)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.InstallAgentsWizard.DiscoverServersHelper.SyncProductionServers(Object sender, PreDiscoveryServersInitedEventArgs e)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Utils.ThreadMarshaller.Raise(Object state)&lt;/ExceptionDetails&gt;&lt;/FatalServiceError&gt;
    </Data>
    </EventData>
    </Event>
    Log Name: Application
    Source: MSDPM
    Date: 25.07.2014 14:14:44
    Event ID: 999
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: WORKSTATION.example.com
    Description:
    An unexpected error caused a failure for process 'mmc'. Restart the DPM process 'mmc'.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>1</Seq><TimeCreated>25.07.2014 10:14:44</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>NullReferenceException</ExceptionType><ExceptionMessage>Object reference not set to an instance of an object.</ExceptionMessage><ExceptionDetails>System.NullReferenceException: Object reference not set to an instance of an object.
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.get_Item(Int32 displayIndex)
    at System.Windows.Forms.ListView.ListViewItemCollection.get_Item(Int32 index)
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.Clear()
    at System.Windows.Forms.ListView.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.Windows.Forms.ContainerControl.Dispose(Boolean disposing)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.ClientsSelectionPage.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.PageCache.Dispose()
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.DataProtectionWizard.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Finalize()</ExceptionDetails></FatalServiceError>
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="MSDPM" />
    <EventID Qualifiers="0">999</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-07-25T10:14:44.000000000Z" />
    <EventRecordID>18684</EventRecordID>
    <Channel>Application</Channel>
    <Computer>WORKSTATION.example.com</Computer>
    <Security />
    </System>
    <EventData>
    <Data>An unexpected error caused a failure for process 'mmc'. Restart the DPM process 'mmc'.
    Problem Details:
    &lt;FatalServiceError&gt;&lt;__System&gt;&lt;ID&gt;19&lt;/ID&gt;&lt;Seq&gt;1&lt;/Seq&gt;&lt;TimeCreated&gt;25.07.2014 10:14:44&lt;/TimeCreated&gt;&lt;Source&gt;DpmThreadPool.cs&lt;/Source&gt;&lt;Line&gt;163&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;ExceptionType&gt;NullReferenceException&lt;/ExceptionType&gt;&lt;ExceptionMessage&gt;Object reference not set to an instance of an object.&lt;/ExceptionMessage&gt;&lt;ExceptionDetails&gt;System.NullReferenceException: Object reference not set to an instance of an object.
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.get_Item(Int32 displayIndex)
    at System.Windows.Forms.ListView.ListViewItemCollection.get_Item(Int32 index)
    at System.Windows.Forms.ListView.ListViewNativeItemCollection.Clear()
    at System.Windows.Forms.ListView.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at System.Windows.Forms.Control.Dispose(Boolean disposing)
    at System.Windows.Forms.ContainerControl.Dispose(Boolean disposing)
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.ClientsSelectionPage.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Dispose()
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.PageCache.Dispose()
    at Microsoft.Internal.EnterpriseStorage.Dls.UI.Dpw.DataProtectionWizard.Dispose(Boolean disposing)
    at System.ComponentModel.Component.Finalize()&lt;/ExceptionDetails&gt;&lt;/FatalServiceError&gt;
    </Data>
    </EventData>
    </Event>
    Where "PCNAME" is a name of workstation I moved between PGs BEFORE current move. i.e. I moved "PCNAME" then I'm moving "PCNAME2" and receive console crash with "PCNAME" in logs.
    You can find Crash-file of DPMUI0Curr.errlog here: http://pastebin.com/jwtbTyFp
    http://about.me/exchange12rocks

    What operating system are you using? What processor does your computer have, how much RAM do you have and how much free, clean space is on your hard drive? When did you last run Disk Cleanup and Disk Defragmenter?
    Have you ensured that you have the latest version of Quicktime from Apple.com?
    What model of camcorder is your video coming from and what format and resolution is it?
    When you add the video to your timeline in Expert view, is there a yellow orange line along the top of the timeline, above your clips? This would indicate a mismatch between the program's project settings and your video specs?

Maybe you are looking for

  • Jingles and Magic GarageBand copyright question

    I am making a project with royalty free music to use in my store and to sell to other businesses. Am I allowed to use the GarageBand and iMovie jingles without changing them, just as music? Am I allowed to use them if I add something in the backgroun

  • Software versions on fieldpoint controller

    I was updating my cFP 2120 with the newer software versions (because I'm having some problems with communication via Datasocket and logos, which I'm going to post in the Labview forum, and thought this might help), updating all software versions to t

  • Technical System (Application Server ABAP) - problem with data supplier

    My system had problems, I believe with the Data Supplier in LMDB there are errors How can I update / re-add in the SLD/LMDB data supplier? And how can you get it working correctly providers who do not receive the data (though the system sees them)

  • Alarm Clock Reminders

    Every day when I turn on my iPod touch for the first time I get three or four pop-up reminders from the Alarm function of the built-in Clock app. If I select View nothing shows but a blank screen. I had an alarm set a few days ago just to play around

  • Cannot connect to calendar or addressbook server HTTPChannel unhandled error

    Experiencing the dread OS X server 3.2.1 upgrade death.  I reinitialized the postgres DB and it finally started, but Calendar and Addressbook appear corrupted.  I've given up on trying to recover data, I just want the two services reinitialized. I tr