Getting following error when running gmake command

"/appl/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The type "istream" is incomplete.
"/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 92: Error: The name ios is ambiguous, ios and std::ios.
"/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 92: Error: eofbit is not a member of ios.
"/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 93: Error: The name ios is ambiguous, ios and std::ios.
"/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 93: Error: failbit is not a member of ios.
"/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 94: Error: The name ios is ambiguous, ios and std::ios.
"/appl/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 94: Error: badbit is not a member of ios.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 347: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 347: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 348: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 348: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 350: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 350: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 351: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 351: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 352: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 352: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 449: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 449: Error: The name istream is ambiguous, istream and std::istream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 450: Error: The name ostream is ambiguous, ostream and std::ostream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 450: Error: The name ostream is ambiguous, ostream and std::ostream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/stringid.h", line 50: Error: The name ostream is ambiguous, ostream and std::ostream.
"/appl/SUNWspro/prod/include/CC/rw7/rw/stringid.h", line 50: Error: The name ostream is ambiguous, ostream and std::ostream.
I am using SUn studio 11
below is the makefile on the location where i give gmake command
========
# Define the names of the component definition files, without their
# extension. Definitions are as follows:
# JSI_NAMES - the basename of each .jsi file to be built.
# Skeleton (*_skel.cc, _skel.hh) files will
# be generated for each entry in this list.
# INTERFACE_NAMES - the basename of each BVI_ class file to be built.
# The interface class names are those referenced from
# JS scripts. The interface file may or may not have
# a corresponding 'implementation' file (if not, the
# implementation is assumed to have been done entirely
# in the interface file itself.) An *.hh and *.cc
# file will be assumed to exist for each entry.
# IMPLEMENTATION_NAMES - The basename of each BVC_ class file to be built.
# The implementation classes are (presumably) those
# that are referenced from BVI_ classes, plus any
# other class files necessary, even if they aren't
# used directly as components. An *.hh and *.cc
# file will be assumed to exist for each entry.
JSI_NAMES = \
invoice
INTERFACE_NAMES = \
invoice_i
IMPLEMENTATION_NAMES = \
invoice_c
#CLIENT_OBJS = ecbaseC.o ecmqtransportC.o priceManagerCache.o priceManagerData.o bvxmlbridge.o MQTransportHandler.o
#CLIENT_OBJS = ecbaseC.o ecmqtransportC.o MQTransportHandler.o
#IDL_STUBS = ecbase.hh ecmqtransport.hh ecbaseC.cc ecbaseC.cc ecmqtransportC.cc ecmqtransportC.cc
# Define the 'base' name of the library that will be checked for
# and generated. The name given here will have 'lib' prepended, and
# '.so' appended, so it follows the standard Unix library naming format.
LIBRARY_NAME := invoice
# define the directory that is the root of the BroadVision One-to-One
# installation on your system.
ifndef BV1TO1
BV1TO1 := /appl/bv1to1
#BV1TO1 := /appl/bv1to15.5
endif
# Define the standard location of BV1TO1 include files.
BV1TO1_INCLUDE := $(BV1TO1)/include/cpp
# Assume that the Orbix in use is the one supplied with the
# One-To-One software. This variable MUST be defined.
ORBIX_INCLUDE := $(BV1TO1)/orbix/include
# To compile a component library, you must have a licensed copy of the
# Rogue Wave Software class libraries. They can be licensed separately
# from Rogue Wave. Point to their directory.
ROGUEWAVE_INCLUDE := $(BV1TO1)/rogue
SHARED_MQ_ORBIX_INCLUDE := ../../procroot/MQ/idl
MQTRANSPORT_INCLUDE := ../../procroot/MQ/include
# Build search path for all required C++ header files, the compiler
# directory should always appear last:
O_ALLINCLUDES = \
-I. \
-I$(BV1TO1)/include/cpp \
-I$(ROGUEWAVE_INCLUDE) \
-I$(ORBIX_INCLUDE) \
-I$(SHARED_MQ_ORBIX_INCLUDE) \
-I$(MQTRANSPORT_INCLUDE) \
-I$(COMPILERINCLUDES)
# Build linker search path for sharable and static libraries:
LDPATH = \
-L. \
-L$(BV1TO1)/lib \
-L$(ROGUEWAVE)/lib \
-L$(ORBIX)/lib
# Build runtime search path for sharable libraries:
RUNPATH = \
-R$(BV1TO1)/lib \
-R$(ROGUEWAVE)/lib \
-R$(ORBIX)/lib
# Use Sun's C++ compiler:
CC = CC
LD = $(CC)
# Debugger/optimizer flag:
OPTDEBUG = -g
# Some required symbols:
O_ADD_DEFINES= -D__EXTERN_C__=1 -DSVR4 -Dtrue=1 -Dfalse=0 \
-DEXCEPTIONS -D_REENTRANT -DRW_MULTI_THREAD -DNONE_CLASH -DIT_CATCH_ENV_EH -DIT_EX_MACROS -DRW_NO_FRIEND_INLINE_DECL
# Compiler flags:
O_CFLAGS = $(OPTDEBUG) -pic -pta -mt $(O_ADD_DEFINES) $(O_ALLINCLUDES) \
$(XMLC_DEFINES) $(OSPACE_DEFINES) $(XMLHELPER_DEFINES) \
-I$(XMLC_INCDIR) -I$(OSPACE_INCDIR) -I$(OSPACE_TOOLKIT_INCDIR) -I$(OSPACE_STD_INCDIR) -I$(XMLHELPER_INCDIR)
# Linker flags (note that Sun's optimizations seem to require the
# compiler's -I options at link time):
O_LFLAGS = $(OPTDEBUG) -pic -pta -mt $(O_ADD_DEFINES) \
$(O_ALLINCLUDES) $(LDPATH) $(RUNPATH) \
-R -L$(XMLC_LIBDIR) -L$(XMLHELPER_LIBDIR) $(XMLC_LIBS) $(XMLHELPER_LIBS) $(OSPACE_LIBS)
# Use idl compiler
IDL = $(BV1TO1)/orbix/bin/idl
IDLFLAGS = -B -I$(BV1TO1)/include/idl
# The following One-To-One libraries should be included
# in this order for all clients.
# List Orbix libraries:
ORBIX_LIBS = \
-lorbixmt
# List required system-supplied libraries (some client applications may
# also require -ly and -ll):
SYSLIBS = \
-lnsl \
-lsocket
# Default rule to compile C++ source code:
.SUFFIXES:
.SUFFIXES: .cc .idl
%.o: %.cc
$(CCC) $(O_CFLAGS) $(CCFLAGS) -c $<
# $(CC) $(CFLAGS) -c $<
%S.cc: %.idl
$(IDL) $(IDLFLAGS) $<
%C.cc: %.idl
$(IDL) $(IDLFLAGS) $<
%.hh: %.idl
$(IDL) $(IDLFLAGS) $<
# To compile components, you need the Javascript implementation
# include files. This variable MUST be defined
JS_INCLUDE := $(BV1TO1)/js/include
# define a default 'root' directory, from which others are derived.
# For now, let's assume it is the current directory.
COMP_ROOT := $(shell /bin/pwd)
# define the directory on your system which will contain all the .so
# files to be loaded by the Interaction Manager. The default is
# given below.
# Note: this is where you must copy your .so file after it is built,
# or change the Interaction Manager configuration to add the directory
# to its default-object-path.
COMPONENT_LIB_DIR := $(BV1TO1)/lib/components
# Define the locations of various directories involved in the component-
# building process. We've defaulted many of these entries to the current
# directory, but you are free to change them to suit your particular setup.
# The entries define the locations of:
# SOURCE_DIR - your .cc and .jsi source files
# HEADER_DIR - your .hh header files
# LIBRARY_DIR - the .so files generated from your .cc files after
# compilation and linking.
# OBJECT_DIR - the .o files generated from your .cc files after
# compilation
SOURCE_DIR = $(COMP_ROOT)
HEADER_DIR = $(COMP_ROOT)
LIBRARY_DIR = $(COMP_ROOT)
OBJECT_DIR = $(COMP_ROOT)
# Given the 'base' name of the library, calculate the full name,
# in standard Unix library-name format.
FULL_LIBRARY_NAME := $(LIBRARY_DIR)/lib/lib$(LIBRARY_NAME).so
LIBRARY_VERSION := 1
# define the list of directories where header files (.h and .hh) can be
# found (or at least from where we can start.) These will be used both
# for the -I include paths and for vpath entries, so that we can establish
# dependencies on the header files for each C++ target.
# Note: we don't directly include the include dir for object headers--we
# use <objects/xxx.hh> format in our source instead.
HEADER_DIRS := \
$(HEADER_DIR) \
$(BV1TO1_INCLUDE) \
$(ORBIX_INCLUDE) \
$(ROGUEWAVE_INCLUDE) \
$(JS_INCLUDE)
# Include each of the header directories with a '-I' in front
# for the compiler.
INCLUDES = $(HEADER_DIRS:%=-I%)
# define the vpath for various classes of files, so we don't always have
# to list the directory in which we're checking for them. Note that
# 'vpath' MUST be lowercase, according to GNU make rules.
vpath %.hh $(HEADER_DIRS)
vpath %.h $(HEADER_DIRS)
# Define flags to be used for compilation.
# The DEFINES flags mean:
# DEBUG - enable the compiler to generate symbols so you can do
# run a debugger like dbx on your objects. Highly recommended!
# NONE_CLASH - needed by the RogueWave and Orbix code included with
# One-to-One. DO NOT remove this compiler option!
# TRACING - Turn on trace messages from the Dynamic Objects and
# Interaction Manager. This may result in much more information
# than you need. If this symbol is removed, tracing messages
# are compiled out.
PROFILE=
DEFINES = -DDEBUG -DNONE_CLASH -DTRACING
JSIC = $(BV1TO1)/bin/jsic
CCC = CC
JSFLAGS = -DJS_THREADSAFE -DJSFILE
PICFLAGS = -KPIC
MTFLAGS = -mt -DRW_MULTI_THREAD
CDEBUGFLAGS = -g
CCFLAGS += $(CDEBUGFLAGS) $(MTFLAGS) $(JSFLAGS) \
$(PICFLAGS) $(INCLUDES) $(DEFINES)
# Given the list of JSI, interface and implementation file roots,
# compute the lists of actual files that need to be generated and/or
# compiled to assemble the final library.
JSI_BASENAMES = $(basename $(strip $(JSI_NAMES)))
JSI_HH_FILES = $(JSI_BASENAMES:%=$(SOURCE_DIR)/%_skel.hh)
JSI_CC_FILES = $(JSI_BASENAMES:%=$(SOURCE_DIR)/%_skel.cc)
JSI_OBJ_FILES = $(JSI_BASENAMES:%=$(OBJECT_DIR)/%_skel.o)
INTERFACE_BASENAMES = $(basename $(strip $(INTERFACE_NAMES)))
INTERFACE_HH_FILES = $(INTERFACE_BASENAMES:%=$(SOURCE_DIR)/%.hh)
INTERFACE_CC_FILES = $(INTERFACE_BASENAMES:%=$(SOURCE_DIR)/%.cc)
INTERFACE_OBJ_FILES = $(INTERFACE_BASENAMES:%=$(OBJECT_DIR)/%.o)
IMPLEMENTATION_BASENAMES = $(basename $(strip $(IMPLEMENTATION_NAMES)))
IMPLEMENTATION_HH_FILES = $(IMPLEMENTATION_BASENAMES:%=$(SOURCE_DIR)/%.hh)
IMPLEMENTATION_CC_FILES = $(IMPLEMENTATION_BASENAMES:%=$(SOURCE_DIR)/%.cc)
IMPLEMENTATION_OBJ_FILES = $(IMPLEMENTATION_BASENAMES:%=$(OBJECT_DIR)/%.o)
ALL_HH_FILES = \
$(JSI_HH_FILES) $(INTERFACE_HH_FILES) $(IMPLEMENTATION_HH_FILES)
ALL_CC_FILES = \
$(JSI_CC_FILES) $(INTERFACE_CC_FILES) $(IMPLEMENTATION_CC_FILES)
CWD_OBJ_FILES = \
$(JSI_OBJ_FILES) $(INTERFACE_OBJ_FILES) $(IMPLEMENTATION_OBJ_FILES) $(CLIENT_OBJS)
ALL_OBJ_FILES = $(CWD_OBJ_FILES)
# define the major targets:
# all : make everything
# clean :
.PHONY: all clean
all: $(FULL_LIBRARY_NAME)
clean:
-rm -f $(FULL_LIBRARY_NAME)
-rm -f $(FULL_LIBRARY_NAME).$(LIBRARY_VERSION)
-rm -f $(CWD_OBJ_FILES)
-rm -f $(JSI_HH_FILES)
-rm -f $(JSI_CC_FILES)
-rm -f lib/lib*
-rm -rf Templates.DB
-rm -f *~ dbx.log core
$(FULL_LIBRARY_NAME): $(ALL_OBJ_FILES)
-@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
-@echo "Building component library '$@'"
-@echo `date`
-@rm -f $@.$(LIBRARY_VERSION) $@
$(CCC) -G $(MTFLAGS) -o $@.$(LIBRARY_VERSION) \
-h $(notdir $@).$(LIBRARY_VERSION) $^ \
-L $(BV1TO1)/lib \
-L $(BV1TO1)/lib/components \
-L $(BV1TO1)/orbix/lib \
-L $(BV1TO1)/rogue/lib \
-L ../../procroot/MQ/lib \
-R $(COMPONENT_LIB_DIR) \
-R $(BV1TO1)/lib \
-R $(BV1TO1)/lib/components \
-R $(BV1TO1)/orbix/lib \
-R $(BV1TO1)/rogue/lib \
-R $../../procroot/MQ/lib \
-l bvbasic -lbvdata -lorbixmt -lMQTransportHandler -lbvc -lrwtool_mt -ljsrt -lbuiltin\
(cd $(LIBRARY_DIR)/lib; \
ln -s $(notdir $@).$(LIBRARY_VERSION) $(notdir $@))
# build the _skel.cc files using the JSI compiler.  We assume that
# they will be built in the original source directory
$(JSI_CC_FILES) : $(SOURCE_DIR)/%_skel.cc: $(SOURCE_DIR)/%.jsi
-@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
-@echo "Building skeleton code file '$@'"
$(JSIC) $(JSICFLAGS) $<
$(JSI_HH_FILES) : %_skel.hh: %.jsi
-@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
-@echo "Building skeleton header file '$@'"
$(JSIC) $(JSICFLAGS) $<
# build the .o files and put them into the OBJECT_DIR directory.
# We assume that the OBJECT_DIR exists.
$(OBJECT_DIR)/%.o: $(SOURCE_DIR)/%.cc
-@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
-@echo "Building component file '$@'"
-@echo `date`
-@echo
$(CCC) -c $(CCFLAGS) -o $@ $<

Hi,
Thanxs for the reply,
Here is the command that we use :
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Building skeleton code file '/appl/home/rmondal/sandbox/comproot/invoiceLookup/invoice_skel.cc'
/appl/bv1to1/bin/jsic /appl/home/rmondal/sandbox/comproot/invoiceLookup/invoice.jsi
CC -g -pic -pta -mt -D__EXTERN_C__=1 -DSVR4 -Dtrue=1 -Dfalse=0 -DEXCEPTIONS -D_REENTRANT -DRW_MULTI_THREAD -DNONE_CLASH -DIT_CATCH_ENV_EH -DIT_EX_MACROS -DRW_NO_FRIEND_INLINE_DECL -I. -I/appl/bv1to1/include/cpp -I/appl/bv1to1/rogue -I/appl/bv1to1/orbix/include -I../../procroot/MQ/idl -I../../procroot/MQ/include -I -I -I -I -I -I -g -mt -DRW_MULTI_THREAD -DJS_THREADSAFE -DJSFILE -KPIC -I/appl/home/rmondal/sandbox/comproot/invoiceLookup -I/appl/bv1to1/include/cpp -I/appl/bv1to1/orbix/include -I/appl/bv1to1/rogue -I/appl/bv1to1/js/include -DDEBUG -DNONE_CLASH -DTRACING -c /appl/home/rmondal/sandbox/comproot/invoiceLookup/invoice_skel.cc

Similar Messages

  • Getting following error when running eg. Applet + JMS. Why?

              Im trying to run the example Applet provided in the bea documentation in Weblogic
              8.1, but im getting the following error. Can someone shed some light on the matter.
              Thank you all for
              your time
              java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_WLStub
              at sun.applet.AppletClassLoader.findClass(Unknown Source)      
              at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)      
              at java.lang.ClassLoader.loadClass(Unknown Source)      
              at sun.applet.AppletClassLoader.loadClass(Unknown Source)      
              at java.lang.ClassLoader.loadClass(Unknown Source)      
              at java.lang.ClassLoader.loadClassInternal(Unknown Source)      
              at java.lang.Class.forName0(Native Method)      
              at java.lang.Class.forName(Unknown Source)      
              at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:476)
              at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:449)
              at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:345)
              at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:308)
              at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:234)
              at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:135)
              at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)      
              at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)      
              at javax.naming.InitialContext.init(Unknown Source)      
              at javax.naming.InitialContext.<init>(Unknown Source)      
              at Applet1.initJMS(Applet1.java:110)      
              at Applet1.init(Applet1.java:40)
              

    This is a known issue and is fixed in SP1. Please contact support for a
              patch.
              Tom Barnes wrote:
              > Not sure. I suggest first posting to the "rmi-iiop" newsgroup
              > if you are using the 8.1 thin-client, as JMS is not involved
              > yet. You can also try the "rmi" and "jndi" newsgroups.
              >
              > Tom, BEA
              >
              > john mattucci wrote:
              >
              >> Im trying to run the example Applet provided in the bea documentation
              >> in Weblogic
              >> 8.1, but im getting the following error. Can someone shed some light
              >> on the matter.
              >> Thank you all for your time
              >>
              >> java.lang.ClassNotFoundException:
              >> weblogic.jndi.internal.ServerNamingNode_WLStub
              >>
              >> at sun.applet.AppletClassLoader.findClass(Unknown Source)
              >> at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
              >> at java.lang.ClassLoader.loadClass(Unknown Source)
              >> at sun.applet.AppletClassLoader.loadClass(Unknown Source)
              >> at java.lang.ClassLoader.loadClass(Unknown Source)
              >> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
              >> at java.lang.Class.forName0(Native Method)
              >> at java.lang.Class.forName(Unknown Source)
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:476)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:449)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:345)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:308)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:234)
              >>
              >>
              >> at
              >> weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:135)
              >>
              >>
              >> at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
              >> at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
              >> at javax.naming.InitialContext.init(Unknown Source)
              >> at javax.naming.InitialContext.<init>(Unknown Source)
              >> at Applet1.initJMS(Applet1.java:110)
              >> at Applet1.init(Applet1.java:40)
              >
              >
              Rajesh Mirchandani
              Developer Relations Engineer
              BEA Support
              

  • Getting following error when trying to run my application through eclipse

    Hi
    i am getting following error when i am trying to execute my program from my eclipse id 3.2 .Plz help me .I have also increase jvm memory upto 256M but it doesnt work.
    [java] E:\tarun\java\workspace1\Nss_Gui\main\build.xml:62: java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.5.0_05\bin\java.exe" -Xmx100M -classpath E:\tarun\java\workspace1\Nss_Gui\main\output;E:\tarun\java\workspace1\Nss_Gui\main\conf;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryRequest.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryResponse.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Cdr.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$2.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Event.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor�
    [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:758)
    [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171)
    [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
    [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [java] at org.apache.tools.ant.Task.perform(Task.java:364)
    [java] at org.apache.tools.ant.Target.execute(Target.java:341)
    [java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [java] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    [java] Caused by: java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.5.0_05\bin\java.exe" -Xmx100M -classpath E:\tarun\java\workspace1\Nss_Gui\main\output;E:\tarun\java\workspace1\Nss_Gui\main\conf;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryRequest.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryResponse.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Cdr.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$2.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Event.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor�
    [java] at java.lang.ProcessImpl.create(Native Method)
    [java] at java.lang.ProcessImpl.<init>(Unknown Source)
    [java] at java.lang.ProcessImpl.start(Unknown Source)
    [java] at java.lang.ProcessBuilder.start(Unknown Source)
    [java] at java.lang.Runtime.exec(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [java] at java.lang.reflect.Method.invoke(Unknown Source)
    [java] at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:834)
    [java] at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:435)
    [java] at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:449)
    [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:751)
    [java] ... 13 more
    [java] --- Nested Exception ---
    [java] java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.5.0_05\bin\java.exe" -Xmx100M -classpath E:\tarun\java\workspace1\Nss_Gui\main\output;E:\tarun\java\workspace1\Nss_Gui\main\conf;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryRequest.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\GuiXmlQueryResponse.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Cdr.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor$2.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\CdrDescriptor.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\Event.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor$1.class;E:\tarun\java\workspace1\Nss_Gui\main\output\com\ardit\nss\common\model\cdr\EventDescriptor�
    [java] at java.lang.ProcessImpl.create(Native Method)
    [java] at java.lang.ProcessImpl.<init>(Unknown Source)
    [java] at java.lang.ProcessImpl.start(Unknown Source)
    [java] at java.lang.ProcessBuilder.start(Unknown Source)
    [java] at java.lang.Runtime.exec(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [java] at java.lang.reflect.Method.invoke(Unknown Source)
    [java] at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:834)
    [java] at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:435)
    [java] at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:449)
    [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:751)
    [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:171)
    [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
    [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [java] at org.apache.tools.ant.Task.perform(Task.java:364)
    [java] at org.apache.tools.ant.Target.execute(Target.java:341)
    [java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [java] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [java] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)

    javax.el.PropertyNotFoundException: Target Unreachable, 'oracle' returned null
    The managed bean property 'oracle' is not found with the specified EL expression. What is the EL expression used  and what is the managed bean property?

  • Getting an Error When Running Server 2012 R2 adprep /forest prep on a 2012 DC

    I am getting an error when running adprep /forest prep on a Server 2012 domain controller. The main parts of my domain are as follows:
    2 - Domain Controllers running Server 2012
    1 - Exchange Server 2013 running on Server 2012
    I am trying to either do an in-place upgrade to my domain controllers to Server 2012 R2 or even introduce a Server 2012 R2 domain controller into the domain. The error I am getting is as follows:
    [Status/Consequence]
    The operation GUID already exists so Adprep did not attempt to rerun this operation but is continuing.
    [2014/04/05:09:12:38.873]
    Adprep was about to call the following LDAP API. ldap_search_s(). The base entry to start the search is cn=38618886-98ee-4e42-8cf1-d9a2cd9edf8b,cn=Operations,cn=ForestUpdates,CN=Configuration,DC=DOMAIN,DC=local.
    [2014/04/05:09:12:38.873]
    LDAP API ldap_search_s() finished, return code is 0x20
    [2014/04/05:09:12:38.873]
    Adprep verified the state of operation cn=38618886-98ee-4e42-8cf1-d9a2cd9edf8b,cn=Operations,cn=ForestUpdates,CN=Configuration,DC=DOMAIN,DC=local.
    [Status/Consequence]
    The operation has not run or is not currently running. It will be run next.
    [2014/04/05:09:12:38.873]
    Adprep was about to call the following LDAP API. ldap_modify_s(). The entry to modify is CN=ad://ext/AuthenticationSilo,CN=Claim Types,CN=Claims Configuration,CN=Services,CN=Configuration,DC=DOMAIN,DC=local.
    [2014/04/05:09:12:38.873]
    LDAP API ldap_modify_s() finished, return code is 0x13
    [2014/04/05:09:12:38.905]
    Adprep was unable to modify some attributes on object CN=ad://ext/AuthenticationSilo,CN=Claim Types,CN=Claims Configuration,CN=Services,CN=Configuration,DC=DOMAIN,DC=local.
    [User Action]
    Check the log file ADPrep.log in the C:\Windows\debug\adprep\logs\20140405091235 directory for more information.
    [2014/04/05:09:12:38.936]
    Adprep encountered an LDAP error.
    Error code: 0x13. Server extended error code: 0x20b1, Server error message: 000020B1: AtrErr: DSID-030F112A, #1:
     0: 000020B1: DSID-030F112A, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 9086f (msDS-ClaimIsValueSpaceRestricted)
    DSID Info:
    DSID: 0x181112dd
    ldap error = 0x13
    NT BUILD: 9600
    NT BUILD: 16384
    [2014/04/05:09:12:38.967]
    Adprep was unable to update forest information.
    [Status/Consequence]
    Adprep requires access to existing forest-wide information from the schema master in order to complete this operation.
    [User Action]
    Check the log file, ADPrep.log, in the C:\Windows\debug\adprep\logs\20140405091235 directory for more information.
    Any Help would be appreciated. Thanks!

    Hi,
    did you check which servers has FSMO roles?
    You can do that via command prompt: netdom query fsmo
    For forestprep you must do that on DC which have Schema Operations marter role.
    Command
    Domain controller
    Number of times to run the command
    adprep /forestprep
    Must be run on the schema operations master for the forest.
    Once for the entire forest
    adprep /domainprep
    Must be run on the infrastructure operations master for the domain.
    Once in each domain where you plan to install an additional domain controller that runs a later version of Windows Server than the latest version that is running in the domain.
    Note
    Domains where you will not add a new domain controller will be affected by adprep /forestprep, but they do not require you to run adprep /domainprep.
    http://technet.microsoft.com/en-us/library/dd464018(v=ws.10).aspx

  • I recieve the following error when running an executable ("This VI is not Executable. The full development version of Labview is required to fix the errors"

    I recieve the following error when trying to build and run a labview executable. I am able to build the executable but when trying to run the executable, a pop up window comes up asking the user to select a dll. (please see screen shot attached). Once the DLL is selected, I get the error that This VI is not Executable. The full development version of Labview is required to fix the errors. (please see screen shot attached). I have also attached a snapshot of the project window.
    I have the professional development system
    I can run the main VI
    all the required DLL's are in the dependencies section of the project window.
    I am trying to find the root cause of this error but to no avail. can anyone give me a clue to what i am missing here. Any suggestions on where i should look to find the problem ?
    Thanks in advance to all labview users for your help
    Attachments:
    project window.PNG ‏36 KB

    other PNG
    Attachments:
    Broken Arrow on EXE.PNG ‏179 KB

  • Getting an error when running OPENROWSET on remote SSMS

    Hi!
    I'm getting an error when I execute OPENROWSET command
    from a remote SQL Server Management studio. But has no problem when directly execute the command on our database server.
    Msg 7303, Level 16, State 1, Line 2
    Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".
    Is there anything I need to enable or configure?
    Thank you in advance for your help!

    OK, this is the information that we need.
    "It is already opened exclusively by another user, or you need permission to view its data."
    Please check those 2 options:
    * "already opened": at time the connection is ot working try to open the file localy with the excal application. If the file is in used then the excel will promp about this. If it is not give you any error localy then
    try again from remoe (since the excel might take control if the connection is opened but not in used by remote connection). If you get that this might be the problem pls repeat this several time to make sure.
    * "you need permission": This is much more common situation 
    >> By default, when you use OpenRowSet to remote server it's the SQL Server Service user that needs access to the file. This is why lot of time it work ocaly and not from remote. check the service's user's permission.
    You can change the SQL server to run as a AD user (with the security implications it has) and then give that user access to the file on the network
    >> You are trying to use a share network folder. check thi link:
    http://technet.microsoft.com/en-us/library/ms175915.aspx
    "To use BULK INSERT or INSERT...SELECT * FROM OPENROWSET(BULK...) to bulk import data from another computer, the data file must be shared between the two computers. To specify a shared data file, use its universal naming convention (UNC) name, which takes
    the general form"
    >> check this link as well:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ac615f7e-a4af-44d9-8bba-8e5c20be3c76/using-credentials-with-openrowset?forum=sqlintegrationservices
    >> make sure that you use the right provider. Are you using 64 bit or 32?
    [Personal Site] [Blog] [Facebook]

  • Why am I getting Run-time menu error (Error 88 occurred at One or more illegal menu item index in...) in my built applicatio​n (single .exe) , but don't get any error when running/de​bugging it?

    I am using LabVIEW 6.02 & also downloaded the application builder patch. For my runtime menus, I've a subVI that first calls "Delete Menu Items.vi" to get rid of the standard menu items and then "Insert Menu Items.vi" to add my own. I only get an error when I try to run the built application.

    There was a similar issue in LabVIEW 5.0 where you would get the error if you passed an empty array to the 'items' input of Delete Menu Items. This was corrected in version 5.0.1. Did you mass compile your VI's after upgrading to version 6.0.2?
    I tried to reproduce the problem in a small VI but was not successful. I can run an executable built from this example without any problems. I am attaching it for you to test.
    Chris_Mitchell
    Product Development Engineer
    Certified LabVIEW Architect
    Attachments:
    menu.llb ‏33 KB

  • Error when running netca command

    Hi guru's,
    My database version ;11.1.0.7
    i am running netca command in linux
    in /u01/oracle/TEST/db/tech_st/11.1.0/network/admin
    i am going to TCPs litener with port 2484.
    following error is appeared
    so please Guide me to solve this problem.
    Oracle Net Services Configuration:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    java.lang.NullPointerException
    at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
    at oracle.net.ca.NetCA.<init>(Unknown Source)
    at oracle.net.ca.NetCA.main(Unknown Source)
    Oracle Net Services configuration failed. The exit code is -1
    Regards,
    ***SBJ***

    user8909477 wrote:
    i am running netca command in linuxGreat. But WHICH Linux???? Surprisingly it makes a difference. Just like asking to talk to a person, and specifying by family name, you might get the mother, the father, the son - and each might give a different response.
    >
    in /u01/oracle/TEST/db/tech_st/11.1.0/network/admin
    i am going to TCPs litener with port 2484.
    following error is appeared
    so please Guide me to solve this problem.
    Oracle Net Services Configuration:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Are you logging on as root? Are you SU'ing to Oracle or trying to run as riit?
    Try logging out - all the way out. Don't stop there, you need to log ALL the way out.
    And then log in as user Oracle.
    Logging in as root causes all sorts of headaches. Only SU to root, and then only when you absolutely need it.
    Now that you have logged out of root, and logged in (not just su'd) to oracle, what happens??

  • Getting an error when running Preflight to embed fonts in Acrobat Pro version 9

    I am running Acrobat Pro version 9.4.5 and when I am running a pre-flight for embedding fonts in my document I am getting an error message as follow: "
    An unexpected error has occurred during the Fixup process ".
    This is occuring at the font processing time. Anybody encountered the same issue.
    One detail which has it importance, I am using TTF fonts and some specific Adobe fonts which are located in the Resource\font directory of my workstation.
    Many thanks for your help.

    Check all your fonts have headers that permit embedding - some commercial fonts don't. Debugging in Preflight is a nightmare, so to find the problem you may have to try the fonts one at a time against a test document until you find the one that whimpers.

  • Error when running configToScript command in WLST

    Hi,
    I'm trying to get a WLST script for my existing server. I read about the configToScript command, but when I run it, I get an error
    wls:/nps_pt_92/serverConfig> configToScript('/export/third-party/etsbea/home/etsbea/tests/wlst/')
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 1547, in configToScript
    WLSTException: 'Error occured while performing configToScript : File not found: /export/third-party/etsbea/home/etsbea/tests/wlst/config/config.xml/export/third-party/etsbea/home/etsbea/tests/wlst/config/config.xml (No such file or directory) Use dumpStack() to view the full stacktrace'
    This is odd because I created a directory named "config" within "/export/third-party/etsbea/home/etsbea/tests/wlst/" but still no love. Any ideas what is going on?
    Thanks, - Dave

    Do:
    configToScript('YOU_WLS_DOMAIN_DIR','/export/third-party/etsbea/home/etsbea/tests/wlst/')

  • Getting BEFOREREPORTTRIGGER error when running report on web

    Hi,
    I have developed a report which uses lexicals in main query. In lexicals I apply filters (if any) which come as parameters from the GUI via a dbase table. When report is run locally using "Run Paper Layout" option it works as desired -- with or without filters.
    When report is run via GUI it runs fine when no filters are applied. Problem comes when any of the filter is applied in any one of the cases selected from the GUI.
    And I get the following errors.
    REP-1419: Please contact the Systems Administrator.
    REP-1419: 'beforereport': PL/SQL program aborted.
    when I go and check the beforereport trigger it does not show any errors when report is run within report builder.
    Any suggestions would be appreciated
    Thanks in advance

    Problem comes when any of the filter is applied in any one of the cases selected from the GUI.Do you mean that the problems only shows when you run the report in your browser via 9iAS?
    Which version are you using?
    Can you post the before report trigger?

  • Getting compiler error when running EnvExample.cpp

    Hi All,
    Im a newbie to use Berkeley DB and facing the problem when running the EnvExample.cpp.
    Please let me know what could be the problem??
    here is the command I used to run and the error I got.
    gcc -I/usr/local/BerkeleyDB.4.5/include EnvExample.cpp -L/usr/local/BerkeleyDB.4.5/lib -ldb_cxx-4.5
    In file included from /usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/backward/iostream.h:31,
    from /usr/local/BerkeleyDB.4.5/include/db_cxx.h:60,
    from EnvExample.cpp:19:
    /usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
    In file included from EnvExample.cpp:19:
    /usr/local/BerkeleyDB.4.5/include/db_cxx.h:61:23: error: exception.h: No such file or directory
    /usr/local/BerkeleyDB.4.5/include/db_cxx.h:1053: error: expected class-name before ‘{’ token
    Thanks
    Senthil
    Message was edited by:
    user586105

    Hi Senthil,
    A few pointers:
    Since you are compiling the C++ version, you should probably be using g++, not gcc.
    The problem is probably that you don't have the HAVE_CXX_STDHEADERS flag defined. Try running the following instead:
    g++ -DHAVE_CXX_STDHEADERS -I/usr/local/BerkeleyDB.4.5/include EnvExample.cpp -L/usr/local/BerkeleyDB.4.5/lib -ldb_cxx-4.5Let us know if that helps.
    - Alex

  • Getting an error when running my program but it compiles.

    Hey guys, I'm having a problem running the program. Everything compiles correctly, but then I get the error code linked below. Everything I think is correct here. Any ideas? I posted CinReader as well in case you wanted to try compiling and running it yourself.
    Thanks
    public class TextShuffleLevel
         private String jumble;
         private String [] matchString;
         public TextShuffleLevel ()
              jumble = "dunops";
              matchString = new String[5];
              matchString[0] = new String("abound");
              matchString[1] = new String("bound");
              matchString[2] = new String("undo");
              matchString[3] = new String("band");
              matchString[4] = new String("bond");
         public TextShuffleLevel (int whichDefaultLevel)
              if (whichDefaultLevel == 1)
                   jumble = "dunops";
                   matchString = new String[5];
                   matchString[0] = new String("abound");
                   matchString[1] = new String("bound");
                   matchString[2] = new String("undo");
                   matchString[3] = new String("band");
                   matchString[4] = new String("bond");
              else if (whichDefaultLevel == 2)
                   jumble = "srcaso";
                   matchString = new String[11];
                   matchString[0] = new String("across");
                   matchString[1] = new String("crass");
                   matchString[2] = new String("cross");
                   matchString[3] = new String("scars");
                   matchString[4] = new String("soars");
                   matchString[5] = new String("arcs");
                   matchString[6] = new String("soar");
                   matchString[7] = new String("scar");
                   matchString[8] = new String("oars");
                   matchString[9] = new String("cars");
                   matchString[10] = new String("orcs");
              else
                   jumble = "eplcis";
                   matchString = new String[19];
                   matchString[0] = new String("splice");
                   matchString[1] = new String("spiel");
                   matchString[2] = new String("plies");
                   matchString[3] = new String("slice");
                   matchString[4] = new String("clips");
                   matchString[5] = new String("epics");
                   matchString[6] = new String("spice");
                   matchString[7] = new String("epic");
                   matchString[8] = new String("lice");
                   matchString[9] = new String("slip");
                   matchString[10] = new String("clip");
                   matchString[11] = new String("pile");
                   matchString[12] = new String("lisp");
                   matchString[13] = new String("pies");
                   matchString[14] = new String("isle");
                   matchString[15] = new String("lips");
                   matchString[16] = new String("lies");
                   matchString[17] = new String("ices");
                   matchString[18] = new String("pics");
         public TextShuffleLevel (String newJumble, String [] newMatchString)
              jumble = newJumble;
              matchString = newMatchString;
         /* This is the nasty one */
         public boolean findMatch (String matchTry)
              boolean foundMatch = false;
              for (int i=0; i<matchString.length; i++)
                   if (matchTry.equalsIgnoreCase(matchString))
                        foundMatch = true;
                        break;
              return foundMatch;
         public void setJumble (String newJumble)
              jumble = newJumble;
         public void setMatchStrings (String [] newMatchString)
              matchString = newMatchString;
         public String getJumble ()
              return jumble;
         public int getJumbleLength ()
              return jumble.length();
         public int getNumberOfMatches ()
              return matchString.length;
         public String[] getMatchString ()
              return matchString;
    public class TextShuffleGame
         private int playerLevel = 1; // start them on level 1
         private CinReader reader;
         private TextShuffleLevel l1;
         private TextShuffleLevel l2;
         private TextShuffleLevel l3;
         private TextShuffleLevel onTheFly;
         public TextShuffleGame ()
              reader = new CinReader();
              // Using Statically Set Levels
              l1 = new TextShuffleLevel(1);
              l2 = new TextShuffleLevel(2);
              l3 = new TextShuffleLevel(3);
              // this one allows for a 'custom' level
              String fly[] = {"tea","at", "ate"};
              onTheFly = new TextShuffleLevel("eta", fly);
         //Setup for levels
         public void go ()
              boolean quit = false;
              char choice = 'z';
              int lastLevel = 0;
              while (quit == false)
                   lastLevel = playerLevel;
                   if (playerLevel == 1)
                        play(l1);
                   else if (playerLevel == 2)
                        play(l2);
                   else if (playerLevel == 3)
                        play(l3);
                   else
                        play(onTheFly);
                   if (lastLevel == playerLevel)
                        System.out.print("Play the level again");
                   else
                        System.out.print("Play next level");
                   System.out.print("(y/n)? ");
                   choice = reader.readChar();
                   if (choice == 'N' || choice == 'n')
                        quit = true;
         //Playing each level the same
         public void play (TextShuffleLevel theLevel)
              int numGuesses = 0;
              int numCorrect = 0;
              String userString = "";
              System.out.println("What " + theLevel.getJumbleLength() + "-letter words can you get out of " +
                                                 theLevel.getJumble() + "?\n");
              while (numGuesses < 5 && numCorrect < theLevel.getNumberOfMatches())
                        System.out.print("Enter a string: ");
                        userString = reader.readString();
                        if (theLevel.findMatch(userString) == true)
                             System.out.println("Great! A match!");
                             numCorrect = numCorrect + 1;
                        else
                             System.out.println("Drat... not a match");
                             numGuesses = numGuesses + 1;
              if (numCorrect == theLevel.getNumberOfMatches())
                   System.out.println("Terrific! You are ready to try a harder jumble");
                   playerLevel = playerLevel + 1;
         /* FOR TESTING ONLY -- TO BE REMOVED FOR RELEASE */
         public static void main (String [] args)
              TextShuffleGame tsg = new TextShuffleGame();
              tsg.go();
    import java.io.*;
    import java.util.*;
    public class CinReader
         private static final int INT_MESSAGE = 0;
         private static final int DOUBLE_MESSAGE = 1;
         private static final int CHAR_MESSAGE = 2;
         private static final int STRING_MESSAGE = 3;
         private static final int BOOLEAN_MESSAGE = 4;
         private static final String DEFAULT_ERROR_MESSAGE = "Please reenter. ";
         private String prompt = "> ";
         private String [] errorMessages;
         public CinReader ()
              prompt = "> ";
              setDefaultMessages();
         public CinReader (String newPrompt)
              prompt = newPrompt;
              setDefaultMessages();
         public CinReader (String newPrompt, String [] newErrorMessages)
              prompt = newPrompt;
              if (newErrorMessages != null)
                   setErrorMessages(newErrorMessages);
              else
                   setDefaultMessages();
         public void setPrompt (String newPrompt)
              prompt = newPrompt;
         public void setErrorMessages (String [] newErrorMessages)
              if (newErrorMessages != null)
                   int diff = errorMessages.length - newErrorMessages.length;
                   // NEED A MINIMUM OF 5 ERROR MESSAGES TO AVOID ERRORS
                   if (diff > 0)
                        errorMessages = new String[5];
                        for (int i=0; i<5; i++)
                             if (i < newErrorMessages.length)
                                  errorMessages[i] = new String(newErrorMessages);
                             else
                                  errorMessages[i] = new String(DEFAULT_ERROR_MESSAGE);
                   else
                        errorMessages = newErrorMessages;
         public void setErrorMessage (int idx, String msg)
              if (idx >= 0 && idx < errorMessages.length)
                   errorMessages[idx] = msg;
         public void setErrorMessageString (String msg)
              errorMessages[STRING_MESSAGE] = msg;
         public void setErrorMessageInt (String msg)
              errorMessages[INT_MESSAGE] = msg;
         public void setErrorMessageDouble (String msg)
              errorMessages[DOUBLE_MESSAGE] = msg;
         public void setErrorMessageChar (String msg)
              errorMessages[CHAR_MESSAGE] = msg;
         public void setErrorMessageBoolean (String msg)
              errorMessages[BOOLEAN_MESSAGE] = msg;
         public String readString()
              char theChar = 'x';
              String result = "";
              boolean done = false;
              while (!done)
                   theChar = nextChar();
                   if (theChar == '\n')
                        done = true;
                   else if (theChar == '\r'){}
                   else
                        result = result + theChar;
              return result;
         public String readString (boolean allowEmpty)
              String result = readString();
              if (!allowEmpty)
                   while (result.length() == 0)
                        System.out.println("Empty input not allowed. " + errorMessages[STRING_MESSAGE]);
                        System.out.print(prompt);
                        result = readString();
              return result;
         public String readString (int charLimit)
              String result = readString();
              if (result.length() > charLimit)
                   result = result.substring(0, charLimit);
              return result;
         public String readString (boolean allowEmpty, int charLimit)
              String result = readString(allowEmpty);
              if (result.length() > charLimit)
                   result = result.substring(0, charLimit);
              return result;
         public int readInt()
              String inputString = "";
              int number = 0;
              boolean done = false;
              while (!done)
                   try
                        inputString = readString();
                        inputString = inputString.trim();
                        number = (Integer.valueOf(inputString).intValue());
                        done = true;
                   catch (NumberFormatException e)
                        System.out.println("Input is not an integer. " + errorMessages[INT_MESSAGE]);
                        System.out.print(prompt);
              return number;
         public int readInt(int min, int max)
              String inputString = "";
              int number = 0;
              boolean done = false;
              while (!done)
                   try
                        inputString = readString();
                        inputString = inputString.trim();
                        number = (Integer.valueOf(inputString).intValue());
                        if (number < min || number > max)
                             System.out.println("Please enter an integer between " + min + " and " + max);
                        else
                             done = true;
                   catch (NumberFormatException e)
                        System.out.println("Input is not an integer. " + errorMessages[INT_MESSAGE]);
                        System.out.print(prompt);
              return number;
         public double readDouble()
              String inputString = "";
              double number = 0;
              boolean done = false;
              while (!done)
                   try
                        inputString = readString();
                        inputString = inputString.trim();
                        number = (Double.valueOf(inputString).doubleValue());
                        done = true;
                   catch (NumberFormatException e)
                        System.out.println("Input is not an integer. " + errorMessages[DOUBLE_MESSAGE]);
                        System.out.print(prompt);
              return number;
         public char readChar()
              boolean done = false;
              String inputString = "";
              char nonWhite = 'x';
              while (!done)
                   inputString = readString();
                   inputString = inputString.trim();
                   if (inputString.length() != 1)
                        System.out.println("Input must be a single character. " + errorMessages[CHAR_MESSAGE]);
                        System.out.print(prompt);
    else
    nonWhite = (inputString.charAt(0));
    done = true;
              return nonWhite;
         public char readChar (String range)
              char theChar = 'x';
              boolean done = false;
              while (!done)
                   theChar = readChar();
                   for (int i=0; i<range.length(); i++)
                        if (theChar == range.charAt(i))
                             done = true;
                             break;
                   if (!done)
                        System.out.print("Invalid input. Please enter one of the following -> ");
                        for (int i=0; i<range.length(); i++)
                             System.out.print(range.charAt(i) + " ");
                        System.out.print("\n" + prompt);
              return theChar;
         public boolean readBoolean()
              boolean done = false;
              String inputString = "";
              boolean result = false;
              while (!done)
                   inputString = readString(false);
                   inputString = inputString.trim();
                   if (inputString.equalsIgnoreCase("true") || inputString.equalsIgnoreCase("t"))
                        result = true;
                        done = true;
                   else if (inputString.equalsIgnoreCase("false") || inputString.equalsIgnoreCase("f"))
                        result = false;
                        done = true;
                   else
                        System.out.println("Input must be [t]rue or [f]alse. " + errorMessages[BOOLEAN_MESSAGE]);
                        System.out.print(prompt);
              return result;
         private void setDefaultMessages ()
              errorMessages = new String[5];
              for (int i=0; i<errorMessages.length; i++)
                   errorMessages[i] = new String(DEFAULT_ERROR_MESSAGE);
         private char nextChar()
              int charAsInt = -1;
              try
                   charAsInt = System.in.read();
              catch(IOException e)
                   System.out.println(e.getMessage());
                   System.out.println("Fatal error. Exiting program.");
                   System.exit(0);
              return (char)charAsInt;

    Ok, here's what I did using the JSE 8.1 IDE.
    1) I copied your code into a .java file named "TextShuffleGame".
    It generated about half a dozon errors.
    There are three classes in the program:
    TextShuffleLevel
    TextShuffleGame
    CinReader
    Each of these classes is declared "public" and I got the same error message on each one:
    "class ... is public, should be declared in a file name ... .java"
    so, I...
    2) tried changing them to "private".
    It then said: "modifier private not allowed here".
    so, I...
    3) deleted the modifiers for these three classes and left them as just class. No errors.
    The next two errors had to do with the two import statements:
    "import java.io.*;" and "import java.util.*;".
    It said: "'class' or 'identifier' expected" for both. So, I...
    4) moved them to the top of the source file.
    Didn't help at first. So, I...
    5) fiddle around with them a bit.
    I tried "java.io;" and "java.util;" and then "java.*;" by itself. Still got errors. So, I put them back as you had them and for some mysterious reason, my editor decided they were fine. oO
    This also corrected the last errors in the "CinReader" class. Here is the error-free code I now have in my "TextShuffleGame.java" file:
    import java.io.*;
    import java.util.*;
    class TextShuffleLevel
         private String jumble;
         private String [] matchString;
         public TextShuffleLevel ()
              jumble = "dunops";
              matchString = new String[5];
              matchString[0] = new String("abound");
              matchString[1] = new String("bound");
              matchString[2] = new String("undo");
              matchString[3] = new String("band");
              matchString[4] = new String("bond");
         public TextShuffleLevel (int whichDefaultLevel)
              if (whichDefaultLevel == 1)
                   jumble = "dunops";
                   matchString = new String[5];
                   matchString[0] = new String("abound");
                   matchString[1] = new String("bound");
                   matchString[2] = new String("undo");
                   matchString[3] = new String("band");
                   matchString[4] = new String("bond");
              else if (whichDefaultLevel == 2)
                   jumble = "srcaso";
                   matchString = new String[11];
                   matchString[0] = new String("across");
                   matchString[1] = new String("crass");
                   matchString[2] = new String("cross");
                   matchString[3] = new String("scars");
                   matchString[4] = new String("soars");
                   matchString[5] = new String("arcs");
                   matchString[6] = new String("soar");
                   matchString[7] = new String("scar");
                   matchString[8] = new String("oars");
                   matchString[9] = new String("cars");
                   matchString[10] = new String("orcs");
              else
                   jumble = "eplcis";
                   matchString = new String[19];
                   matchString[0] = new String("splice");
                   matchString[1] = new String("spiel");
                   matchString[2] = new String("plies");
                   matchString[3] = new String("slice");
                   matchString[4] = new String("clips");
                   matchString[5] = new String("epics");
                   matchString[6] = new String("spice");
                   matchString[7] = new String("epic");
                   matchString[8] = new String("lice");
                   matchString[9] = new String("slip");
                   matchString[10] = new String("clip");
                   matchString[11] = new String("pile");
                   matchString[12] = new String("lisp");
                   matchString[13] = new String("pies");
                   matchString[14] = new String("isle");
                   matchString[15] = new String("lips");
                   matchString[16] = new String("lies");
                   matchString[17] = new String("ices");
                   matchString[18] = new String("pics");
         public TextShuffleLevel (String newJumble, String [] newMatchString)
              jumble = newJumble;
              matchString = newMatchString;
         /* This is the nasty one */
         public boolean findMatch (String matchTry)
              boolean foundMatch = false;
              for (int i=0; i<matchString.length; i++)
                   if (matchTry.equalsIgnoreCase(matchString))
                        foundMatch = true;
                        break;
              return foundMatch;
         public void setJumble (String newJumble)
              jumble = newJumble;
         public void setMatchStrings (String [] newMatchString)
              matchString = newMatchString;
         public String getJumble ()
              return jumble;
         public int getJumbleLength ()
              return jumble.length();
         public int getNumberOfMatches ()
              return matchString.length;
         public String[] getMatchString ()
              return matchString;
    class TextShuffleGame
         private int playerLevel = 1; // start them on level 1
         private CinReader reader;
         private TextShuffleLevel l1;
         private TextShuffleLevel l2;
         private TextShuffleLevel l3;
         private TextShuffleLevel onTheFly;
         public TextShuffleGame ()
              reader = new CinReader();
              // Using Statically Set Levels
              l1 = new TextShuffleLevel(1);
              l2 = new TextShuffleLevel(2);
              l3 = new TextShuffleLevel(3);
              // this one allows for a 'custom' level
              String fly[] = {"tea","at", "ate"};
              onTheFly = new TextShuffleLevel("eta", fly);
         //Setup for levels
         public void go ()
              boolean quit = false;
              char choice = 'z';
              int lastLevel = 0;
              while (quit == false)
                   lastLevel = playerLevel;
                   if (playerLevel == 1)
                        play(l1);
                   else if (playerLevel == 2)
                        play(l2);
                   else if (playerLevel == 3)
                        play(l3);
                   else
                        play(onTheFly);
                   if (lastLevel == playerLevel)
                        System.out.print("Play the level again");
                   else
                        System.out.print("Play next level");
                   System.out.print("(y/n)? ");
                   choice = reader.readChar();
                   if (choice == 'N' || choice == 'n')
                        quit = true;
         //Playing each level the same
         public void play (TextShuffleLevel theLevel)
              int numGuesses = 0;
              int numCorrect = 0;
              String userString = "";
              System.out.println("What " + theLevel.getJumbleLength() + "-letter words can you get out of " +
                                                 theLevel.getJumble() + "?\n");
              while (numGuesses < 5 && numCorrect < theLevel.getNumberOfMatches())
                        System.out.print("Enter a string: ");
                        userString = reader.readString();
                        if (theLevel.findMatch(userString) == true)
                             System.out.println("Great! A match!");
                             numCorrect = numCorrect + 1;
                        else
                             System.out.println("Drat... not a match");
                             numGuesses = numGuesses + 1;
              if (numCorrect == theLevel.getNumberOfMatches())
                   System.out.println("Terrific! You are ready to try a harder jumble");
                   playerLevel = playerLevel + 1;
         /* FOR TESTING ONLY -- TO BE REMOVED FOR RELEASE */
         public static void main (String [] args)
              TextShuffleGame tsg = new TextShuffleGame();
              tsg.go();
    class CinReader
         private static final int INT_MESSAGE = 0;
         private static final int DOUBLE_MESSAGE = 1;
         private static final int CHAR_MESSAGE = 2;
         private static final int STRING_MESSAGE = 3;
         private static final int BOOLEAN_MESSAGE = 4;
         private static final String DEFAULT_ERROR_MESSAGE = "Please reenter. ";
         private String prompt = "> ";
         private String [] errorMessages;
         public CinReader ()
              prompt = "> ";
              setDefaultMessages();
         public CinReader (String newPrompt)
              prompt = newPrompt;
              setDefaultMessages();
         public CinReader (String newPrompt, String [] newErrorMessages)
              prompt = newPrompt;
              if (newErrorMessages != null)
                   setErrorMessages(newErrorMessages);
              else
                   setDefaultMessages();
         public void setPrompt (String newPrompt)
              prompt = newPrompt;
         public void setErrorMessages (String [] newErrorMessages)
              if (newErrorMessages != null)
                   int diff = errorMessages.length - newErrorMessages.length;
                   // NEED A MINIMUM OF 5 ERROR MESSAGES TO AVOID ERRORS
                   if (diff > 0)
                        errorMessages = new String[5];
                        for (int i=0; i<5; i++)
                             if (i < newErrorMessages.length)
                                  errorMessages[i] = new String(newErrorMessages[i]);
                             else
                                  errorMessages[i] = new String(DEFAULT_ERROR_MESSAGE);
                   else
                        errorMessages = newErrorMessages;
         public void setErrorMessage (int idx, String msg)
              if (idx >= 0 && idx < errorMessages.length)
                   errorMessages[idx] = msg;
         public void setErrorMessageString (String msg)
              errorMessages[STRING_MESSAGE] = msg;
         public void setErrorMessageInt (String msg)
              errorMessages[INT_MESSAGE] = msg;
         public void setErrorMessageDouble (String msg)
              errorMessages[DOUBLE_MESSAGE] = msg;
         public void setErrorMessageChar (String msg)
              errorMessages[CHAR_MESSAGE] = msg;
         public void setErrorMessageBoolean (String msg)
              errorMessages[BOOLEAN_MESSAGE] = msg;
         public String readString()
              char theChar = 'x';
              String result = "";
              boolean done = false;
              while (!done)
                   theChar = nextChar();
                   if (theChar == '\n')
                        done = true;
                   else if (theChar == '\r'){}
                   else
                        result = result + theChar;
              return result;
         public String readString (boolean allowEmpty)
              String result = readString();
              if (!allowEmpty)
                   while (result.length() == 0)
                        System.out.println("Empty input not allowed. " + errorMessages[STRING_MESSAGE]);
                        System.out.print(prompt);
                        result = readString();
              return result;
         public String readString (int charLimit)
              String result = readString();
              if (result.length() > charLimit)
                   result = result.substring(0, charLimit);
              return result;
         public String readString (boolean allowEmpty, int charLimit)
              String result = readString(allowEmpty);
              if (result.length() > charLimit)
                   result = result.substring(0, charLimit);
              return result;
         public int readInt()
              String inputString = "";
              int number = 0;
              boolean done = false;
              while (!done)
                   try
                        inputString = readString();
                        inputString = inputString.trim();
                        number = (Integer.valueOf(inputString).intValue());
                        done = true;
                   catch (NumberFormatException e)
                        System.out.println("Input is not an integer. " + errorMessages[INT_MESSAGE]);
                        System.out.print(prompt);
              return number;
         public int readInt(int min, int max)
              String inputString = "";
              int number = 0;
              boolean done = false;
              while (!done)
                   try
                        inputString = readString();
                        inputString = inputString.trim();
                        number = (Integer.valueOf(inputString).intValue());
                        if (number < min || number > max)
                             System.out.println("Please enter an integer between " + min + " and " + max);
                        else
                             done = true;
                   catch (NumberFormatException e)
                        System.out.println("Input is not an integer. " + errorMessages[INT_MESSAGE]);
                        System.out.print(prompt);
              return number;
         public double readDouble()
              String inputString = "";
              double number = 0;
              boolean done = false;
              while (!done)
                   try
                        inputString = readString();
                        inputString = inputString.trim();
                        number = (Double.valueOf(inputString).doubleValue());
                        done = true;
                   catch (NumberFormatException e)
                        System.out.println("Input is not an integer. " + errorMessages[DOUBLE_MESSAGE]);
                        System.out.print(prompt);
              return number;
         public char readChar()
              boolean done = false;
              String inputString = "";
              char nonWhite = 'x';
              while (!done)
                   inputString = readString();
                   inputString = inputString.trim();
                   if (inputString.length() != 1)
                        System.out.println("Input must be a single character. " + errorMessages[CHAR_MESSAGE]);
                        System.out.print(prompt);
    else
    nonWhite = (inputString.charAt(0));
    done = true;
              return nonWhite;
         public char readChar (String range)
              char theChar = 'x';
              boolean done = false;
              while (!done)
                   theChar = readChar();
                   for (int i=0; i<range.length(); i++)
                        if (theChar == range.charAt(i))
                             done = true;
                             break;
                   if (!done)
                        System.out.print("Invalid input. Please enter one of the following -> ");
                        for (int i=0; i<range.length(); i++)
                             System.out.print(range.charAt(i) + " ");
                        System.out.print("\n" + prompt);
              return theChar;
         public boolean readBoolean()
              boolean done = false;
              String inputString = "";
              boolean result = false;
              while (!done)
                   inputString = readString(false);
                   inputString = inputString.trim();
                   if (inputString.equalsIgnoreCase("true") || inputString.equalsIgnoreCase("t"))
                        result = true;
                        done = true;
                   else if (inputString.equalsIgnoreCase("false") || inputString.equalsIgnoreCase("f"))
                        result = false;
                        done = true;
                   else
                        System.out.println("Input must be [t]rue or [f]alse. " + errorMessages[BOOLEAN_MESSAGE]);
                        System.out.print(prompt);
              return result;
         private void setDefaultMessages ()
              errorMessages = new String[5];
              for (int i=0; i < errorMessages.length; i++)
                   errorMessages[i] = new String(DEFAULT_ERROR_MESSAGE);
         private char nextChar()
              int charAsInt = -1;
              try
                   charAsInt = System.in.read();
              catch(IOException e)
                   System.out.println(e.getMessage());
                   System.out.println("Fatal error. Exiting program.");
                   System.exit(0);
              return (char)charAsInt;
    Hope that helps.

  • Getting  following error while running "Enterprise asset management" form

    I have to import a form from server and run it on my Jdev9i.
    The form consists of many tabs i.e pages.At first in the home page it should ask for the organization name which is a kind of login id.
    But when i m trying to run any of the pages , only the home page is run with the following error. Moreover it is not asking for the organization name which is a must to navigate through the application.
    No method with signature - No method with signature - getRespId()
    Please help me out,
    Thanks
    Edited by: Rahul Minocha on Nov 2, 2008 10:04 PM

    I am not sure whether you are checking the Work Request, Work Order or some other form. But I would not suggest running the forms independently in Jdeveloper. In EAM you need to select the Organization before you navigate to the forms and I think your Error might need to do with that.
    Kindly let us know what is your intention after running the project in Jdeveloper and we can concenterate on the same.
    Regards
    Sumit

  • Process chains get an error when run analysis process

    When my PRD system‘s process chains run analysisi process, I  gets below error message:
    Error occurred when starting the parser: Error when opening an RFC connection (FUNCTION: 'R
    Message no. BRAINOLAPAPI011
    Diagnosis
    Failed to start the MDX parser.
    System Response
    Error when opening an RFC connection (FUNCTION: 'R
    Procedure
    Check the Sys Log in Transaction SM21 and test the TCP-IP connection MDX_PARSER in Transaction SM59.
    It's OK when i test the TCP-IP connection MDX_PARSER in Transaction SM59.
    The Sys Log in Transaction SM21(error part):
    M Wed Mar 19 09:22:50 2014
    M  *** ERROR => ThPOpen: ExecPopen("/usr/sap/BWP/DVEBMGS00/exe/tp" bwprd sapgw00 18933904 IDX=35, r, ..) returned -14 [thxxexec.c
    M  {root-id=532810645F5D12A0E1008000C0A8642F}_{conn-id=5328109B5F5D12A0E1008000C0A8642F}_5
    A  RFC 1878  CONVID 18933904
    A   * CMRC=0 DATA=0 STATUS=0 SAPRC=0 RfcExecProgramKernel RfcRaiseErrorMessage cmd could not be started by OS (rc = 1)
    A  RFC> ABAP Programm: SAPLSTPA (Transaction: )
    A  RFC> User: JY-LKZ (Client: 900)
    A  RFC> Destination: CALLTP_AIX (handle: 8, DtConId: 530F4E5C30AF4550E1008000C0A8642E, DtConCnt: 0, ConvId: ,)
    A  RFC SERVER> RFC Server Session (handle: 1, 68443927, {5328109B-5F5D-12A0-E100-8000C0A8642F})
    A  RFC SERVER> Caller host:
    A  RFC SERVER> Caller transaction code: STMS (Caller Program: SAPLTMSC)
    A  RFC SERVER> Called function module: TMS_CI_START_SERVICE
    A  *** ERROR => RFC Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1887
    FUNCTION: 'RfcExecProgramKernel'
    RfcRaiseErrorMessage cmd could not be started by OS (rc = 1)
    PROG ="/usr/sap/BWP/DVEBMGS00/exe/tp" bwprd sapgw00 18933904 IDX=35
    [abrfcio.c    9213]
    A  {root-id=532810645F5D12A0E1008000C0A8642F}_{conn-id=5328109B5F5D12A0E1008000C0A8642F}_5
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: end RX_GET_MESSAGE
    M
    M Wed Mar 19 09:23:15 2014
    M  *** ERROR => ThPOpen: ExecPopen("/usr/sap/BWP/DVEBMGS00/exe/tp" bwprd sapgw00 18968493 IDX=61, r, ..) returned -14 [thxxexec.c
    M  {root-id=532810645F5D12A0E1008000C0A8642F}_{conn-id=532811958F750F10E1008000C0A8642F}_1
    A  RFC 1878  CONVID 18968493
    A   * CMRC=0 DATA=0 STATUS=0 SAPRC=0 RfcExecProgramKernel RfcRaiseErrorMessage cmd could not be started by OS (rc = 1)
    A  RFC> ABAP Programm: SAPLSTPA (Transaction: )
    A  RFC> User: TMSADM (Client: 000)
    A  RFC> Destination: CALLTP_AIX (handle: 3, DtConId: 530F4E7830AF4550E1008000C0A8642E, DtConCnt: 0, ConvId: ,)
    A  RFC SERVER> RFC Server Session (handle: 1, 70212851, {53281195-8F75-0F10-E100-8000C0A8642F})
    A  RFC SERVER> Caller host:
    A  RFC SERVER> Caller transaction code: STMS (Caller Program: SAPLTMSC)
    A  RFC SERVER> Called function module: TMS_CI_START_SERVICE
    A  *** ERROR => RFC Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1887
    FUNCTION: 'RfcExecProgramKernel'
    RfcRaiseErrorMessage cmd could not be started by OS (rc = 1)
    PROG ="/usr/sap/BWP/DVEBMGS00/exe/tp" bwprd sapgw00 18968493 IDX=61
    [abrfcio.c    9213]
    A  {root-id=532810645F5D12A0E1008000C0A8642F}_{conn-id=532811958F750F10E1008000C0A8642F}_1
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: end RX_GET_MESSAGE.
    ps.
    1、IT's everything ok in the development system.
    2、It’s ok when i repeat this analysis process .
    3、It’s ok when i run this analysis process in analysis process designer.
    4、Attachment is the sys log in sm21.
    Thanks everyone.

    Hi Vignesh.B,
    Yes,it's not user's problem . But i don't  think it APD's problem .Cause all APD has the same problem and .
    Below is one of APD souce and target :
    Hope this information  is useful .
    Regards,
    Lian

Maybe you are looking for

  • Customer open balances urgent.... BAPI_AR_ACC_GETKEYDATEBALANCE

    hi experts,       i have tried to customer balances by using FM <i>BAPI_AR_ACC_GETKEYDATEBALANCE</i> but its not giving the desired result. My requirement is if user enters date, i need to fetch the transaction values before that period alongwith the

  • CS5's save for web size preview is lying to me. Help!

    So I just downloaded Photoshop CS5. For my work I need to save images through the Save for Web and I need to save it at a certain file size as a jpg. I change the percentage to get it just at right size (75K or 25K) and then hit save. Then when I loo

  • Very Wierd Error Code -39 on External FW...

    I keep getting the following Error Code -36, when copy to any external HD FW400/800. This is plugged into a Belkin FW400 Powered HUB. I've gone and replaced this several times at the store thinking it was related to this, and the HUB is erally Powere

  • Post asset down payment

    Dear all, AO90 config, the "Acquisition: down payment",  here only allowed recon.accounts for account type "A(asset)"? when I post the asset down payment with PO by F-48, here's an error message: this account(which set in AO90)can' be posted directly

  • Plotting Data Incorrectly in a Scatter Plot

    I am trying to plot a graph using a scatter plot in Numbers, and all of the data points are correct except for one. If you look at the data, you can see that the point that is at .00360 on the y axis(the highest point on the graph) is supposed to hav