[ https://issues.apache.org/jira/browse/ODE-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674937#action_12674937 ]
Colin commented on ODE-522: --------------------------- Apologies, I have caused confusion. The Apache ODE web site states that buildr version 1.2.10 should be used when building ODE. I was using buildr version 1.2.4. When using buildr version 1.2.10 the processes directory is correctly packaged when empty. > WEB-INF/processes directory is not created during unzip of ode-axis2.war > ------------------------------------------------------------------------ > > Key: ODE-522 > URL: https://issues.apache.org/jira/browse/ODE-522 > Project: ODE > Issue Type: Bug > Components: Build System > Affects Versions: 1.3 > Reporter: Colin > Priority: Minor > Fix For: 1.3 > > Attachments: processes.patch > > > When starting ODE in tomcat the following below exception occurs. You cannot > deploy BPEL processes until the processes directory exists. > java.lang.IllegalArgumentException: Deploy directory is not a directory or > does > not exist: C:\Program Files\Apache Software > Foundation\tomcat\webapps\ode\WEB-I > NF\processes > at > org.apache.ode.store.ProcessStoreImpl.setDeployDir(ProcessStoreImpl.j > ava:735) > at org.apache.ode.axis2.ODEServer.initProcessStore(ODEServer.java:479) > at org.apache.ode.axis2.ODEServer.init(ODEServer.java:175) > at org.apache.ode.axis2.ODEServer.init(ODEServer.java:130) > at > org.apache.ode.axis2.hooks.ODEAxisServlet.init(ODEAxisServlet.java:53 > ) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper. > java:1139) > at > org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:96 > 6) > at > org.apache.catalina.core.StandardContext.loadOnStartup(StandardContex > t.java:3956) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4 > 230) > at > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase > .java:760) > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:74 > 0) > at > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544) > at > org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:831) > at > org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:720 > ) > at > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490 > ) > at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149) > at > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.