Error encountered while building berkeley db 4.5.20 on HPUX

On building berkeley db 4.5.20 on HPUX machine, I am encountering the
following error :
checking for off_t... no
configure: error: No off_t type.
With several warnings about header files not compiled.
The steps that I am following are:
uncompress/extract db-4.5.20.tar.gz
cd db-3.3.11/build_unix
../db-4.5.20/build_unix> ../dist/configure --with-uniquename
This is where I am encountering the error.
Am sending the result of executing this command :
(505 ../db-4.5.20/build_unix> ../dist/configure --with-uniquename
checking build system type... hppa2.0w-hp-hpux11.11
checking host system type... hppa2.0w-hp-hpux11.11
checking if building in the top-level or dist directories... no
checking if --disable-cryptography option specified... no
checking if --disable-hash option specified... no
checking if --disable-queue option specified... no
checking if --disable-replication option specified... no
checking if --disable-statistics option specified... no
checking if --disable-verify option specified... no
checking if --enable-compat185 option specified... no
checking if --enable-cxx option specified... no
checking if --enable-debug option specified... no
checking if --enable-debug_rop option specified... no
checking if --enable-debug_wop option specified... no
checking if --enable-diagnostic option specified... no
checking if --enable-dump185 option specified... no
checking if --enable-java option specified... no
checking if --enable-mingw option specified... no
checking if --enable-o_direct option specified... no
checking if --enable-posixmutexes option specified... no
checking if --enable-pthread_api option specified... no
checking if --enable-rpc option specified... no
checking if --enable-smallbuild option specified... no
checking if --enable-tcl option specified... no
checking if --enable-test option specified... no
checking if --enable-uimutexes option specified... no
checking if --enable-umrw option specified... no
checking if --with-mutex=MUTEX option specified... no
checking if --with-tcl=DIR option specified... no
checking if --with-uniquename=NAME option specified... _4005
checking for ar... ar
checking for chmod... chmod
checking for cp... cp
checking for ln... ln
checking for mkdir... mkdir
checking for ranlib... ranlib
checking for rm... rm
checking for sh... /usr/bin/sh
checking for strip... strip
checking for a BSD-compatible install... /opt/imake/bin/install -c
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for an ANSI C-conforming const... no
checking whether we are using gcc version 2.96... no
checking whether g++ requires -fhandle-exceptions... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic
(s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
checking how to run the C preprocessor... /lib/cpp
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking dlfcn.h usability... no
checking dlfcn.h presence... yes
configure: WARNING: dlfcn.h: present but cannot be compiled
configure: WARNING: dlfcn.h: check for missing prerequisite headers?
configure: WARNING: dlfcn.h: see the Autoconf documentation
configure: WARNING: dlfcn.h: section "Present But Cannot Be Compiled"
configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
configure: WARNING: dlfcn.h: in the future, the compiler will take
precedence
configure: WARNING: ##
configure: WARNING: ## Report this to Oracle Technology Network
Berkeley DB forum ##
configure: WARNING: ##
checking for dlfcn.h... yes
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... f90
checking whether we are using the GNU Fortran 77 compiler... no
checking whether f90 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/bin/nm -p output from cc object...
failed
checking for objdir... .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for cc option to produce PIC... +Z
checking if cc PIC flag +Z works... yes
checking if cc static flag -Wl,-a -Wl,archive works... no
checking if cc supports -c -o file.o... no
checking if we can lock with hard links... yes
checking whether the cc linker (/usr/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... hpux11.11 dld.sl
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f90 option to produce PIC... +Z
checking if f90 PIC flag +Z works... yes
checking if f90 static flag -Wl,-a -Wl,archive works... yes
checking if f90 supports -c -o file.o... yes
checking whether the f90 linker (/usr/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... hpux11.11 dld.sl
checking how to hardcode library paths into programs... relink
checking SOSUFFIX from libtool... .sl
checking MODSUFFIX from libtool... .sl
checking JMODSUFFIX from libtool... .sl
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... no
checking for dirent.h that defines DIR... no
checking for sys/ndir.h that defines DIR... no
checking for sys/dir.h that defines DIR... no
checking for ndir.h that defines DIR... no
checking for library containing opendir... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/time.h usability... no
checking sys/time.h presence... yes
configure: WARNING: sys/time.h: present but cannot be compiled
configure: WARNING: sys/time.h: check for missing prerequisite headers?
configure: WARNING: sys/time.h: see the Autoconf documentation
configure: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/time.h: proceeding with the preprocessor's
result
configure: WARNING: sys/time.h: in the future, the compiler will take
precedence
configure: WARNING: ##
configure: WARNING: ## Report this to Oracle Technology Network
Berkeley DB forum ##
configure: WARNING: ##
checking for sys/time.h... yes
checking sys/fcntl.h usability... no
checking sys/fcntl.h presence... yes
configure: WARNING: sys/fcntl.h: present but cannot be compiled
configure: WARNING: sys/fcntl.h: check for missing prerequisite headers?
configure: WARNING: sys/fcntl.h: see the Autoconf documentation
configure: WARNING: sys/fcntl.h: section "Present But Cannot Be
Compiled"
configure: WARNING: sys/fcntl.h: proceeding with the preprocessor's
result
configure: WARNING: sys/fcntl.h: in the future, the compiler will take
precedence
configure: WARNING: ##
configure: WARNING: ## Report this to Oracle Technology Network
Berkeley DB forum ##
configure: WARNING: ##
checking for sys/fcntl.h... yes
checking for struct stat.st_blksize... no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking stddef.h usability... no
checking stddef.h presence... yes
configure: WARNING: stddef.h: present but cannot be compiled
configure: WARNING: stddef.h: check for missing prerequisite headers?
configure: WARNING: stddef.h: see the Autoconf documentation
configure: WARNING: stddef.h: section "Present But Cannot Be Compiled"
configure: WARNING: stddef.h: proceeding with the preprocessor's
result
configure: WARNING: stddef.h: in the future, the compiler will take
precedence
configure: WARNING: ##
configure: WARNING: ## Report this to Oracle Technology Network
Berkeley DB forum ##
configure: WARNING: ##
checking for stddef.h... yes
checking for unistd.h... (cached) no
checking for off_t... no
configure: error: No off_t type
Have attached the cofig.log file too.
I would appreciate if you could let me know how to solve this.
Thanks,
Komal.

THIS IS config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Berkeley DB configure 4.5.20, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ ../dist/configure --with-uniquename
## Platform. ##
hostname = oscar
uname -m = 9000/800
uname -r = B.11.11
uname -s = HP-UX
uname -v = U
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/mpi/bin
PATH: /usr/bin
PATH: /opt/ansic/bin
PATH: /usr/ccs/bin
PATH: /usr/contrib/bin
PATH: /opt/nettladm/bin
PATH: /opt/fc/bin
PATH: /opt/fcms/bin
PATH: /opt/upgrade/bin
PATH: /opt/pd/bin
PATH: /usr/bin/X11
PATH: /usr/contrib/bin/X11
PATH: /opt/aCC/bin
PATH: /opt/cxperf/bin
PATH: /opt/langtools/bin
PATH: /opt/fortran90/bin
PATH: /opt/fortran90/contrib/bin
PATH: /opt/perf/bin
PATH: /opt/OV/bin/OpC
PATH: /opt/pascal/bin
PATH: /opt/imake/bin
PATH: /opt/resmon/bin
PATH: /usr/sbin/diag/contrib
PATH: /opt/hparray/bin
PATH: /opt/graphics/common/bin
PATH: /opt/scr/bin
PATH: //opt/perl/bin
PATH: /opt/perl/bin
PATH: .
PATH: /usr/sbin
## Core tests. ##
configure:2052: checking build system type
configure:2070: result: hppa2.0w-hp-hpux11.11
configure:2092: checking host system type
configure:2107: result: hppa2.0w-hp-hpux11.11
configure:2144: checking if building in the top-level or dist directories
configure:2160: result: no
configure:2244: checking if --disable-cryptography option specified
configure:2257: result: no
configure:2261: checking if --disable-hash option specified
configure:2274: result: no
configure:2278: checking if --disable-queue option specified
configure:2291: result: no
configure:2295: checking if --disable-replication option specified
configure:2308: result: no
configure:2312: checking if --disable-statistics option specified
configure:2325: result: no
configure:2329: checking if --disable-verify option specified
configure:2342: result: no
configure:2346: checking if --enable-compat185 option specified
configure:2355: result: no
configure:2358: checking if --enable-cxx option specified
configure:2367: result: no
configure:2370: checking if --enable-debug option specified
configure:2379: result: no
configure:2382: checking if --enable-debug_rop option specified
configure:2391: result: no
configure:2394: checking if --enable-debug_wop option specified
configure:2403: result: no
configure:2406: checking if --enable-diagnostic option specified
configure:2430: result: no
configure:2434: checking if --enable-dump185 option specified
configure:2443: result: no
configure:2446: checking if --enable-java option specified
configure:2455: result: no
configure:2458: checking if --enable-mingw option specified
configure:2467: result: no
configure:2470: checking if --enable-o_direct option specified
configure:2479: result: no
configure:2482: checking if --enable-posixmutexes option specified
configure:2491: result: no
configure:2502: checking if --enable-pthread_api option specified
configure:2515: result: no
configure:2526: checking if --enable-rpc option specified
configure:2535: result: no
configure:2538: checking if --enable-smallbuild option specified
configure:2555: result: no
configure:2558: checking if --enable-tcl option specified
configure:2567: result: no
configure:2570: checking if --enable-test option specified
configure:2579: result: no
configure:2582: checking if --enable-uimutexes option specified
configure:2591: result: no
configure:2594: checking if --enable-umrw option specified
configure:2603: result: no
configure:2606: checking if --with-mutex=MUTEX option specified
configure:2624: result: no
configure:2638: checking if --with-tcl=DIR option specified
configure:2648: result: no
configure:2654: checking if --with-uniquename=NAME option specified
configure:2676: result: _4005
configure:2778: checking for ar
configure:2794: found /usr/bin/ar
configure:2805: result: ar
configure:2878: checking for chmod
configure:2894: found /usr/bin/chmod
configure:2905: result: chmod
configure:2978: checking for cp
configure:2994: found /usr/bin/cp
configure:3005: result: cp
configure:3181: checking for ln
configure:3197: found /usr/bin/ln
configure:3208: result: ln
configure:3281: checking for mkdir
configure:3297: found /usr/bin/mkdir
configure:3308: result: mkdir
configure:3383: checking for ranlib
configure:3399: found /usr/bin/ranlib
configure:3410: result: ranlib
configure:3480: checking for rm
configure:3496: found /usr/bin/rm
configure:3507: result: rm
configure:3689: checking for sh
configure:3707: found /usr/bin/sh
configure:3719: result: /usr/bin/sh
configure:3796: checking for strip
configure:3812: found /usr/bin/strip
configure:3823: result: strip
configure:3865: checking for a BSD-compatible install
configure:3921: result: /opt/imake/bin/install -c
configure:4061: checking for cc
configure:4077: found /usr/bin/cc
configure:4088: result: cc
configure:4124: checking for C compiler version
configure:4131: cc --version >&5
cc: warning 422: Unknown option "-" ignored.
cc: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:
cc: CCOPTS is not set.
cc: INCLUDIR is INCLUDIR=/usr/include
configure:4134: $? = 0
configure:4141: cc -v >&5
cc: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:
cc: CCOPTS is not set.
cc: INCLUDIR is INCLUDIR=/usr/include
configure:4144: $? = 0
configure:4151: cc -V >&5
configure:4154: $? = 0
configure:4177: checking for C compiler default output file name
configure:4204: cc -O -D_REENTRANT conftest.c >&5
configure:4207: $? = 0
configure:4253: result: a.out
configure:4258: checking whether the C compiler works
configure:4268: ./a.out
configure:4271: $? = 0
configure:4288: result: yes
configure:4295: checking whether we are cross compiling
configure:4297: result: no
configure:4300: checking for suffix of executables
configure:4307: cc -o conftest -O -D_REENTRANT conftest.c >&5
configure:4310: $? = 0
configure:4334: result:
configure:4340: checking for suffix of object files
configure:4366: cc -c -O -D_REENTRANT conftest.c >&5
configure:4369: $? = 0
configure:4392: result: o
configure:4396: checking whether we are using the GNU C compiler
configure:4425: cc -c -O -D_REENTRANT conftest.c >&5
cc: "conftest.c", line 13: error 1000: Unexpected symbol: "me".
cc: "conftest.c", line 13: error 1588: "choke" undefined.
configure:4431: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:4465: result: no
configure:4470: checking whether cc accepts -g
configure:4500: cc -c -g -D_REENTRANT conftest.c >&5
configure:4506: $? = 0
configure:4513: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4516: $? = 0
configure:4523: test -s conftest.o
configure:4526: $? = 0
configure:4656: result: yes
configure:4673: checking for cc option to accept ISO C89
configure:4747: cc -c -O -D_REENTRANT conftest.c >&5
configure:4753: $? = 0
configure:4760: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4763: $? = 0
configure:4770: test -s conftest.o
configure:4773: $? = 0
configure:4793: result: none needed
configure:4844: checking for an ANSI C-conforming const
configure:4919: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:4925: $? = 0
configure:4932: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4935: $? = 0
configure:4942: test -s conftest.o
configure:4945: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| /* end confdefs.h. */
|
| int
| main ()
| {
| /* FIXME: Include the comments suggested by Paul. */
| #ifndef __cplusplus
| /* Ultrix mips cc rejects this. */
| typedef int charset[2];
| const charset x;
| /* SunOS 4.1.1 cc rejects this. */
| char const const ccp;
| char **p;
| /* NEC SVR4.0.2 mips cc rejects this. */
| struct point {int x, y;};
| static struct point const zero = {0,0};
| /* AIX XL C 1.02.0.0 rejects this.
| It does not let you subtract one const X* pointer from another in
| an arm of an if-expression whose if-part is not a constant
| expression */
| const char *g = "string";
| ccp = &g + (g ? g-g : 0);
| /* HPUX 7.0 cc rejects these. */
| ++ccp;
| p = (char**) ccp;
| ccp = (char const const ) p;
| { /* SCO 3.2v4 cc rejects this.  */
| char *t;
| char const s = 0 ? (char ) 0 : (char const *) 0;
|
| *t++ = 0;
| if (s) return 0;
| }
| { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
| int x[] = {25, 17};
| const int *foo = &x[0];
| ++foo;
| }
| { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
| typedef const int *iptr;
| iptr p = 0;
| ++p;
| }
| { /* AIX XL C 1.02.0.0 rejects this saying
| "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
| struct s { int j; const int *ap[3]; };
| struct s *b; b->j = 5;
| }
| { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
| const int foo = 10;
| if (!foo) return 0;
| }
| return !x[0] && !zero.x;
| #endif
|
| ;
| return 0;
| }
configure:4957: result: no
configure:6255: checking whether we are using gcc version 2.96
configure:6270: result: no
configure:6281: checking whether g++ requires -fhandle-exceptions
configure:6296: result: no
configure:6393: checking for a sed that does not truncate output
configure:6447: result: /usr/bin/sed
configure:6450: checking for grep that handles long lines and -e
configure:6524: result: /usr/bin/grep
configure:6529: checking for egrep
configure:6607: result: /usr/bin/grep -E
configure:6656: checking for non-GNU ld
configure:6690: result: /usr/bin/ld
configure:6699: checking if the linker (/usr/bin/ld) is GNU ld
configure:6714: result: no
configure:6719: checking for /usr/bin/ld option to reload object files
configure:6726: result: -r
configure:6744: checking for BSD-compatible nm
configure:6793: result: /usr/bin/nm -p
configure:6797: checking whether ln -s works
configure:6801: result: yes
configure:6808: checking how to recognise dependent libraries
configure:6984: result: file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
configure:7233: checking how to run the C preprocessor
configure:7273: cc -E -D_REENTRANT -mt conftest.c
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7279: $? = 0
configure:7317: cc -E -D_REENTRANT -mt conftest.c
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7323: $? = 0
configure:7273: cc -E -D_REENTRANT -mt conftest.c
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7279: $? = 0
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|           Syntax error
configure:7273: cc -E -traditional-cpp -D_REENTRANT -mt conftest.c
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7279: $? = 0
configure:7317: cc -E -traditional-cpp -D_REENTRANT -mt conftest.c
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7323: $? = 0
configure:7273: cc -E -traditional-cpp -D_REENTRANT -mt conftest.c
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7279: $? = 0
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|           Syntax error
configure:7273: /lib/cpp -D_REENTRANT -mt conftest.c
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
configure:7279: $? = 0
configure:7317: /lib/cpp -D_REENTRANT -mt conftest.c
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
cpp: "conftest.c", line 9: error 4036: Can't open include file 'ac_nonexistent.h'.
configure:7323: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7363: result: /lib/cpp
configure:7392: /lib/cpp -D_REENTRANT -mt conftest.c
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
configure:7398: $? = 0
configure:7436: /lib/cpp -D_REENTRANT -mt conftest.c
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
cpp: "conftest.c", line 9: error 4036: Can't open include file 'ac_nonexistent.h'.
configure:7442: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7487: checking for ANSI C header files
configure:7517: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7523: $? = 0
configure:7530: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7533: $? = 0
configure:7540: test -s conftest.o
configure:7543: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <stdarg.h>
| #include <string.h>
| #include <float.h>
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7668: result: no
configure:7692: checking for sys/types.h
configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7719: $? = 0
configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7729: $? = 0
configure:7736: test -s conftest.o
configure:7739: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
configure:7752: result: no
configure:7692: checking for sys/stat.h
configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7719: $? = 0
configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7729: $? = 0
configure:7736: test -s conftest.o
configure:7739: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/stat.h>
configure:7752: result: no
configure:7692: checking for stdlib.h
configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7719: $? = 0
configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7729: $? = 0
configure:7736: test -s conftest.o
configure:7739: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <stdlib.h>
configure:7752: result: no
configure:7692: checking for string.h
configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7719: $? = 0
configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7729: $? = 0
configure:7736: test -s conftest.o
configure:7739: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <string.h>
configure:7752: result: no
configure:7692: checking for memory.h
configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7719: $? = 0
configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7729: $? = 0
configure:7736: test -s conftest.o
configure:7739: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <memory.h>
configure:7752: result: no
configure:7692: checking for strings.h
configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7719: $? = 0
configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7729: $? = 0
configure:7736: test -s conftest.o
configure:7739: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <strings.h>
configure:7752: result: no
configure:7692: checking for inttypes.h
configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7719: $? = 0
configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7729: $? = 0
configure:7736: test -s conftest.o
configure:7739: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <inttypes.h>
configure:7752: result: no
configure:7692: checking for stdint.h
configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7719: $? = 0
configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7729: $? = 0
configure:7736: test -s conftest.o
configure:7739: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <stdint.h>
configure:7752: result: no
configure:7692: checking for unistd.h
configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7719: $? = 0
configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7729: $? = 0
configure:7736: test -s conftest.o
configure:7739: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <unistd.h>
configure:7752: result: no
configure:7779: checking dlfcn.h usability
configure:7796: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:7802: $? = 0
configure:7809: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7812: $? = 0
configure:7819: test -s conftest.o
configure:7822: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dlfcn.h>
configure:7833: result: no
configure:7837: checking dlfcn.h presence
configure:7852: /lib/cpp -D_REENTRANT -mt conftest.c
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
configure:7858: $? = 0
configure:7879: result: yes
configure:7892: WARNING: dlfcn.h: present but cannot be compiled
configure:7894: WARNING: dlfcn.h: check for missing prerequisite headers?
configure:7896: WARNING: dlfcn.h: see the Autoconf documentation
configure:7898: WARNING: dlfcn.h: section "Present But Cannot Be Compiled"
configure:7900: WARNING: dlfcn.h: proceeding with the preprocessor's result
configure:7902: WARNING: dlfcn.h: in the future, the compiler will take precedence
configure:7912: checking for dlfcn.h
configure:7920: result: yes
configure:8247: checking for g77
configure:8277: result: no
configure:8247: checking for f77
configure:8277: result: no
configure:8247: checking for xlf
configure:8277: result: no
configure:8247: checking for frt
configure:8277: result: no
configure:8247: checking for pgf77
configure:8277: result: no
configure:8247: checking for cf77
configure:8277: result: no
configure:8247: checking for fort77
configure:8277: result: no
configure:8247: checking for fl32
configure:8277: result: no
configure:8247: checking for af77
configure:8277: result: no
configure:8247: checking for f90
configure:8263: found /opt/fortran90/bin/f90
configure:8274: result: f90
configure:8304: checking for Fortran 77 compiler version
configure:8311: f90 --version >&5
f90: Invalid option --version
Options near to what you typed:
     `+version'
Usage: f90 [options] files; for valid options, enter 'f90 +usage'
configure:8314: $? = 1
configure:8321: f90 -v >&5
f90: PA 2.0 system (32-bit, +DS2.0); cache: 1024KB, 64B line, 4-way
configure:8324: $? = 0
configure:8331: f90 -V >&5
f90: Invalid option -V
Usage: f90 [options] files; for valid options, enter 'f90 +usage'
configure:8334: $? = 1
configure:8342: checking whether we are using the GNU Fortran 77 compiler
configure:8361: f90 -c conftest.F >&5
/var/tmp/fcpAAAa06730.F
program MAIN
choke me
^
Error 7 at (3:conftest.F) : incomplete statement
1 Error
f90: Errors detected.
configure:8367: $? = 1
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:8401: result: no
configure:8407: checking whether f90 accepts -g
configure:8424: f90 -c -g conftest.f >&5
conftest.f
program MAIN
3 Lines Compiled
configure:8430: $? = 0
configure:8437: test -z "$ac_f77_werror_flag" || test ! -s conftest.err
configure:8440: $? = 0
configure:8447: test -s conftest.o
configure:8450: $? = 0
configure:8463: result: yes
configure:8493: checking the maximum length of command line arguments
configure:8602: result: 262144
configure:8613: checking command to parse /usr/bin/nm -p output from cc object
configure:8718: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:8721: $? = 0
configure:8725: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
nm: conftest.o: cannot open
configure:8728: $? = 0
cannot run sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'
configure:8718: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:8721: $? = 0
configure:8725: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
nm: conftest.o: cannot open
configure:8728: $? = 0
cannot run sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'
configure:8818: result: failed
configure:8825: checking for objdir
configure:8840: result: .libs
configure:8932: checking for ar
configure:8959: result: ar
configure:9028: checking for ranlib
configure:9055: result: ranlib
configure:9124: checking for strip
configure:9151: result: strip
configure:9491: checking for cc option to produce PIC
configure:9701: result: +Z
configure:9709: checking if cc PIC flag +Z works
configure:9727: cc -c -O -D_REENTRANT -mt +Z -DPIC conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:9731: $? = 0
configure:9744: result: yes
configure:9772: checking if cc static flag -Wl,-a -Wl,archive works
configure:9800: result: no
configure:9810: checking if cc supports -c -o file.o
configure:9831: cc -c -O -D_REENTRANT -mt -o out/conftest2.o conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:9835: $? = 0
configure:9857: result: no
configure:9864: checking if we can lock with hard links
configure:9872: result: yes
configure:9883: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:10869: result: yes
configure:10936: checking dynamic linker characteristics
configure:11524: result: hpux11.11 dld.sl
configure:11533: checking how to hardcode library paths into programs
configure:11558: result: relink
configure:11572: checking whether stripping libraries is possible
configure:11593: result: no
configure:12490: checking if libtool supports shared libraries
configure:12492: result: yes
configure:12495: checking whether to build shared libraries
configure:12516: result: yes
configure:12519: checking whether to build static libraries
configure:12523: result: yes
configure:12615: creating libtool
configure:16151: checking if libtool supports shared libraries
configure:16153: result: yes
configure:16156: checking whether to build shared libraries
configure:16176: result: yes
configure:16179: checking whether to build static libraries
configure:16183: result: yes
configure:16193: checking for f90 option to produce PIC
configure:16403: result: +Z
configure:16411: checking if f90 PIC flag +Z works
configure:16429: f90 -c -g +Z conftest.f >&5
conftest.f
external subroutine T
3 Lines Compiled
configure:16433: $? = 0
configure:16446: result: yes
configure:16474: checking if f90 static flag -Wl,-a -Wl,archive works
conftest.f
program T
2 Lines Compiled
configure:16502: result: yes
configure:16512: checking if f90 supports -c -o file.o
configure:16533: f90 -c -g -o out/conftest2.o conftest.f >&5
conftest.f
external subroutine T
3 Lines Compiled
configure:16537: $? = 0
configure:16559: result: yes
configure:16585: checking whether the f90 linker (/usr/bin/ld) supports shared libraries
configure:17551: result: yes
configure:17618: checking dynamic linker characteristics
configure:18206: result: hpux11.11 dld.sl
configure:18215: checking how to hardcode library paths into programs
configure:18240: result: relink
configure:21839: checking SOSUFFIX from libtool
configure:21861: result: .sl
configure:21866: checking MODSUFFIX from libtool
configure:21888: result: .sl
configure:21893: checking JMODSUFFIX from libtool
configure:21919: result: .sl
configure:22769: checking whether stat file-mode macros are broken
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
configure:22817: result: no
configure:22827: checking whether time.h and sys/time.h may both be included
configure:22857: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:22863: $? = 0
configure:22870: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22873: $? = 0
configure:22880: test -s conftest.o
configure:22883: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/time.h>
| #include <time.h>
|
| int
| main ()
| {
| if ((struct tm *) 0)
| return 0;
| ;
| return 0;
| }
configure:22895: result: no
configure:22913: checking for dirent.h that defines DIR
configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:22948: $? = 0
configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22958: $? = 0
configure:22965: test -s conftest.o
configure:22968: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <dirent.h>
|
| int
| main ()
| {
| if ((DIR *) 0)
| return 0;
| ;
| return 0;
| }
configure:22981: result: no
configure:22913: checking for sys/ndir.h that defines DIR
configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:22948: $? = 0
configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22958: $? = 0
configure:22965: test -s conftest.o
configure:22968: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/ndir.h>
|
| int
| main ()
| {
| if ((DIR *) 0)
| return 0;
| ;
| return 0;
| }
configure:22981: result: no
configure:22913: checking for sys/dir.h that defines DIR
configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:22948: $? = 0
configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22958: $? = 0
configure:22965: test -s conftest.o
configure:22968: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/dir.h>
|
| int
| main ()
| {
| if ((DIR *) 0)
| return 0;
| ;
| return 0;
| }
configure:22981: result: no
configure:22913: checking for ndir.h that defines DIR
configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:22948: $? = 0
configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22958: $? = 0
configure:22965: test -s conftest.o
configure:22968: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <ndir.h>
|
| int
| main ()
| {
| if ((DIR *) 0)
| return 0;
| ;
| return 0;
| }
configure:22981: result: no
configure:23094: checking for library containing opendir
configure:23135: cc -o conftest -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:23141: $? = 0
configure:23148: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23151: $? = 0
configure:23158: test -s conftest
configure:23161: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char opendir ();
| int
| main ()
| {
| return opendir ();
| ;
| return 0;
| }
configure:23135: cc -o conftest -O -D_REENTRANT -mt conftest.c -lx >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:23141: $? = 0
configure:23148: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23151: $? = 0
configure:23158: test -s conftest
configure:23161: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char opendir ();
| int
| main ()
| {
| return opendir ();
| ;
| return 0;
| }
configure:23185: result: no
configure:23212: checking sys/select.h usability
configure:23229: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:23235: $? = 0
configure:23242: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23245: $? = 0
configure:23252: test -s conftest.o
configure:23255: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/select.h>
configure:23266: result: no
configure:23270: checking sys/select.h presence
configure:23285: /lib/cpp -D_REENTRANT -mt conftest.c
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
cpp: "conftest.c", line 10: error 4036: Can't open include file 'sys/select.h'.
configure:23291: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/select.h>
configure:23312: result: no
configure:23345: checking for sys/select.h
configure:23353: result: no
configure:23212: checking sys/time.h usability
configure:23229: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:23235: $? = 0
configure:23242: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23245: $? = 0
configure:23252: test -s conftest.o
configure:23255: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/time.h>
configure:23266: result: no
configure:23270: checking sys/time.h presence
configure:23285: /lib/cpp -D_REENTRANT -mt conftest.c
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
configure:23291: $? = 0
configure:23312: result: yes
configure:23325: WARNING: sys/time.h: present but cannot be compiled
configure:23327: WARNING: sys/time.h: check for missing prerequisite headers?
configure:23329: WARNING: sys/time.h: see the Autoconf documentation
configure:23331: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
configure:23333: WARNING: sys/time.h: proceeding with the preprocessor's result
configure:23335: WARNING: sys/time.h: in the future, the compiler will take precedence
configure:23345: checking for sys/time.h
configure:23353: result: yes
configure:23212: checking sys/fcntl.h usability
configure:23229: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:23235: $? = 0
configure:23242: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23245: $? = 0
configure:23252: test -s conftest.o
configure:23255: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fcntl.h>
configure:23266: result: no
configure:23270: checking sys/fcntl.h presence
configure:23285: /lib/cpp -D_REENTRANT -mt conftest.c
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
configure:23291: $? = 0
configure:23312: result: yes
configure:23325: WARNING: sys/fcntl.h: present but cannot be compiled
configure:23327: WARNING: sys/fcntl.h: check for missing prerequisite headers?
configure:23329: WARNING: sys/fcntl.h: see the Autoconf documentation
configure:23331: WARNING: sys/fcntl.h: section "Present But Cannot Be Compiled"
configure:23333: WARNING: sys/fcntl.h: proceeding with the preprocessor's result
configure:23335: WARNING: sys/fcntl.h: in the future, the compiler will take precedence
configure:23345: checking for sys/fcntl.h
configure:23353: result: yes
configure:23366: checking for struct stat.st_blksize
configure:23394: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:23400: $? = 0
configure:23407: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23410: $? = 0
configure:23417: test -s conftest.o
configure:23420: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_blksize)
| return 0;
| ;
| return 0;
| }
configure:23450: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:23456: $? = 0
configure:23463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23466: $? = 0
configure:23473: test -s conftest.o
configure:23476: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_blksize)
| return 0;
| ;
| return 0;
| }
configure:23491: result: no
configure:23517: checking for inttypes.h
configure:23522: result: no
configure:23680: checking for stdint.h
configure:23685: result: no
configure:23852: checking stddef.h usability
configure:23869: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:23875: $? = 0
configure:23882: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23885: $? = 0
configure:23892: test -s conftest.o
configure:23895: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.20"
| #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
| #define const
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stddef.h>
configure:23906: result: no
configure:23910: checking stddef.h presence
configure:23925: /lib/cpp -D_REENTRANT -mt conftest.c
/lib/cpp: illegal option -- t
cpp: "", line 0: warning 2016: Illegal option to cpp.
configure:23931: $? = 0
configure:23952: result: yes
configure:23965: WARNING: stddef.h: present but cannot be compiled
configure:23967: WARNING: stddef.h: check for missing prerequisite headers?
configure:23969: WARNING: stddef.h: see the Autoconf documentation
configure:23971: WARNING: stddef.h: section "Present But Cannot Be Compiled"
configure:23973: WARNING: stddef.h: proceeding with the preprocessor's result
configure:23975: WARNING: stddef.h: in the future, the compiler will take precedence
configure:23985: checking for stddef.h
configure:23992: result: yes
configure:24006: checking for unistd.h
configure:24011: result: no
configure:24172: checking for off_t
configure:24203: cc -c -O -D_REENTRANT -mt conftest.c >&5
cc: warning 422: Unknown option "m" ignored.
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure:24209: $? = 0
configure:24216: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:24219: $? = 0
configure:24226: test -s conftest.o
configure:24229: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Berkeley DB"
| #define PACKAGE_TARNAME "db-4.5.20"
| #define PACKAGE_VERSION "4.5.20"
| #define PACKAGE_STRING "Berkeley DB 4.5.

Similar Messages

  • Warning and Error encounter while building web dynpro component

    Hi,
    I encounter this while building the web dynpro component. I am currently using NWDI 2004s SPS11. can advise? Thanks in advance
    [Warning]: Path in Classpath for file webdynproadmin.jar not found.
    [Warning]: Path in Classpath for file webdynproclientserver.jar not found.
    [Warning]: Path in Classpath for file webdynpromodel_dynamicrfc.jar not found.
    [Warning]: Path in Classpath for file webdynpromodelimpl.jar not found.
    [Warning]: Path in Classpath for file webdynproprogmodel.jar not found.
    [Warning]: Path in Classpath for file webdynproruntime_designtime_coupling_api.jar not found.
    [Warning]: Path in Classpath for file webdynproruntime_designtime_coupling.jar not found.
    [Warning]: Path in Classpath for file webdynproruntime_repository_pmr.jar not found.
    [Warning]: Path in Classpath for file webdynproruntime_repository.jar not found.
    [Warning]: Path in Classpath for file webdynproservices.jar not found.
    [Warning]: Path in Classpath for file SapDictionaryTypeServices.jar not found.
    [Warning]: Path in Classpath for file SapDictionaryTypesRuntime.jar not found.
    [Warning]: Path in Classpath for file SapMetamodelWebdynproContent.zip not found.
    [Warning]: Version for file webdynproadmin.jar not found.
    [Warning]: Version for file webdynproclientserver.jar not found.
    [Warning]: Version for file webdynpromodel_dynamicrfc.jar not found.
    [Warning]: Version for file webdynpromodelimpl.jar not found.
    [Warning]: Version for file webdynproprogmodel.jar not found.
    [Warning]: Version for file webdynproruntime_designtime_coupling_api.jar not found.
    [Warning]: Version for file webdynproruntime_designtime_coupling.jar not found.
    [Warning]: Version for file webdynproruntime_repository_pmr.jar not found.
    [Warning]: Version for file webdynproruntime_repository.jar not found.
    [Warning]: Version for file webdynproservices.jar not found.
    [Warning]: Version for file SapDictionaryTypeServices.jar not found.
    [Warning]: Version for file SapDictionaryTypesRuntime.jar not found.
    [Warning]: Version for file SapMetamodelWebdynproContent.zip not found.
    Error The project was not built due to "Resource already exists on disk: / /bin/ProjectProperties.wdproperties.". Fix the problem, then try refreshing this project and rebuilding it since it may be inconsistent.
    And have this error encounter:
    Development Component Build (2007-07-02 15:14:00)
      Component name: timeoff/gp/ui
      Component vendor: test
      SC compartment: test.sap.com_CAF-TIMEOFF-TST_1
      Configuration: Tst_CAFDEV_D
      Location: Tst_CAFDEV_D
      Source code location: cocomo@cocomo
      DC root folder: D:\projects\ExitMgt\1\DCs\test\timeoff\gp\ui\_comp\
      DC type: Web Dynpro
      Host: cocomo
    DC Model check:
       All used DCs are available locally
       ERROR: Check for used DCs failed: Illegal component usage: compartment "test.sap.com_CAF-TIMEOFF-TST_1" does not use compartment "sap.com_SAP_JTECHS_1" of used DC "sap.com/tc/cmi"; using DC: test/timeoff/gp/ui(test.sap.com_CAF-TIMEOFF-TST_1)
       Build failed with errors.

    Hi,
    Make sure you have all these jars located in the folder C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.tc.webdynpro.runtime_2.0.0\lib.
    If they are not there, search for them in the plugins folder. They should be available at some other location. Copy them to the folder I mentioned above. Or you can modify the class path to point to the existing location.
    Thanks
    Ram

  • Signal 4 error encountered while running a customized report

    Signal 4 error encountered while running a customized report
    We are running Oracle Applications version 11.5.10 on Oracle RDBMS 9.2.0. and IBM AIX 5.3 o production system and AIX 5.2 on test machines. We have made a new clone of production database on test machine and after installation of a clone on test-machine all customized reports terminated with signal 4 error.
    Can anybody tell the possible causes of signal 4 errors and their remidies ?

    Thank you for the link, i will read it...
    I have problemss with PDF output...
    When trying to run any concurrent request with PDF output, it completed with error and show the following message in the request log file:
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AR8MSWIN1256
    Spawned Process 499776
    stat_low =84
    stat_high = 0
    emsg:was terminated by signal 4
    Program was terminated by signal 4
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 20824997

  • Error encountered while copying audio stream

    In Captivate 4, I attempt to capture screens. I hear the clicking as it captures, I click END when finished. Program attempts to save and then a dialog box displays with "error encountered while copying audio stream". I am not attempting to record any audio.
    I searched the web and found references to this error back two versions and two years - but no solution.
    Does anyone know of a solution? Thanks.

    Hi there,
    I have experienced this on Windows XP. In my case this was due to a dll (Dynamic Link Library) file not being corectly registered in the Windows XP Registry. If you are using XP then take a look at the following blog post.
    Adobe Captivate 4 Installation Issues on Microsoft Windows XP 
    If this doesn't solve the problem or you are using Windows Vista then please report this issue to the Adobe Captivate team using the web address I have included below.
    Adobe Captivate Feature Request/Bug Report Form 
    Best - Mark
    Visit the macrofireball blog

  • A Critical error encountered while loading webpage.

    Was running 2.1.51  and when browsing to the status link while logged in to the web gui I got a blank web page with the following text:
    A Critical error encountered while loading webpage.
    Reboot router - log back in - can go anywhere except the status page -- get same error page
    made the mistake of downloading and upgrading firmware to 2.1.71   = upgrade completed successfully = presented with the new login screen confirming that the box is running the new code -- now when I log in - I don't get in rather the previous error page - and cant get anywhere.
    A Critical error encountered while loading webpage.
    the url is https://192.168.75.1/scgi-bin/platform.cgi   but it doesn't load only displays the error.
    could someone share another valid management url for the box so I can at least try to get in somewhere before attempting to factory reset this POS ;-(
    thanks.

    Thanks for the response.   Based on the number of crickets that I heard after asking the question, I did indeed factory reset the box.  Luckily I had a backup of the config so it wasn't too painful to restore.
    I beleive the root cause co-incided with the expiration of the trend micro web protection gateway service.
    For whatever reason, I did not receive any notification that the service was to expire but the error experienced was noticed just two days after the subscription expired...  I had successfully logged in without issue and was able to view the status tab only a week earlier.
    be sure to pay the cisco tax on time or they'll lock you out of your box was the lesson learned...

  • Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a reso

    Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a resolution. Any help would be appreciated.
    Sorry for the long title, first time poster here.

    This thread is pretty old, are you still having this issue?

  • Error encountered while signing: The Windows Cryptographic Service Provider reported an error: Access was denied because of a security violation. Error Code: 2148532330

    Last night when i tried to sign a document i received the mesage below and after that it says this document can't be signed what can i do to fix this problem.
    Error encountered while signing:
    The Windows Cryptographic Service Provider reported an error:
    Access was denied because of a security violation.
    Error Code: 2148532330

    I assume you are implying "biztax" application here, right?
    I have contacted their program lead, with no result at all.
    Past days I have been searching for a solution - reinstalls / new systems - no solution.
    This issue appeared a week or two ago only.
    I found http://forums.adobe.com/message/5338853 useful - but no positive results either.
    http://test.eid.belgium.be/faq/faq_nl.htm obviously didnt help either.
    If anyone finds a solution to this issue, please do let me know - any help is appreciated.
    Biztax tells to use the "signature", not the "authentication"  - but it is only Auth. that is showing up as option to sign (that works)
    ps, did you fiddle with the Adobe Reader XI security settings and import that PKI etc as well? I hoped that would be the breaktrough. Sadly i'm still crying in my chair.
    Oh, and dont forget: they claim nobody else got this issue. Maybe one or two people. (We got about 8 customers experiencing exactly the same symptoms at the same time )
    >  I noticed that when I try to open the pdf  document that is 'signed' by the government it is not showing the filename in the title bar, but only " - Adobe Reader".    every piece of info helps I guess.
    Obviously last version of Reader   11.0.03

  • An error occurred while building the default domain

    Hi Not sure if this is the right forum to post this but I hope someone here can help......
    Hi,
    I have just installed Oracle JDeveloper 11g R1 (Build 5407) (Oracle JDeveloper Studio Edition for Windows (934 MB) ) on my windows laptop. When the product opens it tries to start a intergrated weblogic domain:
    [04:44:34 PM] Extending Integrated Weblogic domain...
    [04:45:27 PM] ERROR: An error occurred while building the default domain.
    Please see this log file for more details:
    I don't even know where to start investigating the cause of this problem so any pointers or help would be appreciated!!
    In case it is of any help the log file looks like this:
    Log File: C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\ExtendDefaultDomain.log
    Label: JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain
    "C:\Oracle\Middleware\jdeveloper\common\bin\wlst.cmd" "C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\ExtendDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C:\DevSuiteHome_2\jlib\repository.jar;C:\DevSuiteHome_2\jlib\ldapjclnt10.jar;C:\DevSuiteHome_2\jlib\debugger.jar;C:\DevSuiteHome_2\jlib\ewt3.jar;C:\DevSuiteHome_2\jlib\share.jar;C:\DevSuiteHome_2\jlib\utj.jar;C:\DevSuiteHome_2\jlib\zrclient.jar;C:\DevSuiteHome_2\reports\jlib\rwrun.jar;C:\DevSuiteHome_2\forms\java\frmwebutil.jar;C:\DevSuiteHome_2\forms\java\FormsProperties1.jar;C:\DevSuiteHome_2\forms\java\handleimage3.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\DevSuiteHome_3\jdk\jre\bin\classic;C:\DevSuiteHome_3\jdk\jre\bin;C:\DevSuiteHome_3\jdk\jre\bin\client;C:\DevSuiteHome_3\jlib;C:\DevSuiteHome_3\bin;C:\DevSuiteHome_3\jre\1.4.2\bin\client;C:\DevSuiteHome_3\jre\1.4.2\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\DevSuiteHome\jdk\jre\bin\classic;C:\DevSuiteHome\jdk\jre\bin;C:\DevSuiteHome\jlib;C:\DevSuiteHome\bin;C:\DevSuiteHome\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Starbase\StarGate SDK\Lib;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_07\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C:\DevSuiteHome_2\jlib\repository.jar;C:\DevSuiteHome_2\jlib\ldapjclnt10.jar;C:\DevSuiteHome_2\jlib\debugger.jar;C:\DevSuiteHome_2\jlib\ewt3.jar;C:\DevSuiteHome_2\jlib\share.jar;C:\DevSuiteHome_2\jlib\utj.jar;C:\DevSuiteHome_2\jlib\zrclient.jar;C:\DevSuiteHome_2\reports\jlib\rwrun.jar;C:\DevSuiteHome_2\forms\java\frmwebutil.jar;C:\DevSuiteHome_2\forms\java\FormsProperties1.jar;C:\DevSuiteHome_2\forms\java\handleimage3.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Extend Default Domain
    wlst > Reading domain: /C:/Documents and Settings/richard anthony/Application Data/JDeveloper/system11.1.1.1.33.54.07/DefaultDomain/
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adrs_template.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/applications/jrf_template_11.1.1.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adf.fine.logging_11.1.1.jar
    wlst > Updating domain.
    wlst > Error: updateDomain() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst > File "C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\ExtendDefaultDomain.py", line 43, in ?
    wlst > File "C:\Documents and Settings\richard anthony\Local Settings\Temp\WLSTOfflineIni13125804671929424.py", line 89, in updateDomain
    wlst > File "<iostream>", line 154, in ?
    wlst >
    wlst > File "<iostream>", line 103, in updateLoggers
    wlst >
    wlst > SystemExit: Failed to update logging.xml: java.lang.NoSuchMethodError: oracle.core.ojdl.util.XMLUtil.escapeAttrChars(Ljava/lang/String;Ljava/lang/Appendable;)V
    wlst >
    wlst >
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1490)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:425)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    wlst >
    wlst >      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    wlst >
    wlst >      at java.lang.reflect.Method.invoke(Method.java:597)
    wlst >
    wlst >
    wlst > com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: Traceback (innermost last):
    wlst >
    wlst > File "<iostream>", line 154, in ?
    wlst >
    wlst > File "<iostream>", line 103, in updateLoggers
    wlst >
    wlst > SystemExit: Failed to update logging.xml: java.lang.NoSuchMethodError: oracle.core.ojdl.util.XMLUtil.escapeAttrChars(Ljava/lang/String;Ljava/lang/Appendable;)V
    wlst >
    wlst >
    wlst >
    Elapsed time: 52625 ms

    Hi,
    Can you try the following steps and let us know if it works?
    1. Create a folder in your c: drive (say c:\myjdevhome)
    2. Invoke the command prompt, set JDEV_USER_HOME=c:\myjdevhome
    3. cd to JDEV_HOME\jdeveloper\jdev\bin
    4. Start the jdev (jdev.exe).
    5. Run/Debug your application.
    -Arun

  • Error encountered while reading TIFF image, Image may be damaged of incompatible. Resave the image w

    I am currently running CS3, windows XP, service pack 2, with recent update, 5.03 installed today.
    I just opened a 500 page document not in sections where 90% of the document is a placed PDF.
    The PDFS were placed using a sample Script that came with Indesign, that instructs the PDF to automatically flow each page after another.
    When scrolling through quickly in the pages pallette, I get the follwing error:-
    "Error encountered while reading TIFF image, Image may be damaged of incompatible. Resave the image with different settings and try again."
    I click OK.
    Then I get the following error.....
    " Could not complete request because of database error. The File "ABC.indd" is damaged (Error Code: 3).
    Click OK....
    Then I get the following error....
    Adobe Indesign is shutting down. A serious error was detected. Please restart Indesign to recover work in any unsaved Indesign documents.
    Then I get the error.......
    Indesign.exe has encountered a problem and needs to close. We are sorry for any inconveneince.
    And I have two buttons to click....
    Debug or Close.....
    If I click Debug, it closes Indesign.
    Within this window there is also a window to gather further information....I click it and it tells me...
    "Indesign.exe....Error Signature AppName: indesign.exe AppVer: 5.0.3.662
    ModName: public.dll ModVer: 5.0.3.662 Offset: 0002e19a"
    To view technical inforamtion about the error report, clikc here....
    "Then it creates an error report and tells me where the report is located along with a scrollable window of 0xc0000005 and heap of zeros."
    The report conatains a whole heap of CHECKSUM ERRORS.
    CAN ANYONE PLEASE HELP??
    I had these errors before updating to 5.03 and the patch hasn't rectified anything!!

    Open the .inx file in CS3 (that's what you have, right?) and save as a new .indd.
    I'd also be tempted to open the tiff in Photoshop and do a save as to re-write it.
    Let us know if it helps.
    Storing files on the network leaves you more open tot he risk of file damage during transfer and save operations.
    Peter

  • "JavaScript Error encountered while loading HTML"

    Hi,
    I have been trying to embed a google map on a InDesign CC page, NO LUCK YET.
    I spoke several Adobe InDesign help line people, unfortunately they couldn't solve it.
    Here is the problem: I tried with different versions
    1- version) I copy of a map code and paste the code on a page, shows grey square round image and nothing (no map)
    2- version) From Object menu:
        "Select insert HTML.."
        "This is an HTML snippet."
    I paste the codes into HTML box, a second later, small box message,
         "JavaScript Error encountered while loading HTML"
    I have 64bit 12gb ram computer with windows 8.1
    InDesign CC version 9.2.1 x64
    Java 7 update 51
    I have tried with Internet explorer, google chrome and fire fox, and different maps, still no luck.
    Can anyone solve this problem?
    Thank you in advance,
    atamtan

    Yes, Google changed something and not for the better.
    Try a bing map instead. They work fine.

  • ERROR:  An error occurred while building the default domain

    Hi,
    I have just installed Oracle JDeveloper 11g R1 (Build 5407) (Oracle JDeveloper Studio Edition for Windows (934 MB) ) on my windows laptop, but when I start JDeveloper I get the message : ERROR: An error occurred while building the default domain.
    Does anyone know what this means or how to resolve it?
    Log file:
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C:\DevSuiteHome_2\jlib\repository.jar;C:\DevSuiteHome_2\jlib\ldapjclnt10.jar;C:\DevSuiteHome_2\jlib\debugger.jar;C:\DevSuiteHome_2\jlib\ewt3.jar;C:\DevSuiteHome_2\jlib\share.jar;C:\DevSuiteHome_2\jlib\utj.jar;C:\DevSuiteHome_2\jlib\zrclient.jar;C:\DevSuiteHome_2\reports\jlib\rwrun.jar;C:\DevSuiteHome_2\forms\java\frmwebutil.jar;C:\DevSuiteHome_2\forms\java\FormsProperties1.jar;C:\DevSuiteHome_2\forms\java\handleimage3.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\DOCUME~1\RICHAR~1\LOCALS~1\Temp\sfx93.tmp\jre160_05\bin;C:\OraHome_2\jre\1.4.2\bin\client;C:\OraHome_2\jre\1.4.2\bin;C:\DevSuiteHome_2\jdk\jre\bin\classic;C:\DevSuiteHome_2\jdk\jre\bin;C:\DevSuiteHome_2\jdk\jre\bin\client;C:\DevSuiteHome_2\jlib;C:\DevSuiteHome_2\bin;C:\DevSuiteHome_2\jre\1.4.2\bin\client;C:\DevSuiteHome_2\jre\1.4.2\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\DevSuiteHome\jdk\jre\bin\classic;C:\DevSuiteHome\jdk\jre\bin;C:\DevSuiteHome\jlib;C:\DevSuiteHome\bin;C:\DevSuiteHome\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Starbase\StarGate SDK\Lib;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_07\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C:\DevSuiteHome_2\jlib\repository.jar;C:\DevSuiteHome_2\jlib\ldapjclnt10.jar;C:\DevSuiteHome_2\jlib\debugger.jar;C:\DevSuiteHome_2\jlib\ewt3.jar;C:\DevSuiteHome_2\jlib\share.jar;C:\DevSuiteHome_2\jlib\utj.jar;C:\DevSuiteHome_2\jlib\zrclient.jar;C:\DevSuiteHome_2\reports\jlib\rwrun.jar;C:\DevSuiteHome_2\forms\java\frmwebutil.jar;C:\DevSuiteHome_2\forms\java\FormsProperties1.jar;C:\DevSuiteHome_2\forms\java\handleimage3.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Extend Default Domain
    wlst > Reading domain: /C:/Documents and Settings/richard anthony/Application Data/JDeveloper/system11.1.1.1.33.54.07/DefaultDomain/
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adrs_template.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/applications/jrf_template_11.1.1.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adf.fine.logging_11.1.1.jar
    wlst > Updating domain.
    wlst > Error: updateDomain() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst > File "C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\ExtendDefaultDomain.py", line 43, in ?
    wlst > File "C:\Documents and Settings\richard anthony\Local Settings\Temp\WLSTOfflineIni5366665589360917524.py", line 89, in updateDomain
    wlst > File "<iostream>", line 154, in ?
    wlst >
    wlst > File "<iostream>", line 103, in updateLoggers
    wlst >
    wlst > SystemExit: Failed to update logging.xml: java.lang.NoSuchMethodError: oracle.core.ojdl.util.XMLUtil.escapeAttrChars(Ljava/lang/String;Ljava/lang/Appendable;)V
    wlst >
    wlst >
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1490)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:425)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    wlst >
    wlst >      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    wlst >
    wlst >      at java.lang.reflect.Method.invoke(Method.java:597)
    wlst >
    wlst >
    wlst > com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: Traceback (innermost last):
    wlst >
    wlst > File "<iostream>", line 154, in ?
    wlst >
    wlst > File "<iostream>", line 103, in updateLoggers
    wlst >
    wlst > SystemExit: Failed to update logging.xml: java.lang.NoSuchMethodError: oracle.core.ojdl.util.XMLUtil.escapeAttrChars(Ljava/lang/String;Ljava/lang/Appendable;)V
    wlst >
    wlst >
    wlst >
    Elapsed time: 16359 ms

    Hi,
    This might be caused by a conflict with something already in your CLASSPATH. I would suggest the following:
    1. Shut down JDeveloper if it is already running. Delete the default domain directory:
    rd /s "C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain"
    2. From a command prompt, clear your CLASSPATH:
    set CLASSPATH=
    3. Start JDeveloper using the same command prompt as step 2:
    C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev
    If the problem was with the pre-existing CLASSPATH, the default domain should now build successfully.
    -Nathan

  • ERROR:  An error occurred while building the default domain - 11g

    Hi! I create *.Jspx page, but when I tried to run it then I had an error:
    RROR: An error occurred while building the default domain.
    And in log file:
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\jdk160_05\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.5/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\QuickTime\QTSystem\QTJava.zip;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar
    wlst > The system cannot find the path specified.
    Why the system cannot find the path specified?
    Please help! What I need to do?
    Best regards!

    copy all jars zips or other files from 'program files' to an other folder without spaces in its name.
    Then search for the library which refers to the files in 'program files' and change the location to the new folder.
    Timo

  • An error occurred while building the default domain - New version of error

    I have installed JDeveloper Studio Edition Version 11.1.1.2.0. I used an temporary Admin account on the machine to install (organization security does not allow normal users to have admin accounts) and it runs perfectly well under that account.
    When I logged in under my normal account though I get an error trying to run the Debugger on the application. The server appears to be the only area of JDeveloper that has issues under this account, and below is the Log:
    [Waiting for the domain to finish building...]
    [12:51:06 PM] Creating Integrated Weblogic domain...
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    [12:51:20 PM] ERROR: An error occurred while building the default domain.
    Please see this log file for more details:
    C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Log File: C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain
    "C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Creating Default Domain
    wlst > Reading template: /C:/Oracle/Middleware/wlserver_10.3/common/templates/domains/wls.jar
    wlst > Setting Name to 'DefaultServer'
    wlst > Setting ListenAddress to ''
    wlst > Setting ListenPort to 7101
    wlst > Setting domain administrator to 'weblogic'
    wlst > Setting domain password.
    wlst > Writing domain: /C:/Users/Brian.Hess2/AppData/Roaming/JDeveloper/system11.1.1.2.36.55.36/DefaultDomain/
    wlst > Error: writeDomain() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst > File "C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.py", line 68, in ?
    wlst > File "C:\Users\Brian.Hess2\AppData\Local\Temp\1\WLSTOfflineIni2950955933333350592.py", line 71, in writeDomain
    wlst >      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1497)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:786)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    wlst >
    wlst >      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    wlst >
    wlst >      at java.lang.reflect.Method.invoke(Method.java:597)
    wlst >
    wlst >
    wlst > com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.Exception: Got error in writing the node manager C:\Oracle\Middleware\wlserver_10.3\common\nodemanager\nodemanager.domains property file!
    wlst >
    Elapsed time: 13686 ms
    Any one have any ideas??? Seems like security issue, but this account has full access to it's C:/User/Account folders.
    Thanks in advance.

    Hi,
    Can you try the following steps and let us know if it works?
    1. Create a folder in your c: drive (say c:\myjdevhome)
    2. Invoke the command prompt, set JDEV_USER_HOME=c:\myjdevhome
    3. cd to JDEV_HOME\jdeveloper\jdev\bin
    4. Start the jdev (jdev.exe).
    5. Run/Debug your application.
    -Arun

  • Error encountered while polling the resource for the service endpoint

    Hello everyone
    I'm a newbie on OSB world. Yesterday, I've tried to test OSB with FTP transport and got some problems.
    As you see in the title, I've search this forum to get a solution already, but I couldn't find anything. So that I create a new thread.
    I created a new OSB project, create a new Proxy service to connect to my FTP server:
    - service type: messaging service
    - request message type: Text, response message type: None
    - FTP transport: external user (I used a Service account), Post read action: archive, transfer mode: ascii, some directories needed were created in /tmp directory
    - Message flow: Start node -> pipeline pairs
    in request pipeline of pipeline pairs node: i created a new stage: Assign action -> Log (to get file contents, error severity) -> Assign -> Log (get file name)
    The expected results are: file file content and file name (display in osb console) after I submit a text file to ftp server (using test console or ftp client)
    But, some error occur continuously after I submit a text file (I can get the file content because error raise and log catch it). The error message is show below:
    <Jun 6, 2011 10:04:59 AM EDT> <Error> <ALSB Logging> <BEA-000000> < [PipelinePairNode1, PipelinePairNode1_request, show_text_info, REQUEST] file contents: li
    ag
    a
    glakjgk
    >
    <Jun 6, 2011 10:05:30 AM EDT> <Error> <WliSbTransports> <BEA-381602> <Error encountered while polling the resource for the service endpoint ProxyService$FTPTestProject$ProxyServices$FTPTestPS: *javax.naming.NameNotFoundException:* While trying to lookup *'wlsb.internal.transport.task.queue.ftp'* *didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'*
    *javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transport.task.queue.ftp' didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'*
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         Truncated. see log file for complete stacktrace
    >
    <Jun 6, 2011 10:06:30 AM EDT> <Error> <WliSbTransports> <BEA-381602> <Error encountered while polling the resource for the service endpoint ProxyService$FTPTestProject$ProxyServices$FTPTestPS: javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transport.task.queue.ftp' didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'
    javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transport.task.queue.ftp' didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         Truncated. see log file for complete stacktrace
    >
    ...There are many BEA-381602 errors that occur continuously.
    My question is how to solve this problem.
    Any suggestion is appreciated.
    Thank in advance.
    Regards, CuongPT
    Edited by: Doubt_Man on Jun 6, 2011 11:17 AM

    Thank atheek1, I remember that I didnt do any manual configuration on my domain :). I use that domain for testing so that I will create a new domain for comparison.

  • RMAN-00558: error encountered while parsing input commands

    Hi,
    on 12C on Win 2008
    as said in documentation :
    @ (at sign)
    Example 2-2 Running a Command File Within RMAN
    This example shows how you can execute a command file from the RMAN prompt and from within a RUN command. User-entered text appears in bold.
    RMAN> @backup_db.rman
    I do as follows to run a script to back up :
    RMAN> @C:\scripts\RMAN\al_backup_full_cdb.rman LOG=C:\scripts\logs\al_backup_full_log
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "log": expecting one of: "double-quoted-string, identifier, integer, single-quoted-string"
    RMAN-01007: at line 1 column 1 file: standard input
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "@": expecting one of: "double-quoted-string, identifier, integer, single-quoted-string"
    RMAN-01007: at line 0 column 1 file: standard input
    Thank you.

    user10274093 wrote:
    yes thank you. Like this :
    @C:\scripts\RMAN\al_backup_full_cdb.rman
    But how to have a log file ?
    You can not use the log= clause *inside* rman, you can only use it on the shell prompt *outside* rman.

Maybe you are looking for

  • Pop up a window to show images

    Hi, I am trying to show images when the user rolls the mouse over the image but I want to show them as a pop up window only when the user is on the image. Any ideas how can I handle this? I will have variety of images and want the same behavior for a

  • I'd like to know if anyone's had this happen...

    recently had a whack of sites open in Safari. Yeah, trying to download the 'entire **** content' of the internet (if you where wondering). But the crazy thing was that my MBP completely stopped. Shut down, no lights, not even on the charger... whacky

  • White balance for infrared images

    Hello there, I love making infrared photos with my digital camera (Canon dSRL). When I take an IR shot, I usually set the custom white balance inside the camera, so that false colours appear correctly. If I open the CR2 RAW file using the software pr

  • Where can I get an old version of Pages for Lion?

    Does anyone know how I can get Pages for Lion, os x 10.7.5. Upgrade is not possible

  • WRT54G Problem

    I've got a WRT54G v2, however, I've got some problem of it when due with ftp service. I've set the ftp service at my wireless router and it works fine. However, after a period of time, the ftp service is unable to connect, even I reset the router or