You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Philip Nickoll (JIRA)" <ji...@apache.org> on 2011/07/01 16:56:28 UTC

[jira] [Created] (ARIES-698) Missing Message Resource

Missing Message Resource
------------------------

                 Key: ARIES-698
                 URL: https://issues.apache.org/jira/browse/ARIES-698
             Project: Aries
          Issue Type: Bug
          Components: Application
    Affects Versions: 0.4
         Environment: Windows, English Language
            Reporter: Philip Nickoll


While attempting to import an Asset in WebSphere I get a failure with the stack trace shown below, something is wrong with my config but it appears that the error message that should inform users of the problem is missing from the message bundle, the message key is APPUTILS0001W

[01/07/11 15:36:40:125 BST]     FFDC Exception:java.lang.reflect.InvocationTargetException SourceId:com.ibm.ws.eba.external.framework.LauncherInvocationHandler.invoke ProbeId:269 Reporter:com.ibm.ws.eba.launcher.crossInterfaceUtil.LauncherInvocationHandler@2015fa6
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:611)
	at com.ibm.ws.eba.launcher.crossInterfaceUtil.LauncherInvocationHandler.invoke(LauncherInvocationHandler.java:149)
	at $Proxy75.getModelledResource(Unknown Source)
	at com.ibm.ws.eba.bla.util.ResourceModellingUtils.model(ResourceModellingUtils.java:142)
	at com.ibm.ws.eba.bla.util.ResourceModellingUtils.model(ResourceModellingUtils.java:248)
	at com.ibm.ws.eba.bla.util.ExplodedAriesArchive.getByValueBundles(ExplodedAriesArchive.java:122)
	at com.ibm.ws.eba.bla.util.ExplodedEBA.setOrGenerateDeploymentManifest(ExplodedEBA.java:430)
	at com.ibm.ws.eba.bla.util.EBAConverter.validateAndTransform(EBAConverter.java:239)
	at com.ibm.ws.eba.bla.EbaTagAssetStep.convertToDeployedEBA(EbaTagAssetStep.java:332)
	at com.ibm.ws.eba.bla.EbaTagAssetStep.createPrepopulatedRows(EbaTagAssetStep.java:157)
	at com.ibm.ws.eba.bla.AriesStep.executeGenStepMetadataPhase(AriesStep.java:584)
	at com.ibm.ws.eba.bla.AriesStep.execute(AriesStep.java:465)
	at com.ibm.wsspi.management.bla.op.compound.Phase.execute(Phase.java:151)
	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation._doPhaseExecute(CompoundOperation.java:102)
	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation.doExecute(CompoundOperation.java:85)
	at com.ibm.wsspi.management.bla.op.Operation.execute(Operation.java:158)
	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation.execute(CompoundOperation.java:68)
	at com.ibm.ws.management.bla.commands.ADTCommand$OperationScheduler.run(ADTCommand.java:596)
	at java.lang.Thread.run(Thread.java:737)
Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key APPUTILS0001W
	at java.util.ResourceBundle.getObject(ResourceBundle.java:402)
	at java.util.ResourceBundle.getString(ResourceBundle.java:416)
	at org.apache.aries.application.modelling.internal.MessageUtil.getMessage(MessageUtil.java:39)
	at org.apache.aries.application.modelling.utils.impl.ModellingHelperImpl.buildFragmentHost_(ModellingHelperImpl.java:120)
	at org.apache.aries.application.modelling.impl.ExportedBundleImpl.<init>(ExportedBundleImpl.java:103)
	at org.apache.aries.application.modelling.impl.ModelledResourceImpl.<init>(ModelledResourceImpl.java:137)
	at org.apache.aries.application.modelling.impl.ModelledResourceImpl.<init>(ModelledResourceImpl.java:122)
	at org.apache.aries.application.modelling.impl.ModellingManagerImpl.getModelledResource(ModellingManagerImpl.java:122)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:611)
	at org.apache.aries.proxy.impl.ProxyHandler$1.invoke(ProxyHandler.java:50)
	at org.apache.aries.blueprint.proxy.Collaborator.invoke(Collaborator.java:91)
	at org.apache.aries.proxy.impl.ProxyHandler.invoke(ProxyHandler.java:78)
	at org.apache.aries.application.modelling.impl.$ModellingManagerImpl6218828.getModelledResource(Unknown Source)
	... 22 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (ARIES-698) Missing Message Resource

Posted by "Emily Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emily Jiang resolved ARIES-698.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4

> Missing Message Resource
> ------------------------
>
>                 Key: ARIES-698
>                 URL: https://issues.apache.org/jira/browse/ARIES-698
>             Project: Aries
>          Issue Type: Bug
>          Components: Application
>    Affects Versions: 0.4
>         Environment: Windows, English Language
>            Reporter: Philip Nickoll
>            Assignee: Emily Jiang
>            Priority: Minor
>             Fix For: 0.4
>
>
> While attempting to import an Asset in WebSphere I get a failure with the stack trace shown below, something is wrong with my config but it appears that the error message that should inform users of the problem is missing from the message bundle, the message key is APPUTILS0001W
> [01/07/11 15:36:40:125 BST]     FFDC Exception:java.lang.reflect.InvocationTargetException SourceId:com.ibm.ws.eba.external.framework.LauncherInvocationHandler.invoke ProbeId:269 Reporter:com.ibm.ws.eba.launcher.crossInterfaceUtil.LauncherInvocationHandler@2015fa6
> java.lang.reflect.InvocationTargetException
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> 	at java.lang.reflect.Method.invoke(Method.java:611)
> 	at com.ibm.ws.eba.launcher.crossInterfaceUtil.LauncherInvocationHandler.invoke(LauncherInvocationHandler.java:149)
> 	at $Proxy75.getModelledResource(Unknown Source)
> 	at com.ibm.ws.eba.bla.util.ResourceModellingUtils.model(ResourceModellingUtils.java:142)
> 	at com.ibm.ws.eba.bla.util.ResourceModellingUtils.model(ResourceModellingUtils.java:248)
> 	at com.ibm.ws.eba.bla.util.ExplodedAriesArchive.getByValueBundles(ExplodedAriesArchive.java:122)
> 	at com.ibm.ws.eba.bla.util.ExplodedEBA.setOrGenerateDeploymentManifest(ExplodedEBA.java:430)
> 	at com.ibm.ws.eba.bla.util.EBAConverter.validateAndTransform(EBAConverter.java:239)
> 	at com.ibm.ws.eba.bla.EbaTagAssetStep.convertToDeployedEBA(EbaTagAssetStep.java:332)
> 	at com.ibm.ws.eba.bla.EbaTagAssetStep.createPrepopulatedRows(EbaTagAssetStep.java:157)
> 	at com.ibm.ws.eba.bla.AriesStep.executeGenStepMetadataPhase(AriesStep.java:584)
> 	at com.ibm.ws.eba.bla.AriesStep.execute(AriesStep.java:465)
> 	at com.ibm.wsspi.management.bla.op.compound.Phase.execute(Phase.java:151)
> 	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation._doPhaseExecute(CompoundOperation.java:102)
> 	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation.doExecute(CompoundOperation.java:85)
> 	at com.ibm.wsspi.management.bla.op.Operation.execute(Operation.java:158)
> 	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation.execute(CompoundOperation.java:68)
> 	at com.ibm.ws.management.bla.commands.ADTCommand$OperationScheduler.run(ADTCommand.java:596)
> 	at java.lang.Thread.run(Thread.java:737)
> Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key APPUTILS0001W
> 	at java.util.ResourceBundle.getObject(ResourceBundle.java:402)
> 	at java.util.ResourceBundle.getString(ResourceBundle.java:416)
> 	at org.apache.aries.application.modelling.internal.MessageUtil.getMessage(MessageUtil.java:39)
> 	at org.apache.aries.application.modelling.utils.impl.ModellingHelperImpl.buildFragmentHost_(ModellingHelperImpl.java:120)
> 	at org.apache.aries.application.modelling.impl.ExportedBundleImpl.<init>(ExportedBundleImpl.java:103)
> 	at org.apache.aries.application.modelling.impl.ModelledResourceImpl.<init>(ModelledResourceImpl.java:137)
> 	at org.apache.aries.application.modelling.impl.ModelledResourceImpl.<init>(ModelledResourceImpl.java:122)
> 	at org.apache.aries.application.modelling.impl.ModellingManagerImpl.getModelledResource(ModellingManagerImpl.java:122)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> 	at java.lang.reflect.Method.invoke(Method.java:611)
> 	at org.apache.aries.proxy.impl.ProxyHandler$1.invoke(ProxyHandler.java:50)
> 	at org.apache.aries.blueprint.proxy.Collaborator.invoke(Collaborator.java:91)
> 	at org.apache.aries.proxy.impl.ProxyHandler.invoke(ProxyHandler.java:78)
> 	at org.apache.aries.application.modelling.impl.$ModellingManagerImpl6218828.getModelledResource(Unknown Source)
> 	... 22 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ARIES-698) Missing Message Resource

Posted by "Philip Nickoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Nickoll updated ARIES-698:
---------------------------------

    Priority: Minor  (was: Major)

> Missing Message Resource
> ------------------------
>
>                 Key: ARIES-698
>                 URL: https://issues.apache.org/jira/browse/ARIES-698
>             Project: Aries
>          Issue Type: Bug
>          Components: Application
>    Affects Versions: 0.4
>         Environment: Windows, English Language
>            Reporter: Philip Nickoll
>            Priority: Minor
>
> While attempting to import an Asset in WebSphere I get a failure with the stack trace shown below, something is wrong with my config but it appears that the error message that should inform users of the problem is missing from the message bundle, the message key is APPUTILS0001W
> [01/07/11 15:36:40:125 BST]     FFDC Exception:java.lang.reflect.InvocationTargetException SourceId:com.ibm.ws.eba.external.framework.LauncherInvocationHandler.invoke ProbeId:269 Reporter:com.ibm.ws.eba.launcher.crossInterfaceUtil.LauncherInvocationHandler@2015fa6
> java.lang.reflect.InvocationTargetException
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> 	at java.lang.reflect.Method.invoke(Method.java:611)
> 	at com.ibm.ws.eba.launcher.crossInterfaceUtil.LauncherInvocationHandler.invoke(LauncherInvocationHandler.java:149)
> 	at $Proxy75.getModelledResource(Unknown Source)
> 	at com.ibm.ws.eba.bla.util.ResourceModellingUtils.model(ResourceModellingUtils.java:142)
> 	at com.ibm.ws.eba.bla.util.ResourceModellingUtils.model(ResourceModellingUtils.java:248)
> 	at com.ibm.ws.eba.bla.util.ExplodedAriesArchive.getByValueBundles(ExplodedAriesArchive.java:122)
> 	at com.ibm.ws.eba.bla.util.ExplodedEBA.setOrGenerateDeploymentManifest(ExplodedEBA.java:430)
> 	at com.ibm.ws.eba.bla.util.EBAConverter.validateAndTransform(EBAConverter.java:239)
> 	at com.ibm.ws.eba.bla.EbaTagAssetStep.convertToDeployedEBA(EbaTagAssetStep.java:332)
> 	at com.ibm.ws.eba.bla.EbaTagAssetStep.createPrepopulatedRows(EbaTagAssetStep.java:157)
> 	at com.ibm.ws.eba.bla.AriesStep.executeGenStepMetadataPhase(AriesStep.java:584)
> 	at com.ibm.ws.eba.bla.AriesStep.execute(AriesStep.java:465)
> 	at com.ibm.wsspi.management.bla.op.compound.Phase.execute(Phase.java:151)
> 	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation._doPhaseExecute(CompoundOperation.java:102)
> 	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation.doExecute(CompoundOperation.java:85)
> 	at com.ibm.wsspi.management.bla.op.Operation.execute(Operation.java:158)
> 	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation.execute(CompoundOperation.java:68)
> 	at com.ibm.ws.management.bla.commands.ADTCommand$OperationScheduler.run(ADTCommand.java:596)
> 	at java.lang.Thread.run(Thread.java:737)
> Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key APPUTILS0001W
> 	at java.util.ResourceBundle.getObject(ResourceBundle.java:402)
> 	at java.util.ResourceBundle.getString(ResourceBundle.java:416)
> 	at org.apache.aries.application.modelling.internal.MessageUtil.getMessage(MessageUtil.java:39)
> 	at org.apache.aries.application.modelling.utils.impl.ModellingHelperImpl.buildFragmentHost_(ModellingHelperImpl.java:120)
> 	at org.apache.aries.application.modelling.impl.ExportedBundleImpl.<init>(ExportedBundleImpl.java:103)
> 	at org.apache.aries.application.modelling.impl.ModelledResourceImpl.<init>(ModelledResourceImpl.java:137)
> 	at org.apache.aries.application.modelling.impl.ModelledResourceImpl.<init>(ModelledResourceImpl.java:122)
> 	at org.apache.aries.application.modelling.impl.ModellingManagerImpl.getModelledResource(ModellingManagerImpl.java:122)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> 	at java.lang.reflect.Method.invoke(Method.java:611)
> 	at org.apache.aries.proxy.impl.ProxyHandler$1.invoke(ProxyHandler.java:50)
> 	at org.apache.aries.blueprint.proxy.Collaborator.invoke(Collaborator.java:91)
> 	at org.apache.aries.proxy.impl.ProxyHandler.invoke(ProxyHandler.java:78)
> 	at org.apache.aries.application.modelling.impl.$ModellingManagerImpl6218828.getModelledResource(Unknown Source)
> 	... 22 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (ARIES-698) Missing Message Resource

Posted by "Emily Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emily Jiang reassigned ARIES-698:
---------------------------------

    Assignee: Emily Jiang

> Missing Message Resource
> ------------------------
>
>                 Key: ARIES-698
>                 URL: https://issues.apache.org/jira/browse/ARIES-698
>             Project: Aries
>          Issue Type: Bug
>          Components: Application
>    Affects Versions: 0.4
>         Environment: Windows, English Language
>            Reporter: Philip Nickoll
>            Assignee: Emily Jiang
>            Priority: Minor
>
> While attempting to import an Asset in WebSphere I get a failure with the stack trace shown below, something is wrong with my config but it appears that the error message that should inform users of the problem is missing from the message bundle, the message key is APPUTILS0001W
> [01/07/11 15:36:40:125 BST]     FFDC Exception:java.lang.reflect.InvocationTargetException SourceId:com.ibm.ws.eba.external.framework.LauncherInvocationHandler.invoke ProbeId:269 Reporter:com.ibm.ws.eba.launcher.crossInterfaceUtil.LauncherInvocationHandler@2015fa6
> java.lang.reflect.InvocationTargetException
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> 	at java.lang.reflect.Method.invoke(Method.java:611)
> 	at com.ibm.ws.eba.launcher.crossInterfaceUtil.LauncherInvocationHandler.invoke(LauncherInvocationHandler.java:149)
> 	at $Proxy75.getModelledResource(Unknown Source)
> 	at com.ibm.ws.eba.bla.util.ResourceModellingUtils.model(ResourceModellingUtils.java:142)
> 	at com.ibm.ws.eba.bla.util.ResourceModellingUtils.model(ResourceModellingUtils.java:248)
> 	at com.ibm.ws.eba.bla.util.ExplodedAriesArchive.getByValueBundles(ExplodedAriesArchive.java:122)
> 	at com.ibm.ws.eba.bla.util.ExplodedEBA.setOrGenerateDeploymentManifest(ExplodedEBA.java:430)
> 	at com.ibm.ws.eba.bla.util.EBAConverter.validateAndTransform(EBAConverter.java:239)
> 	at com.ibm.ws.eba.bla.EbaTagAssetStep.convertToDeployedEBA(EbaTagAssetStep.java:332)
> 	at com.ibm.ws.eba.bla.EbaTagAssetStep.createPrepopulatedRows(EbaTagAssetStep.java:157)
> 	at com.ibm.ws.eba.bla.AriesStep.executeGenStepMetadataPhase(AriesStep.java:584)
> 	at com.ibm.ws.eba.bla.AriesStep.execute(AriesStep.java:465)
> 	at com.ibm.wsspi.management.bla.op.compound.Phase.execute(Phase.java:151)
> 	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation._doPhaseExecute(CompoundOperation.java:102)
> 	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation.doExecute(CompoundOperation.java:85)
> 	at com.ibm.wsspi.management.bla.op.Operation.execute(Operation.java:158)
> 	at com.ibm.wsspi.management.bla.op.compound.CompoundOperation.execute(CompoundOperation.java:68)
> 	at com.ibm.ws.management.bla.commands.ADTCommand$OperationScheduler.run(ADTCommand.java:596)
> 	at java.lang.Thread.run(Thread.java:737)
> Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key APPUTILS0001W
> 	at java.util.ResourceBundle.getObject(ResourceBundle.java:402)
> 	at java.util.ResourceBundle.getString(ResourceBundle.java:416)
> 	at org.apache.aries.application.modelling.internal.MessageUtil.getMessage(MessageUtil.java:39)
> 	at org.apache.aries.application.modelling.utils.impl.ModellingHelperImpl.buildFragmentHost_(ModellingHelperImpl.java:120)
> 	at org.apache.aries.application.modelling.impl.ExportedBundleImpl.<init>(ExportedBundleImpl.java:103)
> 	at org.apache.aries.application.modelling.impl.ModelledResourceImpl.<init>(ModelledResourceImpl.java:137)
> 	at org.apache.aries.application.modelling.impl.ModelledResourceImpl.<init>(ModelledResourceImpl.java:122)
> 	at org.apache.aries.application.modelling.impl.ModellingManagerImpl.getModelledResource(ModellingManagerImpl.java:122)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> 	at java.lang.reflect.Method.invoke(Method.java:611)
> 	at org.apache.aries.proxy.impl.ProxyHandler$1.invoke(ProxyHandler.java:50)
> 	at org.apache.aries.blueprint.proxy.Collaborator.invoke(Collaborator.java:91)
> 	at org.apache.aries.proxy.impl.ProxyHandler.invoke(ProxyHandler.java:78)
> 	at org.apache.aries.application.modelling.impl.$ModellingManagerImpl6218828.getModelledResource(Unknown Source)
> 	... 22 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira