Open cbeach47 opened 4 years ago
Another error showed up related to the IPFE in 2020.1.6 - When trying to launch the applet, it fails with the following errors in the logs.
java.lang.IllegalArgumentException: unknown plug-in ID - com.tle.web.inplaceeditor
at org.java.plugin.registry.xml.PluginRegistryImpl.getPluginDescriptor(PluginRegistryImpl.java:753)
at com.tle.core.plugins.AbstractPluginService.getClassLoader(AbstractPluginService.java:180)
at com.tle.web.resources.AbstractResourcesServlet.service(AbstractResourcesServlet.java:59)
at com.tle.web.resources.ResourcesServlet.service(ResourcesServlet.java:91)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at com.tle.web.dispatcher.ServletDispatcher.dispatch(ServletDispatcher.java:95)
at com.tle.web.dispatcher.RequestDispatchFilter.doFilter(RequestDispatchFilter.java:91)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:543)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:609)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:818)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1623)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug Launching the in place file editor brings up the java console, but no widgets / content is loaded. More often then not, the error below is thrown in the logs, and I've captured the following when trying to save / exit the dialog:
Since applets are legacy tech, and only seem to work on old browsers such as IE 11 and FF 47 or lower, the answer to this issue may well be alignment that this feature is now retired and the links in the edit attachment dialog should be removed.
To Reproduce Steps to reproduce the behavior:
edit
edit file with default editor
Expected behavior The OS text editor should launch with the contents of the text file
Stacktrace
Platform:
Additional context The file manager on the same browser / oEQ versions work.