• 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

[J2EE Deployment SPI:260101]Parameter 'WebLogicDeployableObject' may not be null.

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have developed a very simple application using only 1 servlet and jsp. This application works perfect when deployed on weblogic 9.2 hosted on windows xp machine but the problem comes when I deploy same war on weblgic 9.2 which is hosted on UNIX AIX machine.
I am clue less about below error. I even din't find anything on google. Can anyone help me.

On weblogic console:
Unable to access the selected application.
[J2EE Deployment SPI:260101]Parameter 'WebLogicDeployableObject' may not be null.

On server console :
<Jan 22, 2009 7:29:19 PM GMT+05:30> <Error> <J2EE Deployment SPI> <BEA-260091> <Errors detected when reading '/tpms/apps/hotfix/hotfix.war': java.io.IOException: invalid END header (bad central directory offset) /tpms/apps/hotfix/hotfix.war with : /tpms/apps/hotfix/hotfix.war>
<Jan 22, 2009 7:29:19 PM GMT+05:30> <Error> <J2EE Deployment SPI> <BEA-260101> <Parameter 'WebLogicDeployableObject' may not be null.>

Regards,
Nandan
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic