I have a question about autodeploy/autocreate: I shut down Orion, ran autoupdate, and then shut off HypersonicSQL server before starting Orion for the purposes of this demonstration. My question follows scenarios (A) and (B) below. A) Initial load after autoupdate: C:\orion>java -Djsp.reuse.tags=false -jar orion.jar Auto-deploying ejbsamples... Auto-deploying estore... Auto-deploying product... SQL error: Connection is broken: Connection refused: n o further information Warning: Error creating table: Connection is broken: Connection refused: no furt her information done. Auto-deploying cart... done. Auto-deploying usermanager... SQL error: Connection is broken: Connection refuse d: no further information Warning: Error creating table: Connection is broken: Connection refused: no furt her information Warning: Error creating table: Connection is broken: Connection refused: no furt her information done. Auto-deploying estoreEjb.jar... Issued 1 system warning: *** Warning: The file "C:\orion\applications\estore-patched\estore-orionadapter. jar" is not a valid zip file. done. Auto-deploying WebTier... Orion/1.0.11 initialized B) Second load after changing _nothing_ except for performing a Ctrl-C shutdown of Orion: C:\orion>java -Djsp.reuse.tags=false -jar orion.jar Orion/1.0.11 initialized At this point HypersonicSQL is still down. My question. What is the minimum I need to do to get a repetition of scenario (A)? I want Orion to re-deploy/re-create everything, just like it tried to do in (A) and did not try to do in (B). That is, I want to have the opportunity to "fix things" and then retry the whole startup. Touching various files did not seem to change anything. I still got scenario (B). Removing and adding apps gave me variations on the (B) theme (apps were added or removed from the deployment process but no SQL errors showed up, no output of what other apps were deployed, etc). Thanks, Brian ************************************************************* Brian Cunningham North Bay Data [EMAIL PROTECTED] 415-451-4879 *************************************************************
