• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Exception received while running file StartApplications.py on WebSphere 9

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[exec]   [wsadmin] WebSphere:cell=Cell01,node=Node01,distribution=true,expansion=notprocessing
    [exec]   [wsadmin] ADMA5011I: The cleanup of the temp directory for application Notify is complete.
    [exec]   [wsadmin] ADMA5072I: Distribution status check completed for application Notify.
    [exec]   [wsadmin] [14/10/20 11:20:55] ==> Starting application Notify
    [exec]   [wsadmin] Traceback (most recent call last):
    [exec]   [wsadmin] [14/10/20 11:21:16] --> Failed to start application Notify
    [exec]
    [exec]   [wsadmin]   File "/tmp/Legacy/Notify/notify-application-server-distribution-4.1-SNAPSHOT/scripts/WAS/scripts/was/steps/StartApplications.py", line 76, in setupConf
    [exec]   [wsadmin]     AdminControl.invoke(appManager, 'startApplication', [app.name])
    [exec]   [wsadmin] [14/10/20 11:21:16] ==> Done.
    [exec]   [wsadmin] WASX7017E: Exception received while running file "scripts/configureWAS.py"; exception information: javax.management.MBeanException
    [exec]   [wsadmin] com.ibm.ws.exception.RuntimeError
    [exec]   [wsadmin] com.ibm.ws.exception.RuntimeWarning
    [exec]   [wsadmin] javax.resource.ResourceException: javax.resource.ResourceException: Failed to lookup ActivationSpec.jms/amq/invalidateCachesSpec
    [exec]
    [exec]   [wsadmin] com.ibm.ws.scripting.ScriptingException: com.ibm.ws.scripting.ScriptingException: javax.management.MBeanException: Exception thrown in RequiredModelMBean while trying to invoke operation startApplication
    [exec]
    [exec] BUILD FAILED
    [exec] /tmp/Legacy/Notify/notify-application-server-distribution-4.1-SNAPSHOT/scripts/WAS/build.xml:84: Java returned: 105
    [exec]
    [exec] Total time: 2 minutes 24 seconds

BUILD FAILED
/tmp/Legacy/Notify/notify-application-server-distribution-4.1-SNAPSHOT/wizard.xml:256: The following error occurred while executing this line:
/tmp/Legacy/Notify/notify-application-server-distribution-4.1-SNAPSHOT/macrodefs.xml:1668: The following error occurred while executing this line:
/tmp/Legacy/Notify/notify-application-server-distribution-4.1-SNAPSHOT/macrodefs.xml:1627: The following error occurred while executing this line:
/tmp/Legacy/Notify/notify-application-server-distribution-4.1-SNAPSHOT/macrodefs.xml:1572: exec returned: 1
 
reply
    Bookmark Topic Watch Topic
  • New Topic