PMD Plugin Installation issue in Eclipse Luna

I am using Eclipse Luna 4.4.0 version and tried to install the PMD plugin with the update URL.
When I click on Add Site and try to update it, I am getting the below exception. It is happening also when i am trying to use marketplace to install the plugin.
Note: I am using Windows 7 64-bit machine where Eclipse is running.
Any help in this regard is much appreciated.
Exception
HTTP Server 'Service Unavailable':

The root cause of the issue was firewall in the organization that prevented download. I tried it from home and it worked.

Similar Messages

  • Eclipse plugin installer not recognize eclipse

    When I run the eclipse plugin installer it gives me a popup
    message that "Eclipse 3.x not found. I think I'm pointing the
    installer at a directory with all the eclipse files - I can
    initiate eclipse from the icon in the library - any ideas how to
    solve this problem?

    If you have installed Eclipse 3.3, then Flex 2 will not work
    with it. You need Eclipse 3.2 for Flex 2. You can however, run Flex
    3 with Eclipse 3.3 - check labs.adobe.com for details on Flex
    3.

  • Agentry Plugin installation error in Eclipse

    Could any one of you help me with the error I'm facing while trying to instal the Agentry Plugin into Eclipse? Below are the version I've used to try and also attached a document with screenshot of the errors faced.
    Eclipse Version tried: Indigo 3.7 and Luna 4.4.0
    Agentry Plugin: Agentry_7.0.3.264_EditorPlugin_x86
    Could any of you guide me with any possible solutions?
    In Eclipse Indigo(3.7):
    In Eclipse Luna(4.4.0):
    Tags edited by: Michael Appleby

    Hello Jason Latko,
    I was trying to install the Agentry_7.0.3.504_EditorPlugin_x86_64 on a 64-bit Juno (4.2.2) eclipse. I'm facing this new error now (shown below). Can you please help me?

  • BPEL Installation Issues and Eclipse Plugin Issue

    I'm trying to evaluate BPEL and encountered the following issues:
    (1) Installation of patch 4343748:
    MISSING_COMPONENT : oracle.j2ee, 10.1.2.0.0
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during pre-reqs check.
    OPatch returns with error code = 150
    The other 2 patches installed fine.
    Is there a required order for installing the patches. The information that I found is a bit spotty on that.
    (2) The Eclipse Plugin also doesn't work properly. The following stack trace is reported back, when trying to open a .bpel file:
    java.lang.NullPointerException
         at bpelz.browser.OleWebBrowser.registerAsDropTarget(OleWebBrowser.java:345)
         at bpelz.browser.OleBrowserView.createBrowserControl(OleBrowserView.java:168)
         at bpelz.browser.OleBrowserView.createPartControl(OleBrowserView.java:75)
         at bpelz.views.SimpleBrowserView.createPartControl(SimpleBrowserView.java:55)
         at bpelz.views.PaletteView.createPartControl(PaletteView.java:64)
         at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:305)
         at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
         at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
         at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:512)
         at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
         at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
         at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
         at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
         at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:528)
         at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:485)
         at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:230)
         at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:813)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2928)
         at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:902)
         at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:887)
         at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:3051)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3049)
         at bpelz.wizards.BPELProjectCreationOperation.switchToBPELPerspective(BPELProjectCreationOperation.java:204)
         at bpelz.wizards.BPELProjectCreationOperation.run(BPELProjectCreationOperation.java:144)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
         at bpelz.wizards.BPELProcessWizard.performFinish(BPELProcessWizard.java:207)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
         at org.eclipse.jface.window.Window.open(Window.java:787)
         at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:114)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    Any advice on how to proceed is much appreciated.
    Andreas

    I'm still hoping to find an answer on why the Eclipse BPEL Designer does not work for me. I can generate a BPEL project but the visual BPEL Editor will just not open up. Any clues on what I should be looking at would be very appreciated.
    Here is the exact Eclipse version that I'm using:
    Version: 3.1.0
    Build id: I20050627-1435
    And another stack trace that is seen in the Eclipse error log:
    org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:180)
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:165)
    at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:579)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:244)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
    at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:258)
    at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1216)
    at org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java:944)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:939)
    at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2535)
    at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1819)
    at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566)
    at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2515)
    at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514)
    at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
    at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1258)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1512)
    at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1491)
    at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1318)
    at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Thanks,
    Andreas

  • Flex eclipse plugin installation problem

    Hi All,
    I have eclipse 3.x Europa edition. I am trying to install
    Flex builder 3 plugin for eclipse for some time now.
    It is frustrating that the installation always hangs when it
    tries to install "Merge module".
    I downloaded the eclipse plugin from the adobe site:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email
    Please help so that i can do some quality flex coding.
    Thanks,
    Madhav
    Adobe
    Flex Eclipse Plugin Link

    I am replying to all these posts about issues with the
    install to let Adobe know that there is a compatibility issue with
    the FB2 eclispe plugin installer. This is a major issue that is
    keeping people from trying/buying this product.

  • PMD Custom ruleset file is not getting imported in Eclipse Luna

    I am using Eclipse Luna 4.4.0 and trying to import the custom PMD ruleset in Eclipse but I see the OK button being disabled.
    I read it on some post which says it may be because of PMD ruleset being from old version of PMD.
    However, I modified it to match PMD 5.0 but still I see the same issue i.e. OK button is not getting enabled.
    I am attaching the PMD ruleset file.
    can someone suggest what needs to be done to fix the issue ?
    Saurabh

    Hi Kali
    Before doing translations have you set these 2 profile options at site level
    Fnd Xliff Export Root Path / FND_XLIFF_EXPORT_ROOT_PATH
    You will set this root path to generate the full path where the XLIFF files are exported when you extract your translated personalization’s using the Extract Translation Files page in OA Personalization Framework. T
    Fnd Xliff Import Root Path / FND_XLIFF_IMPORT_ROOT_PATH
    Use this profile option to set the root path used to derive the full path from where the Xliff files are uploaded when you use the Upload Translations page in OA Personalization Framework to upload translated personalizations
    Please go through this page .If it helps
    http://apps2fusion.com/at/46-an/240-translating-personalizations-stored-in-mds
    Thanks
    AJ

  • Getting error while installing sap hana development plugin in eclipse luna

    Hi Friends,
       I am new to sap. I am trying to install sap Hana development plugin in my eclipse luna but  getting error in the middle of installation, that I have
    mentioned below. Can any one help me on this to get resolve. I am using eclipse luna(32 bit) and my system based 32bit.

    Hi Jayanchanthres,
    Major problem is related to proxy as discussed above.
    Check my proxy setting as am also using the PC out of corporate proxy.
    Check for the Luno version details check the tools site.
    SAP Development Tools for Eclipse
    Hope it helps
    Regards,
    Kannan

  • How to use Flash Builder  for Eclipse Luna ( is it possible??)

    How to use Flash Builder  for Eclipse Luna ( is it possible??)

    Yes. I have Flash Builder 4.6 and 4.7 running in different Eclipse Luna installs.
    More details at http://forums.adobe.com/message/4527443
    On Mac, I had to have the 32bit version of Luna for 4.6, and the 64bit version of Luna for 4.7 (and  I recently started using  4.7 with Eclipse Mars).
    For 4.6 you need to first download Eclipse 3.6 and install the Flash Builder 4.6 plugin to that Eclipse install. For 4.7 you need to download Eclipse 3.7 and install the plugin to that Eclipse install. Once it's installed in the 3.x version, you can then copy the fb*.link files from the Eclipse 3.x dropins folders into your Eclipse Luna's dropin folder.
    There is an issue where something in Flash Builder 4.7 won't work right when using it as a plugin, not sure but it might be something with building ANEs.

  • What Does Flex Installer Check in Eclipse DIR?

    I'm using EasyEclipse which is bundled eclipse package and
    Flex installer isn't recognizing it even though the directory
    structure and file names are the same. it is using 3.1.2 Eclipse
    SDK.
    So what is flex looking for whenever it installs into an
    eclipse folder? The 'plugins' folder and 'features' folder is
    there. The file size of eclipse.exe is the same as a traditional
    eclipse install. This is the error:
    Eclipse 3.1 Not Found
    Please choose an existing Eclipse 3.1 (or greater) folder to
    be updated.
    This folder must contain the standard Eclipse folders named
    "plugins" and "features".

    I just spent 2 hours on a chat with them... Turns out... He says I have High Speed Internet, I say I have High Speed Internet Enhanced He tells me I should be happy with my speed test, I tell him I should be receiving what I am paying for and it is beneath the 3.1 Mbps to 7.0 Mbps I am paying for. He says the repair service cannot see my account stuff only billing. I insist I am paying for High Speed Enhanced. 2 hours in I am told that Repair is arguing with Billing over what service I have. I tell him Billing will win. He finally calls me direct, and am told to close the chat. I am told I am correct all along and will receive credit to my account for them not giving me the proper speed for years of service I paid for and did not receive. -------- I could not understand half of what he was saying to me. He says he will not e-mail me any information. I have no clue his name because try as I might I could not understand him. He says it will resolve in a few days and they will contact me.  This is service? I should now take the word of a company that has underserved me for years, from a guy on the other side of the world who cannot be understood and who is unitelligible over the phone, that won't send me any of the information via e-mail and had me intentionally close the chat session that they will properly resolve this issue.   

  • Flex Builder 2.01 Plugin Installation Fails

    When I try to install the Flex Builder plugin, the install
    fails. The .log file it creates says this, which appears to be
    related to the fact that I already have several of the resources
    that it tries to install in my Eclipse 3.2 installation. Can
    someone help?
    !SESSION 2007-07-10 15:42:20.031
    eclipse.buildId=M20060629-1905
    java.version=1.4.2_12
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -application
    org.eclipse.update.core.standaloneUpdate -command listFeatures
    Command-line arguments: -application
    org.eclipse.update.core.standaloneUpdate -command listFeatures
    !ENTRY org.eclipse.update.configurator 2007-07-10
    15:42:58.312
    !MESSAGE Could not install bundle ../../MyEclipse 5.5.1
    GA/eclipse/plugins/net.sf.solareclipse.ui_0.4.0.spindle-dep-6/
    Bundle "net.sf.solareclipse.ui" version "0.4.0.spindle-dep-6" has
    already been installed from: update@../../MyEclipse
    5.0GA/eclipse/plugins/net.sf.solareclipse.ui_0.4.0.spindle-dep-6/
    !ENTRY org.eclipse.update.configurator 2007-07-10
    15:42:58.390
    !MESSAGE Could not install bundle ../../MyEclipse 5.5.1
    GA/eclipse/plugins/net.sf.solareclipse.xml.ui_0.4.0.spindle-dep-6/
    Bundle "net.sf.solareclipse.xml.ui" version "0.4.0.spindle-dep-6"
    has already been installed from: update@../../MyEclipse
    5.0GA/eclipse/plugins/net.sf.solareclipse.xml.ui_0.4.0.spindle-dep-6/
    !ENTRY org.eclipse.update.configurator 2007-07-10
    15:42:58.421
    !MESSAGE Could not install bundle ../../MyEclipse 5.5.1
    GA/eclipse/plugins/org.springframework.ide.eclipse.core_0.0.1/
    Bundle "org.springframework.ide.eclipse.core" version "0.0.1" has
    already been installed from: update@../../MyEclipse
    5.0GA/eclipse/plugins/org.springframework.ide.eclipse.core_0.0.1/
    !ENTRY org.eclipse.update.configurator 2007-07-10
    15:42:58.421
    !MESSAGE Could not install bundle
    ../../eclipse-extensions/eclipse/plugins/org.epic.regexp_0.1.4/
    Bundle "org.epic.regexp" version "0.1.4" has already been installed
    from: update@plugins/org.epic.regexp_0.1.4/
    !ENTRY org.eclipse.update.configurator 2007-07-10
    15:42:58.484
    !MESSAGE Could not install bundle
    ../../eclipse-extensions/eclipse/plugins/org.kxml2_2.1.4/ Bundle
    "org.kxml2" version "2.1.4" has already been installed from:
    update@plugins/org.kxml2_2.1.4/
    !SESSION 2007-07-10 15:44:14.281
    eclipse.buildId=M20060629-1905
    java.version=1.4.2_12
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -application
    org.eclipse.update.core.standaloneUpdate -command install -from
    file:\C:\Program Files\Adobe\Flex Builder 2
    Plug-in\com.adobe.flexbuilder.update.site/ -featureId
    com.adobe.flexbuilder.feature.core -version 2.0.155577
    Command-line arguments: -application
    org.eclipse.update.core.standaloneUpdate -command install -from
    file:\C:\Program Files\Adobe\Flex Builder 2
    Plug-in\com.adobe.flexbuilder.update.site/ -featureId
    com.adobe.flexbuilder.feature.core -version 2.0.155577
    !ENTRY org.eclipse.update.core 4 0 2007-07-10 15:44:17.625
    !MESSAGE Duplicate conflicts

    I had the same issue and ended up installing another eclipse
    installation with no add-ons (unzipped the zip file in a different
    location). I will then start adding the plug-ins that I am missing
    now.
    So basically I had to do a brand new install of Eclipse,
    which almost defeats the purpose of the plug-in
    Hopefully, the Adobe folks will fix this bug.
    I had the CFEclipse, JSEclipse and MyEclipse Plug-ins on V3.2
    installed.

  • Error in Plugin Installation For MS Office 2013 on Windows 8 and 8.1

    Hello,
    We have developed an installer for MS Word and MS Excel plugins. So far it has been working fine for MS Office 2003, 2007 etc. but since I have upgraded to a Windows 8.1 machine with MS Office 2013 installed, the plugin installation is giving error.
    The installation fails and an error dialog appears with Error Code Type: Error, Error:1, Owner:30a.
     The installer works well for MS Office 2010 on Windows 8/ 8.1 machine or MS Office 2010 on Windows 7 machine.

    HiDinesh,
    Is there any other error message when installation fails?
    According to this error message “Error Code Type: Error, Error:1, Owner:30a.”
    This is problem conclusion provided by IBM:
    This issue is no longer reproducible in V6R2012x.
    Installation checks have been modified to throw an error only when none of the Office applications
    (Word, Excel, PowerPoint and Outlook) are installed. This error will not occur if one or more of the Office products are installed.
    For more detail information:
    http://www-01.ibm.com/support/docview.wss?uid=swg1HE09464
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    If there is anything I can do for you regarding this issue, feel free to post back.
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • 10.9.2 Update Issue (VPN) - Eclipse Perl debugger issues while connected to VPN

    This post was initially added to this discussion: 10.9.2 Mavericks update issues
    I have yet another issue related to 10.9.2 update - Eclipse Perl debugger issues while connected to VPN...
    One of the big changes introduced by 10.9.2 update - are VPN changes (security fixes). Unfortunately, whatever these changes are - they "broke" Eclipse (OpenSource IDE) debugger. I am not sure if *all* programming languages (Eclipse plugins) are affected by this, but I know for sure that 'Epic' (Perl plugin) debugger *stopped working* while system is connected through VPN.
    Here is the error that gets “popped-up” in the Eclipse:
    Timed out while waiting for Perl debugger connection
    … and here is exact exception stack that gets printed:
    Unable to connect to remote host: 130.10.210.74:5000
    Compilation failed in require.
    at /Users/valeriy/workspace/ROBO-PROD-RA-685/src/lib/test/Val_test.pm line 0.
              main::BEGIN() called at /Users/valeriy/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 0
              eval {...} called at /Users/valeriy/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 0
    BEGIN failed--compilation aborted.
    at /Users/valeriy/workspace/ROBO-PROD-RA-685/src/lib/test/Val_test.pm line 0.
    Can't use an undefined value as a symbol reference at /Users/valeriy/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 7596.
    END failed--call queue aborted.
    at /Users/valeriy/workspace/ROBO-PROD-RA-685/src/lib/test/Val_test.pm line 0.
    (of course IP address changes dynamically for each VPN connection session)…
    I was able to prove that this issue is related to 10.9.2 update:
    Issue *does not* exist under 10.9.1 (I had to revert back to 10.9.1 to get it working again)
    No updates were performed around the same time 10.9.2 update occurred (I verified that using Software Update log)
    No configuration changes were introduced around the same time
    Reverting back to 10.9.1 using Time Machine (thanks god I had backup !!!) fixed the issue
    Steps to reproduce this issue:
    In Eclipse, try to use 'Epic' (Perl plugin) to debug any perl script while *not* connected through VPNEpic debugger works
    Connect to VPN
    Start Epic debugger to debug same script
    Debugger *does not* start, and "Timed out while waiting for Perl debugger connection" error pop-up comes up after some time. At the same time, exception stack (listed above) is printed in Eclipse's console
    I am programmer/software developer, I work remotely (telecommute) and thus have to rely on use of VPN to connect to company's intranet. Perl - is primary language used by my team, and we use Eclipse IDE with Epic plugin - heavily. Use of Epic's debugger - is a *very large* aspect of my work, I cannot work without it. So in essense, 10.9.2 has *entirely* disrupted my ability to work! It took me almost a week to get back to normal work environment, and I cannot afford to let it happen again... I need Apple's development team resolve this VPN related issue, as soon as possible! Because of this issue, I am *stuck* with 10.9.1 and can not upgrade my laptop to any other versions. In fact, I had to disable system updates - just so I do not run into this issue again... I contacted Apple's Tech Support on 02/28 with this issue (Ref: 582428110), asking to raise trouble ticket. Since then, I tried to follow-up on that issue, but do not get any information. Please advise on the status:
    is there a trouble ticket to track this issue?
    is there any progress?
    what's the ETA for an update that fixes this problem?
    - Val
    Message was edited by: vpogrebi

    Am I the only one experiencing this issue ???

  • Java ME SDK 8.0 EA Netbeans plugin installation problem

    We have been getting reports that some developer had trouble installing the Java ME SDK 8 EA plugins into NetBeans. We are working on fixing the issue, in the meantime please try the workaround posted in the Java ME SDK forum:
    Java ME SDK 8.0 EA Netbeans plugin installation problem
    Also be sure to check the latest ME SDK 8 EA Release Notes for late-braking information:
    http://docs.oracle.com/javame/dev-tools/jme-sdk-8/release-notes/html/Release_Notes/Release_Notes.html
    Sorry for the inconvenience.
    Best,
    -- Terrence

    Hi,
    For the Raspberry Pi, tooling over serial port is not supported. The simplest solution is to use standard IP networking over Ethernet. This can be a direct connection between the PC and the Raspberry Pi, as long as the cable is twisted and the IP addressing is correct (e.g. manual IP addressing or DHCP server on the PC).
    Regarding "Connecting to a UART Device": This is meant for attaching and controlling serial devices from the Raspberry Pi, not for tooling connections between the Raspberry Pi and the PC.
    Hope this helps,
    -- Terrence

  • Installation Issues with Win XP

    Hi, how are all of you? I am having installation issues with
    Windows XP. Every time I double click the Adobe Air installer, it
    says, "Installer encounters an error and need to be close"
    I have tried on three different PC. All giving same error. I
    downloaded the installer many time from adobe site but nothing
    works.
    Windows XP SP2
    512MB RAM
    Pentium IV 2.4 GHz Processor
    Any suggestion or help will be greatly appreciated.
    Thanks,
    .:.WAHAB

    Hello Tzeng, thank you for your reply. I could not get to the
    log file you mentioned in your reply but here is file generated
    when I get the error:
    FILE LOCATION
    F:\DOCUME~1\DUR-E-~1\LOCALS~1\Temp\c022_appcompat.txt
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="Adobe AIR Installer.exe"
    FILTER="GRABMI_FILTER_PRIVACY">
    <MATCHING_FILE NAME="Adobe AIR Installer.exe"
    SIZE="42304" CHECKSUM="0xAC3BF086" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR Installer" COMPANY_NAME="Adobe Systems
    Inc." PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="setup.exe" INTERNAL_NAME="setup.exe"
    LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x13891"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:35:52" UPTO_LINK_DATE="02/12/2009 19:35:52" />
    <MATCHING_FILE NAME="AdobeAIRInstaller.exe"
    SIZE="15739760" CHECKSUM="0xA9D06949" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR Installer" COMPANY_NAME="Adobe Systems
    Inc." PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="Adobe AIR Installer.exe" INTERNAL_NAME="Adobe
    AIR Installer.exe" LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems
    Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF1128F"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:35:39" UPTO_LINK_DATE="02/12/2009 19:35:39" />
    <MATCHING_FILE NAME="flashplayer_9_plugin_debug.exe"
    SIZE="1786846" CHECKSUM="0x2FE8A8E1" BIN_FILE_VERSION="9.0.159.0"
    BIN_PRODUCT_VERSION="9.0.159.0" PRODUCT_VERSION="9.0.159.0"
    FILE_DESCRIPTION="Adobe® Flash® Player Plugin Installer"
    COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe®
    Flash® Player Plugin" FILE_VERSION="1.0.20"
    LEGAL_COPYRIGHT="Copyright © 1996-2009 Adobe Systems
    Incorporated and its licensors. All Rights Reserved."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x18FD8B"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="9.0.159.0"
    UPTO_BIN_PRODUCT_VERSION="9.0.159.0" LINK_DATE="01/13/2007
    18:28:10" UPTO_LINK_DATE="01/13/2007 18:28:10"
    VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="setup.msi" SIZE="30720"
    CHECKSUM="0xF9521F1C" />
    <MATCHING_FILE NAME="Adobe AIR\Versions\1.0\Adobe AIR
    Application Installer.exe" SIZE="67392" CHECKSUM="0x78783101"
    BIN_FILE_VERSION="1.5.1.8210" BIN_PRODUCT_VERSION="1.5.1.8210"
    PRODUCT_VERSION="1.5.1" FILE_DESCRIPTION="Adobe AIR Application
    Installer" COMPANY_NAME="Adobe Systems Inc." PRODUCT_NAME="Adobe
    AIR 1.5.1" FILE_VERSION="1.5.1.8210" ORIGINAL_FILENAME="Adobe AIR
    Application Installer.exe" INTERNAL_NAME="Adobe AIR Application
    Installer.exe" LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x145F9"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:34:43" UPTO_LINK_DATE="02/12/2009 19:34:43" />
    <MATCHING_FILE NAME="Adobe AIR\Versions\1.0\Adobe
    AIR.dll" SIZE="7876928" CHECKSUM="0x7F6C1C4D"
    BIN_FILE_VERSION="1.5.1.8210" BIN_PRODUCT_VERSION="1.5.1.8210"
    PRODUCT_VERSION="1.5.1" FILE_DESCRIPTION="Adobe AIR"
    COMPANY_NAME="Adobe Systems Inc." PRODUCT_NAME="Adobe AIR 1.5.1"
    FILE_VERSION="1.5.1.8210" ORIGINAL_FILENAME="Adobe AIR.dll"
    INTERNAL_NAME="Adobe AIR.dll" LEGAL_COPYRIGHT="Copyright 2009,
    Adobe Systems Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0"
    VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32"
    PE_CHECKSUM="0x789021" LINKER_VERSION="0x0"
    UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:33:38" UPTO_LINK_DATE="02/12/2009 19:33:38" />
    <MATCHING_FILE NAME="Adobe CS3\Flash Professional\Adobe
    CS3\Setup.exe" SIZE="2685104" CHECKSUM="0x7309F0C8"
    BIN_FILE_VERSION="1.0.135.0" BIN_PRODUCT_VERSION="1.0.135.0"
    PRODUCT_VERSION="1,0,135,0" FILE_DESCRIPTION="Adobe Setup"
    COMPANY_NAME="Adobe Systems, Copyright 2005-2007"
    PRODUCT_NAME="Adobe Setup" FILE_VERSION="1,0,135,0"
    ORIGINAL_FILENAME="Setup.exe" INTERNAL_NAME="Setup.exe"
    LEGAL_COPYRIGHT="Adobe Systems, Copyright 2005-2007. All rights
    reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x298CDB"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.0.135.0"
    UPTO_BIN_PRODUCT_VERSION="1.0.135.0" LINK_DATE="03/16/2007
    23:30:15" UPTO_LINK_DATE="03/16/2007 23:30:15"
    VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="Adobe CS3\Flash Professional\Adobe
    CS3\WinBootstrapper.msi" SIZE="1823744" CHECKSUM="0x88506662" />
    </EXE>
    <EXE NAME="Adobe AIR.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="Adobe AIR.dll" SIZE="7876928"
    CHECKSUM="0x7F6C1C4D" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR" COMPANY_NAME="Adobe Systems Inc."
    PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="Adobe AIR.dll" INTERNAL_NAME="Adobe AIR.dll"
    LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x789021"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:33:38" UPTO_LINK_DATE="02/12/2009 19:33:38" />
    </EXE>
    <EXE NAME="kernel32.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="983552"
    CHECKSUM="0x4CE79457" BIN_FILE_VERSION="5.1.2600.2180"
    BIN_PRODUCT_VERSION="5.1.2600.2180" PRODUCT_VERSION="5.1.2600.2180"
    FILE_DESCRIPTION="Windows NT BASE API Client DLL"
    COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft®
    Windows® Operating System" FILE_VERSION="5.1.2600.2180
    (xpsp_sp2_rtm.040803-2158)" ORIGINAL_FILENAME="kernel32"
    INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft
    Corporation. All rights reserved." VERFILEDATEHI="0x0"
    VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2"
    MODULE_TYPE="WIN32" PE_CHECKSUM="0xFF848" LINKER_VERSION="0x50001"
    UPTO_BIN_FILE_VERSION="5.1.2600.2180"
    UPTO_BIN_PRODUCT_VERSION="5.1.2600.2180" LINK_DATE="08/04/2004
    07:56:36" UPTO_LINK_DATE="08/04/2004 07:56:36"
    VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>
    Seems like an XML doc.
    I tried by extracting all the file with WinRAR but nothing
    worked
    Please let me know if you need more information.
    Thanks
    .:.WAHAB

  • 1.3.1 Plugin installation failing at times.

    The 1.3.1 HTML converter was used to update the html. The html used to work but failed to work today for some time. During the plugin installation the installation fails on JINSTALL. The JINSTALL causes an access vialoation error and on other machines a white background is visible in the browser. After retrying multiple times it started to work this afternoon around 5pm pacific standard time. The jinstall-131-win32.cab file was identical between the one downloaded in the morning compared with the one downloaded in the afternoon. It seems like the plugin setup in the SUN web site wasn't working.
    What is exactly causing this problem and how can it be solved? If its an issue on the SUN site could there be some warnings regarding the down time/failure of SUN plugin site.

    I have been experiencing the same problem over the past few days. Is there anything that we can do to ask SUN to solve this problem?
    Thanks.
    The 1.3.1 HTML converter was used to update the html.
    The html used to work but failed to work today for
    some time. During the plugin installation the
    installation fails on JINSTALL. The JINSTALL causes
    an access vialoation error and on other machines a
    white background is visible in the browser. After
    retrying multiple times it started to work this
    afternoon around 5pm pacific standard time. The
    jinstall-131-win32.cab file was identical between the
    one downloaded in the morning compared with the one
    downloaded in the afternoon. It seems like the plugin
    setup in the SUN web site wasn't working.
    What is exactly causing this problem and how can it be
    solved? If its an issue on the SUN site could there be
    some warnings regarding the down time/failure of SUN
    plugin site.

Maybe you are looking for

  • User lock script

    This is usercheck.sh scirpt #!/bin/sh ORACLE_USER=$1 export ORACLE_USER rm -f usercheck.out for ORACLE_SID in SVC K L M O S Y C A LAW OPLAN CPLAN PSB1 UPR BYE DMS YPLAN CSF SINTW DBA KPLAN SPLAN MPLAN INTW SL APLAN I FIN D DUH HR MP NRL EP WB MP2TRAI

  • InDesign CS5 crashes when Marks/Bleed turned ON!

    I have an issue that I can not resolved. It's been happening since CS4 InDesign and still continues with CS5.  I have no problems printing to our Canon iR C5180 and/or creating PDFs from InDesign. BUT when I turn on all or some of the "Marks/Bleed" i

  • !The folder itunes can't be found or created.. please help!!

    Hi everyone.. I just bought this ipod mini, but i had instled itunes in the past in my laptop(Windows xp)because I bought before and couldn't figure out so I returned this was like 5mo ago.. now I have decided to buy a used one from a friend to give

  • Approve Travel Expenses FIORI Application

    Hi, I have a problem in Approve Travel Expenses FIORI Application. The application was configured and implemented as shown in the SAP documentation platform : http://help.sap.com/fiori_bs2013/helpdata/en/be/2c66528841745fe10000000a441470/content.htm

  • My dreamweaver trial

    Well, i tried out dreamweaver today. I have already uninstalled it(well, as much as i could get rid of). For what do i find accompanying dreamweaver but a strange program called "bonjour!" Which, after reading the incoherent mumblings on the internet