plugin not found

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

plugin not found

Jason Davis
Hello,
 Im trying to deploy my app on a new box. But some of the plugins can
not be found. What can I do to get my app to build and work again?

Thanks

jdavis@homer:/opt/WinMail2$ grails prod war ROOT.war
Welcome to Grails 1.3.5 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /opt/grails

Base Directory: /opt/WinMail2
Resolving dependencies...
Dependencies resolved in 1099ms.
Running script /opt/grails/scripts/War.groovy
Environment set to production
Plugin [shiro-1.0.1] not installed. ...
Plugin [crypto-2.0] not installed. ...
Plugin [hibernate-1.3.5] not installed. ...
Plugin [tomcat-1.3.5] not installed. ...
Resolving new plugins. Please wait... ...
:: problems summary ::
:::: WARNINGS
                module not found: org.grails.plugins#crypto;2.0

        ==== grailsPlugins: tried

          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

          /opt/WinMail2/lib/crypto-2.0.zip

        ==== grailsHome: tried

          /opt/grails/lib/crypto-2.0.xml

          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

          /opt/grails/lib/crypto-2.0.zip

        ==== grailsHome: tried

          /opt/grails/dist/crypto-2.0.xml

          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

          /opt/grails/dist/crypto-2.0.zip

        ==== grailsHome: tried

          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

          /opt/grails/plugins/grails-crypto-2.0.zip

        ==== mavenCentral: tried

          http://repo1.maven.org/maven2/org/grails/plugins/crypto/2.0/crypto-2.0.pom

          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

          http://repo1.maven.org/maven2/org/grails/plugins/crypto/2.0/crypto-2.0.zip

                module not found: org.grails.plugins#shiro;1.0.1

        ==== grailsPlugins: tried

          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

          /opt/WinMail2/lib/shiro-1.0.1.zip

        ==== grailsHome: tried

          /opt/grails/lib/shiro-1.0.1.xml

          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

          /opt/grails/lib/shiro-1.0.1.zip

        ==== grailsHome: tried

          /opt/grails/dist/shiro-1.0.1.xml

          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

          /opt/grails/dist/shiro-1.0.1.zip

        ==== grailsHome: tried

          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

          /opt/grails/plugins/grails-shiro-1.0.1.zip

        ==== mavenCentral: tried

          http://repo1.maven.org/maven2/org/grails/plugins/shiro/1.0.1/shiro-1.0.1.pom

          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

          http://repo1.maven.org/maven2/org/grails/plugins/shiro/1.0.1/shiro-1.0.1.zip

                ::::::::::::::::::::::::::::::::::::::::::::::

                ::          UNRESOLVED DEPENDENCIES         ::

                ::::::::::::::::::::::::::::::::::::::::::::::

                :: org.grails.plugins#crypto;2.0: not found

                :: org.grails.plugins#shiro;1.0.1: not found

                ::::::::::::::::::::::::::::::::::::::::::::::


Failed to resolve plugins.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: plugin not found

Burt Beckwith-2
Make sure you have at least the three standard repositories in BuildConfig.groovy:

    repositories {
        grailsPlugins()
        grailsHome()
        grailsCentral()
    }

If you upgraded from 1.2.x you're probably missing grailsCentral().

Burt

On Tue, Dec 7, 2010 at 2:24 PM, Jason Davis <[hidden email]> wrote:
Hello,
 Im trying to deploy my app on a new box. But some of the plugins can
not be found. What can I do to get my app to build and work again?

Thanks

jdavis@homer:/opt/WinMail2$ grails prod war ROOT.war
Welcome to Grails 1.3.5 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /opt/grails

Base Directory: /opt/WinMail2
Resolving dependencies...
Dependencies resolved in 1099ms.
Running script /opt/grails/scripts/War.groovy
Environment set to production
Plugin [shiro-1.0.1] not installed. ...
Plugin [crypto-2.0] not installed. ...
Plugin [hibernate-1.3.5] not installed. ...
Plugin [tomcat-1.3.5] not installed. ...
Resolving new plugins. Please wait... ...
:: problems summary ::
:::: WARNINGS
               module not found: org.grails.plugins#crypto;2.0

       ==== grailsPlugins: tried

         -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

         /opt/WinMail2/lib/crypto-2.0.zip

       ==== grailsHome: tried

         /opt/grails/lib/crypto-2.0.xml

         -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

         /opt/grails/lib/crypto-2.0.zip

       ==== grailsHome: tried

         /opt/grails/dist/crypto-2.0.xml

         -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

         /opt/grails/dist/crypto-2.0.zip

       ==== grailsHome: tried

         -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

         /opt/grails/plugins/grails-crypto-2.0.zip

       ==== mavenCentral: tried

         http://repo1.maven.org/maven2/org/grails/plugins/crypto/2.0/crypto-2.0.pom

         -- artifact org.grails.plugins#crypto;2.0!crypto.zip:

         http://repo1.maven.org/maven2/org/grails/plugins/crypto/2.0/crypto-2.0.zip

               module not found: org.grails.plugins#shiro;1.0.1

       ==== grailsPlugins: tried

         -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

         /opt/WinMail2/lib/shiro-1.0.1.zip

       ==== grailsHome: tried

         /opt/grails/lib/shiro-1.0.1.xml

         -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

         /opt/grails/lib/shiro-1.0.1.zip

       ==== grailsHome: tried

         /opt/grails/dist/shiro-1.0.1.xml

         -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

         /opt/grails/dist/shiro-1.0.1.zip

       ==== grailsHome: tried

         -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

         /opt/grails/plugins/grails-shiro-1.0.1.zip

       ==== mavenCentral: tried

         http://repo1.maven.org/maven2/org/grails/plugins/shiro/1.0.1/shiro-1.0.1.pom

         -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:

         http://repo1.maven.org/maven2/org/grails/plugins/shiro/1.0.1/shiro-1.0.1.zip

               ::::::::::::::::::::::::::::::::::::::::::::::

               ::          UNRESOLVED DEPENDENCIES         ::

               ::::::::::::::::::::::::::::::::::::::::::::::

               :: org.grails.plugins#crypto;2.0: not found

               :: org.grails.plugins#shiro;1.0.1: not found

               ::::::::::::::::::::::::::::::::::::::::::::::


Failed to resolve plugins.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: plugin not found

Jason Davis
that fixed me up. thanks a bunch!

jd

On Tue, Dec 7, 2010 at 12:37 PM, Burt Beckwith
<[hidden email]> wrote:

> Make sure you have at least the three standard repositories in
> BuildConfig.groovy:
>     repositories {
>         grailsPlugins()
>         grailsHome()
>         grailsCentral()
>     }
> If you upgraded from 1.2.x you're probably missing grailsCentral().
> Burt
> On Tue, Dec 7, 2010 at 2:24 PM, Jason Davis <[hidden email]> wrote:
>>
>> Hello,
>>  Im trying to deploy my app on a new box. But some of the plugins can
>> not be found. What can I do to get my app to build and work again?
>>
>> Thanks
>>
>> jdavis@homer:/opt/WinMail2$ grails prod war ROOT.war
>> Welcome to Grails 1.3.5 - http://grails.org/
>> Licensed under Apache Standard License 2.0
>> Grails home is set to: /opt/grails
>>
>> Base Directory: /opt/WinMail2
>> Resolving dependencies...
>> Dependencies resolved in 1099ms.
>> Running script /opt/grails/scripts/War.groovy
>> Environment set to production
>> Plugin [shiro-1.0.1] not installed. ...
>> Plugin [crypto-2.0] not installed. ...
>> Plugin [hibernate-1.3.5] not installed. ...
>> Plugin [tomcat-1.3.5] not installed. ...
>> Resolving new plugins. Please wait... ...
>> :: problems summary ::
>> :::: WARNINGS
>>                module not found: org.grails.plugins#crypto;2.0
>>
>>        ==== grailsPlugins: tried
>>
>>          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:
>>
>>          /opt/WinMail2/lib/crypto-2.0.zip
>>
>>        ==== grailsHome: tried
>>
>>          /opt/grails/lib/crypto-2.0.xml
>>
>>          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:
>>
>>          /opt/grails/lib/crypto-2.0.zip
>>
>>        ==== grailsHome: tried
>>
>>          /opt/grails/dist/crypto-2.0.xml
>>
>>          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:
>>
>>          /opt/grails/dist/crypto-2.0.zip
>>
>>        ==== grailsHome: tried
>>
>>          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:
>>
>>          /opt/grails/plugins/grails-crypto-2.0.zip
>>
>>        ==== mavenCentral: tried
>>
>>
>>  http://repo1.maven.org/maven2/org/grails/plugins/crypto/2.0/crypto-2.0.pom
>>
>>          -- artifact org.grails.plugins#crypto;2.0!crypto.zip:
>>
>>
>>  http://repo1.maven.org/maven2/org/grails/plugins/crypto/2.0/crypto-2.0.zip
>>
>>                module not found: org.grails.plugins#shiro;1.0.1
>>
>>        ==== grailsPlugins: tried
>>
>>          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:
>>
>>          /opt/WinMail2/lib/shiro-1.0.1.zip
>>
>>        ==== grailsHome: tried
>>
>>          /opt/grails/lib/shiro-1.0.1.xml
>>
>>          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:
>>
>>          /opt/grails/lib/shiro-1.0.1.zip
>>
>>        ==== grailsHome: tried
>>
>>          /opt/grails/dist/shiro-1.0.1.xml
>>
>>          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:
>>
>>          /opt/grails/dist/shiro-1.0.1.zip
>>
>>        ==== grailsHome: tried
>>
>>          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:
>>
>>          /opt/grails/plugins/grails-shiro-1.0.1.zip
>>
>>        ==== mavenCentral: tried
>>
>>
>>  http://repo1.maven.org/maven2/org/grails/plugins/shiro/1.0.1/shiro-1.0.1.pom
>>
>>          -- artifact org.grails.plugins#shiro;1.0.1!shiro.zip:
>>
>>
>>  http://repo1.maven.org/maven2/org/grails/plugins/shiro/1.0.1/shiro-1.0.1.zip
>>
>>                ::::::::::::::::::::::::::::::::::::::::::::::
>>
>>                ::          UNRESOLVED DEPENDENCIES         ::
>>
>>                ::::::::::::::::::::::::::::::::::::::::::::::
>>
>>                :: org.grails.plugins#crypto;2.0: not found
>>
>>                :: org.grails.plugins#shiro;1.0.1: not found
>>
>>                ::::::::::::::::::::::::::::::::::::::::::::::
>>
>>
>> Failed to resolve plugins.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Loading...