I am trying to figure out how to set ${ENV}'s via Eclipse for Perl Debugging on a non-CGI script. I can see some ${ENV}s are carried thru from my cygwin environment, but ${PATH} seems to be dropped somehow either by Eclipse and/or E-P-I-C.
I've tried a bunch of different attempts to set something:
- Ant <env> task - Nope.
- External Tools - export ${ENV}=<value> - Nope.
- Launch Configurations - All appear to be Perl/CGI, Java or PDE specific.
Given that Eclipse is picking up some of the ${ENV}s, there has to be someway to feed these things in there...I just can't find it.
Any help would be greatly appreciated...
tia,
adym
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would help to find out whether Eclipse or EPIC is the culprit. Have you tried outputting your environment from a script launched using Ant's exec target? If it looks all right then, the blame should be put on EPIC.
EPIC uses a helper script get_env.pl to retrieve the current environment before passing it on to the launched Perl process. Here is the script:
while(($k,$v)= each %ENV){ print "$k=$v\n"};
I believe that there might be a bug in parsing its output (for example, I recall erratic behaviour with environment variables containing multi-line values). Can you send me the output of the above script when run (from the shell) in your Cygwin environment? Is your interpreter type set to "Cygwin" in EPIC preferences?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you check the option 'Enable debug console' in EPIC preferences and start some script (in either normal or debug mode)? It will write information about the used command line, working directory and environment to Eclipse's error log. Can you post it here also?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I ran the smallest script I had, dump-env.pl. The references to oracle-sql.pl must be left-over, as that was the script I ran just before.
f oracle-sql.pl
No file matching `oracle-sql.pl' is loaded.
DB<5> b load oracle-sql.pl
Will stop on load of `oracle-sql.pl'.
DB<6> f oracle-sql.pl
No file matching `oracle-sql.pl' is loaded.
DB<7> b load oracle-sql.pl
Will stop on load of `oracle-sql.pl'.
DB<8> T
DB<9> .
main::(C:/projects/perl/perl-tools/bin/dump-env.pl:2):
2: while(($k,$v)= each %ENV){ print "$k=$v\n"};
DB<10> .
main::(C:/projects/perl/perl-tools/bin/dump-env.pl:2):
2: while(($k,$v)= each %ENV){ print "$k=$v\n"};
DB<11> o frame=0
frame = '0'
DB<12> ;{eval { require PadWalker; PadWalker->VERSION(0.08) }or print $DB::OUT ("PadWalker module not found - please install\n");do 'dumpvar_epic.pm' unless defined &dumpvar_epic::dumpvar_epic;defined &dumpvar_epic::dumpvar_epic or print $DB::OUT "dumpvar_epic.pl not available.\n";my $h = eval { PadWalker::peek_my(2) };my @vars = split (' ','');$@ and $@ =~ s/ at .*//, print $DB::OUT ($@);my $savout = select($DB::OUT);dumpvar_epic::dumplex($_,$h->{$_},defined $option{dumpDepth} ? $option{dumpDepth} : -1,@vars) for sort keys %$h;print "E";select($savout);};
E
DB<13> o frame=0
frame = '0'
DB<14> ;{do 'dumpvar_epic.pm' unless defined &dumpvar_epic::dumpvar_epic;defined &dumpvar_epic::dumpvar_epic or print $DB::OUT "dumpvar_epic.pm not available.\n";my $savout = select($DB::OUT);dumpvar_epic::dumpvar_epic();select($savout);};
NS00000003$^AS00000002''NS00000003$^DS000000010NS00000003$^ES00000012'Invalid argument'NS00000003$^FS000000012NS00000003$^HS00000003256NS00000003$^LS00000005"\cL"NS00000003$^OS00000008'cygwin'NS00000003$^PS00000003831NS00000003$^SS000000011NS00000007$^TAINTS000000010NS00000009$^UNICODES000000010NS00000003$^VS0000000b"\cE\cH\cG"NS00000003$^WS000000010NS0000000e$^WARNING_BITSS00000026"\c@\c@\c@\c@\c@\c@\c@\c@\c@\c@\c@\c@"NS00000003$^XS0000000f'/usr/bin/perl'NS00000002$!S00000012'Invalid argument'NS00000002%!S00000003...INS00000007'E2BIG'S000000010NS00000008'EACCES'S000000010NS0000000c'EADDRINUSE'S000000010NS0000000f'EADDRNOTAVAIL'S000000010NS00000006'EADV'S000000010NS0000000e'EAFNOSUPPORT'S000000010NS00000008'EAGAIN'S000000010NS0000000a'EALREADY'S000000010NS00000007'EBADE'S000000010NS00000007'EBADF'S000000010NS00000008'EBADFD'S000000010NS00000009'EBADMSG'S000000010NS00000007'EBADR'S000000010NS00000009'EBADRQC'S000000010NS00000009'EBADSLT'S000000010NS00000008'EBFONT'S000000010NS00000007'EBUSY'S000000010NS0000000c'ECASECLASH'S000000010NS00000008'ECHILD'S000000010NS00000008'ECHRNG'S000000010NS00000007'ECOMM'S000000010NS0000000e'ECONNABORTED'S000000010NS0000000e'ECONNREFUSED'S000000010NS0000000c'ECONNRESET'S000000010NS00000009'EDEADLK'S000000010NS0000000b'EDEADLOCK'S000000010NS0000000e'EDESTADDRREQ'S000000010NS00000006'EDOM'S000000010NS00000009'EDOTDOT'S000000010NS00000008'EDQUOT'S000000010NS00000008'EEXIST'S000000010NS00000008'EFAULT'S000000010NS00000007'EFBIG'S000000010NS00000008'EFTYPE'S000000010NS0000000b'EHOSTDOWN'S000000010NS0000000e'EHOSTUNREACH'S000000010NS00000007'EIDRM'S000000010NS00000008'EILSEQ'S000000010NS0000000d'EINPROGRESS'S000000010NS00000007'EINTR'S000000010NS00000008'EINVAL'S0000000222NS00000005'EIO'S000000010NS00000009'EISCONN'S000000010NS00000008'EISDIR'S000000010NS00000008'EL2HLT'S000000010NS0000000a'EL2NSYNC'S000000010NS00000008'EL3HLT'S000000010NS00000008'EL3RST'S000000010NS00000007'ELBIN'S000000010NS00000009'ELIBACC'S000000010NS00000009'ELIBBAD'S000000010NS0000000a'ELIBEXEC'S000000010NS00000009'ELIBMAX'S000000010NS00000009'ELIBSCN'S000000010NS00000008'ELNRNG'S000000010NS00000007'ELOOP'S000000010NS00000008'EMFILE'S000000010NS00000008'EMLINK'S000000010NS0000000a'EMSGSIZE'S000000010NS0000000b'EMULTIHOP'S000000010NS0000000e'ENAMETOOLONG'S000000010NS0000000a'ENETDOWN'S000000010NS0000000b'ENETRESET'S000000010NS0000000d'ENETUNREACH'S000000010NS00000008'ENFILE'S000000010NS00000009'ENMFILE'S000000010NS00000008'ENOANO'S000000010NS00000009'ENOBUFS'S000000010NS00000008'ENOCSI'S000000010NS00000009'ENODATA'S000000010NS00000008'ENODEV'S000000010NS00000008'ENOENT'S000000010NS00000009'ENOEXEC'S000000010NS00000008'ENOLCK'S000000010NS00000009'ENOLINK'S000000010NS0000000b'ENOMEDIUM'S000000010NS00000008'ENOMEM'S000000010NS00000008'ENOMSG'S000000010NS00000008'ENONET'S000000010NS00000008'ENOPKG'S000000010NS0000000d'ENOPROTOOPT'S000000010NS0000000a'ENOSHARE'S000000010NS00000008'ENOSPC'S000000010NS00000007'ENOSR'S000000010NS00000008'ENOSTR'S000000010NS00000008'ENOSYS'S000000010NS00000009'ENOTBLK'S000000010NS0000000a'ENOTCONN'S000000010NS00000009'ENOTDIR'S000000010NS0000000b'ENOTEMPTY'S000000010NS0000000a'ENOTSOCK'S000000010NS00000009'ENOTSUP'S000000010NS00000008'ENOTTY'S000000010NS0000000a'ENOTUNIQ'S000000010NS00000007'ENXIO'S000000010NS0000000c'EOPNOTSUPP'S000000010NS0000000b'EOVERFLOW'S000000010NS00000007'EPERM'S000000010NS0000000e'EPFNOSUPPORT'S000000010NS00000007'EPIPE'S000000010NS0000000a'EPROCLIM'S000000010NS00000008'EPROTO'S000000010NS00000011'EPROTONOSUPPORT'S000000010NS0000000c'EPROTOTYPE'S000000010NS00000008'ERANGE'S000000010NS00000009'EREMCHG'S000000010NS00000009'EREMOTE'S000000010NS00000007'EROFS'S000000010NS0000000b'ESHUTDOWN'S000000010NS00000011'ESOCKTNOSUPPORT'S000000010NS00000008'ESPIPE'S000000010NS00000007'ESRCH'S000000010NS00000008'ESRMNT'S000000010NS00000008'ESTALE'S000000010NS00000007'ETIME'S000000010NS0000000b'ETIMEDOUT'S000000010NS0000000e'ETOOMANYREFS'S000000010NS00000009'ETXTBSY'S000000010NS00000009'EUNATCH'S000000010NS00000008'EUSERS'S000000010NS0000000d'EWOULDBLOCK'S000000010NS00000007'EXDEV'S000000010NS00000008'EXFULL'S000000010ONS00000002$"S00000003' 'NS00000002$$S000000042212NS00000002$%S000000010NS00000002$-S000000010NS00000002$.S000000010NS00000002$/S00000003'
'NS00000002$0S0000002d'C:/projects/perl/perl-tools/bin/dump-env.pl'NS00000002$:S00000005'
-'NS00000002$<S000000072361890NS00000002$=S0000000260NS00000002$?S000000010NS00000002$@S00000002''NS00000004%ENVS00000003...INS00000005'!C:'S00000017'C:\usr\bin\cygwin\bin'NS00000011'ALLUSERSPROFILE'S00000025'C:\Documents and Settings\All Users'NS0000000a'ANT_HOME'S0000001f'c:\usr\bin\apache\ant\ant-165'NS00000009'APPDATA'S00000035'C:\Documents and Settings\n0002501\Application Data'NS0000000b'ARBORPATH'S00000023'C:\Program Files\Hyperion\Essbase'NS0000000f'CATALINA_HOME'S00000020'c:\opt\local\bin\tomcat-5-5-12'NS0000000b'CLASSPATH'S00000032'C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip'NS00000014'COMMONPROGRAMFILES'S0000001f'C:\Program Files\Common Files'NS0000000e'COMPUTERNAME'S00000011'LIBERTY-8027F07'NS00000009'COMSPEC'S0000001b'C:\WINNT\system32\cmd.exe'NS00000009'CVS_RSH'S0000000a'/bin/ssh'NS0000000f'DISKEEPERICON'S0000003b'C:\Program Files\Executive Software\DiskeeperWorkstation\'NS00000006'HOME'S0000002d'/cygdrive/c/Documents and Settings/N0002501'NS0000000b'HOMEDRIVE'S00000004'C:'NS0000000a'HOMEPATH'S00000022'\Documents and Settings\n0002501'NS0000000a'HOSTNAME'S00000011'LIBERTY-8027F07'NS0000000a'INFOPATH'S0000002c'/usr/local/info:/usr/share/info:/usr/info:'NS0000000b'JAVA_HOME'S00000020'c:\usr\bin\java\jdk\jdk-150-06'NS0000000e'JVMSTAT_HOME'S00000014'c:\usr\bin\jvmstat'NS0000000d'LOGONSERVER'S00000013'\\LIBERTY-8027F07'NS00000009'M2_HOME'S0000001d'c:\usr\bin\apache\maven-201'NS0000000b'MAKE_MODE'S00000006'unix'NS00000009'MANPATH'S0000005c'/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man'NS0000000a'NLS_LANG'S0000001b'AMERICAN_AMERICA.US7ASCII'NS00000016'NUMBER_OF_PROCESSORS'S000000011NS0000000d'ORACLE_HOME'S00000038'c:\opt\local\oraclexe\app\oracle\product\10.2.0\server'NS00000004'OS'S0000000c'Windows_NT'NS0000000c'OS2LIBPATH'S0000001c'C:\WINNT\system32\os2\dll;'NS00000006'PATH'S00000002''NS00000009'PATHEXT'S00000032'.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'NS0000000d'PERLDB_OPTS'S00000031'RemotePort=127.0.0.1:5000 DumpReused ReadLine=0'NS0000000d'PERLDB_PIDS'S000000042212NS00000011'PKG_CONFIG_PATH'S0000001a'/usr/X11R6/lib/pkgconfig'NS00000009'PRINTER'S0000001e'\\LM-PRINT-02\HP4250-05-0055'NS00000018'PROCESSOR_ARCHITECTURE'S00000005'x86'NS00000016'PROCESSOR_IDENTIFIER'S00000030'x86 Family 6 Model 13 Stepping 6, GenuineIntel'NS00000011'PROCESSOR_LEVEL'S000000016NS00000014'PROCESSOR_REVISION'S00000006'0d06'NS0000000e'PROGRAMFILES'S00000012'C:\Program Files'NS00000008'PROMPT'S00000006'$P$G'NS00000005'PWD'S00000031'/cygdrive/c/Documents and Settings/N0002501/bin'NS0000000b'QMAKESPEC'S00000021'/usr/lib/qt3/mkspecs/cygwin-g++'NS00000007'QTDIR'S0000000e'/usr/lib/qt3'NS00000008'QTJAVA'S00000032'C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip'NS0000000f'RASERVER_HOME'S00000019'c:\usr\bin\eclipse\tptp'NS00000007'SHLVL'S000000012NS0000000f'SMS_LOCAL_DIR'S0000000a'C:\WINNT'NS0000000d'SYSTEMDRIVE'S00000004'C:'NS0000000c'SYSTEMROOT'S0000000a'C:\WINNT'NS00000006'TEMP'S0000002d'/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp'NS00000006'TERM'S00000008'cygwin'NS00000005'TMP'S0000002d'/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp'NS00000006'USER'S0000000a'n0002501'NS0000000f'USERDNSDOMAIN'S0000000d'lm.lmig.com'NS0000000c'USERDOMAIN'S00000004'LM'NS0000000a'USERNAME'S0000000a'N0002501'NS0000000d'USERPROFILE'S00000024'C:\Documents and Settings\n0002501'NS00000008'WINDIR'S0000000a'C:\WINNT'NS00000003'_'S00000038'/cygdrive/c/usr/bin/eclipse/ver320/eclipse/eclipse.exe'ONS00000004@INCS00000003...INS00000003[0]S00000041'C:/usr/bin/eclipse/ver320/eclipse/plugins/org.epic.debug_0.4.0/'NS00000003[1]S0000001b'/usr/lib/perl5/5.8/cygwin'NS00000003[2]S00000014'/usr/lib/perl5/5.8'NS00000003[3]S00000025'/usr/lib/perl5/site_perl/5.8/cygwin'NS00000003[4]S0000001e'/usr/lib/perl5/site_perl/5.8'NS00000003[5]S0000001e'/usr/lib/perl5/site_perl/5.8'NS00000003[6]S00000027'/usr/lib/perl5/vendor_perl/5.8/cygwin'NS00000003[7]S00000020'/usr/lib/perl5/vendor_perl/5.8'NS00000003[8]S00000020'/usr/lib/perl5/vendor_perl/5.8'NS00000003[9]S00000003'.'ONS00000004%INCS00000003...INS0000000f'AutoLoader.pm'S00000022'/usr/lib/perl5/5.8/AutoLoader.pm'NS00000009'Carp.pm'S0000001c'/usr/lib/perl5/5.8/Carp.pm'NS0000000f'Carp/Heavy.pm'S00000022'/usr/lib/perl5/5.8/Carp/Heavy.pm'NS0000000b'Config.pm'S00000025'/usr/lib/perl5/5.8/cygwin/Config.pm'NS00000011'Config_heavy.pl'S0000002b'/usr/lib/perl5/5.8/cygwin/Config_heavy.pl'NS0000000f'DynaLoader.pm'S00000029'/usr/lib/perl5/5.8/cygwin/DynaLoader.pm'NS0000000a'Errno.pm'S00000024'/usr/lib/perl5/5.8/cygwin/Errno.pm'NS0000000d'Exporter.pm'S00000020'/usr/lib/perl5/5.8/Exporter.pm'NS00000013'Exporter/Heavy.pm'S00000026'/usr/lib/perl5/5.8/Exporter/Heavy.pm'NS00000007'IO.pm'S00000021'/usr/lib/perl5/5.8/cygwin/IO.pm'NS0000000e'IO/Handle.pm'S00000028'/usr/lib/perl5/5.8/cygwin/IO/Handle.pm'NS0000000e'IO/Select.pm'S00000028'/usr/lib/perl5/5.8/cygwin/IO/Select.pm'NS0000000e'IO/Socket.pm'S00000028'/usr/lib/perl5/5.8/cygwin/IO/Socket.pm'NS00000013'IO/Socket/INET.pm'S00000026'/usr/lib/perl5/5.8/IO/Socket/INET.pm'NS00000013'IO/Socket/UNIX.pm'S00000026'/usr/lib/perl5/5.8/IO/Socket/UNIX.pm'NS0000000e'PadWalker.pm'S00000032'/usr/lib/perl5/site_perl/5.8/cygwin/PadWalker.pm'NS00000010'SelectSaver.pm'S00000023'/usr/lib/perl5/5.8/SelectSaver.pm'NS0000000b'Socket.pm'S00000025'/usr/lib/perl5/5.8/cygwin/Socket.pm'NS0000000b'Symbol.pm'S0000001e'/usr/lib/perl5/5.8/Symbol.pm'NS0000000d'Term/Cap.pm'S00000020'/usr/lib/perl5/5.8/Term/Cap.pm'NS00000012'Term/ReadLine.pm'S00000025'/usr/lib/perl5/5.8/Term/ReadLine.pm'NS00000017'Term/ReadLine/Perl.pm'S00000036'/usr/lib/perl5/vendor_perl/5.8/Term/ReadLine/Perl.pm'NS0000000d'XSLoader.pm'S00000027'/usr/lib/perl5/5.8/cygwin/XSLoader.pm'NS0000000f'attributes.pm'S00000022'/usr/lib/perl5/5.8/attributes.pm'NS00000011'dumpvar_epic.pm'S00000051'C:/usr/bin/eclipse/ver320/eclipse/plugins/org.epic.debug_0.4.0//dumpvar_epic.pm'NS0000000c'perl5db.pl'S0000001f'/usr/lib/perl5/5.8/perl5db.pl'NS0000000b'strict.pm'S0000001e'/usr/lib/perl5/5.8/strict.pm'NS00000009'vars.pm'S0000001c'/usr/lib/perl5/5.8/vars.pm'NS0000000d'warnings.pm'S00000020'/usr/lib/perl5/5.8/warnings.pm'NS00000016'warnings/register.pm'S00000029'/usr/lib/perl5/5.8/warnings/register.pm'ONS00000004%SIGS00000003...INS00000006'ABRT'S00000005undefNS00000006'ALRM'S00000005undefNS00000005'BUS'S00000010CODE(0x101bdad8)S0000001c -> &CODE(0x101bdad8) in ???NS00000006'CHLD'S00000005undefNS00000005'CLD'S00000005undefNS00000006'CONT'S00000005undefNS00000005'EMT'S00000005undefNS00000005'FPE'S00000008'IGNORE'NS00000005'HUP'S00000005undefNS00000005'ILL'S00000005undefNS00000005'INT'S00000010CODE(0x1019d944)S00000013 -> &DB::catch in 0NS00000004'IO'S00000005undefNS00000006'KILL'S00000005undefNS00000006'LOST'S00000005undefNS00000006'PIPE'S00000005undefNS00000006'POLL'S00000005undefNS00000006'PROF'S00000005undefNS00000006'QUIT'S00000005undefNS00000007'RTMAX'S00000005undefNS00000007'RTMIN'S00000005undefNS00000006'SEGV'S00000010CODE(0x101bdad8)RNS00000006'STOP'S00000005undefNS00000005'SYS'S00000005undefNS00000006'TERM'S00000005undefNS00000006'TRAP'S00000005undefNS00000006'TSTP'S00000005undefNS00000006'TTIN'S00000005undefNS00000006'TTOU'S00000005undefNS00000005'URG'S00000005undefNS00000006'USR1'S00000005undefNS00000006'USR2'S00000005undefNS00000008'VTALRM'S00000005undefNS00000007'WINCH'S00000005undefNS00000006'XCPU'S00000005undefNS00000006'XFSZ'S00000005undefNS00000009'__DIE__'S00000010CODE(0x101bde38)S00000013 -> &DB::dbdie in 0NS0000000a'__WARN__'S00000010CODE(0x101bdc94)S00000014 -> &DB::dbwarn in 0ONS00000012FileHandle(STDERR)S0000000c=> fileno(2)NS00000011FileHandle(STDIN)S0000000c=> fileno(0)NS00000012FileHandle(STDOUT)S0000000c=> fileno(1)NS00000002$]S000000085.008007NS00000002$^S0000000a'GEN0_TOP'NS00000002@_S00000003...INS00000003[0]S000000010NS00000003[1]S00000003'_'NS00000003[2]S00000008*main::_NS00000003[3]S000000010NS00000003[4]S00000004'-1'ONS00000012FileHandle(stderr)S0000000c=> fileno(2)NS00000011FileHandle(stdin)S0000000c=> fileno(0)NS00000012FileHandle(stdout)S0000000c=> fileno(1)NS00000002$|S000000011NS00000002$~S00000006'GEN0'E
DB<15> c
Debugged program terminated. Use [1mq[0;10m to quit or [1mR[0;10m to restart,
use [1mO[0;10m [4minhibit_exit[24m to avoid stopping after program termination,
[1mh q[0;10m, [1mh R[0;10m or [1mh O[0;10m to get additional info.
auto(-1) DB<16> $| = 1; my $old = select STDERR; $|=1;select $old;}
Unmatched right curly bracket at (eval 14)[/usr/lib/perl5/5.8/perl5db.pl:628] line 2, at end of line
syntax error at (eval 14)[/usr/lib/perl5/5.8/perl5db.pl:628] line 2, near ";}"
DB<17>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You posted the debugger console's content. What I wanted to see was the error log's content ($WORKSPACE/.metadata/.log also available in the Eclipse view PDE Runtime/Error Log). Can you post it too?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
!ENTRY org.eclipse.ui 2 0 2006-08-31 13:59:59.363
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-08-31 13:59:59.363
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!SESSION 2006-08-31 14:10:40.625 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-08-31 14:10:45.222
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-08-31 14:10:45.222
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!SESSION 2006-08-31 14:20:34.003 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-08-31 14:20:38.450
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-08-31 14:20:38.450
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 14:30:45.460
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 14:31:41.857
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SESSION 2006-08-31 14:49:59.516 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-08-31 14:50:04.593
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-08-31 14:50:04.593
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:47:08.567
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:47:55.861
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.ui.externaltools 4 0 2006-08-31 15:48:47.410
!MESSAGE The file does not exist for the external tool named VERBOSETRACE=ON.
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:49:34.343
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:50:05.411
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:50:55.459
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SESSION 2006-09-01 07:07:03.489 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-09-01 07:07:31.119
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-09-01 07:07:31.119
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.team.cvs.ui 4 0 2006-09-01 11:30:33.341
!MESSAGE Errors occurred in 1 of 12 operations.
!SUBENTRY 1 org.eclipse.team.cvs.core 4 0 2006-09-01 11:30:33.341
!MESSAGE The server reported an error while performing the "cvs checkout" command.
!SUBENTRY 1 org.eclipse.team.cvs.core 4 -14 2006-09-01 11:30:33.341
!MESSAGE : Terminated with fatal signal 11
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 11:30:37.357
!MESSAGE Skipping builder org.antlr.eclipse.core.antlrbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 11:30:42.144
!MESSAGE Skipping builder org.antlr.eclipse.core.warningcleanerbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 11:30:42.144
!MESSAGE Skipping builder org.antlr.eclipse.core.smapbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:28:03.679
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools\bin oracle-sql.pl error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:30:02.099
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools run-perl.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:30:09.430
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools\bin dump-env.pl error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:30:31.812
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools run-perl.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:31:03.618
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools run-perl.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SESSION 2006-09-01 16:24:28.024 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-09-01 16:24:42.806
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-09-01 16:24:42.806
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 16:24:49.326
!MESSAGE Skipping builder org.antlr.eclipse.core.antlrbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 16:24:49.336
!MESSAGE Skipping builder org.antlr.eclipse.core.warningcleanerbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 16:24:49.336
!MESSAGE Skipping builder org.antlr.eclipse.core.smapbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.ui 2 0 2006-09-04 20:47:33.080
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-09-04 20:47:33.080
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.core.resources 2 1 2006-09-04 20:47:41.832
!MESSAGE Skipping builder org.antlr.eclipse.core.antlrbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-04 20:47:41.842
!MESSAGE Skipping builder org.antlr.eclipse.core.warningcleanerbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-04 20:47:41.842
!MESSAGE Skipping builder org.antlr.eclipse.core.smapbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I am trying to figure out how to set ${ENV}'s via Eclipse for Perl Debugging on a non-CGI script. I can see some ${ENV}s are carried thru from my cygwin environment, but ${PATH} seems to be dropped somehow either by Eclipse and/or E-P-I-C.
I've tried a bunch of different attempts to set something:
- Ant <env> task - Nope.
- External Tools - export ${ENV}=<value> - Nope.
- Launch Configurations - All appear to be Perl/CGI, Java or PDE specific.
Given that Eclipse is picking up some of the ${ENV}s, there has to be someway to feed these things in there...I just can't find it.
Any help would be greatly appreciated...
tia,
adym
It would help to find out whether Eclipse or EPIC is the culprit. Have you tried outputting your environment from a script launched using Ant's exec target? If it looks all right then, the blame should be put on EPIC.
EPIC uses a helper script get_env.pl to retrieve the current environment before passing it on to the launched Perl process. Here is the script:
while(($k,$v)= each %ENV){ print "$k=$v\n"};
I believe that there might be a bug in parsing its output (for example, I recall erratic behaviour with environment variables containing multi-line values). Can you send me the output of the above script when run (from the shell) in your Cygwin environment? Is your interpreter type set to "Cygwin" in EPIC preferences?
Check. Here are the results...It appears to be an E-P-I-C issue, as the ${PATH} came out during an Ant <exec> task:
Perl Script:
#!/usr/bin/perl
while(($k,$v)= each %ENV){ print "$k=$v\n"};
Ant Tareget:
<target name="dump-env">
<exec executable="sh">
<arg line='-c "./bin/dump-env.pl "'/>
</exec>
</target>
Output/Results:
Buildfile: C:\projects\perl\perl-tools\verbosetrace.xml
dump-env:
[exec] USERDNSDOMAIN=lm.lmig.com
[exec] USERPROFILE=C:\Documents and Settings\n0002501
[exec] NLS_LANG=AMERICAN_AMERICA.US7ASCII
[exec] HOMEDRIVE=C:
[exec] ORACLE_HOME=c:\opt\local\oraclexe\app\oracle\product\10.2.0\server
[exec] CVS_RSH=/bin/ssh
[exec] OS2LIBPATH=C:\WINNT\system32\os2\dll;
[exec] MAKE_MODE=unix
[exec] COMMONPROGRAMFILES=C:\Program Files\Common Files
[exec] APPDATA=C:\Documents and Settings\n0002501\Application Data
[exec] PROGRAMFILES=C:\Program Files
[exec] DISKEEPERICON=C:\Program Files\Executive Software\DiskeeperWorkstation\
[exec] OS=Windows_NT
[exec] PWD=/cygdrive/c/projects/perl/perl-tools
[exec] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
[exec] USER=n******
[exec] PROMPT=$P$G
[exec] PRINTER=\\LM-PRINT-02\HP4250-05-0055
[exec] SHLVL=3
[exec] NUMBER_OF_PROCESSORS=1
[exec] QMAKESPEC=/usr/lib/qt3/mkspecs/cygwin-g++
[exec] HOMEPATH=\Documents and Settings\n0002501
[exec] PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/PROGRA~1/MERCUR~1/VIRTUA~1/bin:/cygdrive/c/usr/bin/perl/bin/:/cygdrive/c/usr/bin/apache/ant/ant-165:/cygdrive/c/usr/bin/apache/ant/ant-165/bin:/cygdrive/c/opt/local/bin/php/php-502:/cygdrive/c/opt/local/bin/php/php-502/ext:/cygdrive/c/opt/local/bin/mysql/mysql-410/bin:/cygdrive/c/usr/bin/java/jdk/jdk-150-06:/cygdrive/c/usr/bin/java/jdk/jdk-150-06/bin:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10/bin:/cygdrive/c/usr/bin:/cygdrive/c/usr/bin/jvmstat/bat:/cygdrive/c/usr/bin/cmd:/cygdrive/c/projects/jwsdp-160/jwsdp-shared/bin:/cygdrive/c/opt/local/bin/tomcat/jakarta-tomcat-5028/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/program files/sybase/OCS-12_0/dll:/cygdrive/c/Program Files/Executive Software/DiskeeperWorkstation/:/cygdrive/c/Program Files/ATI Technologies/ATI Control Panel:/cygdrive/c/usr/bin/util/cvs:/cygdrive/c/usr/bin/util/jad:/cygdrive/c/usr/bin/apache/maven-201/bin:/cygdrive/c/usr/bin/eclipse/tptp/bin:/cygdrive/c/usr/bin/util/clarity/xog/bin:/cygdrive/c/opt/local/bin/apache/jmeter-211:/cygdrive/c/opt/local/bin/apache/jmeter-211/bin:/cygdrive/c/Program Files/Hyperion/Essbase/Bin:/cygdrive/c/WINNTsystem32:%C:/WINNT%:%%Sy:c:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/Docume~1/N0002501/bin:/:/usr/bin:/cygdrive/c/usr/bin/eclipse:/cygdrive/c/usr/bin/eclipse/ver320/eclipse:/cygdrive/c/usr/bin/eclipse/ver320A/eclipse
[exec] RASERVER_HOME=c:\usr\bin\eclipse\tptp
[exec] USERDOMAIN=**
[exec] PROCESSOR_ARCHITECTURE=x86
[exec] TERM=cygwin
[exec] JVMSTAT_HOME=c:\usr\bin\jvmstat
[exec] SMS_LOCAL_DIR=C:\WINNT
[exec] HOME=/cygdrive/c/Documents and Settings/N0002501
[exec] JAVA_HOME=c:\usr\bin\java\jdk\jdk-150-06
[exec] QTJAVA=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
[exec] TEMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
[exec] PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
[exec] PROCESSOR_REVISION=0d06
[exec] MANPATH=/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man
[exec] SYSTEMDRIVE=C:
[exec] SYSTEMROOT=C:\WINNT
[exec] M2_HOME=c:\usr\bin\apache\maven-201
[exec] COMSPEC=C:\WINNT\system32\cmd.exe
[exec] ANT_HOME=C:\usr\bin\eclipse\ver320\eclipse\plugins\org.apache.ant_1.6.5
[exec] LOGONSERVER=\\LIBERTY-8027F07
[exec] CATALINA_HOME=c:\opt\local\bin\tomcat-5-5-12
[exec] WINDIR=C:\WINNT
[exec] QTDIR=/usr/lib/qt3
[exec] PROCESSOR_LEVEL=6
[exec] USERNAME=N******
[exec] INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
[exec] HOSTNAME=LIBERTY-8027F07
[exec] _=./bin/dump-env.pl
[exec] PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
[exec] ARBORPATH=C:\Program Files\Hyperion\Essbase
[exec] COMPUTERNAME=LIBERTY-8027F07
[exec] ALLUSERSPROFILE=C:\Documents and Settings\All Users
[exec] CLASSPATH=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
[exec] TMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
BUILD SUCCESSFUL
Total time: 991 milliseconds
I'll keep plugging away...
thx,
adym
Can you check the option 'Enable debug console' in EPIC preferences and start some script (in either normal or debug mode)? It will write information about the used command line, working directory and environment to Eclipse's error log. Can you post it here also?
Check.
I ran the smallest script I had, dump-env.pl. The references to oracle-sql.pl must be left-over, as that was the script I ran just before.
f oracle-sql.pl
No file matching `oracle-sql.pl' is loaded.
DB<5> b load oracle-sql.pl
Will stop on load of `oracle-sql.pl'.
DB<6> f oracle-sql.pl
No file matching `oracle-sql.pl' is loaded.
DB<7> b load oracle-sql.pl
Will stop on load of `oracle-sql.pl'.
DB<8> T
DB<9> .
main::(C:/projects/perl/perl-tools/bin/dump-env.pl:2):
2: while(($k,$v)= each %ENV){ print "$k=$v\n"};
DB<10> .
main::(C:/projects/perl/perl-tools/bin/dump-env.pl:2):
2: while(($k,$v)= each %ENV){ print "$k=$v\n"};
DB<11> o frame=0
frame = '0'
DB<12> ;{eval { require PadWalker; PadWalker->VERSION(0.08) }or print $DB::OUT ("PadWalker module not found - please install\n");do 'dumpvar_epic.pm' unless defined &dumpvar_epic::dumpvar_epic;defined &dumpvar_epic::dumpvar_epic or print $DB::OUT "dumpvar_epic.pl not available.\n";my $h = eval { PadWalker::peek_my(2) };my @vars = split (' ','');$@ and $@ =~ s/ at .*//, print $DB::OUT ($@);my $savout = select($DB::OUT);dumpvar_epic::dumplex($_,$h->{$_},defined $option{dumpDepth} ? $option{dumpDepth} : -1,@vars) for sort keys %$h;print "E";select($savout);};
E
DB<13> o frame=0
frame = '0'
DB<14> ;{do 'dumpvar_epic.pm' unless defined &dumpvar_epic::dumpvar_epic;defined &dumpvar_epic::dumpvar_epic or print $DB::OUT "dumpvar_epic.pm not available.\n";my $savout = select($DB::OUT);dumpvar_epic::dumpvar_epic();select($savout);};
NS00000003$^AS00000002''NS00000003$^DS000000010NS00000003$^ES00000012'Invalid argument'NS00000003$^FS000000012NS00000003$^HS00000003256NS00000003$^LS00000005"\cL"NS00000003$^OS00000008'cygwin'NS00000003$^PS00000003831NS00000003$^SS000000011NS00000007$^TAINTS000000010NS00000009$^UNICODES000000010NS00000003$^VS0000000b"\cE\cH\cG"NS00000003$^WS000000010NS0000000e$^WARNING_BITSS00000026"\c@\c@\c@\c@\c@\c@\c@\c@\c@\c@\c@\c@"NS00000003$^XS0000000f'/usr/bin/perl'NS00000002$!S00000012'Invalid argument'NS00000002%!S00000003...INS00000007'E2BIG'S000000010NS00000008'EACCES'S000000010NS0000000c'EADDRINUSE'S000000010NS0000000f'EADDRNOTAVAIL'S000000010NS00000006'EADV'S000000010NS0000000e'EAFNOSUPPORT'S000000010NS00000008'EAGAIN'S000000010NS0000000a'EALREADY'S000000010NS00000007'EBADE'S000000010NS00000007'EBADF'S000000010NS00000008'EBADFD'S000000010NS00000009'EBADMSG'S000000010NS00000007'EBADR'S000000010NS00000009'EBADRQC'S000000010NS00000009'EBADSLT'S000000010NS00000008'EBFONT'S000000010NS00000007'EBUSY'S000000010NS0000000c'ECASECLASH'S000000010NS00000008'ECHILD'S000000010NS00000008'ECHRNG'S000000010NS00000007'ECOMM'S000000010NS0000000e'ECONNABORTED'S000000010NS0000000e'ECONNREFUSED'S000000010NS0000000c'ECONNRESET'S000000010NS00000009'EDEADLK'S000000010NS0000000b'EDEADLOCK'S000000010NS0000000e'EDESTADDRREQ'S000000010NS00000006'EDOM'S000000010NS00000009'EDOTDOT'S000000010NS00000008'EDQUOT'S000000010NS00000008'EEXIST'S000000010NS00000008'EFAULT'S000000010NS00000007'EFBIG'S000000010NS00000008'EFTYPE'S000000010NS0000000b'EHOSTDOWN'S000000010NS0000000e'EHOSTUNREACH'S000000010NS00000007'EIDRM'S000000010NS00000008'EILSEQ'S000000010NS0000000d'EINPROGRESS'S000000010NS00000007'EINTR'S000000010NS00000008'EINVAL'S0000000222NS00000005'EIO'S000000010NS00000009'EISCONN'S000000010NS00000008'EISDIR'S000000010NS00000008'EL2HLT'S000000010NS0000000a'EL2NSYNC'S000000010NS00000008'EL3HLT'S000000010NS00000008'EL3RST'S000000010NS00000007'ELBIN'S000000010NS00000009'ELIBACC'S000000010NS00000009'ELIBBAD'S000000010NS0000000a'ELIBEXEC'S000000010NS00000009'ELIBMAX'S000000010NS00000009'ELIBSCN'S000000010NS00000008'ELNRNG'S000000010NS00000007'ELOOP'S000000010NS00000008'EMFILE'S000000010NS00000008'EMLINK'S000000010NS0000000a'EMSGSIZE'S000000010NS0000000b'EMULTIHOP'S000000010NS0000000e'ENAMETOOLONG'S000000010NS0000000a'ENETDOWN'S000000010NS0000000b'ENETRESET'S000000010NS0000000d'ENETUNREACH'S000000010NS00000008'ENFILE'S000000010NS00000009'ENMFILE'S000000010NS00000008'ENOANO'S000000010NS00000009'ENOBUFS'S000000010NS00000008'ENOCSI'S000000010NS00000009'ENODATA'S000000010NS00000008'ENODEV'S000000010NS00000008'ENOENT'S000000010NS00000009'ENOEXEC'S000000010NS00000008'ENOLCK'S000000010NS00000009'ENOLINK'S000000010NS0000000b'ENOMEDIUM'S000000010NS00000008'ENOMEM'S000000010NS00000008'ENOMSG'S000000010NS00000008'ENONET'S000000010NS00000008'ENOPKG'S000000010NS0000000d'ENOPROTOOPT'S000000010NS0000000a'ENOSHARE'S000000010NS00000008'ENOSPC'S000000010NS00000007'ENOSR'S000000010NS00000008'ENOSTR'S000000010NS00000008'ENOSYS'S000000010NS00000009'ENOTBLK'S000000010NS0000000a'ENOTCONN'S000000010NS00000009'ENOTDIR'S000000010NS0000000b'ENOTEMPTY'S000000010NS0000000a'ENOTSOCK'S000000010NS00000009'ENOTSUP'S000000010NS00000008'ENOTTY'S000000010NS0000000a'ENOTUNIQ'S000000010NS00000007'ENXIO'S000000010NS0000000c'EOPNOTSUPP'S000000010NS0000000b'EOVERFLOW'S000000010NS00000007'EPERM'S000000010NS0000000e'EPFNOSUPPORT'S000000010NS00000007'EPIPE'S000000010NS0000000a'EPROCLIM'S000000010NS00000008'EPROTO'S000000010NS00000011'EPROTONOSUPPORT'S000000010NS0000000c'EPROTOTYPE'S000000010NS00000008'ERANGE'S000000010NS00000009'EREMCHG'S000000010NS00000009'EREMOTE'S000000010NS00000007'EROFS'S000000010NS0000000b'ESHUTDOWN'S000000010NS00000011'ESOCKTNOSUPPORT'S000000010NS00000008'ESPIPE'S000000010NS00000007'ESRCH'S000000010NS00000008'ESRMNT'S000000010NS00000008'ESTALE'S000000010NS00000007'ETIME'S000000010NS0000000b'ETIMEDOUT'S000000010NS0000000e'ETOOMANYREFS'S000000010NS00000009'ETXTBSY'S000000010NS00000009'EUNATCH'S000000010NS00000008'EUSERS'S000000010NS0000000d'EWOULDBLOCK'S000000010NS00000007'EXDEV'S000000010NS00000008'EXFULL'S000000010ONS00000002$"S00000003' 'NS00000002$$S000000042212NS00000002$%S000000010NS00000002$-S000000010NS00000002$.S000000010NS00000002$/S00000003'
'NS00000002$0S0000002d'C:/projects/perl/perl-tools/bin/dump-env.pl'NS00000002$:S00000005'
-'NS00000002$<S000000072361890NS00000002$=S0000000260NS00000002$?S000000010NS00000002$@S00000002''NS00000004%ENVS00000003...INS00000005'!C:'S00000017'C:\usr\bin\cygwin\bin'NS00000011'ALLUSERSPROFILE'S00000025'C:\Documents and Settings\All Users'NS0000000a'ANT_HOME'S0000001f'c:\usr\bin\apache\ant\ant-165'NS00000009'APPDATA'S00000035'C:\Documents and Settings\n0002501\Application Data'NS0000000b'ARBORPATH'S00000023'C:\Program Files\Hyperion\Essbase'NS0000000f'CATALINA_HOME'S00000020'c:\opt\local\bin\tomcat-5-5-12'NS0000000b'CLASSPATH'S00000032'C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip'NS00000014'COMMONPROGRAMFILES'S0000001f'C:\Program Files\Common Files'NS0000000e'COMPUTERNAME'S00000011'LIBERTY-8027F07'NS00000009'COMSPEC'S0000001b'C:\WINNT\system32\cmd.exe'NS00000009'CVS_RSH'S0000000a'/bin/ssh'NS0000000f'DISKEEPERICON'S0000003b'C:\Program Files\Executive Software\DiskeeperWorkstation\'NS00000006'HOME'S0000002d'/cygdrive/c/Documents and Settings/N0002501'NS0000000b'HOMEDRIVE'S00000004'C:'NS0000000a'HOMEPATH'S00000022'\Documents and Settings\n0002501'NS0000000a'HOSTNAME'S00000011'LIBERTY-8027F07'NS0000000a'INFOPATH'S0000002c'/usr/local/info:/usr/share/info:/usr/info:'NS0000000b'JAVA_HOME'S00000020'c:\usr\bin\java\jdk\jdk-150-06'NS0000000e'JVMSTAT_HOME'S00000014'c:\usr\bin\jvmstat'NS0000000d'LOGONSERVER'S00000013'\\LIBERTY-8027F07'NS00000009'M2_HOME'S0000001d'c:\usr\bin\apache\maven-201'NS0000000b'MAKE_MODE'S00000006'unix'NS00000009'MANPATH'S0000005c'/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man'NS0000000a'NLS_LANG'S0000001b'AMERICAN_AMERICA.US7ASCII'NS00000016'NUMBER_OF_PROCESSORS'S000000011NS0000000d'ORACLE_HOME'S00000038'c:\opt\local\oraclexe\app\oracle\product\10.2.0\server'NS00000004'OS'S0000000c'Windows_NT'NS0000000c'OS2LIBPATH'S0000001c'C:\WINNT\system32\os2\dll;'NS00000006'PATH'S00000002''NS00000009'PATHEXT'S00000032'.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'NS0000000d'PERLDB_OPTS'S00000031'RemotePort=127.0.0.1:5000 DumpReused ReadLine=0'NS0000000d'PERLDB_PIDS'S000000042212NS00000011'PKG_CONFIG_PATH'S0000001a'/usr/X11R6/lib/pkgconfig'NS00000009'PRINTER'S0000001e'\\LM-PRINT-02\HP4250-05-0055'NS00000018'PROCESSOR_ARCHITECTURE'S00000005'x86'NS00000016'PROCESSOR_IDENTIFIER'S00000030'x86 Family 6 Model 13 Stepping 6, GenuineIntel'NS00000011'PROCESSOR_LEVEL'S000000016NS00000014'PROCESSOR_REVISION'S00000006'0d06'NS0000000e'PROGRAMFILES'S00000012'C:\Program Files'NS00000008'PROMPT'S00000006'$P$G'NS00000005'PWD'S00000031'/cygdrive/c/Documents and Settings/N0002501/bin'NS0000000b'QMAKESPEC'S00000021'/usr/lib/qt3/mkspecs/cygwin-g++'NS00000007'QTDIR'S0000000e'/usr/lib/qt3'NS00000008'QTJAVA'S00000032'C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip'NS0000000f'RASERVER_HOME'S00000019'c:\usr\bin\eclipse\tptp'NS00000007'SHLVL'S000000012NS0000000f'SMS_LOCAL_DIR'S0000000a'C:\WINNT'NS0000000d'SYSTEMDRIVE'S00000004'C:'NS0000000c'SYSTEMROOT'S0000000a'C:\WINNT'NS00000006'TEMP'S0000002d'/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp'NS00000006'TERM'S00000008'cygwin'NS00000005'TMP'S0000002d'/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp'NS00000006'USER'S0000000a'n0002501'NS0000000f'USERDNSDOMAIN'S0000000d'lm.lmig.com'NS0000000c'USERDOMAIN'S00000004'LM'NS0000000a'USERNAME'S0000000a'N0002501'NS0000000d'USERPROFILE'S00000024'C:\Documents and Settings\n0002501'NS00000008'WINDIR'S0000000a'C:\WINNT'NS00000003'_'S00000038'/cygdrive/c/usr/bin/eclipse/ver320/eclipse/eclipse.exe'ONS00000004@INCS00000003...INS00000003[0]S00000041'C:/usr/bin/eclipse/ver320/eclipse/plugins/org.epic.debug_0.4.0/'NS00000003[1]S0000001b'/usr/lib/perl5/5.8/cygwin'NS00000003[2]S00000014'/usr/lib/perl5/5.8'NS00000003[3]S00000025'/usr/lib/perl5/site_perl/5.8/cygwin'NS00000003[4]S0000001e'/usr/lib/perl5/site_perl/5.8'NS00000003[5]S0000001e'/usr/lib/perl5/site_perl/5.8'NS00000003[6]S00000027'/usr/lib/perl5/vendor_perl/5.8/cygwin'NS00000003[7]S00000020'/usr/lib/perl5/vendor_perl/5.8'NS00000003[8]S00000020'/usr/lib/perl5/vendor_perl/5.8'NS00000003[9]S00000003'.'ONS00000004%INCS00000003...INS0000000f'AutoLoader.pm'S00000022'/usr/lib/perl5/5.8/AutoLoader.pm'NS00000009'Carp.pm'S0000001c'/usr/lib/perl5/5.8/Carp.pm'NS0000000f'Carp/Heavy.pm'S00000022'/usr/lib/perl5/5.8/Carp/Heavy.pm'NS0000000b'Config.pm'S00000025'/usr/lib/perl5/5.8/cygwin/Config.pm'NS00000011'Config_heavy.pl'S0000002b'/usr/lib/perl5/5.8/cygwin/Config_heavy.pl'NS0000000f'DynaLoader.pm'S00000029'/usr/lib/perl5/5.8/cygwin/DynaLoader.pm'NS0000000a'Errno.pm'S00000024'/usr/lib/perl5/5.8/cygwin/Errno.pm'NS0000000d'Exporter.pm'S00000020'/usr/lib/perl5/5.8/Exporter.pm'NS00000013'Exporter/Heavy.pm'S00000026'/usr/lib/perl5/5.8/Exporter/Heavy.pm'NS00000007'IO.pm'S00000021'/usr/lib/perl5/5.8/cygwin/IO.pm'NS0000000e'IO/Handle.pm'S00000028'/usr/lib/perl5/5.8/cygwin/IO/Handle.pm'NS0000000e'IO/Select.pm'S00000028'/usr/lib/perl5/5.8/cygwin/IO/Select.pm'NS0000000e'IO/Socket.pm'S00000028'/usr/lib/perl5/5.8/cygwin/IO/Socket.pm'NS00000013'IO/Socket/INET.pm'S00000026'/usr/lib/perl5/5.8/IO/Socket/INET.pm'NS00000013'IO/Socket/UNIX.pm'S00000026'/usr/lib/perl5/5.8/IO/Socket/UNIX.pm'NS0000000e'PadWalker.pm'S00000032'/usr/lib/perl5/site_perl/5.8/cygwin/PadWalker.pm'NS00000010'SelectSaver.pm'S00000023'/usr/lib/perl5/5.8/SelectSaver.pm'NS0000000b'Socket.pm'S00000025'/usr/lib/perl5/5.8/cygwin/Socket.pm'NS0000000b'Symbol.pm'S0000001e'/usr/lib/perl5/5.8/Symbol.pm'NS0000000d'Term/Cap.pm'S00000020'/usr/lib/perl5/5.8/Term/Cap.pm'NS00000012'Term/ReadLine.pm'S00000025'/usr/lib/perl5/5.8/Term/ReadLine.pm'NS00000017'Term/ReadLine/Perl.pm'S00000036'/usr/lib/perl5/vendor_perl/5.8/Term/ReadLine/Perl.pm'NS0000000d'XSLoader.pm'S00000027'/usr/lib/perl5/5.8/cygwin/XSLoader.pm'NS0000000f'attributes.pm'S00000022'/usr/lib/perl5/5.8/attributes.pm'NS00000011'dumpvar_epic.pm'S00000051'C:/usr/bin/eclipse/ver320/eclipse/plugins/org.epic.debug_0.4.0//dumpvar_epic.pm'NS0000000c'perl5db.pl'S0000001f'/usr/lib/perl5/5.8/perl5db.pl'NS0000000b'strict.pm'S0000001e'/usr/lib/perl5/5.8/strict.pm'NS00000009'vars.pm'S0000001c'/usr/lib/perl5/5.8/vars.pm'NS0000000d'warnings.pm'S00000020'/usr/lib/perl5/5.8/warnings.pm'NS00000016'warnings/register.pm'S00000029'/usr/lib/perl5/5.8/warnings/register.pm'ONS00000004%SIGS00000003...INS00000006'ABRT'S00000005undefNS00000006'ALRM'S00000005undefNS00000005'BUS'S00000010CODE(0x101bdad8)S0000001c -> &CODE(0x101bdad8) in ???NS00000006'CHLD'S00000005undefNS00000005'CLD'S00000005undefNS00000006'CONT'S00000005undefNS00000005'EMT'S00000005undefNS00000005'FPE'S00000008'IGNORE'NS00000005'HUP'S00000005undefNS00000005'ILL'S00000005undefNS00000005'INT'S00000010CODE(0x1019d944)S00000013 -> &DB::catch in 0NS00000004'IO'S00000005undefNS00000006'KILL'S00000005undefNS00000006'LOST'S00000005undefNS00000006'PIPE'S00000005undefNS00000006'POLL'S00000005undefNS00000006'PROF'S00000005undefNS00000006'QUIT'S00000005undefNS00000007'RTMAX'S00000005undefNS00000007'RTMIN'S00000005undefNS00000006'SEGV'S00000010CODE(0x101bdad8)RNS00000006'STOP'S00000005undefNS00000005'SYS'S00000005undefNS00000006'TERM'S00000005undefNS00000006'TRAP'S00000005undefNS00000006'TSTP'S00000005undefNS00000006'TTIN'S00000005undefNS00000006'TTOU'S00000005undefNS00000005'URG'S00000005undefNS00000006'USR1'S00000005undefNS00000006'USR2'S00000005undefNS00000008'VTALRM'S00000005undefNS00000007'WINCH'S00000005undefNS00000006'XCPU'S00000005undefNS00000006'XFSZ'S00000005undefNS00000009'__DIE__'S00000010CODE(0x101bde38)S00000013 -> &DB::dbdie in 0NS0000000a'__WARN__'S00000010CODE(0x101bdc94)S00000014 -> &DB::dbwarn in 0ONS00000012FileHandle(STDERR)S0000000c=> fileno(2)NS00000011FileHandle(STDIN)S0000000c=> fileno(0)NS00000012FileHandle(STDOUT)S0000000c=> fileno(1)NS00000002$]S000000085.008007NS00000002$^S0000000a'GEN0_TOP'NS00000002@_S00000003...INS00000003[0]S000000010NS00000003[1]S00000003'_'NS00000003[2]S00000008*main::_NS00000003[3]S000000010NS00000003[4]S00000004'-1'ONS00000012FileHandle(stderr)S0000000c=> fileno(2)NS00000011FileHandle(stdin)S0000000c=> fileno(0)NS00000012FileHandle(stdout)S0000000c=> fileno(1)NS00000002$|S000000011NS00000002$~S00000006'GEN0'E
DB<15> c
Debugged program terminated. Use [1mq[0;10m to quit or [1mR[0;10m to restart,
use [1mO[0;10m [4minhibit_exit[24m to avoid stopping after program termination,
[1mh q[0;10m, [1mh R[0;10m or [1mh O[0;10m to get additional info.
auto(-1) DB<16> $| = 1; my $old = select STDERR; $|=1;select $old;}
Unmatched right curly bracket at (eval 14)[/usr/lib/perl5/5.8/perl5db.pl:628] line 2, at end of line
syntax error at (eval 14)[/usr/lib/perl5/5.8/perl5db.pl:628] line 2, near ";}"
DB<17>
You posted the debugger console's content. What I wanted to see was the error log's content ($WORKSPACE/.metadata/.log also available in the Eclipse view PDE Runtime/Error Log). Can you post it too?
Ooopss...
Here's the .log output...
!SESSION 2006-08-31 13:59:54.685 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-08-31 13:59:59.363
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-08-31 13:59:59.363
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!SESSION 2006-08-31 14:10:40.625 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-08-31 14:10:45.222
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-08-31 14:10:45.222
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!SESSION 2006-08-31 14:20:34.003 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-08-31 14:20:38.450
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-08-31 14:20:38.450
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 14:30:45.460
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 14:31:41.857
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SESSION 2006-08-31 14:49:59.516 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-08-31 14:50:04.593
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-08-31 14:50:04.593
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:47:08.567
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:47:55.861
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.ui.externaltools 4 0 2006-08-31 15:48:47.410
!MESSAGE The file does not exist for the external tool named VERBOSETRACE=ON.
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:49:34.343
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:50:05.411
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:507)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:742)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-08-31 15:50:55.459
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\bin\export-trace.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SESSION 2006-09-01 07:07:03.489 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-09-01 07:07:31.119
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-09-01 07:07:31.119
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.team.cvs.ui 4 0 2006-09-01 11:30:33.341
!MESSAGE Errors occurred in 1 of 12 operations.
!SUBENTRY 1 org.eclipse.team.cvs.core 4 0 2006-09-01 11:30:33.341
!MESSAGE The server reported an error while performing the "cvs checkout" command.
!SUBENTRY 1 org.eclipse.team.cvs.core 4 -14 2006-09-01 11:30:33.341
!MESSAGE : Terminated with fatal signal 11
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 11:30:37.357
!MESSAGE Skipping builder org.antlr.eclipse.core.antlrbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 11:30:42.144
!MESSAGE Skipping builder org.antlr.eclipse.core.warningcleanerbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 11:30:42.144
!MESSAGE Skipping builder org.antlr.eclipse.core.smapbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:28:03.679
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools\bin oracle-sql.pl error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:30:02.099
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools run-perl.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:30:09.430
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools\bin dump-env.pl error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:30:31.812
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools run-perl.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!ENTRY org.eclipse.debug.core 4 120 2006-09-01 13:31:03.618
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: C:\projects\perl\perl-tools\run-perl.sh C:\projects\perl\perl-tools run-perl.sh error=193
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:744)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramLaunchDelegate.launch(ProgramLaunchDelegate.java:152)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SESSION 2006-09-01 16:24:28.024 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-09-01 16:24:42.806
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-09-01 16:24:42.806
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 16:24:49.326
!MESSAGE Skipping builder org.antlr.eclipse.core.antlrbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 16:24:49.336
!MESSAGE Skipping builder org.antlr.eclipse.core.warningcleanerbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-01 16:24:49.336
!MESSAGE Skipping builder org.antlr.eclipse.core.smapbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.epic.debug 1 0 2006-09-01 17:35:49.074
!MESSAGE Starting Perl debugger:
Command line:
perl
-IC:/usr/bin/eclipse/ver320/eclipse/plugins/org.epic.debug_0.4.0/
-d
C:/projects/perl/perl-tools/bin/oracle-sql.pl
-f
../etc/sql-definition-test.xml
Working directory: C:\projects\perl\perl-tools\bin
Environment:
USERPROFILE=C:\Documents and Settings\n0002501
USERDNSDOMAIN=lm.lmig.com
NLS_LANG=AMERICAN_AMERICA.US7ASCII
HOMEDRIVE=C:
ORACLE_HOME=c:\opt\local\oraclexe\app\oracle\product\10.2.0\server
CVS_RSH=/bin/ssh
OS2LIBPATH=C:\WINNT\system32\os2\dll;
MAKE_MODE=unix
COMMONPROGRAMFILES=C:\Program Files\Common Files
APPDATA=C:\Documents and Settings\n0002501\Application Data
PROGRAMFILES=C:\Program Files
OS=Windows_NT
DISKEEPERICON=C:\Program Files\Executive Software\DiskeeperWorkstation\
PWD=/cygdrive/c/Documents and Settings/N0002501/bin
USER=n0002501
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROMPT=$P$G
SHLVL=2
PRINTER=\\LM-PRINT-02\HP4250-05-0055
NUMBER_OF_PROCESSORS=1
QMAKESPEC=/usr/lib/qt3/mkspecs/cygwin-g++
HOMEPATH=\Documents and Settings\n0002501
PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/PROGRA~1/MERCUR~1/VIRTUA~1/bin:/cygdrive/c/usr/bin/perl/bin/:/cygdrive/c/usr/bin/apache/ant/ant-165:/cygdrive/c/usr/bin/apache/ant/ant-165/bin:/cygdrive/c/opt/local/bin/php/php-502:/cygdrive/c/opt/local/bin/php/php-502/ext:/cygdrive/c/opt/local/bin/mysql/mysql-410/bin:/cygdrive/c/usr/bin/java/jdk/jdk-150-06:/cygdrive/c/usr/bin/java/jdk/jdk-150-06/bin:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10/bin:/cygdrive/c/usr/bin:/cygdrive/c/usr/bin/jvmstat/bat:/cygdrive/c/usr/bin/cmd:/cygdrive/c/projects/jwsdp-160/jwsdp-shared/bin:/cygdrive/c/opt/local/bin/tomcat/jakarta-tomcat-5028/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/program files/sybase/OCS-12_0/dll:/cygdrive/c/Program Files/Executive Software/DiskeeperWorkstation/:/cygdrive/c/Program Files/ATI Technologies/ATI Control Panel:/cygdrive/c/usr/bin/util/cvs:/cygdrive/c/usr/bin/util/jad:/cygdrive/c/usr/bin/apache/maven-201/bin:/cygdrive/c/usr/bin/eclipse/tptp/bin:/cygdrive/c/usr/bin/util/clarity/xog/bin:/cygdrive/c/opt/local/bin/apache/jmeter-211:/cygdrive/c/opt/local/bin/apache/jmeter-211/bin:/cygdrive/c/Program Files/Hyperion/Essbase/Bin:/cygdrive/c/WINNTsystem32:%C:/WINNT%:%%Sy:c:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/Docume~1/N0002501/bin:/:/usr/bin:/cygdrive/c/usr/bin/eclipse:/cygdrive/c/usr/bin/eclipse/ver320/eclipse:/cygdrive/c/usr/bin/eclipse/ver320A/eclipse
USERDOMAIN=LM
RASERVER_HOME=c:\usr\bin\eclipse\tptp
TERM=cygwin
PROCESSOR_ARCHITECTURE=x86
JVMSTAT_HOME=c:\usr\bin\jvmstat
SMS_LOCAL_DIR=C:\WINNT
HOME=/cygdrive/c/Documents and Settings/N0002501
JAVA_HOME=c:\usr\bin\java\jdk\jdk-150-06
QTJAVA=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
TEMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
SYSTEMDRIVE=C:
PROCESSOR_REVISION=0d06
MANPATH=/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man
PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
SYSTEMROOT=C:\WINNT
M2_HOME=c:\usr\bin\apache\maven-201
COMSPEC=C:\WINNT\system32\cmd.exe
ANT_HOME=c:\usr\bin\apache\ant\ant-165
LOGONSERVER=\\LIBERTY-8027F07
CATALINA_HOME=c:\opt\local\bin\tomcat-5-5-12
WINDIR=C:\WINNT
QTDIR=/usr/lib/qt3
PROCESSOR_LEVEL=6
USERNAME=N0002501
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
HOSTNAME=LIBERTY-8027F07
_=/cygdrive/c/usr/bin/eclipse/ver320/eclipse/eclipse.exe
PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
!C:=C:\usr\bin\cygwin\bin
ARBORPATH=C:\Program Files\Hyperion\Essbase
ALLUSERSPROFILE=C:\Documents and Settings\All Users
COMPUTERNAME=LIBERTY-8027F07
CLASSPATH=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
TMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
PERLDB_OPTS=RemotePort=127.0.0.1:5000 DumpReused ReadLine=0
!ENTRY org.epic.debug 1 0 2006-09-01 18:11:29.193
!MESSAGE Starting Perl debugger:
Command line:
perl
-IC:/usr/bin/eclipse/ver320/eclipse/plugins/org.epic.debug_0.4.0/
-d
C:/projects/perl/perl-tools/bin/dump-env.pl
Working directory: C:\projects\perl\perl-tools\bin
Environment:
USERPROFILE=C:\Documents and Settings\n0002501
USERDNSDOMAIN=lm.lmig.com
NLS_LANG=AMERICAN_AMERICA.US7ASCII
HOMEDRIVE=C:
ORACLE_HOME=c:\opt\local\oraclexe\app\oracle\product\10.2.0\server
CVS_RSH=/bin/ssh
OS2LIBPATH=C:\WINNT\system32\os2\dll;
MAKE_MODE=unix
COMMONPROGRAMFILES=C:\Program Files\Common Files
APPDATA=C:\Documents and Settings\n0002501\Application Data
PROGRAMFILES=C:\Program Files
OS=Windows_NT
DISKEEPERICON=C:\Program Files\Executive Software\DiskeeperWorkstation\
PWD=/cygdrive/c/Documents and Settings/N0002501/bin
USER=n0002501
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROMPT=$P$G
SHLVL=2
PRINTER=\\LM-PRINT-02\HP4250-05-0055
NUMBER_OF_PROCESSORS=1
QMAKESPEC=/usr/lib/qt3/mkspecs/cygwin-g++
HOMEPATH=\Documents and Settings\n0002501
PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/PROGRA~1/MERCUR~1/VIRTUA~1/bin:/cygdrive/c/usr/bin/perl/bin/:/cygdrive/c/usr/bin/apache/ant/ant-165:/cygdrive/c/usr/bin/apache/ant/ant-165/bin:/cygdrive/c/opt/local/bin/php/php-502:/cygdrive/c/opt/local/bin/php/php-502/ext:/cygdrive/c/opt/local/bin/mysql/mysql-410/bin:/cygdrive/c/usr/bin/java/jdk/jdk-150-06:/cygdrive/c/usr/bin/java/jdk/jdk-150-06/bin:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10/bin:/cygdrive/c/usr/bin:/cygdrive/c/usr/bin/jvmstat/bat:/cygdrive/c/usr/bin/cmd:/cygdrive/c/projects/jwsdp-160/jwsdp-shared/bin:/cygdrive/c/opt/local/bin/tomcat/jakarta-tomcat-5028/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/program files/sybase/OCS-12_0/dll:/cygdrive/c/Program Files/Executive Software/DiskeeperWorkstation/:/cygdrive/c/Program Files/ATI Technologies/ATI Control Panel:/cygdrive/c/usr/bin/util/cvs:/cygdrive/c/usr/bin/util/jad:/cygdrive/c/usr/bin/apache/maven-201/bin:/cygdrive/c/usr/bin/eclipse/tptp/bin:/cygdrive/c/usr/bin/util/clarity/xog/bin:/cygdrive/c/opt/local/bin/apache/jmeter-211:/cygdrive/c/opt/local/bin/apache/jmeter-211/bin:/cygdrive/c/Program Files/Hyperion/Essbase/Bin:/cygdrive/c/WINNTsystem32:%C:/WINNT%:%%Sy:c:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/Docume~1/N0002501/bin:/:/usr/bin:/cygdrive/c/usr/bin/eclipse:/cygdrive/c/usr/bin/eclipse/ver320/eclipse:/cygdrive/c/usr/bin/eclipse/ver320A/eclipse
USERDOMAIN=LM
RASERVER_HOME=c:\usr\bin\eclipse\tptp
TERM=cygwin
PROCESSOR_ARCHITECTURE=x86
JVMSTAT_HOME=c:\usr\bin\jvmstat
SMS_LOCAL_DIR=C:\WINNT
HOME=/cygdrive/c/Documents and Settings/N0002501
JAVA_HOME=c:\usr\bin\java\jdk\jdk-150-06
QTJAVA=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
TEMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
SYSTEMDRIVE=C:
PROCESSOR_REVISION=0d06
MANPATH=/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man
PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
SYSTEMROOT=C:\WINNT
M2_HOME=c:\usr\bin\apache\maven-201
COMSPEC=C:\WINNT\system32\cmd.exe
ANT_HOME=c:\usr\bin\apache\ant\ant-165
LOGONSERVER=\\LIBERTY-8027F07
CATALINA_HOME=c:\opt\local\bin\tomcat-5-5-12
WINDIR=C:\WINNT
QTDIR=/usr/lib/qt3
PROCESSOR_LEVEL=6
USERNAME=N0002501
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
HOSTNAME=LIBERTY-8027F07
_=/cygdrive/c/usr/bin/eclipse/ver320/eclipse/eclipse.exe
PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
!C:=C:\usr\bin\cygwin\bin
ARBORPATH=C:\Program Files\Hyperion\Essbase
ALLUSERSPROFILE=C:\Documents and Settings\All Users
COMPUTERNAME=LIBERTY-8027F07
CLASSPATH=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
TMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
PERLDB_OPTS=RemotePort=127.0.0.1:5000 DumpReused ReadLine=0
!ENTRY org.epic.debug 1 0 2006-09-01 18:12:11.297
!MESSAGE Starting Perl debugger:
Command line:
perl
-IC:/usr/bin/eclipse/ver320/eclipse/plugins/org.epic.debug_0.4.0/
-d
C:/projects/perl/perl-tools/bin/dump-env.pl
Working directory: C:\projects\perl\perl-tools\bin
Environment:
USERPROFILE=C:\Documents and Settings\n0002501
USERDNSDOMAIN=lm.lmig.com
NLS_LANG=AMERICAN_AMERICA.US7ASCII
HOMEDRIVE=C:
ORACLE_HOME=c:\opt\local\oraclexe\app\oracle\product\10.2.0\server
CVS_RSH=/bin/ssh
OS2LIBPATH=C:\WINNT\system32\os2\dll;
MAKE_MODE=unix
COMMONPROGRAMFILES=C:\Program Files\Common Files
APPDATA=C:\Documents and Settings\n0002501\Application Data
PROGRAMFILES=C:\Program Files
OS=Windows_NT
DISKEEPERICON=C:\Program Files\Executive Software\DiskeeperWorkstation\
PWD=/cygdrive/c/Documents and Settings/N0002501/bin
USER=n0002501
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROMPT=$P$G
SHLVL=2
PRINTER=\\LM-PRINT-02\HP4250-05-0055
NUMBER_OF_PROCESSORS=1
QMAKESPEC=/usr/lib/qt3/mkspecs/cygwin-g++
HOMEPATH=\Documents and Settings\n0002501
PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/PROGRA~1/MERCUR~1/VIRTUA~1/bin:/cygdrive/c/usr/bin/perl/bin/:/cygdrive/c/usr/bin/apache/ant/ant-165:/cygdrive/c/usr/bin/apache/ant/ant-165/bin:/cygdrive/c/opt/local/bin/php/php-502:/cygdrive/c/opt/local/bin/php/php-502/ext:/cygdrive/c/opt/local/bin/mysql/mysql-410/bin:/cygdrive/c/usr/bin/java/jdk/jdk-150-06:/cygdrive/c/usr/bin/java/jdk/jdk-150-06/bin:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10/bin:/cygdrive/c/usr/bin:/cygdrive/c/usr/bin/jvmstat/bat:/cygdrive/c/usr/bin/cmd:/cygdrive/c/projects/jwsdp-160/jwsdp-shared/bin:/cygdrive/c/opt/local/bin/tomcat/jakarta-tomcat-5028/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/program files/sybase/OCS-12_0/dll:/cygdrive/c/Program Files/Executive Software/DiskeeperWorkstation/:/cygdrive/c/Program Files/ATI Technologies/ATI Control Panel:/cygdrive/c/usr/bin/util/cvs:/cygdrive/c/usr/bin/util/jad:/cygdrive/c/usr/bin/apache/maven-201/bin:/cygdrive/c/usr/bin/eclipse/tptp/bin:/cygdrive/c/usr/bin/util/clarity/xog/bin:/cygdrive/c/opt/local/bin/apache/jmeter-211:/cygdrive/c/opt/local/bin/apache/jmeter-211/bin:/cygdrive/c/Program Files/Hyperion/Essbase/Bin:/cygdrive/c/WINNTsystem32:%C:/WINNT%:%%Sy:c:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/Docume~1/N0002501/bin:/:/usr/bin:/cygdrive/c/usr/bin/eclipse:/cygdrive/c/usr/bin/eclipse/ver320/eclipse:/cygdrive/c/usr/bin/eclipse/ver320A/eclipse
USERDOMAIN=LM
RASERVER_HOME=c:\usr\bin\eclipse\tptp
TERM=cygwin
PROCESSOR_ARCHITECTURE=x86
JVMSTAT_HOME=c:\usr\bin\jvmstat
SMS_LOCAL_DIR=C:\WINNT
HOME=/cygdrive/c/Documents and Settings/N0002501
JAVA_HOME=c:\usr\bin\java\jdk\jdk-150-06
QTJAVA=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
TEMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
SYSTEMDRIVE=C:
PROCESSOR_REVISION=0d06
MANPATH=/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man
PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
SYSTEMROOT=C:\WINNT
M2_HOME=c:\usr\bin\apache\maven-201
COMSPEC=C:\WINNT\system32\cmd.exe
ANT_HOME=c:\usr\bin\apache\ant\ant-165
LOGONSERVER=\\LIBERTY-8027F07
CATALINA_HOME=c:\opt\local\bin\tomcat-5-5-12
WINDIR=C:\WINNT
QTDIR=/usr/lib/qt3
PROCESSOR_LEVEL=6
USERNAME=N0002501
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
HOSTNAME=LIBERTY-8027F07
_=/cygdrive/c/usr/bin/eclipse/ver320/eclipse/eclipse.exe
PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
!C:=C:\usr\bin\cygwin\bin
ARBORPATH=C:\Program Files\Hyperion\Essbase
ALLUSERSPROFILE=C:\Documents and Settings\All Users
COMPUTERNAME=LIBERTY-8027F07
CLASSPATH=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
TMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
PERLDB_OPTS=RemotePort=127.0.0.1:5000 DumpReused ReadLine=0
!ENTRY org.epic.debug 1 0 2006-09-01 18:13:13.923
!MESSAGE Starting Perl debugger:
Command line:
perl
-IC:/usr/bin/eclipse/ver320/eclipse/plugins/org.epic.debug_0.4.0/
-d
C:/projects/perl/perl-tools/bin/dump-env.pl
Working directory: C:\projects\perl\perl-tools\bin
Environment:
USERPROFILE=C:\Documents and Settings\n0002501
USERDNSDOMAIN=lm.lmig.com
NLS_LANG=AMERICAN_AMERICA.US7ASCII
HOMEDRIVE=C:
ORACLE_HOME=c:\opt\local\oraclexe\app\oracle\product\10.2.0\server
CVS_RSH=/bin/ssh
OS2LIBPATH=C:\WINNT\system32\os2\dll;
MAKE_MODE=unix
COMMONPROGRAMFILES=C:\Program Files\Common Files
APPDATA=C:\Documents and Settings\n0002501\Application Data
PROGRAMFILES=C:\Program Files
OS=Windows_NT
DISKEEPERICON=C:\Program Files\Executive Software\DiskeeperWorkstation\
PWD=/cygdrive/c/Documents and Settings/N0002501/bin
USER=n0002501
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROMPT=$P$G
SHLVL=2
PRINTER=\\LM-PRINT-02\HP4250-05-0055
NUMBER_OF_PROCESSORS=1
QMAKESPEC=/usr/lib/qt3/mkspecs/cygwin-g++
HOMEPATH=\Documents and Settings\n0002501
PATH=/usr/local/bin:/usr/bin:/usr/bin:/usr/X11R6/bin:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/PROGRA~1/MERCUR~1/VIRTUA~1/bin:/cygdrive/c/usr/bin/perl/bin/:/cygdrive/c/usr/bin/apache/ant/ant-165:/cygdrive/c/usr/bin/apache/ant/ant-165/bin:/cygdrive/c/opt/local/bin/php/php-502:/cygdrive/c/opt/local/bin/php/php-502/ext:/cygdrive/c/opt/local/bin/mysql/mysql-410/bin:/cygdrive/c/usr/bin/java/jdk/jdk-150-06:/cygdrive/c/usr/bin/java/jdk/jdk-150-06/bin:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10:/cygdrive/c/usr/bin/java/jdk/j2sdk142-10/bin:/cygdrive/c/usr/bin:/cygdrive/c/usr/bin/jvmstat/bat:/cygdrive/c/usr/bin/cmd:/cygdrive/c/projects/jwsdp-160/jwsdp-shared/bin:/cygdrive/c/opt/local/bin/tomcat/jakarta-tomcat-5028/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/c/program files/sybase/OCS-12_0/dll:/cygdrive/c/Program Files/Executive Software/DiskeeperWorkstation/:/cygdrive/c/Program Files/ATI Technologies/ATI Control Panel:/cygdrive/c/usr/bin/util/cvs:/cygdrive/c/usr/bin/util/jad:/cygdrive/c/usr/bin/apache/maven-201/bin:/cygdrive/c/usr/bin/eclipse/tptp/bin:/cygdrive/c/usr/bin/util/clarity/xog/bin:/cygdrive/c/opt/local/bin/apache/jmeter-211:/cygdrive/c/opt/local/bin/apache/jmeter-211/bin:/cygdrive/c/Program Files/Hyperion/Essbase/Bin:/cygdrive/c/WINNTsystem32:%C:/WINNT%:%%Sy:c:/cygdrive/c/opt/local/oraclexe/app/oracle/product/10.2.0/server/bin:/cygdrive/c/Docume~1/N0002501/bin:/:/usr/bin:/cygdrive/c/usr/bin/eclipse:/cygdrive/c/usr/bin/eclipse/ver320/eclipse:/cygdrive/c/usr/bin/eclipse/ver320A/eclipse
USERDOMAIN=LM
RASERVER_HOME=c:\usr\bin\eclipse\tptp
TERM=cygwin
PROCESSOR_ARCHITECTURE=x86
JVMSTAT_HOME=c:\usr\bin\jvmstat
SMS_LOCAL_DIR=C:\WINNT
HOME=/cygdrive/c/Documents and Settings/N0002501
JAVA_HOME=c:\usr\bin\java\jdk\jdk-150-06
QTJAVA=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
TEMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
SYSTEMDRIVE=C:
PROCESSOR_REVISION=0d06
MANPATH=/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man
PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
SYSTEMROOT=C:\WINNT
M2_HOME=c:\usr\bin\apache\maven-201
COMSPEC=C:\WINNT\system32\cmd.exe
ANT_HOME=c:\usr\bin\apache\ant\ant-165
LOGONSERVER=\\LIBERTY-8027F07
CATALINA_HOME=c:\opt\local\bin\tomcat-5-5-12
WINDIR=C:\WINNT
QTDIR=/usr/lib/qt3
PROCESSOR_LEVEL=6
USERNAME=N0002501
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
HOSTNAME=LIBERTY-8027F07
_=/cygdrive/c/usr/bin/eclipse/ver320/eclipse/eclipse.exe
PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
!C:=C:\usr\bin\cygwin\bin
ARBORPATH=C:\Program Files\Hyperion\Essbase
ALLUSERSPROFILE=C:\Documents and Settings\All Users
COMPUTERNAME=LIBERTY-8027F07
CLASSPATH=C:\usr\bin\java\jre\jre150-06\lib\ext\QTJava.zip
TMP=/cygdrive/c/DOCUME~1/n0002501/LOCALS~1/Temp
PERLDB_OPTS=RemotePort=127.0.0.1:5000 DumpReused ReadLine=0
!SESSION 2006-09-04 20:47:27.902 -----------------------------------------------
eclipse.buildId=M20060628-1325
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -showlocation -refresh
Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\projects\perl -showlocation -clean -refresh
!ENTRY org.eclipse.ui 2 0 2006-09-04 20:47:33.080
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2006-09-04 20:47:33.080
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='net.sf.colorer', id='net.sf.colorer.eclipse.editors.choosetype'
!ENTRY org.eclipse.core.resources 2 1 2006-09-04 20:47:41.832
!MESSAGE Skipping builder org.antlr.eclipse.core.antlrbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-04 20:47:41.842
!MESSAGE Skipping builder org.antlr.eclipse.core.warningcleanerbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 2006-09-04 20:47:41.842
!MESSAGE Skipping builder org.antlr.eclipse.core.smapbuilder for project org.epic.perleditor. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.