You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Paul Hammant <Pa...@yahoo.com> on 2001/09/27 19:32:13 UTC

launch error in Phoenix (from CVS)

To reproduce :

1) get fresh files from CVS
2) build dist
3) with no sar in dist/apps/ invoke dist/bin/run :

C:\Apache-CVS-UPD\jakarta-avalon-phoenix\dist\bin>run
java.lang.reflect.InvocationTargetException: 
java.util.MissingResourceException: Can't find bundle for base name 
org.apache.avalon.p
hoenix.frontends, locale en_GB
        at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:604)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:575)
        at 
org.apache.avalon.excalibur.i18n.Resources.getBundle(Resources.java:698)
        at 
org.apache.avalon.excalibur.i18n.Resources.getString(Resources.java:553)
        at 
org.apache.avalon.phoenix.frontends.CLIMain.handleException(CLIMain.java:173)
        at org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:66)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.apache.avalon.phoenix.launcher.Main.main(Main.java:54)
C:\Apache-CVS-UPD\jakarta-avalon-phoenix\dist\bin>

I've poked around a little and it looks to be related to the updated 
avalon-excalibur-20010926.jar.   It's not finding 
org.apache.avalon.phoenix.frontends which is not surprising as it should 
be looking for org.apache.avalon.phoenix.frontends.Resources

- Paul H


---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: launch error in Phoenix (from CVS)

Posted by Eung-ju Park <co...@isoft.co.kr>.
Fixed. Thanks :-)

----- Original Message ----- 
From: "Ray Chen" <ra...@eibsoft.com.tw>
To: "Avalon Development" <av...@jakarta.apache.org>
Sent: Friday, September 28, 2001 11:45 AM
Subject: Re: launch error in Phoenix (from CVS)


> The line 69 will cause  IndexOutOfBoundsException if
> the package is null.
> 
> Ray
> ----- Original Message ----- 
> From: "Eung-ju Park" <co...@isoft.co.kr>
> To: "Avalon Development" <av...@jakarta.apache.org>
> Sent: Friday, September 28, 2001 9:08 AM
> Subject: Re: launch error in Phoenix (from CVS)
> 
> 
> > Opps. It's my mistake.
> > Fixed in excalibur cvs.
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: launch error in Phoenix (from CVS)

Posted by Ray Chen <ra...@eibsoft.com.tw>.
The line 69 will cause  IndexOutOfBoundsException if
the package is null.

Ray
----- Original Message ----- 
From: "Eung-ju Park" <co...@isoft.co.kr>
To: "Avalon Development" <av...@jakarta.apache.org>
Sent: Friday, September 28, 2001 9:08 AM
Subject: Re: launch error in Phoenix (from CVS)


> Opps. It's my mistake.
> Fixed in excalibur cvs.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: launch error in Phoenix (from CVS)

Posted by Paul Hammant <Pa...@yahoo.com>.
Eung-ju,

>>Opps. It's my mistake.
>>Fixed in excalibur cvs.
>>
No, It's still happening for me.  Even after I delete the 
avalon-excalibur-20010926.jar in phoenix/lib and replace it with a later 
version (which I have not committed to CVS)

- Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: launch error in Phoenix (from CVS)

Posted by Eung-ju Park <co...@isoft.co.kr>.
Opps. It's my mistake.
Fixed in excalibur cvs.

----- Original Message -----
From: "Paul Hammant" <Pa...@yahoo.com>
To: "Avalon Development" <av...@jakarta.apache.org>
Sent: Friday, September 28, 2001 2:32 AM
Subject: launch error in Phoenix (from CVS)


> To reproduce :
>
> 1) get fresh files from CVS
> 2) build dist
> 3) with no sar in dist/apps/ invoke dist/bin/run :
>
> C:\Apache-CVS-UPD\jakarta-avalon-phoenix\dist\bin>run
> java.lang.reflect.InvocationTargetException:
> java.util.MissingResourceException: Can't find bundle for base name
> org.apache.avalon.p
> hoenix.frontends, locale en_GB
>         at
>
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:7
12)
>         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:604)
>         at java.util.ResourceBundle.getBundle(ResourceBundle.java:575)
>         at
> org.apache.avalon.excalibur.i18n.Resources.getBundle(Resources.java:698)
>         at
> org.apache.avalon.excalibur.i18n.Resources.getString(Resources.java:553)
>         at
>
org.apache.avalon.phoenix.frontends.CLIMain.handleException(CLIMain.java:173
)
>         at
org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:66)
>         at java.lang.reflect.Method.invoke(Native Method)
>         at org.apache.avalon.phoenix.launcher.Main.main(Main.java:54)
> C:\Apache-CVS-UPD\jakarta-avalon-phoenix\dist\bin>
>
> I've poked around a little and it looks to be related to the updated
> avalon-excalibur-20010926.jar.   It's not finding
> org.apache.avalon.phoenix.frontends which is not surprising as it should
> be looking for org.apache.avalon.phoenix.frontends.Resources
>
> - Paul H
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org