Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: I am getting error while starting a websphere server

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question I am getting error while starting a websphere server

    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.AdminExcept ion: ADMA0173E: The EAR file for application admin is 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.ConfigRepoH elper.getEarFileFromBinaries(ConfigRepoHelper.java :447)
    [7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at com.ibm.ws.management.application.task.ConfigRepoH elper.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.get Ear(CommonUtils.java:361)
    [7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at com.ibm.ws.webservices.admin.deploy.ServiceIndexSe rverTask.performTask(ServiceIndexServerTask.java:1 14)
    [7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at com.ibm.ws.management.application.SchedulerImpl.ru n(SchedulerImpl.java:284)
    [7/2/13 12:33:49:336 GMT+05:30] 00000020 SystemErr R at java.lang.Thread.run(Thread.java:735)


  2. #2
    Member angstrem's Avatar
    Join Date
    Mar 2013
    Location
    Ukraine
    Posts
    200
    My Mood
    Happy
    Thanks
    9
    Thanked 31 Times in 29 Posts

    Default Re: I am getting error while starting a websphere server

    It says, that not the server, but the application was unable to start. Try deploying some simple application, which would work for sure. If it works, then the server is OK and the error is in your application. In this case, you should examine all your application files, encounter errors and eliminate them.

Similar Threads

  1. Replies: 1
    Last Post: February 3rd, 2012, 12:00 PM
  2. Starting and Stopping Tomcat7 Server from Java Program
    By srinivasgoudn in forum Java Theory & Questions
    Replies: 4
    Last Post: December 26th, 2011, 11:03 PM
  3. Error in validation.xml file while deploying in server
    By venkat.ravala in forum Web Frameworks
    Replies: 0
    Last Post: January 16th, 2010, 08:56 AM
  4. IBM WebSphere Studio Application Developer v5.0
    By venkat.ravala in forum Java IDEs
    Replies: 1
    Last Post: November 14th, 2009, 01:50 AM