Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Workaround for "system cannot find file C:\WINNT\system32\cmd.exe /e:4096."

425396Aug 19 2001
When I used the startOraBPEL.bat an error appears in a dos box: "The system cannot find the file C:\WINNT\system32\cmd.exe /e:4096." (olite server is not starting up)

The error is produced by the 'start' application.

The problem (on my system: win2000) lays in calling the start_olite batch file within startOraBPEL.

The workaround I used was to replace (within startOraBPEL.bat) the line:

start /d "<C:\orabpel-dir>\bin" /min /realtime start_olite.bat

with

set PATH=<C:\orabpel-dir>\bin;<C:\JAVA-DIR>\j2sdk1.4.2_04\jre\bin\server;%PATH%
set classpath=<C:\orabpel-dir>\lib\olite40.jar
start /d "<C:\orabpel-dir>\bin" /min /realtime <C:\orabpel-dir>\bin\olsv2040.exe /debug

Replace <C:\orabpel-dir> and <C:\JAVA-DIR> with your own directories.


Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 16 2001
Added on Aug 19 2001
0 comments
243 views