pdeploy problem
Hi,
While pdeploy I am getting null as output. I have given the code here please verify.
/opt/sun/portal/bin/pdeploy deploy u amadmin -w password -d " uid=amAdmin,ou=People,dc=<name>,dc=com" p password examples.war
[DEBUG] Getting Jar File from war...
[DEBUG] Getting Portlet DD as Stream...
null
I have tried to run the example for my first webapplication followed the steps given in the chapter 6 of sun one guide. But I am facing the above problem.
I have verified the pdeploy.debug file. It shows me the following
ERROR: Exception:
java.lang.NullPointerException
at java.util.zip.ZipFile.getInputStream(ZipFile.java:287)
at java.util.jar.JarFile.getInputStream(JarFile.java:380)
at com.sun.portal.portlet.cli.PDDeploy.process(PDDeploy.java:92)
at com.sun.portal.portlet.cli.PortletDeployerCommand.runCommand(PortletDeployerCom mand.java:209)
at com.sun.portal.portlet.cli.PortletDeployerMain.main(PortletDeployerMain.java:60 )
I am using linux centos.
I am using portalserver 6.0 and application server as a webcontainer.
I would appreciate if any help to solve this problem. Thanks in advance.
Thanks,
Muthu x+

