[jira] [Commented] (NETBEANS-2434) Can't install JIRA plugin

2019-05-17 Thread Derrick Claar (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16842788#comment-16842788
 ] 

Derrick Claar commented on NETBEANS-2434:
-

Are there any workarounds that IDE users can employ to get by in the meantime?  
The jar seems to be moved a bit from time to time, with this link currently 
working from the Atlassian artifactory pages:

[https://packages.atlassian.com/maven-public-legacy-local/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]

 

> Can't install JIRA plugin
> -
>
> Key: NETBEANS-2434
> URL: https://issues.apache.org/jira/browse/NETBEANS-2434
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Ray Slater
>Priority: Major
>
> I'm trying to install the Jira plugin in Netbeans 11, but it fails to 
> download the REST client from atlassian:
> {noformat}
> SEVERE [org.netbeans.modules.autoupdate.ui.wizards.InstallStep]
> msg
> Caused: org.netbeans.api.autoupdate.OperationException[INSTALL]: Cannot 
> resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:768)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:642)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$600(InstallSupportImpl.java:73)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:153)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:125)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [catch] at java.lang.Thread.run(Thread.java:745)
> There were some problems while storing JIRA REST Client.
> Cause: Cannot resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> {noformat}
> Searching threw up this old Bugzilla: 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=244014]
> In that Bugzilla there are 2 links & the solution suggests that both would be 
> tried in a fixed version.
> For me, this link works: 
>  
> [https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]
> but this link fails:
>  
> [https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-1387) When debugging an applet, I expect to be able to take a screen shot from the debug tools

2018-10-08 Thread Derrick Claar (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Derrick Claar updated NETBEANS-1387:

 Attachment: appletScreenShotProcessHung.png
Description: 
I'm running a web app from weblogic, starting it from a Windows command prompt, 
and when I socket attach to the defined port (defined in java config tool), I'm 
able to debug code, but when I try to get a screen shot of the applet in the 
browser (IE 11), NB 9 is generating an the following exception:

com.sun.jdi.IncompatibleThreadStateException
 at com.sun.tools.jdi.InvokableTypeImpl.invokeMethod(InvokableTypeImpl.java:116)
 at 
org.netbeans.modules.debugger.jpda.jdi.ClassTypeWrapper.invokeMethod(ClassTypeWrapper.java:285)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot$1.run(RemoteAWTScreenshot.java:249)
 Caused: org.netbeans.modules.debugger.jpda.visual.RetrievalException
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot$1.run(RemoteAWTScreenshot.java:439)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteServices.runOnStoppedThread(RemoteServices.java:513)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.take(RemoteAWTScreenshot.java:227)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.takeCurrent(RemoteAWTScreenshot.java:153)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.takeCurrent(RemoteAWTScreenshot.java:140)
 [catch] at 
org.netbeans.modules.debugger.jpda.visual.actions.TakeScreenshotActionProvider.doAction(TakeScreenshotActionProvider.java:88)
 at org.netbeans.spi.debugger.ActionsProvider$1.run(ActionsProvider.java:106)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

This exception is only produced when trying to take a screen shot of the applet 
while I'm at a breakpoint in the applet code.  If I'm not at a breakpoint, the 
Taking application screenshot process never completes, and just spins without 
producing the screen shot of the running java, though the Debugging window does 
show the thread (see attached screenshot).

  was:
I'm running a web app from weblogic, starting it from a Windows command prompt, 
and when I socket attach to the defined port (defined in java config tool), I'm 
able to debug code, but when I try to get a screen shot of the applet in the 
browser (IE 11), NB 9 is generating an the following exception:

com.sun.jdi.IncompatibleThreadStateException
 at com.sun.tools.jdi.InvokableTypeImpl.invokeMethod(InvokableTypeImpl.java:116)
 at 
org.netbeans.modules.debugger.jpda.jdi.ClassTypeWrapper.invokeMethod(ClassTypeWrapper.java:285)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot$1.run(RemoteAWTScreenshot.java:249)
Caused: org.netbeans.modules.debugger.jpda.visual.RetrievalException
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot$1.run(RemoteAWTScreenshot.java:439)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteServices.runOnStoppedThread(RemoteServices.java:513)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.take(RemoteAWTScreenshot.java:227)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.takeCurrent(RemoteAWTScreenshot.java:153)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.takeCurrent(RemoteAWTScreenshot.java:140)
[catch] at 
org.netbeans.modules.debugger.jpda.visual.actions.TakeScreenshotActionProvider.doAction(TakeScreenshotActionProvider.java:88)
 at org.netbeans.spi.debugger.ActionsProvider$1.run(ActionsProvider.java:106)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)


> When debugging an applet, I expect to be able to take a screen shot from the 
> debug tools
> 
>
> Key: NETBEANS-1387
> URL: https://issues.apache.org/jira/browse/NETBEANS-1387
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 8.2, 9.0
> Environment: Windows 10, java 1.8.0_161, weblogic 12c, IE 11, NB 9
>Reporter: Derrick Claar
>Priority: Major
> Attachments: appletScreenShotProcessHung.png
>
>
> I'm running a web app from weblogic, starting it from a Windows command 
> prompt, and when I socket attach to the defined port (defined in java config 
> tool), I'm able to debug code, but when I try to get a 

[jira] [Created] (NETBEANS-1387) When debugging an applet, I expect to be able to take a screen shot from the debug tools

2018-10-08 Thread Derrick Claar (JIRA)
Derrick Claar created NETBEANS-1387:
---

 Summary: When debugging an applet, I expect to be able to take a 
screen shot from the debug tools
 Key: NETBEANS-1387
 URL: https://issues.apache.org/jira/browse/NETBEANS-1387
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Debugger
Affects Versions: 9.0, 8.2
 Environment: Windows 10, java 1.8.0_161, weblogic 12c, IE 11, NB 9
Reporter: Derrick Claar


I'm running a web app from weblogic, starting it from a Windows command prompt, 
and when I socket attach to the defined port (defined in java config tool), I'm 
able to debug code, but when I try to get a screen shot of the applet in the 
browser (IE 11), NB 9 is generating an the following exception:

com.sun.jdi.IncompatibleThreadStateException
 at com.sun.tools.jdi.InvokableTypeImpl.invokeMethod(InvokableTypeImpl.java:116)
 at 
org.netbeans.modules.debugger.jpda.jdi.ClassTypeWrapper.invokeMethod(ClassTypeWrapper.java:285)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot$1.run(RemoteAWTScreenshot.java:249)
Caused: org.netbeans.modules.debugger.jpda.visual.RetrievalException
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot$1.run(RemoteAWTScreenshot.java:439)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteServices.runOnStoppedThread(RemoteServices.java:513)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.take(RemoteAWTScreenshot.java:227)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.takeCurrent(RemoteAWTScreenshot.java:153)
 at 
org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.takeCurrent(RemoteAWTScreenshot.java:140)
[catch] at 
org.netbeans.modules.debugger.jpda.visual.actions.TakeScreenshotActionProvider.doAction(TakeScreenshotActionProvider.java:88)
 at org.netbeans.spi.debugger.ActionsProvider$1.run(ActionsProvider.java:106)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists