• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

I am getting error while starting a websphere server

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The publish encountered some problems and the application may not have been installed or it may have been successfully installed but was unable to start. View the Details to display the exceptions and server logs that occurred during the publish.

========admin========

Failed to update application
Failed to update application
Please see server logs for more details.
[7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R com.ibm.websphere.management.exception.AdminException: ADMA0173E: The EAR file for application adminis not managed by WebSphere. Therefore, any operation such as getEarFile that involves changing the EAR file is not allowed.
[7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at com.ibm.ws.management.application.task.ConfigRepoHelper.getEarFileFromBinaries(ConfigRepoHelper.java:447)
[7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at com.ibm.ws.management.application.task.ConfigRepoHelper.getEarFileForApp(ConfigRepoHelper.java:176)
[7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at com.ibm.ws.webservices.admin.utils.CommonUtils.getEar(CommonUtils.java:361)
[7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at com.ibm.ws.webservices.admin.deploy.ServiceIndexServerTask.performTask(ServiceIndexServerTask.java:114)
[7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:284)
[7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at java.lang.Thread.run(Thread.java:735)
 
Ranch Hand
Posts: 239
12
Scala IntelliJ IDE Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"ADMA0173E: The EAR file for application adminis not managed by WebSphere. Therefore, any operation such as getEarFile that involves changing the EAR file is not allowed."

Are you trying to update the EAR file for application admin?
 
sachin pate
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Scott Shipp wrote:"ADMA0173E: The EAR file for application adminis not managed by WebSphere. Therefore, any operation such as getEarFile that involves changing the EAR file is not allowed."

Are you trying to update the EAR file for application admin?




ya.i am using was 7 software.please help me.
 
Scott Shipp
Ranch Hand
Posts: 239
12
Scala IntelliJ IDE Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am thinking by "application admin" you mean the "application server administrative console" typically found at http://yourserverlocation/ibm/console . . . please let me know if I am misunderstanding. But if that is the case, you cannot update this administrative console. It is provided as a set of tools for Websphere. Why would you want to change it?
 
If a regular clown is funny, then a larger clown would be funnier. Math. Verified by this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic