You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/07/28 19:21:40 UTC

[Bug 64630] New: java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not supported. when executing plan

https://bz.apache.org/bugzilla/show_bug.cgi?id=64630

            Bug ID: 64630
           Summary: java.lang.UnsupportedOperationException: TRANSLUCENT
                    translucency is not supported. when executing plan
           Product: JMeter
           Version: 5.3
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: mike.prior7@gmail.com
  Target Milestone: JMETER_5.3.1

java 1.8.0_121-b13 Redhat 7.6 mapio

I open a session to my server using Xwin (cygwin) on Windows 10, and start
jmeter. I can create the configuration, but when I execute a plan, I get
'java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not
supported. ' full stack from error log below. Any help appreciated

Thanks

Mike

java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not
supported.
        at java.awt.Window.setOpacity(Window.java:3625) ~[?:1.8.0_121]
        at
com.github.weisj.darklaf.ui.tooltip.DarkTooltipUI$FadeInAnimator.paintNow(DarkTooltipUI.java:346)
~[darklaf-core-2.1.1.jar:2.1.1]
        at com.github.weisj.darklaf.graphics.Animator.paint(Animator.java:140)
~[darklaf-core-2.1.1.jar:2.1.1]
        at com.github.weisj.darklaf.graphics.Animator.onTick(Animator.java:176)
~[darklaf-core-2.1.1.jar:2.1.1]
        at
com.github.weisj.darklaf.graphics.Animator.access$000(Animator.java:38)
~[darklaf-core-2.1.1.jar:2.1.1]
        at
com.github.weisj.darklaf.graphics.Animator$1.lambda$run$0(Animator.java:130)
~[darklaf-core-2.1.1.jar:2.1.1]
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
~[?:1.8.0_121]
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
~[?:1.8.0_121]
        at java.awt.EventQueue.access$500(EventQueue.java:97) ~[?:1.8.0_121]
        at java.awt.EventQueue$3.run(EventQueue.java:709) ~[?:1.8.0_121]
        at java.awt.EventQueue$3.run(EventQueue.java:703) ~[?:1.8.0_121]
        at java.security.AccessController.doPrivileged(Native Method)
~[?:1.8.0_121]
        at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
~[?:1.8.0_121]
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
~[?:1.8.0_121]
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
[?:1.8.0_121]
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
[?:1.8.0_121]
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
[?:1.8.0_121]
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
[?:1.8.0_121]
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
[?:1.8.0_121]
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[?:1.8.0_121]
2020-07-28 13:40:46,862 ERROR o.a.j.JMeter: Uncaught exception in thread
Thread[AWT-EventQueue-0,6,main]
java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not
supported.
        at java.awt.Window.setOpacity(Window.java:3625) ~[?:1.8.0_121]
        at
com.github.weisj.darklaf.ui.tooltip.DarkTooltipUI$FadeInAnimator.paintNow(DarkTooltipUI.java:346)
~[darklaf-core-2.1.1.jar:2.1.1]
        at com.github.weisj.darklaf.graphics.Animator.paint(Animator.java:140)
~[darklaf-core-2.1.1.jar:2.1.1]
        at com.github.weisj.darklaf.graphics.Animator.onTick(Animator.java:176)
~[darklaf-core-2.1.1.jar:2.1.1]
        at
com.github.weisj.darklaf.graphics.Animator.access$000(Animator.java:38)
~[darklaf-core-2.1.1.jar:2.1.1]
        at
com.github.weisj.darklaf.graphics.Animator$1.lambda$run$0(Animator.java:130)
~[darklaf-core-2.1.1.jar:2.1.1]
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
~[?:1.8.0_121]
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
~[?:1.8.0_121]
        at java.awt.EventQueue.access$500(EventQueue.java:97) ~[?:1.8.0_121]
        at java.awt.EventQueue$3.run(EventQueue.java:709) ~[?:1.8.0_121]
        at java.awt.EventQueue$3.run(EventQueue.java:703) ~[?:1.8.0_121]
        at java.security.AccessController.doPrivileged(Native Method)
~[?:1.8.0_121]
        at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
~[?:1.8.0_121]
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
~[?:1.8.0_121]
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
[?:1.8.0_121]
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
[?:1.8.0_121]
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
[?:1.8.0_121]
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
[?:1.8.0_121]
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
[?:1.8.0_121]
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[?:1.8.0_121]

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64630] Darklaf: java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not supported. when executing plan

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64630

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|java.lang.UnsupportedOperat |Darklaf:
                   |ionException: TRANSLUCENT   |java.lang.UnsupportedOperat
                   |translucency is not         |ionException: TRANSLUCENT
                   |supported. when executing   |translucency is not
                   |plan                        |supported. when executing
                   |                            |plan

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64630] Darklaf: java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not supported. when executing plan

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64630

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
See:

https://github.com/weisJ/darklaf/issues/197

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64630] java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not supported. when executing plan

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64630

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(In reply to mp101 from comment #1)
> as a workaround I can use Jmeter 2.13

as a workaround you could switch LAF to System

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64630] java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not supported. when executing plan

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64630

--- Comment #1 from mp101 <mi...@gmail.com> ---
as a workaround I can use Jmeter 2.13

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64630] java.lang.UnsupportedOperationException: TRANSLUCENT translucency is not supported. when executing plan

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64630

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|                            |FixedInTrunk
         Resolution|---                         |FIXED

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
Issue should be fixed in nightly build.
Can you try it and confirm:
https://ci.apache.org/projects/jmeter/nightlies/

If not fixed, please reopen.

Thank you

-- 
You are receiving this mail because:
You are the assignee for the bug.