Sorry, Ken. I reread that and it seemed a little confusing. Launch GShell using "./gsh --debug" (or the windows equivalent) and then run the command that causes that error. Please post the resultant stack trace.
Thanks again. Jason Warner On Nov 6, 2007 10:37 PM, Jason Warner <[EMAIL PROTECTED]> wrote: > Ken, > > I am such a dork. I've been sitting here putzing around wishing for > more information. Can you run GShell using the debug command? "./gsh > --debug" I think. This should give a full stack trace for that error. > Can you please post that stack trace? > > Thanks! > > Jason Warner. > > > On Nov 6, 2007 10:20 PM, Ken Treimann <[EMAIL PROTECTED]> wrote: > > Yes, when I run the new ssh command. Sorry for the confusion! > > > > Thanks, > > -Ken > > > > > > Jason Warner wrote: > > > Hi Ken, > > > > > > I'm a little confused by the order of events that transpired here. > > > When do you get this error? When you try to run the command? > > > > > > > > On Nov 6, 2007 9:51 PM, Ken Treimann <kctreima at sign ncsu period edu> > > > wrote: > > > > > >> Hello, > > >> > > >> I am attempting to implement this functionality for contribution, but am > > >> running into this issue: > > >> > > >> ERROR ComponentLookupException: Unable to lookup component > > >> 'org.apache.geronimo.gshell.command.Command', it could not be created > > >> > > >> Basically I copied RshCommand, and created a secure channel by adding a > > >> port forwarder using the PortForwardingL example from JSch. In my > > >> initial investigation, I copied RshCommand, made no changes other than > > >> the class name and command ID, ran it, and it successfully opened an rsh > > >> to a rsh-server. After adding the port forwarder, a UserInfo helper > > >> class used by the JSch session, and command-line options for the ssh > > >> user and password, I get the error. I tried to undo everything I did to > > >> return to what previously worked, but I still get the error. There is > > >> some fundamental GShell-ness that I'm missing here, so can anyone give > > >> me a clue where I should start? > > >> > > >> > > >> Thanks, > > >> -Ken > > >> > > >
