• 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

Portal Toolkit 5.0.2.2 Problems running on server

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've just installed IBM's WebSphere Portal Toolkit 5.0.2.2 on WSAD 5.1.2. I can create, run, export, and even run on my server, a very simple 'vanilla' portlet. However the moment I modify the portlet (e.g. renaming the package), I get a variety of interesting errors. I have fixed some (CHKW5525E, IWAD0241E, IWAD0363E, if anyone wants tips on those will be happy to provide!) however I still have 3 outstanding errors, which prevent the portal server from running (at which point I get other errors on the portal console). The errors in my task list look like this:

CHKW2503E: Wrong application deployment information. Application "adminconsole.ear" has not been deployed.
Resource: Portal.wpc

CHKW2503E: Wrong application deployment information. Application "DefaultApplication.ear" has not been deployed.
Resource: Portal.wpc

CHKW2503E: Wrong application deployment information. Application "ivtApp.ear" has not been deployed.
Resource: Portal.wpc

Error on the portal console look like this:

E SRVE0026E: [Servlet
Error]-[]: java.lang.NullPointerException
at com.ibm.wps.services.localizer.Localizer.getDefault(Localizer.java:49)

(Which is supposedly fixed by setting a value in log.properties, but no joy)

Any ideas?
 
crispy bacon. crispy tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic