You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (JIRA)" <ji...@apache.org> on 2019/04/30 22:58:00 UTC

[jira] [Resolved] (GEODE-6726) geode-web jar is missing from gfsh-dependencies.jar

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

Jens Deppe resolved GEODE-6726.
-------------------------------
    Resolution: Not A Problem

> geode-web jar is missing from gfsh-dependencies.jar
> ---------------------------------------------------
>
>                 Key: GEODE-6726
>                 URL: https://issues.apache.org/jira/browse/GEODE-6726
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Jens Deppe
>            Priority: Major
>
> Connecting gfsh over http results in the following exception:
> {noformat}
> [fatal 2019/04/30 15:03:35.208 UTC <Gfsh Launcher> tid=0xd] Uncaught exception in thread Thread[Gfsh Launcher,5,main]
> java.lang.NoClassDefFoundError: org/apache/geode/management/internal/web/shell/HttpOperationInvoker
> at org.apache.geode.management.internal.cli.commands.ConnectCommand.httpConnect(ConnectCommand.java:284)
> at org.apache.geode.management.internal.cli.commands.ConnectCommand.connect(ConnectCommand.java:153)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:216)
> at org.apache.geode.management.internal.cli.remote.CommandExecutor.callInvokeMethod(CommandExecutor.java:111)
> at org.apache.geode.management.internal.cli.remote.CommandExecutor.invokeCommand(CommandExecutor.java:121)
> at org.apache.geode.management.internal.cli.remote.CommandExecutor.execute(CommandExecutor.java:63)
> at org.apache.geode.management.internal.cli.remote.CommandExecutor.execute(CommandExecutor.java:57)
> at org.apache.geode.management.internal.cli.shell.GfshExecutionStrategy.execute(GfshExecutionStrategy.java:84)
> at org.springframework.shell.core.AbstractShell.executeCommand(AbstractShell.java:134)
> at org.apache.geode.management.internal.cli.shell.Gfsh.executeCommand(Gfsh.java:584)
> at org.apache.geode.management.internal.cli.shell.Gfsh.promptLoop(Gfsh.java:1038)
> at org.springframework.shell.core.JLineShell.run(JLineShell.java:179)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: java.lang.ClassNotFoundException: org.apache.geode.management.internal.web.shell.HttpOperationInvoker
> at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357){noformat}



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