Opened 2 years ago
Closed 2 years ago
#2052 closed defect (not our bug)
java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
Reported by: | anonymous maybe | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | apps/jetty | Version: | 0.9.31 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
- I2P Version and Running Environment
I2P version: 0.9.31-0-1ubuntu1 Java version: Oracle Corporation 1.8.0_141 (OpenJDK Runtime Environment 1.8.0_141-8u141-b15-1~deb9u1-b15) Wrapper version: 3.5.30 Server version: 9.2.21.v20170120 Servlet version: Jasper JSP 2.3 Engine JSTL version: standard-taglib 1.2.0 Platform: Linux amd64 4.9.0-4-amd64 Jcpuid version: 3 Processor: Westmere (corei) Jbigi: Locally optimized native BigInteger library loaded from file Jbigi version: 4 GMP version: 6.1.2 Encoding: UTF-8 Charset: UTF-8
- Router Logs
10/12/17 4:04:23 PM WARN [e Jetty-6958] rg.eclipse.jetty.server.Server: : javax.servlet.ServletException: java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
Subtickets
Change History (4)
comment:1 Changed 2 years ago by
Component: | unspecified → wrapper |
---|
comment:2 follow-up: 3 Changed 2 years ago by
Status: | new → infoneeded_new |
---|
comment:3 Changed 2 years ago by
Status: | infoneeded_new → new |
---|
Replying to zzz:
whats the impact? what broke? what happened?
nothing that i saw broken , but u know its strange message which needed to be filled.
comment:4 Changed 2 years ago by
Component: | wrapper → apps/jetty |
---|---|
Resolution: | → not our bug |
Status: | new → closed |
top search result: https://stackoverflow.com/questions/15260989/exception-in-thread-main-java-awt-awterror-assistive-technology-not-found
appears to be a harmless message, related to the Java installation and the way the Oracle Java is set up.
quote:
For future reference, one of the more common causes of this exception is a missing or corrupt installation of a Java Access Bridge. In this case, the following access bridge has been defined in standard configuration file (JDK_HOME/jre/lib/accessibility.properties): com.sun.java.accessibility.AccessBridge But it won't actually be operative unless the required installation is complete. Note that the standard access bridge implementation does not come packages with the SDK. To fix your particular issue, download and install the Oracle Access Bridge by following instructions from their setup page. That should resolve the startup error occurring in your program.
Note: See
TracTickets for help on using
tickets.
whats the impact? what broke? what happened?