I Cannot Add the EJB developed in JSE 8.1 in JSC2

Hi
I have problem for add the ejb into the Studio Creator...
I was trying to add several times and some times return 2 differents messages of errors I'm attaching the last message.
I did can make 1 time to add the ejb but when try to update because add more methods It was impossible to add
java.lang.reflect.UndeclaredThrowableException
     at $Proxy19.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.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
     at java.awt.Dialog$1.run(Dialog.java:515)
     at java.awt.Dialog.show(Dialog.java:536)
     at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:800)
     at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:843)
     at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:831)
     at org.openide.util.Mutex.doEventAccess(Mutex.java:1044)
     at org.openide.util.Mutex.readAccess(Mutex.java:170)
     at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:816)
     at java.awt.Component.show(Component.java:1300)
     at java.awt.Component.setVisible(Component.java:1253)
     at com.sun.rave.ejb.ui.AddEjbGroupDialog.showDialog(AddEjbGroupDialog.java:94)
     at com.sun.rave.ejb.actions.AddEjbGroupAction.performAction(AddEjbGroupAction.java:40)
     at org.openide.util.actions.NodeAction$3.run(NodeAction.java:450)
     at org.openide.util.actions.CallableSystemAction.doPerformAction(CallableSystemAction.java:116)
     at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:448)
     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.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
     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.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     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.reflect.InvocationTargetException
     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.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:383)
     ... 64 more
Caused by: java.lang.ClassCastException: javax.swing.tree.DefaultMutableTreeNode
     at com.sun.rave.ejb.ui.ConfigureMethodsPanel$1.getTreeCellRendererComponent(ConfigureMethodsPanel.java:56)
     at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2693)
     at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:475)
     at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1342)
     at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1469)
     at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1270)
     at javax.swing.tree.VariableHeightLayoutCache.rebuild(VariableHeightLayoutCache.java:725)
     at javax.swing.tree.VariableHeightLayoutCache.setModel(VariableHeightLayoutCache.java:91)
     at javax.swing.plaf.basic.BasicTreeUI.setModel(BasicTreeUI.java:400)
     at javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3384)
     at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
     at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
     at java.awt.Component.firePropertyChange(Component.java:7159)
     at javax.swing.JTree.setModel(JTree.java:710)
     at com.sun.rave.ejb.ui.ConfigureMethodsPanel.setEjbGroup(ConfigureMethodsPanel.java:81)
     at com.sun.rave.ejb.ui.ConfigureMethodsPanel.<init>(ConfigureMethodsPanel.java:73)
     at com.sun.rave.ejb.ui.AddEjbGroupDialog$ConfigureMethodWizardPanel.getComponent(AddEjbGroupDialog.java:312)
     at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:577)
     at org.openide.WizardDescriptor.goToNextStep(WizardDescriptor.java:691)
     at org.openide.WizardDescriptor.access$500(WizardDescriptor.java:63)
     at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1296)
[catch] ... 69 more
==>
java.lang.reflect.InvocationTargetException
     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.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:383)
     at $Proxy19.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.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
     at java.awt.Dialog$1.run(Dialog.java:515)
     at java.awt.Dialog.show(Dialog.java:536)
     at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:800)
     at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:843)
     at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:831)
     at org.openide.util.Mutex.doEventAccess(Mutex.java:1044)
     at org.openide.util.Mutex.readAccess(Mutex.java:170)
     at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:816)
     at java.awt.Component.show(Component.java:1300)
     at java.awt.Component.setVisible(Component.java:1253)
     at com.sun.rave.ejb.ui.AddEjbGroupDialog.showDialog(AddEjbGroupDialog.java:94)
     at com.sun.rave.ejb.actions.AddEjbGroupAction.performAction(AddEjbGroupAction.java:40)
     at org.openide.util.actions.NodeAction$3.run(NodeAction.java:450)
     at org.openide.util.actions.CallableSystemAction.doPerformAction(CallableSystemAction.java:116)
     at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:448)
     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.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
     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.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     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.ClassCastException: javax.swing.tree.DefaultMutableTreeNode
     at com.sun.rave.ejb.ui.ConfigureMethodsPanel$1.getTreeCellRendererComponent(ConfigureMethodsPanel.java:56)
     at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2693)
     at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:475)
     at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1342)
     at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1469)
     at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1270)
     at javax.swing.tree.VariableHeightLayoutCache.rebuild(VariableHeightLayoutCache.java:725)
     at javax.swing.tree.VariableHeightLayoutCache.setModel(VariableHeightLayoutCache.java:91)
     at javax.swing.plaf.basic.BasicTreeUI.setModel(BasicTreeUI.java:400)
     at javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3384)
     at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
     at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
     at java.awt.Component.firePropertyChange(Component.java:7159)
     at javax.swing.JTree.setModel(JTree.java:710)
     at com.sun.rave.ejb.ui.ConfigureMethodsPanel.setEjbGroup(ConfigureMethodsPanel.java:81)
     at com.sun.rave.ejb.ui.ConfigureMethodsPanel.<init>(ConfigureMethodsPanel.java:73)
     at com.sun.rave.ejb.ui.AddEjbGroupDialog$ConfigureMethodWizardPanel.getComponent(AddEjbGroupDialog.java:312)
     at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:577)
     at org.openide.WizardDescriptor.goToNextStep(WizardDescriptor.java:691)
     at org.openide.WizardDescriptor.access$500(WizardDescriptor.java:63)
     at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1296)
[catch] ... 69 more
==>
java.lang.ClassCastException: javax.swing.tree.DefaultMutableTreeNode
     at com.sun.rave.ejb.ui.ConfigureMethodsPanel$1.getTreeCellRendererComponent(ConfigureMethodsPanel.java:56)
     at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2693)
     at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:475)
     at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1342)
     at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1469)
     at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1270)
     at javax.swing.tree.VariableHeightLayoutCache.rebuild(VariableHeightLayoutCache.java:725)
     at javax.swing.tree.VariableHeightLayoutCache.setModel(VariableHeightLayoutCache.java:91)
     at javax.swing.plaf.basic.BasicTreeUI.setModel(BasicTreeUI.java:400)
     at javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3384)
     at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
     at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
     at java.awt.Component.firePropertyChange(Component.java:7159)
     at javax.swing.JTree.setModel(JTree.java:710)
     at com.sun.rave.ejb.ui.ConfigureMethodsPanel.setEjbGroup(ConfigureMethodsPanel.java:81)
     at com.sun.rave.ejb.ui.ConfigureMethodsPanel.<init>(ConfigureMethodsPanel.java:73)
     at com.sun.rave.ejb.ui.AddEjbGroupDialog$ConfigureMethodWizardPanel.getComponent(AddEjbGroupDialog.java:312)
     at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:577)
     at org.openide.WizardDescriptor.goToNextStep(WizardDescriptor.java:691)
     at org.openide.WizardDescriptor.access$500(WizardDescriptor.java:63)
     at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1296)
     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.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:383)
     at $Proxy19.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.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
[catch] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
     at java.awt.Dialog$1.run(Dialog.java:515)
     at java.awt.Dialog.show(Dialog.java:536)
     at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:800)
     at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:843)
     at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:831)
     at org.openide.util.Mutex.doEventAccess(Mutex.java:1044)
     at org.openide.util.Mutex.readAccess(Mutex.java:170)
     at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:816)
     at java.awt.Component.show(Component.java:1300)
     at java.awt.Component.setVisible(Component.java:1253)
     at com.sun.rave.ejb.ui.AddEjbGroupDialog.showDialog(AddEjbGroupDialog.java:94)
     at com.sun.rave.ejb.actions.AddEjbGroupAction.performAction(AddEjbGroupAction.java:40)
     at org.openide.util.actions.NodeAction$3.run(NodeAction.java:450)
     at org.openide.util.actions.CallableSystemAction.doPerformAction(CallableSystemAction.java:116)
     at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:448)
     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.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
     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.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     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)

Hi Eric,
What's the result of Arnav's question?
How did you set it? Please set it as the following steps:
1.Go to Start > Administrative Tools > Task Scheduler
2.In the Task Scheduler window double click your task, and on the "General" tab, under "Security options" section,  click the "Change User or Group" button.
4.Make sure "From this location" is set to the local machine name (to change click "Locations" button and select the local computer name)
5.Type "SYSTEM" in the text box and press ok . Under "When running the task, use the following user account:" you should see "NT AUTHORITY\SYSTEM".
Karen Hu
TechNet Community Support

Similar Messages

  • Error occured in deployment step 'Add Solution': Error: Cannot add the specified assembly to the global assembly cache

    hi,
    I have created a separate project which contains a class which has some generic methods- its a Utility class.[ its a  class library project ]
    I added this dll into my SharePoint project's wsp package [package--> advanced-->add assembly project from output ]  [ SP 2013/ VS 2012]
    So till yesterday everything was working fine, its has successfully deployed in the GAC.
    But today when I tried to deploy my solution I got this error
    "Error occured in deployment step 'Add Solution': Error: Cannot add the specified assembly to the global assembly cache" .
      I closed the  VS and did iisreset , and uninstalled dll using powershell . and i  went to package removed the dll from the wsp package and deployed again.
    Now when i added  the  dll into this package again, it failed to deploy.
    can anyone tell ,  why this is happening. i have not done any changes in the dll yesterday or today.
    suddenly , it  started behavin stranegly. 

    Use the power shell command to delete dll
    http://www.c-sharpcorner.com/uploadfile/anavijai/how-to-install-or-uninstall-dll-in-gac-using-powershell/

  • Why I cannot see the "Java Development " tag when I finished installation

    Hi all
    I have finished my reinstall of SAP Netweaver, and granted administrator all roles, but I still cannot see the "Java Development" tag in the head of the page. I don't know why.
    How can I do it?
    Regards

    Hi Wang,
    The Java development role comes after the installation of the PDK file to your portal.
    For Java development role, download the latest PDK from SDN and then import the .epa file in the portal. After its installation you will see the Java Devlopment role. Assign the role to the user and refresh the portal.
    <i>Follow these steps:</i>
    Once you have downloaded the PDK. Just extract it. You would have got the .rar file. For extracting this you use some rar extracter. If you want you can download the winrar from the following site:
    <b>Winrar Setup:</b> http://www.freedownloadscenter.com/Utilities/Compression_and_Zip_File_Utilities/WinRAR.html
    Then you can import this epa file into portal. When you will import this .epa file a new role for Java development will be added to the portal. Assign this role to your User.
    For importing the .epa file .epa file u need to import from the portal (<b>System Admin>Transport>Import</b>). Here just give the path of your extracted .epa file.
    <b>Role Name: com.sap.pdk.JavaDeveloper</b>
    Now you are ready to use the PDK from EP.
    I hope this helps you!!
    Regards
    Pravesh
    PS: Please consider rewarding points if helpful or solved.

  • I cannot add the file to file sharing, pls help

    Hi, I have install cloudreader, goodreader, oplayer and quickoffice... etc and work fine before, today just install pdf reader lite to my ipad, the filesharing in itunes suddently have problem, all the file cannot show in application file.... cannot add the file too, after remove the pdf reader lite the problem still remain, after uninstall and reinstall itunes problem still there.... anyone have same experience? how to solve it? pls help

    Hello AAA821
    You can download them directly to your other iOS devices by following the steps in the article below.
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/ht4211
    Regards,
    -Norm G

  • I have a creative cloud subscription for myself and 2 other colleagues but cannot add the other 2 colleagues as users. How do I do this?

    I have a creative cloud subscription for myself and 2 other colleagues but cannot add the other 2 colleagues as users. How do I do this?

    Hi American,
    I checked you account and I found that you just have 1 seat in your Creative Cloud account. You need to add a license from the top right corner on your Team admin page.
    You can follow the article: Creative Cloud Help | Manage your Creative Cloud for teams membership which will help you to add a license in your Team account.
    Let us know if you face any troubles while doing that.
    Thanks,
    Ratandeep Arora

  • I created a News folder but cannot add The Washington Post--I can add other Web sites

    I created a "News" folder. I cannot add "The Washington Post" to the folder. I have no trouble adding other Web pages to the folder.

    This can be caused by a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    * http://kb.mozillazine.org/Bookmarks_not_saved

  • Cannot accept the iOS Developer Program License Agreement in Member Center

    We would like to add our new application to App Store.
    Although when we click on "Add New App", we get the information from Apple saying we should "review and accept this agreement in the Contracts, Tax, and Banking module".
    After we reviewed this agreement, we could not find the option to accept it.
    Then we come back to that information and see that someone "with the Team Agent role must have already accepted the iOS Developer Program License Agreement in Member Center".
    The problem is that Member Center is unavailable for a quite a long time.
    That means our hands are tired now and we cannot add our application.

    Welcome to the waiting club buddy.
    Most of us have had this problem and have been waiting for the member center to come online for weeks.
    I was waiting since day 1. As the same day apple took down their site on thursday 3 weeks ago, was the exact same day I was suppose to upload my app.
    We can do nothing but wait. It says on their status page that the member center will be back online 1 week since august 5, it is now august 9 so I really don't know if I can hold on to apple's word anymore.
    They gave a commitment to fix everything in 7 days from august 5. We will have to see if they can accomplish this.

  • After downloading the hp 3054A software I cannot add the printer to my macbook pro

    I recently tried to add my hp 3054A printer to my macbook pro.  After downloading the software from hp's website I tried to add the printer to my macbook pro and keep getting the error message The software for this printer is currently unavailable. Please contact the printer’s manufacturer for the latest software.  This is after I initially get the message  Software for this printer is available from Apple. Would you like to download and install it?
    I have tried adding HP printer software from Apple's site but that did not help.  Any help with this is much appreciated!
    Many Thanks,
    Izumi

    For OS X 10.8 or later:
    OS X Mountain Lion: Reset the printing system
    For earlier versions of OS X:
    Mac OS X: How to reset the printing system

  • Why I cannot add the weather of another country's city?

    Recently I am traveling in China, and last weekend I upgraded my MacBook Air (13-inch, Mid 2012) to the Yosemite. But I found I could only add cities in China, such as Beijing,Shanghai etc in the weather widget of the notification center. When I typed New York,Tokyo,Berlin,Rome etc, I got no results found. Is this a bug? How can I fix it?

    Is there anyone who has the same problem with me?

  • HT5621 I hve two email addresses and I cannot add the second to my Apple ID as it says it has been assigned to another person - me! I cannot update my apps on iphone 5 as there is conflict between the two addresses - password not working.

    Re the above problem now that I have more space to type.  My purchased apps seem to be in one ID and the phone and ITunes is in another.  I didn't have this problem before the recent update and it is very frustrating.  Before, I was able to use the same password for both IDs but now it is being rejected.  Any ideas please?  Will the phone shop be able to sort it out for me?

    Laura Quitugua wrote:
    I had to change my apple id email address.
    Changed meaning created a new Apple ID or updated the existing Apple ID to use the new email address?
    The first method is incorrect.
    The second will allow the user to continue having access to the previously purchased content and app updates.

  • My ipad quit backing up and it cannot find the file.  I tried putting on another computer after a hard reset but it says it cannot back up there either.

    My ipad quit backing up because it cannot find the file.  I have tried a restore and hard reset and adding itunes to another computer and putting it on there but it still will cannot add the ipad to the new computer and back up.  I have an iPad (not iPad 2) and 5.01 OS.  It appears that my iPad is not fully fuctional since I updated to the new OS which is when my ipad stopped backing up.  I lost data too and some apps don't work anymore.

    Have you previously synced photos to the iPad, as that occasionally causes the 'missing file' error. If so then try deleting the photo cache from your computer and then re-try backing up - the location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314.
    In terms of apps not working, if it's happening on all the apps that you've downloaded from the App Store, but not the Apple built-in ones, then try downloading any free app from the store (as that appears to reset something) and then re-try them - the free app can then be deleted.
    If it's happening on all apps then try closing them all completely and then see if they work when you re-open them : from the home screen (i.e.not with any app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of each app to close them, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • How to set the classpath to make the jsp connect to the ejb

              i make a entity ejb jar file, and put it under the applications directory. using
              a client class program test, it work ok. but when i run it from jsp, the browser
              said cannot resolve the ejb's remote and home interface.
              how can i make the jsp know where the interface is? thanks
              by the way, the weblogic server i used is wlserver6.1
              

    You will have to create the servlet mapping in the Web.xml file
    <servlet>
                 <servlet-name>FirstServlet</servlet-name>
                 <servlet-class>FirstServlet</servlet-class>
        </servlet>
    <servlet-mapping>
            <servlet-name>FirstServlet</servlet-name>
            <url-pattern>/servlet/FirstServlet</url-pattern>
        </servlet-mapping>

  • Cannot add user to workspace

    Dear,
    I cannot add the below user
    Email First Name Last Name uid Status
    [email protected] Devanath Desikan ddesikan Verified
    to the workspace: https://beehiveonline.oracle.com/teamcollab/overview/PMI_Benelux_Day_Workspace
    The above user is the only one who's UID is not equal to the email address.
    Your help will be appreciated.
    Kind regards
    Francis

    Phil,
    thanks for this, but the user was not able to log on.
    Created a new user ID using another email from him.
    this time it worked.
    It seems that modifying the login_id to his email address does not work. I had similar problems with my private logon id in the past. I also had to create a new Oracle ID using another email address.
    But this can be closed since we used a workaround.
    Kind regards
    Francis

  • I can't see the Quick Develop Tools in the Library Module

    I cannot see the Quick Develope tools in the Library Module

    Right-click (Cmd-click Mac) on one of the other tabs and make sure there is a checkmark for Quick Develop.

  • Cannot add HP deskjet F4180 on OS X Mavericks

    My Mavericks is updated, but I cannot print any longer on my HP deskjet F4180. I cannot add the printer in the system & preference menu (the menu is empty, except for Adobe PDF 8.0). Please help, I need to print - that is why I have a HP printer after all.

    Hello Jeroenishetbeu,
    Welcome to the HP Support Forums! I see you are trying to install your HP Deskjet F4180 to your Mac running the new Mavericks 10.9 Operating system. The reason you are running into some issues, is because there was no full feature software and drivers made available for the older model Deskjet. With that being said it does not mean you cannot use the printer, it just means there may now be a different way to do things.
    To get a better understanding take a look here: OS X v10.9 Mavericks: Installing and Using the Printer on a Mac, here you will be walked through adding the printer using the Apple Updates.
    Scanning will be a little different as well: How to Scan: OS X v10.9
    I hope this helps, be sure to check out the FAQ's in the first recommendation.
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

Maybe you are looking for