Workshop 10 on Vista has issues with several dialog ediotrs

Using Workshop 10 on Vista I get errors on many of the dialog editors. For example when adding a JSF Form to a JSP the dialog to do so comes up. After selecting the form bean I select next to see the fields to be presented in teh form. After checking which fields I select next and then it happens.
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
     at org.eclipse.swt.SWT.error(SWT.java:3374)
     at org.eclipse.swt.SWT.error(SWT.java:3297)
etc.etc.
I can only assume this has been happening for others and hope someone can shed light on a solution.
Thanks

1. BEA Workshop for WebLogic 10.1
2. Content from log file:
!SESSION 2007-11-12 18:51:52.102 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY com.bea.workshop.product.common 1 1 2007-11-12 18:52:04.760
!MESSAGE Using workshop product plugin (com.bea.workshop.product.wl) for feedback reports
!ENTRY org.eclipse.ui 4 4 2007-11-12 18:52:23.130
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 2007-11-12 18:52:23.131
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
     at org.eclipse.swt.SWT.error(SWT.java:3374)
     at org.eclipse.swt.SWT.error(SWT.java:3297)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
     at org.eclipse.jface.window.Window.open(Window.java:796)
     at com.m7.wide.eclipse.dialog.EclipseDialogManager.preShowDialog(Unknown Source)
     at com.m7.wide.dialog.WideDialog.setVisible(Unknown Source)
     at com.m7.swing.wizard.WizardDialog.setVisible(Unknown Source)
     at com.m7.swing.wizard.WizardDialog.interact(Unknown Source)
     at com.m7.wide.jsf.jsp.html.FacesFormTagEditor.getInsertFragment(FacesFormTagEditor.java:33)
     at com.m7.wide.jstudio.tags.TagInserter.getFragment(Unknown Source)
     at com.m7.wide.jstudio.tags.TagInserter.insert(Unknown Source)
     at com.m7.wide.jstudio.tags.TagPaletteTransferable$1.run(Unknown Source)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at com.m7.wide.eclipse.jstudio.Plugin$EventBridgeThread.flushQueue(Unknown Source)
     at com.m7.wide.eclipse.jstudio.Plugin$EventBridgeThread$1.run(Unknown Source)
     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
     at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
     at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
     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 org.eclipse.core.launcher.Main.invokeFramework(Main.java:339)
     at org.eclipse.core.launcher.Main.basicRun(Main.java:283)
     at org.eclipse.core.launcher.Main.run(Main.java:984)
     at org.eclipse.core.launcher.Main.eclipse_main(Main.java:959)
     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.m7.installer.util.NitroxMain$1.run(NitroxMain.java:36)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: java.lang.NullPointerException
     at javax.swing.border.EmptyBorder.<init>(EmptyBorder.java:54)
     at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer.getTableCellRendererComponent(WindowsTableHeaderUI.java:120)
     at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderRenderer(BasicTableHeaderUI.java:387)
     at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderHeight(BasicTableHeaderUI.java:421)
     at javax.swing.plaf.basic.BasicTableHeaderUI.createHeaderSize(BasicTableHeaderUI.java:447)
     at javax.swing.plaf.basic.BasicTableHeaderUI.getPreferredSize(BasicTableHeaderUI.java:478)
     at javax.swing.JComponent.getPreferredSize(JComponent.java:1615)
     at javax.swing.ViewportLayout.preferredLayoutSize(ViewportLayout.java:78)
     at java.awt.Container.preferredSize(Container.java:1558)
     at java.awt.Container.getPreferredSize(Container.java:1543)
     at javax.swing.JComponent.getPreferredSize(JComponent.java:1617)
     at javax.swing.ScrollPaneLayout.preferredLayoutSize(ScrollPaneLayout.java:507)
     at java.awt.Container.preferredSize(Container.java:1558)
     at java.awt.Container.getPreferredSize(Container.java:1543)
     at javax.swing.JComponent.getPreferredSize(JComponent.java:1617)
     at com.m7.swing.EditableTable$4.getPreferredSize(Unknown Source)
     at java.awt.BorderLayout.preferredLayoutSize(BorderLayout.java:690)
     at java.awt.Container.preferredSize(Container.java:1558)
     at java.awt.Container.getPreferredSize(Container.java:1543)
     at javax.swing.JComponent.getPreferredSize(JComponent.java:1617)
     at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:911)
     at java.awt.GridBagLayout.getLayoutInfo(GridBagLayout.java:816)
     at java.awt.GridBagLayout.ArrangeGrid(GridBagLayout.java:1412)
     at java.awt.GridBagLayout.arrangeGrid(GridBagLayout.java:1372)
     at java.awt.GridBagLayout.layoutContainer(GridBagLayout.java:712)
     at java.awt.Container.layout(Container.java:1401)
     at java.awt.Container.doLayout(Container.java:1390)
     at java.awt.Container.validateTree(Container.java:1473)
     at java.awt.Container.validateTree(Container.java:1480)
     at java.awt.Container.validateTree(Container.java:1480)
     at java.awt.Container.validate(Container.java:1448)
     at com.m7.swing.wizard.WizardDialog.showPage(Unknown Source)
     at com.m7.swing.wizard.WizardDialog.nextPressed(Unknown Source)
     at com.m7.swing.wizard.WizardDialog$3.actionPerformed(Unknown Source)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
     at java.awt.Component.processMouseEvent(Component.java:5488)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5253)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at com.m7.wide.eclipse.jstudio.Plugin$EventBridgeThread.flushQueue(Unknown Source)
     at com.m7.wide.eclipse.jstudio.Plugin$EventBridgeThread$1.run(Unknown Source)
     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
     ... 49 more
!ENTRY org.eclipse.ui 4 4 2007-11-12 18:52:23.147
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 2007-11-12 18:52:23.149
!MESSAGE Failed to execute runnable (java.lang.NullPointerException)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
     at org.eclipse.swt.SWT.error(SWT.java:3374)
     at org.eclipse.swt.SWT.error(SWT.java:3297)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
     at org.eclipse.jface.window.Window.open(Window.java:796)
     at com.m7.wide.eclipse.dialog.EclipseDialogManager.preShowDialog(Unknown Source)
     at com.m7.wide.dialog.WideDialog.setVisible(Unknown Source)
     at com.m7.swing.wizard.WizardDialog.setVisible(Unknown Source)
     at com.m7.swing.wizard.WizardDialog.interact(Unknown Source)
     at com.m7.wide.jsf.jsp.html.FacesFormTagEditor.getInsertFragment(FacesFormTagEditor.java:33)
     at com.m7.wide.jstudio.tags.TagInserter.getFragment(Unknown Source)
     at com.m7.wide.jstudio.tags.TagInserter.insert(Unknown Source)
     at com.m7.wide.jstudio.tags.TagPaletteTransferable$1.run(Unknown Source)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at com.m7.wide.eclipse.jstudio.Plugin$EventBridgeThread.flushQueue(Unknown Source)
     at com.m7.wide.eclipse.jstudio.Plugin$EventBridgeThread$1.run(Unknown Source)
     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
     at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
     at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
     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 org.eclipse.core.launcher.Main.invokeFramework(Main.java:339)
     at org.eclipse.core.launcher.Main.basicRun(Main.java:283)
     at org.eclipse.core.launcher.Main.run(Main.java:984)
     at org.eclipse.core.launcher.Main.eclipse_main(Main.java:959)
     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.m7.installer.util.NitroxMain$1.run(NitroxMain.java:36)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: java.lang.NullPointerException
     at javax.swing.border.EmptyBorder.<init>(EmptyBorder.java:54)
     at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer.getTableCellRendererComponent(WindowsTableHeaderUI.java:120)
     at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderRenderer(BasicTableHeaderUI.java:387)
     at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderHeight(BasicTableHeaderUI.java:421)
     at javax.swing.plaf.basic.BasicTableHeaderUI.createHeaderSize(BasicTableHeaderUI.java:447)
     at javax.swing.plaf.basic.BasicTableHeaderUI.getPreferredSize(BasicTableHeaderUI.java:478)
     at javax.swing.JComponent.getPreferredSize(JComponent.java:1615)
     at javax.swing.ViewportLayout.preferredLayoutSize(ViewportLayout.java:78)
     at java.awt.Container.preferredSize(Container.java:1558)
     at java.awt.Container.getPreferredSize(Container.java:1543)
     at javax.swing.JComponent.getPreferredSize(JComponent.java:1617)
     at javax.swing.ScrollPaneLayout.preferredLayoutSize(ScrollPaneLayout.java:507)
     at java.awt.Container.preferredSize(Container.java:1558)
     at java.awt.Container.getPreferredSize(Container.java:1543)
     at javax.swing.JComponent.getPreferredSize(JComponent.java:1617)
     at com.m7.swing.EditableTable$4.getPreferredSize(Unknown Source)
     at java.awt.BorderLayout.preferredLayoutSize(BorderLayout.java:690)
     at java.awt.Container.preferredSize(Container.java:1558)
     at java.awt.Container.getPreferredSize(Container.java:1543)
     at javax.swing.JComponent.getPreferredSize(JComponent.java:1617)
     at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:911)
     at java.awt.GridBagLayout.getLayoutInfo(GridBagLayout.java:816)
     at java.awt.GridBagLayout.ArrangeGrid(GridBagLayout.java:1412)
     at java.awt.GridBagLayout.arrangeGrid(GridBagLayout.java:1372)
     at java.awt.GridBagLayout.layoutContainer(GridBagLayout.java:712)
     at java.awt.Container.layout(Container.java:1401)
     at java.awt.Container.doLayout(Container.java:1390)
     at java.awt.Container.validateTree(Container.java:1473)
     at java.awt.Container.validateTree(Container.java:1480)
     at java.awt.Container.validateTree(Container.java:1480)
     at java.awt.Container.validateTree(Container.java:1480)
     at java.awt.Container.validateTree(Container.java:1480)
     at java.awt.Container.validateTree(Container.java:1480)
     at java.awt.Container.validate(Container.java:1448)
     at javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:379)
     at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:113)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at com.m7.wide.eclipse.jstudio.Plugin$EventBridgeThread.flushQueue(Unknown Source)
     at com.m7.wide.eclipse.jstudio.Plugin$EventBridgeThread$1.run(Unknown Source)
     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
     ... 49 more

Similar Messages

  • It seems after the latest software update, my iphone 4 has issues with the phone and voicemail locking up as well as opening random apps.  Any thoughts?

    It seems after the latest software update, my iphone 4 has issues with the phone and voicemail locking up as well as opening random apps.  Any thoughts?

    Hi clintfromid,
    Thanks for using Apple Support Communities.  I would recommend closing all your apps and restarting and maybe resetting as good initial troubleshooting steps for this:
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    Cheers,
    - Ari

  • My wife has issues with her AOL email and was told to contact Apple about a virus scan. Has anyone else had a similar issue?

    My wife has issues with her AOL email and a tech rep told her to contact Apple for a virus scan. Has anyone else had a problem like this?

    You forgot to describe the 'issues' but there are no viruses that affect Apple OS X.
    You may find this User Tip on Viruses, Trojan Detection and Removal, as well as general Internet Security and Privacy, useful:
    https://discussions.apple.com/docs/DOC-2435
    The User Tip (which you are welcome to print out and retain for future reference) seeks to offer some guidance on the main security threats and how to avoid them
    Bear in mind that from April to December 2011 there were only 58 attempted security threats to the Mac - a mere fraction compared to Windows malware:
    http://www.f-secure.com/weblog/archives/00002300.html
    (I have ClamXav set to scan incoming emails, but nothing else.)

  • My magic trackpad has issue with 3 finger swipe between applications or swipe issue after OS X 10.8.1 update.

    hi,
    my magic trackpad has issue with 3 finger swipe between applications or swipe issue after OS X 10.8.1 update.
    Anyone facing the same issue? Thanks.

    Did you check System Preferences - Trackpad ? Also I'm not sure exactly what 3 fingered swipe are you referring to?

  • Lion / Safari 5.1 has issues with the pinch/zoom (embedded links don't zoom correctly)

    Ever since upgrading to Lion Safari 5.1 has issues with the pinch/zoom.  Any embedded link does not zoom in proportion to the surrounding page and it makes it unusable. (the embedded link zooms much more).  Any ideas?  This makes safari almost unusable for many webpages.
    Is there a fix to this?  Or can I consider uninstalling 5.1 and rolling Safari back to 5.05?  Not sure if this is a Lion issue or a Safari issue.  Everything worked great prior to Lion. 
    (I have to say, Lion has been more annoying than beneficial to this point!)

    Here are 2 screenshots of the issue (before and after a zoom)  see how the add in the first one that shows 25% off in the first picture zoomed too large after the zoom to see the whole thing?

  • Need assistance with multiple issues with several G5's

    Hello All,
    I need to get some assistance with some issues that I am having with several G5 Dual’s
    I just started a new position and I have 4-G5 Dual’s that are in various states of disrepair. Normally I would call Apple support but they did not purchase the extended AppleCare packages for any of the G5’s theu purchased and they are ALL over a year old now. Any suggestions would be greatly appreciated.
    G5 number 1 - Has its fans running at full output all the time. Could this be a firmware issue?
    G5 number 2 – Had it’s logic board replaced by one of our company computer techs and now at start up gives a long tone then boots to white screen with a command prompt. Requiring me to either type “mac-boot” or “shutdown”. If I continue the boot process the machine just goes to a gray screen and stalls. I researched this yesterday and tried several solutions I found here but to no avail. Seems to me that past of the issue is that it is stuck looking for a firmware upgrade. How do I get past it?
    G5 number 3 – Mac seems to boot correctly but when you click on the Apple icon in the upper left hand corner the Finder blinks out and then comes back. It does this every time we try to go to the Apple menu. We removed the original hard drive and installed in a known good drive, our tech drive with a G5 image, rebooted the mac and the same issue occurs with the Finder.
    G5 number 4 – This unit boots to black screen with a Unix command prompt displaying “root#”. Any thoughts.
    Thanks
    Paul
    G5 Dual   Mac OS X (10.3.9)  
    G5 Dual   Mac OS X (10.3.9)  

    Apparantly someone not certified to repair them messed them up.
    Tell bossman it would be in his best interest for you to take them to a authorized Apple Repair and get it done with.
    Tell him that Mac's rarley screw up hardware wise and there really hasn't been a great demand for skilled repair techs outside of Apple.
    If your worried about your job, tell him you can take care of the software, training, minor hardware and networking end of the matter. Which, luckily for you, are longtern and ongoing needs. You can tell him that.
    There's nothing wrong in admitting you don't know how to do something and keeping your job, than to be unable to fix them and lose your job.

  • Ipod has issues with Sleeping and Backlight

    Hello, i'm having some issues with my ipod, (Nano 4th gen, assuming you already knew that because of the forum i posted in :D)
    Anyways, a couple of days ago, i was using my Ipod, and i paused it for a bit. When i looked back a minute later i noticed the backlight was on even though i set it to turn off every 2 seconds. I reset it (menu+center) and played a couple songs, paused it and it did the same. The Backlight remained on even though the setting was as mentioned.
    I ignored it, and maybe 4 days later, i hit the Sleep option on the menu, the iPod turned off, then started turning itself on and off repeatedly, even while i had the lock switched on. I reset it, and tried to turn it off with the Sleep option and it keeps turning itself on and off. If i try to make it Sleep with the Play/Pause button, it will do the same.
    Now earlier i went to the Debug (or w/e it is) menu, (Menu+Center, Select+Left) to mess around and see if i could find anything weird there and went to IO>IOSTATUS, and noticed that USBDETECT was flickering between 1 and 0, but i don't know if that explains whats going on with my ipod
    Thanks in advance, and please help me fix my ipod! xD

    Honestly, I have no clue what's happening with your iPod. But on mine, I have the same kind, I did the same thing and went to IOSTATUS and under usb detect for me it just says 0 so maybe that has something to do with it. I hope you manage to get it to work again.

  • Latest 12.1.1.4 itune updates has issues with syncing to iPhone 6 Plus

    I was one of those folks wary of upgrading to iTunes 12 at first but once I did I actually liked it. I especially liked the fact that my frequent syncing problems seemed to have gone away.
    Sadly, these problems came back with 12.1.1.4. For the life of me, the latest iTunes version would not recognize my iPhone 6 Plus or it did but when you tried to apply a sync, it lost visibility of my phone.
    In exasperation I tried to get the older version from the Apple Website but for reasons that boggle my mind, they no longer had the 64 bit version of 12.0.1. Only the 32 bit version which would not install on my 64 bit Windows 8 OS.
    I was able to find  a 64 bit version of 12.0.1 on some other site I found while googling (and this is why I have a virus checker. :-P) and re-installing that worked great. As soon as I ran it, it recognized my iPhone and I could sync like a fiend.
    Has anyone come across this issue with 12.1.1.4? I am staying pat with 12.0.1 until Apple fixes the issue.
    I know that bugs will happen in software but given the level of importance of syncing ones phone, this really is a feature that needs to be rock solid. Not only that, but the older versions of the software really need to be properly available on the Apple Web site.
    Ian

    Hello Mirochi,
    I am sorry to hear you are having these issues with your iPhone 6 Plus. If you continue to have issues with a looping Trust notification, you may want to try resetting the Lockdown folder, as outlined in the following article:
    iTunes: How to reset the Lockdown folder - Apple Support
    If you have further issues with your iPhone not being recognized in iTunes, you may find the troubleshooting steps outlined in following article helpful as well:
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows - Apple Support
    Sincerely,
    - Brenden

  • Cannot use min-max-close buttons in top of screen after loading new web page, also has issues with videos. Does work fine oddly after shrinking the window and re-opening it from the taskbar...

    Issues with firefox where it wouldn't respond to above mentioned tasks, its like its clicking through the browser sometimes to screens behind it, or with drop down menus, it opens the menu up, but you click an option and it'll click on whatever the drop down menu is cover up. My computer has been running rather ragged lately which makes me think its a virus, I do have anti-virus and have tried a couple of programs to clean whatever it is up. I've also tried reinstalling firefox and that doesn't seem to help either.

    In Firefox 4 and later Safe mode disables extensions and disables hardware acceleration.
    *http://kb.mozillazine.org/Safe_mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.

  • Windows 7 on e9280t has issues with Realtek HD audio drivers

    This is driving me crazy. My PC runs great, but there is obviously an issue with the drivers for Realtek and Win 7. Sometimes I have sound, sometimes I don't. You just never know. Most of the time it doesn't even register that I have speakers. I've tried downloaded the driver from the HP site. I've also tried downloading the driver from Realtek's site. Nothing has worked yet. Still no sound. Anyone have any clue what might be causing this, or if there is a fix in the works?
    http://twitter.com/cthemenway

    Try this.  Right click on the Audio icon in the tray.  Then, click  Properties.  This opens the 'Sounds and Audio Devices Properties'.  Check all of the settings to assure they are correct.  You may have to change the settings one at a time to see if one of them does the trick.  When I have had a problem with the speakers not being recognized, it was incorrect speakers chosen.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Anyone else has issues with BC App Store?

    Hi All,
    Has anyone else had issues with the BC App Store?
    Long story short I hope:
    We purchased Client Trainer through the App Store, the app didn't get applied to our account and we waited over an hour before contacting support. Once we contacted support, we were told that the Database on the server had issues and that was the reason why the App wasn't added, but it was now fixed and we needed to the Fresh Install. We logged in and could see that both the Update and Fresh Install buttons where available, we clicked on Fresh Install the OAuth window opened up with the App Name:  Client Trainer (version 1.0.2), App Developer: BC Gurus and Website: which meant to be a live search, we double clicked the input field, nothing happened... Began typing the name of the website... Nothing happened. We then tried a different web browser, nothing happened. We contacted BC support thinking that because it was an OAuth issue to contact them but no, it's not we needed to contact BC App Store support who is owned by BC Gurus. A few emails back and forward between us and support and as I write this post we get another email saying "i have to extend this to Adobe. I should hear back from them early next week. Thank you for your patience.".
    I'm really not happy with the fact that BC App Store is maintained by a 3rd party provider, BC support won't help, BC Gurus can't do anything until Adobe helps them with the issue. I was really looking forward to developing BC Apps, however this has made me not want to develop and I think Adobe need to take over the running of the BC App Store if they want it to take off.

    Hi Kati,
    Thanks for the notes on your issue. I completely understand your frustration and apologize for any inconvenience this is causing your business.
    I have found your tickets and am looking into the issue. I can assure you that we take running the App Store very seriously and have worked hard with Adobe engineering to make the purchase and distribution of apps seamless. You are right that some of the issues that come in have to be resolved in collaboration with BC engineering and that is the case with this issue. I'm not sure why you are not getting any sites in the oAuth window - but I know that we'll be able to resolve that as soon as possible. We're still in the early days of the project and continue to come across edge cases that cause problems. We want these resolved for good.
    In the future, if you could direct all App Store related issues directly to BC App Store support, that will save a step if these types of issues come up in the future. The general retail BC support has little to no connection to the under-workings of the App Store - in these early stages, it's imperative that my team is able to get the issue as soon as possible in order to investigate and escalate to our contacts in BC engineering, if the issue is on their side.
    While I understand your concerns about a 3rd party running the marketplace, I hope that we have been able to prove our business in the BC market over the last 6 years. Not only that, but I think most partners would agree they would rather have BC engineers focused on core platform than operation of the App Store.
    I hope that you will still consider developing apps for the platform in the future. If you have any questions, don't hesitate to email me directly: [email protected]
    Thanks again for your patience on this issue.

  • Not a question -version 7 has issues with sound.  Period.   Admit it and put out a fix

    There are known issues with version 7 and sound issues on the Iphone.  Apple - please fix it. 

    I'm of the older generation and even posting these messages are foreign to me... however i have read several posts of this very same issue after upgrading.   The phone rings but no other alerts sound.  It will repair itself after reset but that is short lived.  This affects ITunes as well.  

  • Is DAMO has issues with win7 64 bit

    Hello, 
    we are impelmenting DAMO for our users, it works fine with Win XP/7  32 bit, but got some issue with win7 64 bit, its not creating MAPI profile, at the end of installation it shows
    error, "Failed to create a new MAPI profile. ", After that  it displays "Setup encountered an error
    and failed to create a new MAPI profile. You will need to reinstall IBM Lotus Domino Access for Microsoft Outlook." 
    please pass solution if you have any...
    Thanks!
    vipul 

    Do you have a virus scanner, can you exclude .nsf files from scanning.
    When installing the damo client software do not put in the normal Program files area as I believe windows 7 will not allow permissions to be changed without asking every time, so tis could be causing issues with temp files etc at setup.
    When setting up user profile it will ask where to save the user files, change from default profile area to some other created area of the disk you know you have access to, suggest making a path c:\damo\username\
    Also install lotus notes normal client and make sure your ID is ok using basic client.
    Thanks.
    Tony Chen
    TechNet Community Support

  • Ive got CS6 and it has issues with ariel font

    since getting CS6 ive had issue with typing words. i found out PHS dosent like the ariel font so removed this from my libarys. font book and PHS. did the crash report and everything the blogs said to do to remove a font but my layouts keep jumping when i type, the type weither its times, apple chancey etc changes to symbols and ^:" . jumps the layout from big to small and is really annoying . help please. im running 10.6.8 on an Imac.. i used ariel for everything and have had to change to myrad pro but this makes no diffence..what can i do to fix a courpted font that dosent exist in my computer?

    I've just done a restore (it asked if i wanted to restore with the back up so I said yes) but it is exactly the same.  The 'slide to unlock' doesnt slide.  It was working perfectly earlier today!  Do you think a system restore without the backup would make any difference? 
    Thanks for your help, it is very much appreciated.

  • Exchange SP2 to SP3 RU7 upgrade and any know issues with the Dialogic Gateways

    We are planning on upgrading out Exchange servers from SP2 to SP3 RU7. We are currently using an Avaya phone system and have Dialgoc gate2ways between these systems to allow us to get the voice mail into the end user's mailbox as a wav file. We are using
    the DMG2120's with code many years old. Has anyone had any issues or know of anyone that has had issues?

    Hi,
    I have checked the your question from our internal channel and did not find any related compatibility issues with the update. I also check the third-party forum but still cannot find any threads about any potential issues.
    I think we can feel free to do the upgrade. If you would like to double confirm the question, you can also ask a question in Dialogic forum for more help:
    http://www.dialogic.com/den/developer_forums/f/default.aspx
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please
    make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Additionally, there is an article about the IP gateway partners, AudioCodes and Dialogic, to add to the list of PBXs that are tested
    by Microsoft currently:
    http://technet.microsoft.com/en-us/library/ee681657(v=exchg.141).aspx
    Regards,
    Winnie Liang
    TechNet Community Support

Maybe you are looking for

  • Uploading the data from a flat file into ztable

    Hi, I have a requirement where I have to upload the data from 2 flat files into 2 z tables(ZRB_HDR,ZRB_ITM).From the 1st flat file only data for few fields have to be uploaded into ztable(ZRB_HRD) .Fromthe 2nd flat file data for all the fields have t

  • Currency conversion not working in web templates after migration to 7.0

    Hi Gurus, I am experiencing an interesting issue in BI7. I have my web-template reports build on one or two queries. When I execute the queries from RSRT I have all the amounts properly converted to USD (there is a bex variable defined on the query l

  • FEBAN items don't clear after posting

    I have configured everything for the automatic bank statements and created a test statement which I loaded via FF_5. All items on the statement show with a red marker and I can book them to the respective accounts accordingly. The postings do go thro

  • Multisegment slide show

    I have a 175-image slide show that incorporates 5 separate segments, each with its own music. It is essential that I have the ability to time the appearance of slides to coincide with particular sequences of the sound track for maximum effect. Finall

  • Temporary objects are deleted incorrectly

    The temporary objects are deleted (their destructors called) when they are leaving the scope of the expression due to wich they were created. But the Standard says that a temporary object should be deleted when the full expression due to wich it was