You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Bill Dudney (JIRA)" <de...@geronimo.apache.org> on 2006/09/04 16:40:22 UTC

[jira] Created: (GERONIMO-2377) deploying a new datasource with the same name does not indicate any problem in the console

deploying a new datasource with the same name does not indicate any problem in the console
------------------------------------------------------------------------------------------

                 Key: GERONIMO-2377
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2377
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: console
    Affects Versions: 1.2
            Reporter: Bill Dudney


Console acts as if it deployeed the datasource but the console spits out an error message;

Deployer operation failed: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
org.apache.geronimo.common.DeploymentException: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
        at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
        at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
        at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
        at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
        at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
        at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
        at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
        at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106)
        at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60)
        at java.lang.Thread.run(Thread.java:552)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (GERONIMO-2377) deploying a new datasource with the same name does not indicate any problem in the console

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2377?page=all ]

Dain Sundstrom reassigned GERONIMO-2377:
----------------------------------------

    Assignee: Dain Sundstrom  (was: Bill Dudney)

> deploying a new datasource with the same name does not indicate any problem in the console
> ------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2377
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2377
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Assigned To: Dain Sundstrom
>             Fix For: 1.2, 2.0
>
>         Attachments: GERONIMO-2377.bdudney.patch
>
>
> Console acts as if it deployeed the datasource but the console spits out an error message;
> Deployer operation failed: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
> org.apache.geronimo.common.DeploymentException: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>         at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>         at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>         at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>         at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>         at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>         at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106)
>         at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60)
>         at java.lang.Thread.run(Thread.java:552)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2377) deploying a new datasource with the same name does not indicate any problem in the console

Posted by "Donald Woods (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2377?page=all ]

Donald Woods updated GERONIMO-2377:
-----------------------------------

       Patch Info: [Patch Available]
    Fix Version/s: 1.2

Verified that the patch works.

> deploying a new datasource with the same name does not indicate any problem in the console
> ------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2377
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2377
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Assigned To: Bill Dudney
>             Fix For: 1.2
>
>         Attachments: GERONIMO-2377.bdudney.patch
>
>
> Console acts as if it deployeed the datasource but the console spits out an error message;
> Deployer operation failed: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
> org.apache.geronimo.common.DeploymentException: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>         at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>         at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>         at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>         at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>         at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>         at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106)
>         at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60)
>         at java.lang.Thread.run(Thread.java:552)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (GERONIMO-2377) deploying a new datasource with the same name does not indicate any problem in the console

Posted by "Bill Dudney (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2377?page=all ]

Bill Dudney reassigned GERONIMO-2377:
-------------------------------------

    Assignee: Bill Dudney

> deploying a new datasource with the same name does not indicate any problem in the console
> ------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2377
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2377
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Assigned To: Bill Dudney
>
> Console acts as if it deployeed the datasource but the console spits out an error message;
> Deployer operation failed: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
> org.apache.geronimo.common.DeploymentException: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>         at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>         at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>         at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>         at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>         at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>         at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106)
>         at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60)
>         at java.lang.Thread.run(Thread.java:552)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2377) deploying a new datasource with the same name does not indicate any problem in the console

Posted by "Bill Dudney (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2377?page=all ]

Bill Dudney updated GERONIMO-2377:
----------------------------------

    Attachment: GERONIMO-2377.bdudney.patch

displays an error instead of just moving on

> deploying a new datasource with the same name does not indicate any problem in the console
> ------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2377
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2377
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Assigned To: Bill Dudney
>         Attachments: GERONIMO-2377.bdudney.patch
>
>
> Console acts as if it deployeed the datasource but the console spits out an error message;
> Deployer operation failed: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
> org.apache.geronimo.common.DeploymentException: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>         at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>         at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>         at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>         at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>         at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>         at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106)
>         at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60)
>         at java.lang.Thread.run(Thread.java:552)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2377) deploying a new datasource with the same name does not indicate any problem in the console

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2377?page=all ]

Vamsavardhana Reddy updated GERONIMO-2377:
------------------------------------------

    Fix Version/s: 2.0

> deploying a new datasource with the same name does not indicate any problem in the console
> ------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2377
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2377
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Assigned To: Bill Dudney
>             Fix For: 1.2, 2.0
>
>         Attachments: GERONIMO-2377.bdudney.patch
>
>
> Console acts as if it deployeed the datasource but the console spits out an error message;
> Deployer operation failed: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
> org.apache.geronimo.common.DeploymentException: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>         at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>         at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>         at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>         at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>         at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>         at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106)
>         at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60)
>         at java.lang.Thread.run(Thread.java:552)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (GERONIMO-2377) deploying a new datasource with the same name does not indicate any problem in the console

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2377?page=all ]

Dain Sundstrom closed GERONIMO-2377.
------------------------------------

    Resolution: Fixed

Applied to 1.2 and 2.0.  Thanks for the patch Bill Dudney!

> deploying a new datasource with the same name does not indicate any problem in the console
> ------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2377
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2377
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Assigned To: Dain Sundstrom
>             Fix For: 1.2, 2.0
>
>         Attachments: GERONIMO-2377.bdudney.patch
>
>
> Console acts as if it deployeed the datasource but the console spits out an error message;
> Deployer operation failed: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
> org.apache.geronimo.common.DeploymentException: Module console.dbpool/DefaultDS/1.0/rar already exists in the server.  Try to undeploy it first or use the redeploy command.
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
>         at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>         at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>         at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>         at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>         at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>         at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>         at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106)
>         at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60)
>         at java.lang.Thread.run(Thread.java:552)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira