• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Failed in uploading archive

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gurus,

I am try to deploy a war file in the OAS. During the deployment step 1 where it asks for the archive file, I am getting the following error

Failed in uploading archive. Invalid archive file. Expected name instead of .

I could successfully deploy this in the Tomcat. Any guess what's going on???

Regards,
Srini
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you provide more details, like the name of the war file and the command you are using to deploy to oas?
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest you use Oracle JDeveloper as the IDE for your projects.
Oracle has worked it out well with a lot of research to tightly couple the IDE with OAS. Since every server has its own method of deployment (names of the .war file with regards to the web app name and etc). Hence use Oracle JDeveloper, configure the OAS in the Applications Tab and after that , deploying your entire web app is as simple as right clicking the .war file and selecting 'deploy to Oracle Application Server 10g' and you are done.

All the best.
 
Live ordinary life in an extraordinary way. Details embedded in this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic