Aegisub-dev compilation problem,patch needed

When trying to compile r3804,the latest version of aegisub-dev (but this happens with almost all versions including pkgbuild's r3362) there's the following error,it's a linking problem (i used ./configure && make,but it's the same when using the pkgbuild):
http://pastebin.com/m5773a482
I asked on #aegisub channel and they told me that the problem is solved entering the src directory and typing the following command:
g++ -DAEGISUB -Iinclude -I../libffms/include -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -fopenmp -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-long-long -fpermissive -fno-strict-aliasing -std=c++98 -pipe -O2 -o aegisub-2.1 -pthread -Wl,--hash-style=gnu -Wl,--as-needed aegisub_2_1-font_file_lister.o aegisub_2_1-font_file_lister_fontconfig.o aegisub_2_1-MatroskaParser.o aegisub_2_1-aegisublocale.o aegisub_2_1-ass_attachment.o aegisub_2_1-ass_dialogue.o aegisub_2_1-ass_entry.o aegisub_2_1-ass_export_filter.o aegisub_2_1-ass_exporter.o aegisub_2_1-ass_file.o aegisub_2_1-ass_karaoke.o aegisub_2_1-ass_override.o aegisub_2_1-ass_style.o aegisub_2_1-ass_style_storage.o aegisub_2_1-ass_time.o aegisub_2_1-audio_box.o aegisub_2_1-audio_display.o aegisub_2_1-audio_karaoke.o aegisub_2_1-audio_provider.o aegisub_2_1-audio_provider_convert.o aegisub_2_1-audio_provider_downmix.o aegisub_2_1-audio_provider_hd.o aegisub_2_1-audio_provider_pcm.o aegisub_2_1-audio_provider_ram.o aegisub_2_1-audio_provider_stream.o aegisub_2_1-audio_spectrum.o aegisub_2_1-auto4_base.o aegisub_2_1-avisynth_wrap.o aegisub_2_1-base_grid.o aegisub_2_1-browse_button.o aegisub_2_1-colorspace.o aegisub_2_1-colour_button.o aegisub_2_1-dialog_about.o aegisub_2_1-dialog_associations.o aegisub_2_1-dialog_attachments.o aegisub_2_1-dialog_automation.o aegisub_2_1-dialog_colorpicker.o aegisub_2_1-dialog_detached_video.o aegisub_2_1-dialog_dummy_video.o aegisub_2_1-dialog_export.o aegisub_2_1-dialog_fonts_collector.o aegisub_2_1-dialog_jumpto.o aegisub_2_1-dialog_kanji_timer.o aegisub_2_1-dialog_options.o aegisub_2_1-dialog_paste_over.o aegisub_2_1-dialog_progress.o aegisub_2_1-dialog_properties.o aegisub_2_1-dialog_resample.o aegisub_2_1-dialog_search_replace.o aegisub_2_1-dialog_selection.o aegisub_2_1-dialog_shift_times.o aegisub_2_1-dialog_spellchecker.o aegisub_2_1-dialog_splash.o aegisub_2_1-dialog_style_editor.o aegisub_2_1-dialog_style_manager.o aegisub_2_1-dialog_styling_assistant.o aegisub_2_1-dialog_text_import.o aegisub_2_1-dialog_timing_processor.o aegisub_2_1-dialog_tip.o aegisub_2_1-dialog_translation.o aegisub_2_1-dialog_version_check.o aegisub_2_1-dialog_video_details.o aegisub_2_1-drop.o aegisub_2_1-audio_provider_dummy.o aegisub_2_1-export_clean_info.o aegisub_2_1-export_fixstyle.o aegisub_2_1-export_framerate.o aegisub_2_1-export_visible_lines.o aegisub_2_1-fft.o aegisub_2_1-frame_main.o aegisub_2_1-frame_main_events.o aegisub_2_1-gl_text.o aegisub_2_1-gl_wrap.o aegisub_2_1-help_button.o aegisub_2_1-hilimod_textctrl.o aegisub_2_1-hotkeys.o aegisub_2_1-idle_field_event.o aegisub_2_1-kana_table.o aegisub_2_1-keyframe.o aegisub_2_1-main.o aegisub_2_1-md5.o aegisub_2_1-mkv_wrap.o aegisub_2_1-mythes.o aegisub_2_1-options.o aegisub_2_1-plugin_manager.o aegisub_2_1-scintilla_text_ctrl.o aegisub_2_1-spellchecker.o aegisub_2_1-spline.o aegisub_2_1-spline_curve.o aegisub_2_1-standard_paths.o aegisub_2_1-static_bmp.o aegisub_2_1-string_codec.o aegisub_2_1-subs_edit_box.o aegisub_2_1-subs_edit_ctrl.o aegisub_2_1-subs_grid.o aegisub_2_1-subs_preview.o aegisub_2_1-subtitle_format.o aegisub_2_1-subtitle_format_ass.o aegisub_2_1-subtitle_format_dvd.o aegisub_2_1-subtitle_format_encore.o aegisub_2_1-subtitle_format_microdvd.o aegisub_2_1-subtitle_format_mkv.o aegisub_2_1-subtitle_format_srt.o aegisub_2_1-subtitle_format_transtation.o aegisub_2_1-subtitle_format_ttxt.o aegisub_2_1-subtitle_format_txt.o aegisub_2_1-text_file_writer.o aegisub_2_1-thesaurus.o aegisub_2_1-thesaurus_myspell.o aegisub_2_1-timeedit_ctrl.o aegisub_2_1-toggle_bitmap.o aegisub_2_1-tooltip_manager.o aegisub_2_1-utils.o aegisub_2_1-validators.o aegisub_2_1-variable_data.o aegisub_2_1-vector2d.o aegisub_2_1-version.o aegisub_2_1-vfr.o aegisub_2_1-video_box.o aegisub_2_1-video_context.o aegisub_2_1-video_display.o aegisub_2_1-video_frame.o aegisub_2_1-video_out_gl.o aegisub_2_1-video_provider_cache.o aegisub_2_1-video_provider_dummy.o aegisub_2_1-video_provider_manager.o aegisub_2_1-video_slider.o aegisub_2_1-visual_feature.o aegisub_2_1-visual_tool.o aegisub_2_1-visual_tool_clip.o aegisub_2_1-visual_tool_cross.o aegisub_2_1-visual_tool_drag.o aegisub_2_1-visual_tool_rotatexy.o aegisub_2_1-visual_tool_rotatez.o aegisub_2_1-visual_tool_scale.o aegisub_2_1-visual_tool_vector_clip.o -Wl,-E -Wl,-rpath -Wl,/usr/lib/perl5/core_perl/CORE -fstack-protector -lGL -lwx_gtk2u_gl-2.8 -lwx_gtk2u_stc-2.8 -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 libresrc/libresrc.a libaudio_player.a libaudio_alsa.a libaudio_portaudio.a libaudio_openal.a libaudiovideo_ffmpegsource.a ../libffms/libffmpegsource_aegisub.a libsubtitle_provider.a libsubtitle_ass.a libauto4_lua.a libauto4_perl.a libmisc_hunspell.a libmisc_universalchardet.a ../universalchardet/libuniversalchardet.a -lasound -lportaudio -lopenal -lavformat -lavcodec -lswscale -lavutil -lpostproc -lhunspell-1.2 -lfreetype -lfontconfig -L/home/xxx/scaricati/aegisub-2.1.8-dev-r3804/libass -lass_aegisub -llua -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -pthread
and they also told me that the Makefile.am should be patched,and then to run autogen.sh..does someone know how to make the patch for this pkgbuild? http://aur.archlinux.org/packages.php?ID=19006

Figured !!
Apparently someone else has same issue some time back .
thanks everyone

Similar Messages

  • LV 8.6 will Not Compile in LV 2010 - Labview 10.0 Development System Has Encountered a Problem and Needs to Close

    I submitted this support request to NI on 8/12/2010.
    When I compile my LV 8.6 app in LV2010 I get this error:
    "LabVIEW 10.0 Development System has encountered a problem and needs to close.  We are sorry for the inconvenience."
    I was told to do a "Mass Compile" of my LV 8.6 app in LV2010...this failed too.
    I was then told to go to each and every vi and "Mass Compile" individually...after about the 50th vi this got old quickly...and it still didn't compile.  I then sent NI tech support "my code".  The good news is my LV 8.6 app didn't compile with LV2010 @ NI.
    My LV 8.6 app compiles and runs great in LV 8.6.  I don't want to be left behind with the newer upgrades and I want to move to LV2010.  I have lots of LV8.6 code to maintain and I really don't have the time to debug all of my apps.
    I was told this will be looked @ in LV2010 SP1.
    One note...back up your LV8.6 data before you move to LV2010.  Once your LV8.6 code is compiled in LV2010 you will not be able to go back to LV8.6.
    I restored all of my LV8.6 code and I'm back working with LV8.6.
    It's a tough call, do I stay in LV8.6 and get left behind?
    Do I bite the bullet and try to debug this mess in LV2010?
    I was told the compiler is completely different in LV2010.  That's great, but one reason I have NI Maintenance Agreement is to keep updated with the latest software.  I can't afford to re-compile LV code every few years.  Like most people, maintaining my Apps with customer's revisions, and modifications is enough work.  I don't want more work!
    I was told LV2010 SP1 would likely appear in May or June of 2011.  I'd hate to break out my old Turbo Pascal apps again...but hey...they still work!  My NI maintenance agreement is due this month too, I guess I'll pay NI one more year, and see if they come up with a solution.  But if NI doesn't fix this LV8.6 compile in LV2010 problem...I don't see any value staying current with LV software.
    I found another Bug with LV2010...you are going to love this one!
    There is a new "LV Update Service".  Perfect!  I like updating my LV software when new patches are available.  When I click "update" the update spins over and over "Checking for New Version".  I have let it run ALL day with no results...just sits and spins over and over.
    OK, I know give NI a break!  Yes, LV2010 has a new compiler...and Yes, I will renew my NI maintenance agreement.  I just want NI to know failing to compile just one LV8.6 app in LV2010 is not a good idea for customer relations.
    Thanks,
    Doug

    For your update service problem
    Unable to Update Current Version of NI Update Service
    Why am I Unable to Update My Version of NI Update Service in Windows Vista or Windows 7?

  • Compilation problem on solaris9  x86

    I am working on JAVA/J2EE . Am new to solaris9 . My requirement is to compile a source distribution of MOD-JK 1.2.21 (apache 2.0 server connector)and to produce binary distribution (*.so file) in solaris9 X86 box. But i got only source distribution of solaris10 X86 platform . Even with this source i tried to compile in solaris9 box its giving some error message and i can't able to make a executable file. Below i pasted the error message .
    # ./configure -with-apxs=/usr/apache2/bin/apxs
    checking build system type... i386-pc-solaris2.10
    checking host system type... i386-pc-solaris2.10
    checking target system type... i386-pc-solaris2.10
    checking for a BSD-compatible install... scripts/build/unix/install-sh -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... nawk
    checking whether make sets $(MAKE)... no
    checking for gcc... no
    checking for cc... cc
    checking for C compiler default output file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.
    Can any body help me in this regards. Even i don't know, am proceeding in right direction to compile this file. If any body having the binary distribution for the same MOD-JK1.2.21 on solaris9 or solaris10 X86 platform for apache2.0 . please help me to compile this file .I given below the config.log file entries also.
    Thanks in advance..........
    karthikeyan.u
    [email protected]
    AIM or AOL :: karthikeyanu
    CONFIG.log entries......
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by configure, which was
    generated by GNU Autoconf 2.59. Invocation command line was
    $ ./configure -with-apxs=/usr/apache2/bin/apxs
    ## Platform. ##
    hostname = Solaris
    uname -m = i86pc
    uname -r = 5.10
    uname -s = SunOS
    uname -v = Generic_118844-26
    /usr/bin/uname -p = i386
    /bin/uname -X = System = SunOS
    Node = Solaris
    Release = 5.10
    KernelID = Generic_118844-26
    Machine = i86pc
    BusType = <unknown>
    Serial = <unknown>
    Users = <unknown>
    OEM# = 0
    Origin# = 1
    NumCPU = 1
    /bin/arch = i86pc
    /usr/bin/arch -k = i86pc
    /usr/convex/getsysinfo = unknown
    hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /usr/sbin
    PATH: /usr/bin
    PATH: /usr/openwin/bin
    PATH: /usr/ucb
    ## Core tests. ##
    configure:1546: checking build system type
    configure:1564: result: i386-pc-solaris2.10
    configure:1572: checking host system type
    configure:1586: result: i386-pc-solaris2.10
    configure:1594: checking target system type
    configure:1608: result: i386-pc-solaris2.10
    configure:1640: checking for a BSD-compatible install
    configure:1695: result: scripts/build/unix/install-sh -c
    configure:1706: checking whether build environment is sane
    configure:1749: result: yes
    configure:1814: checking for gawk
    configure:1843: result: no
    configure:1814: checking for mawk
    configure:1843: result: no
    configure:1814: checking for nawk
    configure:1830: found /usr/bin/nawk
    configure:1840: result: nawk
    configure:1850: checking whether make sets $(MAKE)
    configure:1874: result: no
    configure:2085: checking for gcc
    configure:2114: result: no
    configure:2165: checking for cc
    configure:2181: found /usr/ucb/cc
    configure:2191: result: cc
    configure:2355: checking for C compiler version
    configure:2358: cc --version </dev/null >&5
    /usr/ucb/cc: language optional software package not installed
    configure:2361: $? = 1
    configure:2363: cc -v </dev/null >&5
    /usr/ucb/cc: language optional software package not installed
    configure:2366: $? = 1
    configure:2368: cc -V </dev/null >&5
    /usr/ucb/cc: language optional software package not installed
    configure:2371: $? = 1
    configure:2394: checking for C compiler default output file name
    configure:2397: cc conftest.c >&5
    /usr/ucb/cc: language optional software package not installed
    configure:2400: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "mod_jk"
    | #define VERSION "1.2.21"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:2439: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_build=i386-pc-solaris2.10
    ac_cv_build_alias=i386-pc-solaris2.10
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=
    ac_cv_env_CXXFLAGS_value=
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_F77_set=
    ac_cv_env_F77_value=
    ac_cv_env_FFLAGS_set=
    ac_cv_env_FFLAGS_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_host=i386-pc-solaris2.10
    ac_cv_host_alias=i386-pc-solaris2.10
    ac_cv_prog_AWK=nawk
    ac_cv_prog_ac_ct_CC=cc
    ac_cv_prog_make_make_set=no
    ac_cv_target=i386-pc-solaris2.10
    ac_cv_target_alias=i386-pc-solaris2.10
    ## Output variables. ##
    ACLOCAL='${SHELL} /export/home/dump_208/workspace_SB_563/modjk/ModJK1/modjk/jkk/tomcat-connectors-1.2.21-src/native/scripts/build/unix/missing --run aclocal-1.9'
    AMDEPBACKSLASH=''
    AMDEP_FALSE=''
    AMDEP_TRUE=''
    AMTAR='${SHELL} /export/home/dump_208/workspace_SB_563/modjk/ModJK1/modjk/jkk/tomcat-connectors-1.2.21-src/native/scripts/build/unix/missing --run tar'
    APACHE20_OEXT=''
    APACHE_CONFIG_VARS=''
    APACHE_DIR=''
    APXS=''
    APXSCFLAGS=''
    APXSCPPFLAGS=''
    APXSLDFLAGS=''
    AR=''
    AUTOCONF='${SHELL} /export/home/dump_208/workspace_SB_563/modjk/ModJK1/modjk/jkk/tomcat-connectors-1.2.21-src/native/scripts/build/unix/missing --run autoconf'
    AUTOHEADER='${SHELL} /export/home/dump_208/workspace_SB_563/modjk/ModJK1/modjk/jkk/tomcat-connectors-1.2.21-src/native/scripts/build/unix/missing --run autoheader'
    AUTOMAKE='${SHELL} /export/home/dump_208/workspace_SB_563/modjk/ModJK1/modjk/jkk/tomcat-connectors-1.2.21-src/native/scripts/build/unix/missing --run automake-1.9'
    AWK='nawk'
    CC='cc'
    CCDEPMODE=''
    CFLAGS=''
    CP=''
    CPP=''
    CPPFLAGS=''
    CXX=''
    CXXCPP=''
    CXXDEPMODE=''
    CXXFLAGS=''
    CYGPATH_W='echo'
    DEFS=''
    DEPDIR=''
    ECHO='echo'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    F77=''
    FFLAGS=''
    GREP=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
    INSTALL_TYPE=''
    JAVA_HOME=''
    JK_JNI_WORKER=''
    LDFLAGS=''
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LIB_JK_TYPE=''
    LN_S=''
    LTLIBOBJS=''
    MAKEINFO='${SHELL} /export/home/dump_208/workspace_SB_563/modjk/ModJK1/modjk/jkk/tomcat-connectors-1.2.21-src/native/scripts/build/unix/missing --run makeinfo'
    MAKE_DYNAMIC_APACHE_FALSE=''
    MAKE_DYNAMIC_APACHE_TRUE=''
    MKDIR=''
    OBJEXT=''
    OS=''
    PACKAGE='mod_jk'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PERL=''
    RANLIB=''
    RM=''
    SED=''
    SET_MAKE='MAKE=make'
    SHELL='/bin/bash'
    STRIP=''
    TEST=''
    VERSION='1.2.21'
    WEBSERVER=''
    ac_ct_AR=''
    ac_ct_CC='cc'
    ac_ct_CXX=''
    ac_ct_F77=''
    ac_ct_RANLIB=''
    ac_ct_STRIP=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE=''
    am__fastdepCXX_TRUE=''
    am__include=''
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    apache_include=''
    bindir='${exec_prefix}/bin'
    build='i386-pc-solaris2.10'
    build_alias=''
    build_cpu='i386'
    build_os='solaris2.10'
    build_vendor='pc'
    datadir='${prefix}/share'
    exec_prefix='NONE'
    host='i386-pc-solaris2.10'
    host_alias=''
    host_cpu='i386'
    host_os='solaris2.10'
    host_vendor='pc'
    includedir='${prefix}/include'
    infodir='${prefix}/info'
    install_sh='/export/home/dump_208/workspace_SB_563/modjk/ModJK1/modjk/jkk/tomcat-connectors-1.2.21-src/native/scripts/build/unix/install-sh'
    int32_t_fmt=''
    int32_value=''
    int64_t_fmt=''
    int64_value=''
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localstatedir='${prefix}/var'
    mandir='${prefix}/man'
    mkdir_p='$(install_sh) -d'
    oldincludedir='/usr/include'
    prefix='NONE'
    program_transform_name='s,x,x,'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target='i386-pc-solaris2.10'
    target_alias=''
    target_cpu='i386'
    target_os='solaris2.10'
    target_vendor='pc'
    uint32_t_fmt=''
    uint32_t_hex_fmt=''
    uint64_t_fmt=''
    uint64_t_hex_fmt=''
    ## confdefs.h. ##
    #define PACKAGE "mod_jk"
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_NAME ""
    #define PACKAGE_STRING ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define VERSION "1.2.21"
    configure: exit 77

    You need to make sure the source is for the same version i.e. if you run apache 2.0.52 you need the source of 2.0.52. I successfully ran mixed installs, but I would not recommend it. You can download the required source from Apache.
    As for your compiler problem, make sure you have �/usr/ccs/bin/� in the your path, if you do not have it installed you will have to add the pkg �SUNWsprot�. You do not have 'make' in yout path.
    Make sure you have the following packages installed:
    SUNWbtool, SUNWsprot, SUNWtoo
    SUNWhea, SUNWarc, SUNWlibm, SUNWlibms
    SUNWdfbh, SUNWcg6h, SUNWxwinc, SUNWolinc,
    SUNWxglh,SUNWarcx, SUNWbtoox, SUNWdplx,
    SUNWscpux, SUNWsprox, SUNWlmsx, SUNWlmx
    SUNWlibCx, SUNWtoox, SUNWsra, SUNWsrh

  • Saposcol.exe encountered a problem and needed to close.

    Some days ago I successfully installed trial version 7.02 on a virtual Windows XP: Host Windows 7 professional 64 bit.
    Immediately after installation I created SAPLOGON, started the system using SAPMMC and logged on as BCUSER in client 001. I did some work and everthing was fine.
    Two days later there is an error message when XP mode has started:
    saposcol.exe encountered a problem and needed to close.
    If I try to start the system using SAPMMC it turns to green but shortly after that it is yellow.
    Syslog shows following messages:
    Info:  SAP Basis System: Buffer SCSA     Generated with Length      4096
    Info:  SAP Basis System: Start Msg Server,  1 times since system startup. PID     2996
    Info:  SAP Basis System: Start SAP System, SAPSYSTEM 00, Dispatcher Pid     3004
    Info:  SAP Basis System: Active ICU Version    3.4; Compiled With ICU    3.4; Unicode Version    4.1
    Info:  SAP Basis System: Connection to message server (on                  VXP) established
    Info:  SAP Basis System: MsgServer Hardware ID Was Determined
    Info:  SAP Basis System: Start Workp.   0, Pid     2276
    Info:  SAP Basis System: Start Workp.   1, Pid     3112
    Info:  SAP Basis System: Start Workp.   2, Pid     3120
    Info:  SAP Basis System: Start Workp.   5, Pid     3148
    Info:  SAP Basis System: Start Workp.   7, Pid     3164
    Info:  SAP Basis System: Start Workp.   6, Pid     3156
    Info:  SAP Basis System: Start Workp.   3, Pid     3128
    Info:  SAP Basis System: Start Workp.   4, Pid     3140
    Info:  Communications data: SAP Gateway Started (PID:       2304)
    Error:  Communications data: Service initialization failed
    Info:  SAP Basis System: ICM started on host VXP (PID: 2300)
    Warning: Database: SQL error -1070 occurred (possible network problems?). Work process is stopped
    Error: Database: Database error -10709 at CON 
    Database: > Connection failed (RTE:[5] database not running)  
    Error: SAP Basis System: Initialization           DB-Connning:ect Failed, Return Code  000256
    Warning: Database: SQL error -1070 occurred (possible network problems?). Work process is stopped
    Error: Database: Database error -10709 at CON  
    Database: > Connection failed (RTE:[5] database not running)
    Warning: Database: SQL error -1070 occurred (possible network problems?). Work process is stopped
    Error: Database: Database error -10709 at CON
    Database: > Connection failed (RTE:[5] database not running)
    Error: SAP Basis System: Initialization           DB-Connect Failed, Return Code  000256
    Warning: Database: SQL error -1070 occurred (possible network problems?). Work process is stopped
    Error: Database: Database error -10709 at CON
    Database: > Connection failed (RTE:[5] database not running) 
    Error: SAP Basis System: Initialization           DB-Connect Failed, Return Code  000256
    Warning: Database: SQL error -1070 occurred (possible network problems?). Work process is stopped
    Error: Database: Database error -10709 at CON   
    Database: > Connection failed (RTE:[5] database not running) 
    Error: SAP Basis System: Initialization           DB-Connect Failed, Return Code  000256
    Warning: Database: SQL error -1070 occurred (possible network problems?). Work process is stopped
    Error: Database: Database error -10709 at CON 
    Database: > Connection failed (RTE:[5] database not running)
    Error: SAP Basis System: Initialization           DB-Connect Failed, Return Code  000256
    Warning: Database: SQL error -1070 occurred (possible network problems?). Work process is stopped
    Error: Database: Database error -10709 at CON
    Database: > Connection failed (RTE:[5] database not running) 
    Error: SAP Basis System: Initialization           DB-Connect Failed, Return Code  000256
    there are more messages and I stop to give them all.
    Does anybody have an idea how I can solve my problems? Why does the saposcol error occur when I start XP?
    Thanks
    Otto

    Hi Nirmal,
    this is the error signature of saposcol.exe:
    szAppName: saposcol.exe   szAppVer: 7200.71.18.26355  szModName: unknown
    szModVer: 0.0.0.0     offset: 00020005
    Sorry Nirmal it is not possible to send all three log files in one message because it extends maximum message length,
    the two other logfile are in a separate message
    this is logfile dev_w0:
    trc file: "dev_w0", trc level: 1, release: "720"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      00
    M sid        NSP
    M systemid   560 (PC with Windows NT)
    M relno      7200
    M patchlevel 0
    M patchno    70
    M intno      20020600
    M make       multithreaded, Unicode, optimized
    M profile   
    VXP\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_VXP
    M pid        3396
    M

    M Thu Feb 03 21:29:33 2011
    M  kernel runs with dp version 129000(ext=118000) (@(#) DPLIB-INT-VERSION-129000-UC)
    M  length of sys_adm_ext is 588 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 3396) [dpxxdisp.c   1330]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpIPCInit2: read dp-profile-values from sys_adm_ext
    M  DpShMCreate: sizeof(wp_adm)          20000     (2000)
    M  DpShMCreate: sizeof(tm_adm)          4323912     (21512)
    M  DpShMCreate: sizeof(wp_ca_adm)          32000     (64)
    M  DpShMCreate: sizeof(appc_ca_adm)     32000     (64)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/556056/556064
    M  DpShMCreate: sizeof(comm_adm)          556064     (1104)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (96)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (80)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1792)
    M  DpShMCreate: sizeof(wall_adm)          (40056/34360/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: sizeof(j2ee_adm)     3920
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 094A0040, size: 5055296)
    M  DpShMCreate: allocated sys_adm at 094A0048
    M  DpShMCreate: allocated wp_adm_list at 094A2F28
    M  DpShMCreate: allocated wp_adm at 094A3020
    M  DpShMCreate: allocated tm_adm_list at 094A7E48
    M  DpShMCreate: allocated tm_adm at 094A7E70
    M  DpShMCreate: allocated wp_ca_adm at 098C78C0
    M  DpShMCreate: allocated appc_ca_adm at 098CF5C8
    M  DpShMCreate: allocated comm_adm at 098D72D0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 0995EEF8
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated gw_adm at 0995EF50
    M  DpShMCreate: allocated j2ee_adm at 0995EF88
    M  DpShMCreate: allocated ca_info at 0995FEE0
    M  DpShMCreate: allocated wall_adm at 0995FEF8
    M  DpCommAttachTable: attached comm table (header=098D72D0/ft=098D72D8)
    M  DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 from sys_adm
    M  rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE

    M Thu Feb 03 21:29:34 2011
    M  ThStart: taskhandler started
    M  ThInit: initializing DIA work process W0

    M Thu Feb 03 21:29:39 2011
    M  ThInit: running on host VXP

    M Thu Feb 03 21:29:40 2011
    M  calling db_connect ...
    B  Loading DB library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' ...

    B Thu Feb 03 21:29:41 2011
    B  Library 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' loaded
    B  Version of 'C:\usr\sap\NSP\DVEBMGS00\exe\dbsdbslib.dll' is "720.00", patchlevel (0.65)

    C  DBSDBSLIB : version 720.00, patch 0.065 (Make PL 0.70)
    C  MAXDB shared library (dbsdbslib) patchlevels (last 10)
    C    (0.065) Send wp type to the database (note 1340617)
    C    (0.062) Row counter limit set to 65535 (note 1340617)
    C    (0.054) ABAP: Return technical database PPMS information (note 1419552)
    C    (0.053) ABAP: Return technical database PPMS information (note 1419552)
    C    (0.047) Connection table corrected (note 1466271)
    C    (0.045) Unknown primary key (note 1459400)
    C    (0.039) Define your own command buffersize (note 1340617)
    C    (0.031) Dbm commands support added (note 1420733)
    C    (0.027) Count of records for bulk insert optimized (note 1340617)
    C    (0.021) Connect with special xuser key (note 1390464)


    C  Loading SQLDBC client runtime ...
    C  SQLDBC Module  : C:\sapdb\clients\NSP\pgm\libSQLDBC77.dll
    C  SQLDBC SDK     : SQLDBC.H  7.7.4    BUILD 009-123-173-450
    C  SQLDBC Runtime : libSQLDBC 7.8.1    BUILD 018-121-240-252
    C  SQLDBC client runtime is MaxDB 7.8.1.018 CL 240252
    C  SQLDBC supports new DECIMAL interface : 1
    C  SQLDBC supports VARIABLE INPUT data   : 1
    C  SQLDBC supports VARIABLE OUTPUT data  : 1
    C  SQLDBC supports Multiple Streams      : 1
    C  SQLDBC supports LOB LOCATOR KEEPALIVE : 1
    C  SQLDBC supports LOB LOCATOR COPY      : 1
    C  SQLDBC supports BULK SELECT with LOBS : 1
    C  INFO : SQLOPT= -I 0 -t 0 -S SAPR3
    C  Try to connect (DEFAULT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))
    [dbsdbsql.cpp 139]

    B Thu Feb 03 21:29:42 2011
    B  ***LOG BV3=> severe db error -10709    ; work process is stopped [dbsh         1241]
    B  ***LOG BY2=> sql error -10709 performing CON [dblink       540]
    B  ***LOG BY0=> Connection failed (RTE:[5] database not running) [dblink       540]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1474]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   11060]

    M  Info for wp 0

    M    pid = 3396
    M    severity = 0
    M    status = 0
    M    stat = WP_NEW
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    req.req_info =
    M    req.tid = -1
    M    req.uid = 4294967295
    M    req.mode = 255
    M    req.len = 0
    M    req.rq_id = 65535
    M    req.rq_source =
    M    last_tid = 0
    M    last_uid = 0
    M    last_mode = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  ThIErrHandle: current request:

    M  -IN-- sender_id ?                 tid  -1    wp_ca_blk   -1      wp_id -1
    M  -IN-- action    -                 uid  -1    appc_ca_blk -1      type  -   
    M  -IN-- new_stat  NO_CHANGE         mode 255   len         0       rq_id -1

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server VXP_NSP_00 on host VXP (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Thu Feb 03 21:29:42 2011
    M  *  RELEASE     720
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        11337
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrBtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: hook >ThrBtcCallLgCl< o.k.
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   779]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  303]
    M  ThCallHooks: hook >ThrSaveSPAFields< o.k.
    M  ThIErrHandle: entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workp. 0 3396) [dpnttool.c   339]
    Thanks a lot  for your support
    Otto

  • Adobe Reader has encountered a problem and needs to close.

    When reading PDF attachments, I get the following:  Adobe Reader has encountered a problem and needs to close. I have tried to remove Adobe Reader via Control Panel, Add or Remove Programs but that won't work.  I get this:  This patch package could not be opened.  Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package. I don't know how to do what is being asked.  I have tried to download Adobe Reader again but get this when I do:  Note:  this application already installed.
    I have Adobe Reader X (10.0.1) with an update installed on 2/19/2011.  I have Windows XP SP3.
    Anyone who can help me get Adobe Reader working correctly again or uninstalling it so I can reinstall.
    Thanks for any help.

    Thanks for the input.  Did you remove Adobe Reader 10 first before you downloaded the older version?  If you removed it, how did you do that?  The add/remove programs in control panel won't let me remove it -- it says a patch package can't be opened.
    Date: Mon, 9 May 2011 00:12:41 -0600
    From: [email redacted by moderator]
    To: [email redacted by moderator]
    Subject: Adobe Reader Adobe Reader has encountered a problem and needs to close.
    hi
    i had also the same problem with that version.
    so i download older version and this solved the problem.
    >

  • Oracle Forms Designer has encountered a problem and needs to close

    Dear All,
    I got the following error when I compile the form,
    Oracle Forms Designer has encountered a problem and needs to close
    I am using Oracle 10g Developer suite(Forms 32 Bit Version 10.1.2.0.2)
    and Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    and Window Xp Professional 32 Bit Operating system
    Now I can't do any changes in the form.
    I searched lot of oracle forums .but i can't solve it.
    Please give me one solution
    I am strugling this issue.
    Please help me........
    a lot of thanks in advance.
    Thanks and Regards,
    Fazil

    Hi,
    I am doing the bug fixing in the existing form.Its size is 4.07 MB.when i will get the mentioned error.then i will take previos fmb.then again doing the changes after some time agin will come the mention error.I added some if else condtion code.Its a small code.I think its not a reason for the mentioned error.I think something is happended.I don't know what happened?
    Please help me..
    Thanks and Regards,
    Fazil

  • QuickTime Player has encountered a problem and needs to close. [error]

    *Error message:*
    QuickTime Player has encountered a problem and needs to close. We are sorry for the inconvenience.
    *Error signature:*
    EventType : BEX P1 : QuickTimePlayer.exe P2 : 7.60.92.0
    P3 : 496279cc P4 : QuickTimePlayer.exe P5 : 7.60.92.0 P6 : 496279cc
    P7 : 0000130d P8 : c0000409 P9 : 00000000
    *Error report content:*
    C:\DOCUME~1\MyUserID\LOCALS~1\Temp\WER1cc6.dir00\QuickTimePlayer.exe.mdmp
    C:\DOCUME~1\MyUserID\LOCALS~1\Temp\WER1cc6.dir00\appcompat.txt
    This problem is same as reported here and hasn't been solved:
    http://discussions.apple.com/thread.jspa?threadID=1370493&tstart=1397
    I have seen this problem appearing on Windows 2000, XP SP2 and XP SP3 with all QuickTime 7 versions (can't tell about iTunes since I don't use it), it didn't bother me because I have no use for QT/MOV myself.
    but.
    I have just installed your latest QT Player 7.60.92 and it craps out with the same error whenever I want to open .mov files.
    And I have downloaded few trailers ranging from small resolution up to highest "HD" resolution from your own Apple website to make sure it is not some encoding compatibility issue.
    I know it is a bug in QT Player itself, so don't tell me please that "my QT got fragmented" or such BS (like the replies suggested in the other thread) or ask about any QT alternative corrupting "official" QT Player since I have no such thing. I am trying to make it work on my mother's computer with freshly installed WinXP (prior updated up to latest patches), machine has standard 32bit intel single core CPU (2.8GHz, 2GB of RDRAM).
    I am really sorry I bought her camera that take those stupid .mov QT videos.
    Apple folks, what's the catch?
    With every crash it creates in user temp directory files like:
    QuickTimePlayer (2009-03-15 16.06.49).dmp
    + folder like WERf743.dir00 with files inside:
    appcompat.txt
    manifest.txt
    QuickTimePlayer.exe.hdmp
    QuickTimePlayer.exe.mdmp
    appcompat:
    Well, too big to post here (~190kB of text) and anyways it just lists files/versions from what I've seen, so its probably irrevelant
    manifest:
    Server=watson.microsoft.com
    UI LCID=1033
    Flags=1674066
    Brand=WINDOWS
    TitleName=QuickTime Player
    DigPidRegPath=HKLM\Software\Microsoft\Windows NT\CurrentVersion\DigitalProductId
    ErrorText=If you were in the middle of something, the information you were working on might be lost.
    Stage1URL=
    Stage1URL=/StageOne/Generic/BEX/QuickTimePlayerexe/7_60_92_0/496279cc/QuickTimePlayer_exe/7_60_920/496279cc/0000130d/c0000409/00000000.htm
    Stage2URL=
    Stage2URL=/dw/GenericTwo.ASP?EventType=BEX&P1=QuickTimePlayer.exe&P2=7.60.92.0&P 3=496279cc&P4=QuickTimePlayer.exe&P5=7.60.92.0&P6=496279cc&P7=0000130d&P8=c00004 09&P9=00000000
    DataFiles=C:\DOCUME~1\My-User-ID-here\LOCALS~1\Temp\WERf743.dir00\QuickTimePlaye r.exe.mdmp|C:\DOCUME~1\My-User-ID-here\LOCALS~1\Temp\WERf743.dir00\appcompat.txt
    Heap=C:\DOCUME~1\My-User-ID-here\LOCALS~1\Temp\WERf743.dir00\QuickTimePlayer.exe .hdmp
    ErrorSubPath=Generic\BEX\QuickTimePlayer.exe\7.60.92.0\496279cc\QuickTimePlayer. exe\7.60.92.0\496279cc\0000130d\c0000409\00000000
    DirectoryDelete=C:\DOCUME~1\My-User-ID-here\LOCALS~1\Temp\WERf743.dir00
    /edit
    Yes, same as in the other thread from year ago, the QT/.mov files play fine in the browsers (I have just check on IE7, Firefox, K-Meleon).
    Message was edited by: -888-

    Look, I had it running _few times_ too until it crapped out and gives the error since (on my own other computers - which I don't care since I have no use for any QT/.mov myself, but I repeat from post 1: I need it working on my Mother's comp).
    And talking about 'bad drivers' - yes, I know that the drivers are sometimes at fault and bad drivers can make entire windoze pc unstable or crash; but how can you suggest this as a cause in this case when I'm telling you that the same error appears on completely different machines? And wouldn't this error appear from begining, from very first use of QT Player if it were bad drivers? Sure it would if it was faulty driver, but since it didn't that's not the case obviously.
    Another pointer that it is NOT drivers related problem is that all other audio-video programs work fine, without errors and problem-free on the same machines, including playback of some of the .mov files with Media Player Classic or VLC - while they crap out with QT Player. If it was any of the drivers for audio or video, directx acceleration, etc - the faulty driver(s) should and would affect other programs as well. Yet all of them work fine and as I said - some even play QT files too (the ones capable of).
    /edit:
    Just to test it I "caved in" and I have installed entire iTunes 8.0 garbage (as suggested by foobula earlier) since I couldn't get just QTPlayer part of it to install separately, and what do you know:
    LO & BEHOLD! same .mov files play fine with QT7, no errors, no problem! (I have opened/closed same .mov files many times).
    Then I uninstalled iTunes and all of its junk,
    removed any traces of it (because it left out - in a Microsft style - plenty of garbage in registry, user appdata folder etc),
    rebooted,
    installed the "standalone" QT Player 7.60
    and hello Apple my darling! - same error is back after just 2 playbacks of very same .mov files!
    (I used Apple's own .mov trailers for testing just to make sure I have "right" quicktime files:
    http://movies.apple.com/movies/weinstein/inglouriousbasterds/inglouriousbasterds -tlr2_1080p.mov
    and
    http://movies.apple.com/movies/weinstein/inglouriousbasterds/inglouriousbasterds -tlr2_480p.mov
    - and I repeat: both played once each fine (haven't play till the end though, but I'm sure that doesn't matter since the problem appears from the start)
    What better proof you need that the problem is only with QT Player in a "standalone edition" (or whatever Apple calls it) and not with any drivers etc?
    As previously, both play fine when links opened in a browsers (so the QuickTime whatever-components responsible for audio and video rendering WORK FINE and its not any "bad drivers" problems, it is just QT Player application's problem)
    Again: (I hate to repeat myself)
    *I don't want any itunes or other junk,*
    *I just want .mov files to open with quicktime player - no more or less.*
    Message was edited by: -888-

  • Reports Builder has encountered a problem and needs to close.

    Hi All,
    The report builder in my system is behaving weirdly. If I open a report, which is having a normal browser output, it allowing me to see the data model, layout model and everything. And if I open a report, which is having a PDF output, it's not allowing me to open the Layout.
    Here the output is in context of Oracle Applications front-end. And as I know it shouldn't be a problem with Report Builder.
    It errors out with the following message.
    Reports Builder has encountered a problem and needs to close. We are sorry for the inconvenience.
    And the error report contains the following message.
    AppName: rwbld60.exe     AppVer: 3.0.0.0     ModName: mmc60.dll
    ModVer: 0.0.0.0     Offset: 0000c533
    Here is the version information:
    Report Builder 6.0.8.11.3
    ORACLE Server Release 8.0.6.0.0
    Oracle Procedure Builder 6.0.8.11.0
    Oracle ORACLE PL/SQL V8.0.6.0.0 - Production
    Oracle CORE Version 4.0.6.0.0 - Production
    Oracle Tools Integration Services 6.0.8.10.2
    Oracle Tools Common Area 6.0.5.32.1
    Oracle Toolkit 2 for Windows 32-bit platforms 6.0.5.35.0
    Resource Object Store 6.0.5.0.1
    Oracle Help 6.0.5.35.0
    Oracle Sqlmgr 6.0.8.11.3
    Oracle Query Builder 6.0.7.0.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 6.0.8.11.3
    Oracle Express 6.0.8.3.5
    Oracle XML Parser     1.0.2.1.0     Production
    Oracle Virtual Graphics System 6.0.5.35.0
    Oracle Image 6.0.5.34.0
    Oracle Multimedia Widget 6.0.5.34.0
    Oracle Tools GUI Utilities 6.0.5.35.0
    I have tried reinstalling the software a minimum of 10 times, but no luck. At last I got my system formatted and tried. For the first time it worked for me, then I installed Forms Builder... then again I am getting the same problem even though I have different homes for Reports and Forms.
    Is it problem with my system or the Operating System or the version of the Oracle Developer?
    Can anyone please help me out?
    Thanks in advance,
    Lakshman.

    I have been having a similar problem and do not know if this will apply to your situation but I found the following on Metalink.
    Subject:      Reports Builder Crashes Opening the Paper Layout on Large Reports on XP/2003
         Doc ID:
    Note:566304.1     Type:      PROBLEM
         Last Revision Date:      18-AUG-2008     Status:      PUBLISHED
    In this Document
    Symptoms
    Changes
    Cause
    Solution
    References
    Applies to:
    Oracle Reports Developer - Version: 10.1.2.0.2 to 10.1.2.3
    Microsoft Windows XP
    Microsoft Windows Server 2003
    Symptoms
    Oracle Reports Builder crashes opening the Paper Layout on some large reports but ONLY on the following platforms:
         Microsoft Windows XP Professional
         Microsoft Windows Server 2003
    Reports Builder displays the below message and then crashes:
    Reports Builder
    Reports Builder has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you were in the middle of something, the information you were working on might be lost.
    Please tell Microsoft about this problem.
    We have created an error report that you can send to us. We will treat this report as confidential and anonymous.
    To see what data this error report contains, click here.
    [Send Error Report] [Don't Send]
    --> click on [Don't Send] button and Report Builder disappears.
    -and/or-
    access violation in oranls10.dll
    This problem does not reproduce on:
         Microsoft Windows 2000
    The solutions in the below note do not work on v. 10.1.2.2.0 and 10.1.2.3.0:
    Note 361206.1 Title: Reports Builder Crashes Opening a Paper Layout on Windows XP Only
    Changes
    Upgraded to Oracle Report Builder v. 10.1.2.x.x from a previous release.
    Cause
    Bug 7014048 is fixed in one-off Patch 5335195 (Base Bug) but missed inclusion (ie. was not ported to) in latest Developer patchset v. 10.1.2.3.0
    See also:
    Bug 7014048 Abstract: REPORTS BUILDER CRASHES OPENING A PAPER LAYOUT.
    Bug 5029530 Abstract: REPORTS BUILDER CRASHES OPENING PAPER LAYOUT MODEL ONLY ON XP BOX
    Solution
    To implement the solution, please execute the following steps:
    1. Download one-off Patch 5335195 for v. 10.1.2.0.2 to the XP/2003 box.
    2. Back up existing uiw.dll for 10.1.2.3 880KB 10/10/2006 7:23PM --> uiw_orig_10.1.2.3.zip
    3. In the %ORACLE_HOME%\bin directory, replace uiw.dll (880KB) with the uiw.dll (1,316KB) from
    Patch 5335195 --> 1,316KB 7/24/06 11:12PM
    4. Re-launch Report Builder 10.1.2.3.0 on XP/2003.
    5. Open the <large report>.rdf.
    6. Double-click on the Paper Layout icon.
    7. The result should be: Successfully open the Paper Layout for <large report>.rdf.
    References
    Bug 5029530 - REPORTS BUILDER CRASHES OPENING PAPER LAYOUT MODEL ONLY ON XP BOX
    Bug 7014048 - REPORTS BUILDER CRASHES OPENING A PAPER LAYOUT.
    Note 361206.1 - Reports Builder Crashes Opening a Paper Layout on Windows XP Only
    Patch 5335195 - REPORTS BUILDER CRASHES OPENING PAPER LAYOUT MODEL DUE TO ACCESS

  • Constantly getting "Syncservicesagent has encountered a problem and needs to close. We are sorry for the inconvenience."

    Hi folks. Running Snow Leopard with Outlook, Word, Safari, iCal and iPhone. Constantly receiving error message: "Syncservicesagent has encountered a problem and needs to close. We are sorry for the inconvenience."
    Any ideas?
    Cheers, Matt.

    Hi - thanks for the detailed reply.
    Yeah it still pops up though I've stopped all the MS applications - Word, Excel, Outlook.
    I Force Quit it in Activity Monitor but it pops back up again, almost immediately. It's like it's running in background, for want of a better term.
    This mean anything to you??
    /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app/Contents/MacOS/SyncServicesAgent
    /Applications/Microsoft Office 2011/Office/mbukernel.framework/Versions/14/mbukernel
    /Applications/Microsoft Office 2011/Office/ObjCOPF.framework/Versions/14/ObjCOPF
    /Applications/Microsoft Office 2011/Office/OPF.framework/Versions/14/OPF
    /Applications/Microsoft Office 2011/Office/OPF.framework/Versions/14/Resources/OPF_Common.dylib
    /Applications/Microsoft Office 2011/Office/mbuinstrument.framework/Versions/14/mbuinstrument
    /Applications/Microsoft Office 2011/Office/mbunamedstrings.framework/Versions/14/mbunamedstrings
    /Applications/Microsoft Office 2011/Office/Netlib.framework/Versions/14/Netlib
    /Applications/Microsoft Office 2011/Office/OutlookCore.framework/Versions/14/OutlookCore
    /Applications/Microsoft Office 2011/Office/merp.framework/Versions/14/merp
    /Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework/Versions/14/MicrosoftComponentPl ugin
    /Applications/Microsoft Office 2011/Office/MViewLib.framework/Versions/14/MViewLib
    /Applications/Microsoft Office 2011/Office/PowerPlant.framework/Versions/14/PowerPlant
    /Applications/Microsoft Office 2011/Office/PowerPlantCore.framework/Versions/14/PowerPlantCore
    /Applications/Microsoft Office 2011/Office/OutlookRightsFramework.framework/Versions/14/OutlookRightsFramework
    /Applications/Microsoft Office 2011/Office/mbulocale.framework/Versions/14/mbulocale
    /Applications/Microsoft Office 2011/Office/wlmstrings.framework/Versions/14/wlmstrings
    /Applications/Microsoft Office 2011/Office/mbustrings.framework/Versions/14/mbustrings
    /Applications/Microsoft Office 2011/Office/MicrosoftMenuLibrary.framework/Versions/14/MicrosoftMenuLibrary
    /usr/lib/libcrypto.0.9.7.dylib
    /Applications/Microsoft Office 2011/Office/CocoaUI.framework/Versions/14/CocoaUI
    /Applications/Microsoft Office 2011/Office/CocoaTooltipParser.framework/Versions/14/CocoaTooltipParser
    /Applications/Microsoft Office 2011/Office/WLMKernel.framework/Versions/14/WLMKernel
    /Applications/Microsoft Office 2011/Office/MicrosoftOLE.framework/Versions/14/MicrosoftOLE
    /Applications/Microsoft Office 2011/Office/MicrosoftOfficeDRM.framework/Versions/14/MicrosoftOfficeDRM
    /Applications/Microsoft Office 2011/Office/MicrosoftOLEAutomation.framework/Versions/14/MicrosoftOLEAutomation
    /Applications/Microsoft Office 2011/Office/WinCrypto.framework/Versions/14/WinCrypto
    /Applications/Microsoft Office 2011/Office/MSXML.framework/Versions/14/MSXML
    /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Versions/14/MicrosoftSetupUI
    /Applications/Microsoft Office 2011/Office/StdUrlMoniker.framework/Versions/14/StdUrlMoniker
    /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Libraries/mbupgx.dylib
    /private/var/folders/lA/lACtCMJ9FgSq16ec7WQ-OU+++TI/-Caches-/com.apple.IntlDataC ache.le.sbdl
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/Resources/HIToolbox.rsrc
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/Resources/English.lproj/Localized.rsrc
    /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.d at
    /private/var/folders/lA/lACtCMJ9FgSq16ec7WQ-OU+++TI/-Caches-/com.apple.LaunchSer vices-025501.csstore
    /System/Library/PrivateFrameworks/OpenTransport.framework/Versions/A/OpenTranspo rt
    /usr/share/icu/icudt40l.dat
    /usr/lib/dyld
    /private/var/db/dyld/dyld_shared_cache_i386
    /dev/null
    ->0xffffff800d366a70
    ->0xffffff800d366a70
    /private/etc/security/audit_control
    count=1, state=0x2
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/Resources/HIToolbox.rsrc
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/Resources/English.lproj/Localized.rsrc
    /Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework/Versions/14/Resources/MicrosoftC omponentPlugin.rsrc
    /Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework/Versions/14/Resources/en.lproj/L ocalized.rsrc
    ShMemIntCrit143214869
    ShMemExtCrit143214869
    /Applications/Microsoft Office 2011/Office/MSXML.framework/Versions/14/Resources/MSXML.rsrc
    /Applications/Microsoft Office 2011/Office/OutlookCore.framework/Versions/14/Resources/OutlookCore.rsrc
    /Applications/Microsoft Office 2011/Office/OutlookCore.framework/Versions/14/Resources/en.lproj/Localized.rsrc
    /Users/Coogee50/Library/Logs/Sync/syncservices.log
    /private/etc/security/audit_class

  • Compilation problem in a JSP page

    Hi all,
    I'm trying to write a jsp page and some java stuff in it.
    It goes something like this -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1255"%>
    <html>
      <head>
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1255"/>
        <title>Michael</title>
      </head>
      <body>
    <%
              String strError="";
    %>
    </body>Now the problem is that I get compilation problem about the use in java -
    "String cannot be resolved to a type"
    I know for sure that in other computers it's work, the question is what I'm missing?
    I have Java VM installed and I've downloaded and installed the latest JDK, what else?
    thanks,
    Michael.

    Michael4488 wrote:
    BalusC wrote:
    Then you should be using JSTL/EL.I don't familiar with this technology, any way - Its work on one computer so in my understanding it should work on the other as well.It is not related to the actual problem. It was just a comment on your code. Using scriptlets is considered as bad practice.
    I understand that of course, but I don't use any configuration file or set any special parameters in my computer.
    What exactly does the compiler need in order to recognize the Java code in the JSP page? If i manually add the JAVA_HOME environment variable it will work?
    where should I refer it to? "..\Java\jre1.6.0_07\lib" will do?It must point to the root installation directory of the JDK (thus not the JRE!).

  • Oracle SQL*PLUS has encountered a problem and needs to close

    When I have done like below,
    C:\Documents and Settings\himanshu.chaudhari>sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 14 07:38:22 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn sys@dev as sysdba
    Enter password:
    Connected.
    SQL> spool e:/spool/test.log
    SQL> @e:/spool/ms_script.sql
    Got error like ,
    Oracle SQL*PLUS has encountered a problem and needs to close. We are sorry for the inconvenience.
    AppName: sqlplus.exe     AppVer: 0.0.0.0     ModName: oranls10.dll
    ModVer: 10.2.0.1     Offset: 0005d6ff
    I am using,
    Operating System: Microsoft Windows XP Professional Version 2002 Service Pack 3,
    Have two different oracle client on same drive
    1) 10.2.0.1.0
    2) 8.1.7.4.0
    I have tried,
    Run selecthome.bat from BIN but got same error,
    Run sqlpus.exe from particular home then also got same error..
    So , Please anyone can have some idea regarding the same ?

    Is there any other error in error.log file?
    What do you run in that (ms_script) script?
    Have you used both sqlplus?
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Rescue and Recovery has encountered a problem and needs to close

    I'm running R&R 3.10.0022 on a ThinkPad T42p 2373-HTU and encountered the Rescue and Recovery has encountered a problem and needs to close error.  When I tried to install the advertised patch with rnr31cp5.exe, I get an InstallShield Wizard dialog box that says "Could not find any previously installed compliant products on the machine for installing this product" and the install fails.
    I then tried to reinstall the Microsoft patch that seemed to have caused the original problem, KB917422, which told me that a more recently installed service pack made this patch (KB917422) unnecessary.
    Bottom line: I can't run R&R.  And I couldn't find a Lenovo R&R update for my machine.  Any ideas please?
    Al Vesper
    Solved!
    Go to Solution.

    Hello  mate,
    Try to uninstall completely R&R and install the latest version.
    You can find it there : http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-76226
    Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information on it.
    ThinkPad T510 4313-CTO Windows 8 x64 - Intel Core i7-620M - NVIDIA NVS 3100M - 8GB RAM - 240GB SSD- Intel Centrino Ultimate-N 6300 - Gobi 2000.
    ThinkPad Helix 3697-CTO Windows 8.1 x64 - Intel Core i7-3667U - Intel HD Graphics 4000 - 8GB RAM- 256GB SSD - Intel Centrino Advanced-N 6205 - Ericsson C5621gw

  • 'NI-PAL Service Manager has encountered a problem and needs to close. We are sorry for the inconvenience.'

    Hello,
    Any idea how to fix this problem that casuses this error?
    'NI-PAL Service Manager has encountered a problem and needs to close. We are sorry for the inconvenience.'
    I have been re-loading LabVIEW 8.0.1 Pro Dev Sytem, NI-DAQ (Traditional) and NI-DAQmx, all day.  This probelm seems to be related to the fact that I can, no longer, create executables or open my .lvproj files, yielding the other error:
    '' Problem sending commands to the program"
    Thank you
    Message Edited by FLT CTRL 6 on 06-02-2006 03:41 PM

    NI-PAL service Manager has encountered a problem and needs to close.… tell Microsoft...10Jan08
    Yesterday I started having this error message pop up when I first boot up my computer.  I haven’t even started LabVIEW. 
    Recent changes:
    6Jan08 Replaced motherboard and CPU.
    6Jan08 Formatted hard drive and reinstalled software(Windows XP Home Edition).  Computer working fine.
    8Jan08 Installed LabVIEW 8.0 Student Edition.  LV is working fine and the message does not appear.
    9Jan08 Download and install NiDAQ 8.6.1.  Reboot the system and the above error shows up.  LabVIEW works fine so far.
    Anybody have any ideas on what the problem is?  I have a screen shot of the actual message, but I can't load it on this page.
    Oliver
    [email protected]

  • Access Connection​s fails to launch - "has encountere​d a problem and needs to close..."

    I have an R61 with XP, SP3 installed.  The underlying functionality of Access Connections appears to be working properly (I have access to both Ethernet and wireless using profiles previously established), but when I attempt to launch Access Connections (from system tray icon, Programs, etc.) I get the error message,  "Access Connections has encountered a problem and needs to close.  We are sorry for the inconvenience," and the option to send or not send an error report to Microsoft.  This makes it impossible to create or edit location profiles.  I first encountered this error several months ago with AC version 5.33 (might have also seen it under 5.3).  Subsequently I have upgraded to version 5.50 and have the same problem. Today I uninstalled AC, restared, reinstalled ver 5.5 (from a fresh download), and restarted.  I still encountering the problem. 
    Additional information:  Norton Internet Security (2010) is installed.  Microsoft and ThinkVantage patches are up to date.
    Please recommend "next steps" in troubleshooting or a way to resolve this issue.
    Thanks 

    Hmmm... could be a corrupt profile.
    Try this.
    1.  Uninstall Access Connections (but don't delete the profiles)
    2. After the reboot, open REGEDIT.
    3. In the left pane, expand HKEY_LOCAL_MACHINE, then SOFTWARE, then Lenovo
    4. Still in the left pane, right click on Access Connection and choose export
    5. Assign an appropriate filename and click Save (I suggest somewhere on the Desktop).
    6. Right click on Access Connections again and choose delete.
    7. Open Windows Explorer and go to C:\Program Files\Thinkpad\ConnectUtilities directory.
    8. Delete any files in this directory.
    9. Reinstall Access Connections v5.50
    10. Try and create a profile.
    If you still get an error trying to create a profile, then something else is broken.  Be sure you have .NET 3.5 SP1 (it may be under optional downloads in Windows Update).
    If it works fine, then you have a bad profile.  Unfortunately, there isn;t an easy way to figure out which one other than try and error of delete profiles and trying one at a time.
    To restore your profiles.
    1. Unistall Access Connections. Reboot.
    2. Double click the saved .reg file on your Desktop and answer Yes to merge it into the registry.
    3. Install Access Connections. Reboot.

  • OutlookSyncClient has encountered a problem and needs to close.

    I am unable to sync my Touch. When I try to sync, Windows reports "OutlookSyncClient has encountered a problem and needs to close."
    There is no other indication of the cause of the problem.
    I'm running 7.6.2.9, with Outlook 2003 SP3 (11.8206...) on Windows XP with all the latest updates.

    I am getting this error ("OutlookSyncClient has encountered a problem and needs to close"). Six hours of workarounds, uninstalls, clean installs and 2 hours at the Genius Bar to no avail. Everything synchs but the Outlook Calendar 2003. This is a joke. I thought Apple stuff just worked so flawlessly, but I see these 11 month old posts of the same error and it is still not fixed.
    I went to the length of removing all of the related software, reinstalling, removing all of my calendar entries, adding a few simple ones and rebooting 50 times all in between. I still got the error.
    I cannot get new contact items to synch back to Outlook.
    I got a few sample calendar entries to synch one way to the iPhone. New calendar entries on the iPhone did not synch back to Outlook. When I started pasting backed up calendar entries back to Outlook and synching, I got the error again. Even after removing these entries I still get these errors.
    I am at a complete loss. I'm not a 10th grader who can handle not synching their calendar with their phone. I need this synched for work and not having this work easily is a non-starter. This amounts to a nifty toy unless a patch comes out in the next couple days. BlackBerry, here I come.

Maybe you are looking for