I am trying to deploy our application running with Jetspeed1.6 with fusion build with the new j2_deployment_refactoring_sync branch. Everything works fine on a Windows environment. This was installed on a solaris box. When trying to deploy a JSR168 portlet, it fails with the following exception.
ERROR: java.io.IOException: No such file or directory org.apache.jetspeed.deployment.DeploymentException: java.io.IOException: No such file or directory at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.dep loyPortletApplication(DeployPortletAppEventListener.java:163) at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.inv okeDeploy(DeployPortletAppEventListener.java:148) at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.dispatc h(StandardDeploymentManager.java:257) at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.deploy( StandardDeploymentManager.java:168) at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.fireDep loymentEvent(StandardDeploymentManager.java:202) at org.apache.jetspeed.deployment.impl.StandardDeploymentManager$FileSys temScanner.run(StandardDeploymentManager.java:332) Caused by: java.io.IOException: No such file or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(File.java:1314) at java.io.File.createTempFile(File.java:1402) at java.io.File.createTempFile(File.java:1439) at org.apache.jetspeed.tools.deploy.JetspeedDeploy.<init>(JetspeedDeploy .java:75) at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.dep loyPortletApplication(DeployPortletAppEventListener.java:158) ... 5 more Any idea what is wrong? Thanks, Hema ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hema Menon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]