Results 1 to 5 of 5

Thread: ConverterApp.ear does not exist!

  1. #1
    Join Date
    Aug 2006
    Posts
    222

    ConverterApp.ear does not exist!

    Hi friends,
    I am new to this forum. My problem is that I have created a a new J2EE application called ConverterApp. Now when I am trying to deploy it I am getting an error "ConverterApp.ear does not exist..!!". I am not understanding why this error is coming. Please help me to sort out this problem.
    Since this was my first time, please ignore my mistakes.!!
    Just a reply to say thank you for these links and posts I have a lot to read and learn now!



  2. #2
    Join Date
    Mar 2008
    Posts
    349

    Re: ConverterApp.ear does not exist!

    You are getting the error "ConverterApp.ear does not exist!" which means that the ConverterApp.ear is not existing. I think that you might have went wrong while creating an ear. First of all you will have to make sure that the ConverterApp.ear file exists. Also check that you've specified it with the -client option. The client option is as follows :
    Code:
    runclient -client ConverterApp.ear -name ConverterClient
    Hope that doing this will help you.!

  3. #3
    Join Date
    Nov 2008
    Posts
    1,192

    Re: ConverterApp.ear does not exist!

    I am guessing that you have not created a new J2EE application called ConverterApp properly. That's why you are getting an error ConverterApp.ear does not exist!. For creating a J2EE application you can follow the steps mentioned below :
    1. First you will have to go in deploytool. From deploytool, select the File option. In file option select the New and then click on application.
    2. Then you will have to click on Browse.
    3. Once the file chooser window opens, you will have to navigate to j2eetutorial/examples/src/ejb/converter.
    4. Then enter the ConverterApp.ear in the field of the file name.
    5. Then click on new application. So that the application will get created.
    6. Lastly click on OK to save the changes.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    Re: ConverterApp.ear does not exist!

    I think that the error should be fixed after creating a new application as told by the 'void'. For running the J2EE application client, follow the steps :
    1. I have given the same coding used by the 'void' for the J2EE application client. In a terminal window, go to the j2eetutorial/examples/src/ejb/converter directory.
    2. You will have to verify that the current directory is having the ConverterApp.ear and ConverterAppClient.jar files.
    3. Then you will have to set the APPCPATH environment variable to ConverterAppClient.jar.
    4. After doing this you will need to type the following command :
      Code:
      runclient -client ConverterApp.ear -name ConverterClient -textauth
    5. The client container prompts you to log in. Enter guest for the user name and guest123 for the password.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: ConverterApp.ear does not exist!

    According to me your problem should get fixed after creating the new j2ee application. Maybe you were creating in wrong way, that's why the error was generating. Once you create new application, your problem will be isolated. Also you can check at the running the application. After typing the command, in the terminal window, the client displays the following lines :
    Binding name:'java:comp/env/ejb/SimpleConverter'
    12160.00
    0.77
    Unbinding name:'java:comp/env/ejb/SimpleConverter'

Similar Threads

  1. PC is looking for an enabled drive that does not exist
    By Dorothy Gale in forum Hardware Peripherals
    Replies: 5
    Last Post: 13-04-2011, 06:56 AM
  2. DNS name does not exist
    By diegocrome in forum Active Directory
    Replies: 1
    Last Post: 28-08-2010, 10:11 AM
  3. SQL: Not in vs Not exist.
    By thkernlk in forum Software Development
    Replies: 2
    Last Post: 17-06-2009, 11:23 AM
  4. MSDE,SQL server does not exist in XP
    By RasMus in forum Software Development
    Replies: 3
    Last Post: 16-06-2009, 10:02 AM
  5. Windows 7 Install.wim does not exist
    By Abhav in forum Operating Systems
    Replies: 3
    Last Post: 14-04-2009, 11:36 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,493,354.83339 seconds with 17 queries