Handle errors when makeing doc.submitForm()

Hello,
I am trying to submit PDF form by method doc.submitForm, example:
doc.submitForm
        cURL: "http://localhost/reader_test.php?name=" + name.rawValue,
        cSubmitAs: "XML"
A) With this approach, is it possible to handle connection errors and display custom error message (and cancel the original one) ?
I have tried something like
try{  doc.submitForm(...); } catch(e) { //handle code }
but it seems to be run asynchronously.
B) Is it possible to add custom HTTP headers to the POST ?
I saw that FormCalc can do it in Post() funciton, but when using Post() function, the Reader displays Yello-bar security dialog, that made our previous SOAP-based solution too complicated for the end user.
Appreciate any help.
Radek

Sofar I have not found the way how to handle errors when using doc.submitForms(), but there may be following workaround (mey be?):
The server returns as a response to a submitForms() call a pdf content, which is displayed as a document in a new Reader's window. Is it possible to place some javascript into this new window, that would refer to parent window and send to it some message ? Or at least to detect at the "parent" window, that a "child" window was opened ?
So is there any relation between the newly opened document with the response from server and the original document, that initiated calling of doc.submitForms()?
Thanks.

Similar Messages

  • Frequently faced errors when making code as unicode enabled document

    Hi ALL,
    Does any have frequently faced errors when making code as unicode enabled document
    please forward it to
    [email protected]
    thanks
    Suchitra

    WS_DOWNLOAD and WS_UPLOAD function calls will need to be replaced with GUI_UPLOAD and GUI_DOWNLOAD or the assocaited methods of the class CL_GUI_FRONTEND_SERVICES.  Also, some syntax changes to some statements, like OPEN DATASET will need the ENCODING extension.
    Regards,
    Rich HEilman

  • Modbus errors when making object connection

    I have a telemetry system that currently has 37 RTU's and uses Lookout 6.0.2. We are adding an additional site ( pump station with controls) and I am experiencing a probleml when making the "connection" between a control object (00001) and a switch. With the RTU up and running without the switch connection, modbus statistics show valid response frames at 100% with no errors. Input states can be changed and the software works properly and dispays the correct state. AS SOON as I make the connection between the control object and the switch, modbus statistics show "no response" errors immediately and the software X's out all of the dispayed objects for that RTU. If I change the switch position, the RTU responds and turns on or off the corresponding output even though the software says the RTU in not responding. I have tried creating a new modbus driver and making a simple connection between a control object and a switch with the same result. If I re-address my RTU to a lower number that is not in use, such as 13, everything works normally. I do not have the luxury of just going to a lower number as the system is currently undergoing expansion and will continue to grow beyond the mark of 40 units in the field. Anybody seen this before?
    Thanks
    Brad Adams
    Service Manager
    CommTech
    441 Donelson Pike, Suite 420
    Nashville, TN  37214
    Phone: 615-889-4756
    Fax:      615-391-0300
    Cell:      615-477-8975
    [email protected]
    "once you eliminate all other possibilities, what's left, however improbable, must be the solution"

    Are you using serial modbus ASCII, RTU or TCPIP?  Also, what type of radios are you using?  I have noticed some errors with MDS radios when attempting to pass some binary codes through them.

  • Error when making connection:  You have an error in your SQL syntax;

    I'm getting this error when trying to make a simple Database Connection:
    SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '????????????????????????????????' at line 1
    SQLState: 42000
    VendorError: 1064
    I tried a different driver and got the same error with more "?"s in the "use near....." part.
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class DBTest{         public static void main(String[] args){                 try{                         Class.forName("com.mysql.jdbc.Driver").newInstance();                 } catch(Exception e){                         System.out.println(e);                         System.exit(0);                 }                 Connection conn = null;                 try {                         conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/testDB?" + "user=root&password=password");                         conn.close();                 } catch (SQLException ex) {                         // handle any errors                         System.out.println("SQLException: " + ex.getMessage());                         System.out.println("SQLState: " + ex.getSQLState());                         System.out.println("VendorError: " + ex.getErrorCode());                 }         } }
    MySQL Server Version:
    Server version: 5.0.67-0ubuntu6 (Ubuntu)

    cotton.m wrote:
    c0c0 wrote:
    I've tried Drivers 5.1 , 5.0 and 3.1 now and I get the same problem every time. I've tried switching databases, users, etc but always get this same error:
    java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '????????????????' at line 1
    I have the latest version of mysql from the Ubuntu repositories. Do I have to configure that a certain way? It isn't the URL which I supply that it does not like because I've tried multiple URLs and they all give me the same error when I supply the correct information.
    Any help is greatly appreciated.This is.. very odd.
    I have to ask are you really, really sure that your code is just as you posted? Are you sure you aren't running a query of some sort? My guess at this point would be some sort of rather bizarre encoding issue. I'm sorry but I can't reproduce your behaviour, I am connecting to different MySQL instances with no problem from Ubuntu..
    Yes the code is exactly the same as what I posted (except hiding actual usernames and passwords)
    I've even tried to connect to a remote mysql server and get the same behavior (If I type in the wrong database it alerts me there is no db of that name, if I lg in with the wrong password it alerts me cant login ____ @ ______, when I have all the correct information I get that same old error) , I'm somewhat convinced it's my driver now. I thought at first it was the way I had mysql configured but now I think it's my driver or the way I have everything installed. I simply put the driver location in the classpath and do the command:
    export set CLASSPATH=/usr/share/tomcat5.5-webapps/ROOT/lib/mysql-connector-java-5.1.7-bin.jar
    Was this the wrong way to go about doing it? I'm not currently running tomcat I simply put it there because a book said that's where it should go for tomcat, but I wanted to first try this not running tomcat with just a simple normal Java example.

  • Error when making a call to SAP using SaveData

    Hi,
    Iam getting the following error while making a function call to SAP
    T:5392 *>RfcInstallStrucure2: field 1 (SIZE_DIM, t:0, l:1) offset 16 too small
    Can somebody please explain me what's going wrong.
    Thanks & Regards,
    Sudha

    Hi Sudha,
    WELCOME TO SDN FORUMS!!!
    It's a RFC Error. I think there is a problem with the length of the parameter you are passing to the RFC.
    1. Please check the parameters that your are passing to your rfc.
    2. I mean the datatype and length of the parameter that you are passing.
    3. Instead of passing the parameters from the .net application to the RFC, test the RFC from the SAP GUI
    with the input that you are going to pass from the .net application.
    Hope it helps.
    Regards,
    Maheswaran.B
    In order to keep the quality of the forum posts high and to involve more people in the process, SDN has
    introduced some mechanism to reward points. In case your problem is solved, don't forget to do this otherwise you
    might not get much help in the future anymore.
    Message was edited by: Maheswaran B

  • Error when making a database call froman ejb

    Hello,
    I am getting the following error when accessing the database from an ejb -
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.RemoteException
         at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:68)
         at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
         at com.ejb._EULookupRemoteIF_Stub.fetchAllLookups(Unknown Source)
         at com.ejb._EULookupRemoteIF_Stub.fetchAllLookups(Unknown Source)
         at com.servlets.login.EUClsLoginServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
         at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
         at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    Caused by: java.rmi.RemoteException
         at com.sun.enterprise.iiop.POAProtocolMgr.mapException(POAProtocolMgr.java:451)
         at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:545)
         at com.ejb.EUClsLookupBean_EJBObjectImpl.fetchAllLookups(EUClsLookupBean_EJBObjectImpl.java:101)
         at com.ejb._EUClsLookupBean_EJBObjectImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(GenericPOAServerSC.java:569)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(GenericPOAServerSC.java:211)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(GenericPOAServerSC.java:113)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:275)
         at com.sun.corba.ee.internal.iiop.LocalClientRequestImpl.invoke(LocalClientRequestImpl.java:96)
         at com.sun.corba.ee.internal.corba.ClientDelegate.invoke(ClientDelegate.java:237)
         at com.sun.corba.ee.internal.POA.GenericPOAClientSC.invoke(GenericPOAClientSC.java:97)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
         at com.ejb._EULookupRemoteIF_Stub.fetchAllLookups(Unknown Source)
         ... 16 more
    Any help?

    Please look in those 16 other stack traces for more details, there should be an actual SQLException if
    it's a database problem, and/or the actual bean method that caused the problem.
    Regards,
    Marina

  • Urgent - Handle error when mail server is down

    Hi,
    Can anyone assist on how we can handle the case when the mail server is down? For instance is it going to be implemented like
    exception when +???+
    Or is there any other way to handle this in order not to get frm-error in oracle forms?
    Thank you
    Edited by: MrProud on Mar 26, 2009 12:32 AM
    Edited by: MrProud on Mar 26, 2009 12:33 AM

    I think OP's problem doesn't related with FORMS. He should CATCH that error code and return normal readable error to user
    Moreover, I advice to OP to read briefly documentation related with [UTL_SMTP |http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_smtp.htm#CHDCFFDI] package
    And also to take a look at default [Exceptions |http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_smtp.htm#i1006659] which can be raised when using UTL_SMTP package
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • HELP! opencascade error when making, different problem than usual

    Dont be intimidated my the make log, it all ran well exept for this part, so i dont think u will need to read the rest
    i think the problem is the "*** missing separator. stop" in the first line after TKMATH
    Making all in TKMath
    make[3]: Entering directory `/home/corex/build/opencascade/src/ros/adm/lin/amk/TKMath'
    make[3]: Leaving directory `/home/corex/build/opencascade/src/ros/adm/lin/amk/TKMath'
    make[2]: Leaving directory `/home/corex/build/opencascade/src/ros/adm/lin/amk'
    make[1]: Leaving directory `/home/corex/build/opencascade/src/ros'
    for some reason it does not show when i wrote makepkg &> opencascade.log, but its there, it there anyway to make a better log and find out where the spaces are instead of tab(i looked online and found that the error means that there were spaced where there should be a tab) is it possible for me to bdstar the OpenCASCADE660.tgz, make the apropriate changes, and then repkg it for make? or is there an easyer way, or something i dont know, pls help.
    make log
    probably to much, but it never hurts. i think the problem is the "*** missing separator. stop" in the first line after TKMATH
    ====================================================== aclocal
    ====================================================== libtoolize
    ====================================================== autoheader
    ====================================================== automake
    ====================================================== autoconf
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking for library containing strerror... none required
    checking whether byte ordering is bigendian... no
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
    checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC -DPIC
    checking if g++ PIC flag -fPIC -DPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking if g++ supports -c -o file.o... (cached) yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... (cached) GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether gcc and cc understand -c and -o together... yes
    checking for gawk... (cached) gawk
    checking whether ln -s works... yes
    checking for bison... bison -y
    checking whether make sets $(MAKE)... (cached) yes
    checking for ANSI C header files... (cached) yes
    checking  for C header files ... checking for dlfcn.h... (cached) yes
    checking dl.h usability... no
    checking dl.h presence... no
    checking for dl.h... no
    checking ieeefp.h usability... no
    checking ieeefp.h presence... no
    checking for ieeefp.h... no
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking pwd.h usability... yes
    checking pwd.h presence... yes
    checking for pwd.h... yes
    checking sys/statvfs.h usability... yes
    checking sys/statvfs.h presence... yes
    checking for sys/statvfs.h... yes
    checking sys/vfs.h usability... yes
    checking sys/vfs.h presence... yes
    checking for sys/vfs.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking osfcn.h usability... no
    checking osfcn.h presence... no
    checking for osfcn.h... no
    checking netdb.h usability... yes
    checking netdb.h presence... yes
    checking for netdb.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking net/if.h usability... yes
    checking net/if.h presence... yes
    checking for net/if.h... yes
    checking sys/systeminfo.h usability... no
    checking sys/systeminfo.h presence... no
    checking for sys/systeminfo.h... no
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking sysent.h usability... no
    checking sysent.h presence... no
    checking for sysent.h... no
    checking for unistd.h... (cached) yes
    checking sys/unistd.h usability... yes
    checking sys/unistd.h presence... yes
    checking for sys/unistd.h... yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking ndir.h usability... no
    checking ndir.h presence... no
    checking for ndir.h... no
    checking sys/ndir.h usability... no
    checking sys/ndir.h presence... no
    checking for sys/ndir.h... no
    checking sys/dir.h usability... yes
    checking sys/dir.h presence... yes
    checking for sys/dir.h... yes
    checking signal.h usability... yes
    checking signal.h presence... yes
    checking for signal.h... yes
    checking sys/signal.h usability... yes
    checking sys/signal.h presence... yes
    checking for sys/signal.h... yes
    checking sigfpe.h usability... no
    checking sigfpe.h presence... no
    checking for sigfpe.h... no
    checking floatingpoint.h usability... no
    checking floatingpoint.h presence... no
    checking for floatingpoint.h... no
    checking sys/machsig.h usability... no
    checking sys/machsig.h presence... no
    checking for sys/machsig.h... no
    checking sys/siginfo.h usability... no
    checking sys/siginfo.h presence... no
    checking for sys/siginfo.h... no
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking for strings.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking sys/sem.h usability... yes
    checking sys/sem.h presence... yes
    checking for sys/sem.h... yes
    checking sys/ipc.h usability... yes
    checking sys/ipc.h presence... yes
    checking for sys/ipc.h... yes
    checking sys/times.h usability... yes
    checking sys/times.h presence... yes
    checking for sys/times.h... yes
    checking dirent.h usability... yes
    checking dirent.h presence... yes
    checking for dirent.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking sys/vnode.h usability... no
    checking sys/vnode.h presence... no
    checking for sys/vnode.h... no
    checking  for C++ header files ... checking istream usability... yes
    checking istream presence... yes
    checking for istream... yes
    checking ostream usability... yes
    checking ostream presence... yes
    checking for ostream... yes
    checking for istream... (cached) yes
    checking fstream usability... yes
    checking fstream presence... yes
    checking for fstream... yes
    checking ios usability... yes
    checking ios presence... yes
    checking for ios... yes
    checking iomanip usability... yes
    checking iomanip presence... yes
    checking for iomanip... yes
    checking iostream usability... yes
    checking iostream presence... yes
    checking for iostream... yes
    checking stream.h usability... no
    checking stream.h presence... no
    checking for stream.h... no
    checking strstream.h usability... no
    checking strstream.h presence... no
    checking for strstream.h... no
    checking istream.h usability... no
    checking istream.h presence... no
    checking for istream.h... no
    checking ostream.h usability... no
    checking ostream.h presence... no
    checking for ostream.h... no
    checking fstream.h usability... no
    checking fstream.h presence... no
    checking for fstream.h... no
    checking for stdlib.h... (cached) yes
    checking ios.h usability... no
    checking ios.h presence... no
    checking for ios.h... no
    checking iostream.h usability... no
    checking iostream.h presence... no
    checking for iostream.h... no
    checking iomanip.h usability... no
    checking iomanip.h presence... no
    checking for iomanip.h... no
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking values.h usability... yes
    checking values.h presence... yes
    checking for values.h... yes
    checking float.h usability... yes
    checking float.h presence... yes
    checking for float.h... yes
    checking siginfo.h usability... no
    checking siginfo.h presence... no
    checking for siginfo.h... no
    checking bits/sigset.h usability... yes
    checking bits/sigset.h presence... yes
    checking for bits/sigset.h... yes
    checking bstring.h usability... no
    checking bstring.h presence... no
    checking for bstring.h... no
    checking for sys/types.h... (cached) yes
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking X11/extensions/transovl.h usability... no
    checking X11/extensions/transovl.h presence... no
    checking for X11/extensions/transovl.h... no
    checking X11/extensions/readdisplay.h usability... no
    checking X11/extensions/readdisplay.h presence... no
    checking for X11/extensions/readdisplay.h... no
    checking for X11/extensions/multibuf.h... yes
    checking sys/filio.h usability... no
    checking sys/filio.h presence... no
    checking for sys/filio.h... no
    checking sys/mman.h usability... yes
    checking sys/mman.h presence... yes
    checking for sys/mman.h... yes
    checking libc.h usability... no
    checking libc.h presence... no
    checking for libc.h... no
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking for pthread_create in -lpthread... yes
    checking for dlopen in -ldl... yes
    checking if platform is 64-bit... no
    checking for tclConfig.sh... "/usr/lib/tclConfig.sh"
    checking tcl.h usability... yes
    checking tcl.h presence... yes
    checking for tcl.h... yes
    checking for tkConfig.sh... "/usr/lib/tkConfig.sh"
    checking tk.h usability... yes
    checking tk.h presence... yes
    checking for tk.h... yes
    checking for size_t... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for working memcmp... yes
    checking return type of signal handlers... void
    checking for gethostname... yes
    checking for putenv... yes
    checking for re_comp... yes
    checking for regcomp... yes
    checking for strcspn... yes
    checking for strdup... yes
    checking for strtol... yes
    checking for statfs... yes
    checking for statvfs... yes
    checking if it is OK to define stream input and output... no
    checking if class ostream has member function form... no
    checking if union semun is defined in <sys/sem.h>... no
    checking if function semop takes a value... no
    checking if function semctl takes a value... no
    checking for mallinfo in -lmalloc... no
    checking for ieee_handler in -lsunmath... no
    checking for finite in -lm... yes
    checking for jni_md.h in /usr/lib/jvm/java-7-openjdk/include... /usr/lib/jvm/java-7-openjdk/include/linux/jni_md.h
    checking jni.h usability... yes
    checking jni.h presence... yes
    checking for jni.h... yes
    checking java JNI version >= 1.2... yes
    checking for X... libraries , headers
    checking for XCreateWindow in -lX11... yes
    checking X11/Xmu/Xmu.h usability... yes
    checking X11/Xmu/Xmu.h presence... yes
    checking for X11/Xmu/Xmu.h... yes
    checking for XmuLookupStandardColormap in -lXmu... yes
    checking GL/gl.h usability... yes
    checking GL/gl.h presence... yes
    checking for GL/gl.h... yes
    checking GL/glu.h usability... yes
    checking GL/glu.h presence... yes
    checking for GL/glu.h... yes
    checking for _GLUfuncptr... yes
    checking for glClear in -lGL... yes
    checking for gluSphere in -lGLU... yes
    configure: try system freetype
    checking ft2build.h usability... yes
    checking ft2build.h presence... yes
    checking for ft2build.h... yes
    checking for FT_Init_FreeType in -lfreetype... yes
    configure: try system ftgl
    checking ftgl.h usability... yes
    checking ftgl.h presence... yes
    checking for ftgl.h... yes
    checking for FTGLTextureFont in -lftgl... yes
    CC       = gcc
    CXX      = g++
    CFLAGS   = -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -DCSFDB -DOCC_CONVERT_SIGNALS -DLIN -DLININTEL -fexceptions -O2
    CXXFLAGS = -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -DCSFDB -DOCC_CONVERT_SIGNALS -DLIN -DLININTEL -D_GNU_SOURCE=1 -O2
    CPPFLAGS = -D_FORTIFY_SOURCE=2 -I/usr/lib/jvm/java-7-openjdk/include -I/usr/lib/jvm/java-7-openjdk/include/linux -DNDEBUG  -DNo_Exception
    LDFLAGS  = -Wl,-O1,--sort-common,--as-needed,-z,relro -lstdc++ -lrt
    3rdparty mandatory products       
    freetype      : yes
    tcltk         : yes
    3rdparty optional products       
    gl2ps         : no (--with-gl2ps=DIR option was not defined)
    freeimage     : no (--with-freeimage=DIR option was not defined)
    tbb includes  : no (--with-tbb-include=DIR option was not defined)
    tbb libraries : no (--with-tbb-library=DIR option was not defined)
    qt            : no (--with-qt=DIR option was not defined)
    Component                   Build
    FoundationClasses           yes
    ModelingData                yes
    ModelingAlgorithms          yes
    Visualization               yes
    ApplicationFramework        yes
    DataExchange                yes
    Draw                        yes
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating adm/lin/amk/Makefile
    config.status: creating custom_amk.sh
    config.status: creating adm/lin/amk/TKernel/Makefile
    config.status: creating adm/lin/amk/TKMath/Makefile
    config.status: creating adm/lin/amk/TKAdvTools/Makefile
    config.status: creating adm/lin/amk/TKG2d/Makefile
    config.status: creating adm/lin/amk/TKG3d/Makefile
    config.status: creating adm/lin/amk/TKGeomBase/Makefile
    config.status: creating adm/lin/amk/TKBRep/Makefile
    config.status: creating adm/lin/amk/TKGeomAlgo/Makefile
    config.status: creating adm/lin/amk/TKTopAlgo/Makefile
    config.status: creating adm/lin/amk/TKPrim/Makefile
    config.status: creating adm/lin/amk/TKBO/Makefile
    config.status: creating adm/lin/amk/TKBool/Makefile
    config.status: creating adm/lin/amk/TKHLR/Makefile
    config.status: creating adm/lin/amk/TKFillet/Makefile
    config.status: creating adm/lin/amk/TKOffset/Makefile
    config.status: creating adm/lin/amk/TKFeat/Makefile
    config.status: creating adm/lin/amk/TKMesh/Makefile
    config.status: creating adm/lin/amk/TKXMesh/Makefile
    config.status: creating adm/lin/amk/TKShHealing/Makefile
    config.status: creating adm/lin/amk/TKService/Makefile
    config.status: creating adm/lin/amk/TKV3d/Makefile
    config.status: creating adm/lin/amk/TKOpenGl/Makefile
    config.status: creating adm/lin/amk/TKMeshVS/Makefile
    config.status: creating adm/lin/amk/TKNIS/Makefile
    config.status: creating adm/lin/amk/TKVoxel/Makefile
    config.status: creating adm/lin/amk/PTKernel/Makefile
    config.status: creating adm/lin/amk/TKPShape/Makefile
    config.status: creating adm/lin/amk/TKCDF/Makefile
    config.status: creating adm/lin/amk/TKLCAF/Makefile
    config.status: creating adm/lin/amk/TKCAF/Makefile
    config.status: creating adm/lin/amk/TKBinL/Makefile
    config.status: creating adm/lin/amk/TKXmlL/Makefile
    config.status: creating adm/lin/amk/TKShapeSchema/Makefile
    config.status: creating adm/lin/amk/TKPLCAF/Makefile
    config.status: creating adm/lin/amk/TKBin/Makefile
    config.status: creating adm/lin/amk/TKXml/Makefile
    config.status: creating adm/lin/amk/TKPCAF/Makefile
    config.status: creating adm/lin/amk/FWOSPlugin/Makefile
    config.status: creating adm/lin/amk/TKStdLSchema/Makefile
    config.status: creating adm/lin/amk/TKStdSchema/Makefile
    config.status: creating adm/lin/amk/TKTObj/Makefile
    config.status: creating adm/lin/amk/TKBinTObj/Makefile
    config.status: creating adm/lin/amk/TKXmlTObj/Makefile
    config.status: creating adm/lin/amk/TKXSBase/Makefile
    config.status: creating adm/lin/amk/TKSTEPBase/Makefile
    config.status: creating adm/lin/amk/TKSTEPAttr/Makefile
    config.status: creating adm/lin/amk/TKSTEP209/Makefile
    config.status: creating adm/lin/amk/TKSTEP/Makefile
    config.status: creating adm/lin/amk/TKIGES/Makefile
    config.status: creating adm/lin/amk/TKXCAF/Makefile
    config.status: creating adm/lin/amk/TKXCAFSchema/Makefile
    config.status: creating adm/lin/amk/TKXDEIGES/Makefile
    config.status: creating adm/lin/amk/TKXDESTEP/Makefile
    config.status: creating adm/lin/amk/TKSTL/Makefile
    config.status: creating adm/lin/amk/TKVRML/Makefile
    config.status: creating adm/lin/amk/TKXmlXCAF/Makefile
    config.status: creating adm/lin/amk/TKBinXCAF/Makefile
    config.status: creating adm/lin/amk/TKDraw/Makefile
    config.status: creating adm/lin/amk/TKTopTest/Makefile
    config.status: creating adm/lin/amk/TKViewerTest/Makefile
    config.status: creating adm/lin/amk/TKXSDRAW/Makefile
    config.status: creating adm/lin/amk/TKDCAF/Makefile
    config.status: creating adm/lin/amk/TKXDEDRAW/Makefile
    config.status: creating adm/lin/amk/TKTObjDRAW/Makefile
    config.status: creating adm/lin/amk/TKQADraw/Makefile
    config.status: creating adm/lin/amk/DRAWEXE/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/corex/build/opencascade/src/ros/make/missing autoheader)
    rm -f stamp-h1
    touch config.h.in
    cd . && /bin/sh ./config.status config.h
    config.status: creating config.h
    config.status: config.h is unchanged
    make  all-recursive
    make[1]: Entering directory `/home/corex/build/opencascade/src/ros'
    Making all in adm/lin/amk
    make[2]: Entering directory `/home/corex/build/opencascade/src/ros/adm/lin/amk'
    Making all in TKernel
    make[3]: Entering directory `/home/corex/build/opencascade/src/ros/adm/lin/amk/TKernel'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/corex/build/opencascade/src/ros/adm/lin/amk/TKernel'
    Making all in TKMath
    make[3]: Entering directory `/home/corex/build/opencascade/src/ros/adm/lin/amk/TKMath'
    make[3]: Leaving directory `/home/corex/build/opencascade/src/ros/adm/lin/amk/TKMath'
    make[2]: Leaving directory `/home/corex/build/opencascade/src/ros/adm/lin/amk'
    make[1]: Leaving directory `/home/corex/build/opencascade/src/ros'

    When you are fixing your first post to include the code tags as jasonwryan said above, editing the first post will allow you to edit the title.  Please remove the "HELP!" from your title.  It is irritating considering that these forums are mostly used as support forums.  Trying to yell louder than everyone else is not going to get you more attention here, and likley will just attract the wrong attention.

  • Raise without Handler error when printing pdf files in Outlook

    At work sometimes I'm asked to print emails with tons of attachments, but when I attempt to print the email with the attachments through outlook, anytime there is a PDF attached, I get the "Raise without Handler!" error and also the following window:
    The only way I'm able to print the PDF file is by opening the file directly and then printing it from the actual Acrobat program. At work we use Acrobat 7.0 Professional.
    Any help would be greatly appreciated as it's pretty time consuming when I'm printing an email with 20+ PDF attachments.

    Hi Hisami,
    Hope you are well.
    Latest adobe & chrome versions. IE is an older version.
    OS Windows home premium 7
    Adobe Reader X1
    Does adobe have chat?
    Bit of background:
    I have a monthly subscribtion with adope create and everything was working fine. Then I downloaded a free trial of I think acrobat so I could edit pdf and around the time I got a redirect virus on google chrome. So I deleted all adobe and used Norton power cleaner.
    Then tried download (reinstall) adobe create. Now I can't open any of my many pdf files. Just get 'Raise without handler".
    Thanks for looking into this,
    Andrew

  • Program error when Making Contact Sheet from Bridge

    I had been making contact sheet from the bridge using CS3 with no problem till a week ago when after completing the contact sheet, I get an error message saying that there was a program error, and photoshop locks up. I have to force quit. I am using a G5 dual 2.5 and 2 Gigs of RAM. I tried reinstalling without any luck.
    Any ideas?

    Does it work in a new User Account?
    Have you tried cleaning-out your Caches (use Cocktail); or trashing Prefs.?

  • Why do I get an invalid handle error when debugging, on a call to ncReset?

    I am working with the example program obj2obj.c
    I have a PCI-CAN/2 card installed.
    I must call ncReset for *both* ports (CAN0 and CAN1), prior to any other commands or I will get a driver error (NC_ERR_DRIVER, Bxxx0002).
    This happens even if the program terminates properly, closing all handles, and I then remove the ncReset commands.
    Fine, I can live with the ncResets.
    However, if I then try and debug the program using Microsoft Visual C++, it immediately chokes on the second call to ncReset( "CAN1", 0 ) and complains about an invalid handle.
    If I add a status check to both of the ncResets and run the program from the DOS command line, I don't get any errors printed out
    so the calls are working fine just running the program.
    The driver updates listed do not appear to address this problem (1.4.1 uses LabView which I do not have and 1.4.2 is for Windows 2000)
    Why are the ncResets required in the first place?
    And why can't I single step through the second call to ncReset?
    Thanks in advance for your help.
    System details:
    PC running Windows NT 4.00.1381
    PCI-CAN/2 w/driver 1.4
    Microsoft Visual C++ 6.0 Professional

    bsat, thank you for helping out!
    I had tried using only one ncReset previously and was experiencing driver errors. I removed the second ncReset as you suggested and now it seems to work with only one. I cannot get it to fail like it was doing.
    However, at least one ncReset must be used or I get the following error:
    ERROR ncConfig CAN1: Driver error (qual=000b000)
    Press any key to continue
    I get this error even when the program terminates normally. For example:
    1) Build obj2obj with the ncReset command.
    2) Execute and allow to terminate normally.
    3) Edit obj2obj and remove ncReset command.
    4) Execute and the error message is displayed.
    Amazingly, I was also able to single step through most of the program this morning. I got the first three messages (of 10 total) before ge
    tting the error:
    Microsoft Visual C++
    First-chance exception in cctool.exe (NTDLL.DLL): 0xC0000008: Invalid Handle
    It seems to be more random than first appeared and perhaps more related to MSVC than to the NI-CAN card. Any insight?
    Also, having to include an ncReset is undesireable since I'd like to develop a CAN driver that could be called from multiple threads. I'd be very interested in your opinion on why I'm having trouble getting it to work without one.
    Thanks again for your help, it is greatly appreciated!

  • How to handle error when importing taxonomy for product using XML?

    We are on MDM 5.5 and built a repository for SAP R/3 Material Master. It has basic material information and taxonomy information as well. We built an import map based on an XML file, which includes basic info as well as taxonomy (classification) info. The import process runs smoothly. But if the import file includes some materials which characteristic values don't exist in MDM, the import will fail and exception file has a complete different format as our import file also it only display one material. Therefore, we cannot reprocess the exception file for errorred out items. What could we do wrong? By the way, we use "Create Pivot table" option in MDM to create the original import map.

    Hi Micheal,
    I Think your problem is similar to the below one,you can refer the below link for the same.
    Import file using Pivot Tables
    What you need to make sure is that you are using the same structure of the source file for importing as you used while creating the map else it wont work.
    Your schema of the source file as well the schema used when creating the map must match.
    You can refer the below links to know more about Taxonomy data importing:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30aa1447-80a1-2a10-e483-a76087bcb12f
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6090d0bd-1da7-2a10-468f-bdd17badb396
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8090941f-a5a7-2a10-3ba6-b4af5ec6d97b
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/308c62a2-5faa-2a10-fda6-fa4aa7169734
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Pages error when opening .doc file

    I've recently installed Snow Leopard, but I'm still using Pages 2/iWork '06.
    Before I installed SL, I had the same version of Pages installed for my own work as well NeoOffice to open any .docs I was sent.
    Although I normally used NeoOffice for those .docs, Pages would still open any .doc file, but would normally not display it correctly.
    Since installed SL, I've also installed Pages, but not NeoOffice. I want to open a .doc file with Pages, but when I try to do so, I get an error message, which reads:
    Pages quit unexpectedly while using SLCompatibility plug-in.
    Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple.
    If I click 'Reopen', Pages opens, but the .doc file doesn't. If I click 'Ignore' (another button), Pages closes.
    The same error and crash occurs whatever .doc file I try to open. It's not just one file.
    I don't know what SLCompatibility plug-in is, those SL could be Snow Leopard.
    Does anyone know what the problem is and how I can fix it?
    Thanks in advance,
    Jonathan.

    Thanks for the reply.
    I'm running 10.6.2 -- I'm not sure what you mean by 'combo' update, but I updated my new installation of SL yesterday with all the updates that software update could find.
    My Pages is version 2.0.2.
    I deleted the specified file, then repaired permissions, but I'm still having exactly the same problem.
    Some .doc files say:
    Pages quit unexpectedly while using SLCompatibility plug-in.
    Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple.
    Some others say:
    The document "xxxxxx.doc" couldn't be opened
    Do you have any more ideas what's going wrong?
    EDIT: Should I remove the Arial .tff fonts which have minor problems according to Font Book? I don't know much about Font Book. If I remove them, will I still be able to use Arial? I don't want to permanently delete Arial.
    Thanks,
    Jonathan.
    Message was edited by: j.mercer

  • Internal error when making a pdf  of a book in FM8

    Hello,
    I'm currently learning to work with Framemaker 8.
    When i wanted to pdf the book that i created, i get the following error message:
    Internal error8004, 6343116, 8483344, 0. Framemaker has detected a serious problem and must quit.
    A file named .........txt has been generated which contains information that may help frame development improve the product for future releases.
    When i press the ok button of this error message, i get a second dialog box saying: The instruction at "0x00c91940" referenced memory at "0x00000000". The memory could not be "read".
    After pressing the OK button of this dialog box, Framemaker shuts down completely.
    I searched the internet for a solution but could not realy find one. I have tried to make a pdf via the safe as pdf and via print to pdf, but with both i have encountered the same problem.
    Anyone has an idea how to solve this error?
    The strange thing is that my colleague is able to make a pdf out of this book without encountering any problems and that we are using the same settings.
    Thank you very much.
    Bjorn

    Bjorn, usually one post is sufficient... three is overkill.
    The next time you post, please confirm that you have a fully patched version of FM 8 -- the third patch was just released this week. It would be useful to know if you're using the bundled version of Acrobat Distiller or a complete version of Acrobat. How much RAM do you have installed, and what operating system are you running?
    # That said, a couple things to try and a couple questions: Make sure that you have lots of free space on your hard drive for temp files created during the process.
    # Can you print the book's individual component files to the PDF printer?
    # Open all the component files in the book before trying to print to the PDF printer.
    # Do you have any graphic files that were copied into the files? Not imported by reference?
    # In your preferences, is Generate Tagged PDF On or Off? Toggling it sometimes makes a difference.
    Cheers,
    Art

  • "input/output error' when making disc image from DVD

    I've had problems installing Logic, and a Pro Apps Genius at Applecare suggested I try making an image of the problematic DVD (Audio Content 1) and then trying an install that way.
    While I can make an image of the Install disc to my desktop fine, the Audio Content 1 disc reports an "input/output error".
    This means I'm unable to copy the disc and then successfully install my Logic Studio.
    Any ideas?

    Thanks for your answer.
    Yes, I thought that might be the case - but I'd taken my Mac and Logic disks to a Genius bar, and the 'Genius' had said he'd fixed the issue. I just wish he'd explained what he did and why he didn't replace the faulty disk(s)!
    But is there any way around having the claim a disk, now I'm living abroad and my 'warrantee' has run out? It's going to be a pain in the fundament trying to claim a replacement set.

Maybe you are looking for