[
https://issues.apache.org/jira/browse/GERONIMO-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Gawor resolved GERONIMO-4570.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.2
2.1.4
Committed fixes to trunk (revision 750500) and branches/2.1 (revision 750501).
The basic problem was that the RemoteDeploymentManager was getting reused
instead of a new instance being created of it for each new connection (even
though from looking at the code it appeared like a new instance of
RemoteDeploymentManager was created for each new connection).
> deploy error after using login to save the name and password
> ------------------------------------------------------------
>
> Key: GERONIMO-4570
> URL: https://issues.apache.org/jira/browse/GERONIMO-4570
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: commands
> Affects Versions: 2.1.4, 2.2
> Environment: AIX(32 bit)+JAVA5
> Reporter: running Wang
> Assignee: Jarek Gawor
> Fix For: 2.1.4, 2.2
>
>
> 1. start geronimo server
> 2. remove file $HOME/.geronimo-deployer
> 3. run gsh to enter gshell mode
> 4. run deploy/login -u username -w password to save the username and password
> 5. run deploy/connect
> 6. run deploy/list-modules
> output: ERROR IllegalStateException:Disconnected
> if run deploy/list-plugins, output will be ERROR NullPointException:null
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.