RoboHelp 9/10 Java Error Trying to Compile AIR Help Skin

I'm trying to save a custom skin for a RoboHelp 9 project on a Windows 7 64-bit PC using AIR Browser Based Help. When I try to save the skin, or compile it into a SWF, I get the following error:
Error loading: C:\Program Files\Java\jdk1.7.0_09\jre\bin\jvm.dll
The dll is located at that path. I tried running RoboHelp as Administrator. I tried editing a new skin with a new clean project and also with a downloaded trial of RoboHelp 10, and I got the same results. Has anyone seen this, or can anyone think of a fix?

Hello hypericon_0090001,
Have you found any fix for this, as I am having the same problem.

Similar Messages

  • 6 errors trying to compile TalkClientApplet.java

    Hello:
    Trying to compile TalkClientApplet.java at:
    http://java.sun.com/docs/books/tutorial/deployment/applet/ex5/TalkClientApplet.java
    on the jdk1.5.0_06, Windows XP, and I received the following errors:
    TalkClientApplet.java:94:incomparable types:boolean and <nulltype>
    if(receivedThread ==null){
    TalkClientApplet.java:99:incompatible types
    found:java.lang.Thread
    required:boolean
    receiveThread=new Thread(this);
    TalkClientApplet.java:100:boolean cannot be dereferenced
    receiveThread.start();
    TalkClientApplet.java:150:incompatible types
    found :<nulltype>
    required:boolean
    receiveThread=null;
    TalkClientApplet.java:186:incomparable types:boolean and <nulltype>
    if(receiveThread==null){
    TalkClientApplet.java:258:incomparable types:java.lang.Thread and
    boolean while (Thread.currentThread()==receiveThread){
    Thanks in advance for your help.

    Hello:
    I am following the code from:
    http://java.sun.com/docs/books/tutorial/deployment/applet/ex5/TalkClientApplet.java
    which was pointed to from:
    http://java.sun.com/docs/books/tutorial/deployment/applet/workaround.html
    This is the section:
    private void start(boolean onEDT) {       
    if (DEBUG) {
    System.out.println("In start() method.");
    if (receiveThread == null) {
    trysted = false;
    os = null;
    is = null;
    socket = null;
    receiveThread = new Thread(this);
    receiveThread.start();
    if (DEBUG) {
    System.out.println(" Just set everything to null and started thread.");
    enableGUI(onEDT);
    Thanks

  • Error when trying to compile HTML help

    I'm using RoboHelp 7.0 on Windows XP. All of the sudden, last
    week, I start getting the following error when I try to compile
    "Fatal Error: Unexpected error from Microsoft HTML compiler." I've
    read the other posts regarding this error and deleted the .CPD file
    multiple times and tried to compile again still with no success.
    I've uninstalled and reinstalled multiple times and not had any
    better results. The other author in my office can check the project
    out of RoboSource and compile it fine. I have it on my local drive
    when trying to compile.
    I'd appreciate any ideas. It doesn't make sense that is
    something in the project since my other author can compile it fine.
    Thanks,
    Nita

    Hi, Nita,
    Do you have any other RoboHelp projects that you can try
    compiling? This may help to determine whether there's something
    slightly askew about this particular project — sounds
    unlikely if your colleague can compile without error — or
    whether the problem lies in your RoboHelp installation.
    I'd also recommend that you run MJ's Help Diagnostics,
    available from the address below. This will verify that all the
    HTML Help viewer and compiler components are properly installed and
    registered on your machine.
    http://helpware.net/downloads/index.htm#MJs
    Pete

  • Java error trying to forward logs?

    I'm getting a really strange error when I try to set where my Operations Manager logs direct to. It happens whenever I click on the gears icon for the ANALYTICS, COLLECTOR, WEB, and SUITEAPI folders in Administration > Support > Logs. The error that pops up looks like a Java error log, but in an error dialog box. I've attached a screenshot of it. I can't even get to the form to enter the IP address and port (I want the logs to forward to Log Insight). Does anyone know what might be causing this error and how I can fix it? Thanks!

    Hi,
    This should help you in understanding the problem better.
    The <jsp.forward> tag can be used to cause a client request to be forwarded to an HTML file, another JSP file, or a servlet for processing.
    Whenever the <jsp.forward> tag is encountered by the JSP engine, the engine forwards the request that was sent to the JSP file to another file. The JSP engine doesn't process the remainder of the current JSP file.
    The output buffer
    Anything that has been written into the output buffer by the current JSP file will be lost.
    There are two possible outcomes regarding the output buffer. If the output from the compiled JSP file is buffered, the buffer is cleared before the request is forwarded.
    If the output is not buffered (page directive with buffer=none), and if the buffer is not empty, the use of the <jsp.forward> tag will result in an IllegalStateException being thrown.
    thanks,
    Sriram

  • Errors trying to compile Orange [synce]

    checking for libole2-config... no
    checking for libole2 - version >= 0.2.4... no
    *** The libole2-config script installed by libole2 could not be found
    *** If libole2 was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or set the LIBOLE2_CONFIG environment variable to the
    *** full path to libole2-config.
    configure: error: Can't find libole2
    make: *** No targets specified and no makefile found. Stop.
    The above is an error recieved when trying to compile the orange code from the synce project. The libole2 is installed as version 2.2.8 and I have tried 0.2.4 just for reference and it makes no difference. It would seem that libole2-config is just not there. I'm not sure how to fix this error but would like it if someone else could give any advice..

    Well, I managed to get it to compile from CVS and it seems to run correctly. I may do a little bit more polishing and post the PKGBUILDs on the AUR.
    Note: Seems libole2 was replaced by libgsf in the newest CVS.

  • VMware server: Error trying to compile the vmmon and vmnet modules.

    Hello,
    I am trying to install VMware server following the wiki: http://wiki.archlinux.org/index.php/Ins … _on_Arch64
    I can't get very far as I can't even compile vmmon and vmnet and I have no idea on how to solve this problem
    [21:02:38][root@phusis]
    [/opt/arch32/root/vmware-server-distrib/lib/modules/source]Arch64# make -C vmmon-only auto-build HEADER_DIR=/usr/src/linux-`uname -r`/include CC=gcc SUPPO_SMP=1 GREP=grep IS_GCC_3=no
    Using 2.6.x kernel build system.
    make: Entering directory `/opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only'
    make -C /usr/src/linux-2.6.28-ARCH/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.28-ARCH'
    CC [M] /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.o
    In file included from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/x86.h:20,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/machine.h:24,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.h:15,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:49:
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/x86apic.h:79:1: warning: "APIC_BASE_MSR" redefined
    In file included from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/numa_64.h:5,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/numa.h:4,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/acpi.h:28,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/fixmap_64.h:15,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/fixmap.h:7,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/apic.h:8,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/smp.h:13,
    from include/linux/smp.h:30,
    from include/linux/topology.h:33,
    from include/linux/mmzone.h:763,
    from include/linux/gfp.h:4,
    from include/linux/kmod.h:22,
    from include/linux/module.h:13,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:12:
    /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/apicdef.h:132:1: warning: this is the location of the previous definition
    In file included from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/machine.h:24,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.h:15,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:49:
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/x86.h:830:1: warning: "PTE_PFN_MASK" redefined
    In file included from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/pda.h:8,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/current.h:19,
    from /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/processor.h:15,
    from include/linux/prefetch.h:14,
    from include/linux/list.h:6,
    from include/linux/module.h:9,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:12:
    /usr/src/linux-2.6.28-ARCH/arch/x86/include/asm/page.h:22:1: warning: this is the location of the previous definition
    In file included from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/vmhost.h:13,
    from /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:71:
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/./include/compat_semaphore.h:5:27: error: asm/semaphore.h: No such file or directory
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:146: error: unknown field 'nopage' specified in initializer
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:150: error: unknown field 'nopage' specified in initializer
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c: In function 'LinuxDriver_Ioctl':
    /opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:1670: error: too many arguments to function 'smp_call_function'
    make[2]: *** [/opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.o] Error 1
    make[1]: *** [_module_/opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.28-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/opt/arch32/root/vmware-server-distrib/lib/modules/source/vmmon-only'
    Do you know what I could do to sort the above issue?
    Thanks
    Ludo

    hi,
    i am not able to use the patch. there are always missing files and i dont know the path for this files.
    here is the output of the console:
    patch -p1 -i /home/felix//Desktop/vmware-workstation-6.5.1.126130-2.6.29_x86_64.patch
    can't find file to patch at input line 4
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmblock-only/include/compat_wait.h new/vmblock-only/include/compat_wait.h
    |--- orig/vmblock-only/include/compat_wait.h 2008-10-28 22:47:20.000000000 -0700
    |+++ new/vmblock-only/include/compat_wait.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 19
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmci-only/include/compat_wait.h new/vmci-only/include/compat_wait.h
    |--- orig/vmci-only/include/compat_wait.h 2008-10-28 22:47:21.000000000 -0700
    |+++ new/vmci-only/include/compat_wait.h 2009-01-20 04:49:44.000000000 -0700
    File to patch: y
    y: No such file or directory
    Skip this patch? [y]
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 34
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/include/compat_wait.h new/vmmon-only/include/compat_wait.h
    |--- orig/vmmon-only/include/compat_wait.h 2008-10-28 22:47:18.000000000 -0700
    |+++ new/vmmon-only/include/compat_wait.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 49
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/include/x86apic.h new/vmmon-only/include/x86apic.h
    |--- orig/vmmon-only/include/x86apic.h 2008-10-28 22:47:17.000000000 -0700
    |+++ new/vmmon-only/include/x86apic.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 64
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/linux/driver.c new/vmmon-only/linux/driver.c
    |--- orig/vmmon-only/linux/driver.c 2008-10-28 22:47:18.000000000 -0700
    |+++ new/vmmon-only/linux/driver.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 85
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/linux/hostif.c new/vmmon-only/linux/hostif.c
    |--- orig/vmmon-only/linux/hostif.c 2008-10-28 22:47:17.000000000 -0700
    |+++ new/vmmon-only/linux/hostif.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    4 out of 4 hunks ignored
    can't find file to patch at input line 173
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmmon-only/linux/vmmonInt.h new/vmmon-only/linux/vmmonInt.h
    |--- orig/vmmon-only/linux/vmmonInt.h 2008-10-28 22:47:17.000000000 -0700
    |+++ new/vmmon-only/linux/vmmonInt.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 188
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmnet-only/bridge.c new/vmnet-only/bridge.c
    |--- orig/vmnet-only/bridge.c 2008-10-28 22:47:18.000000000 -0700
    |+++ new/vmnet-only/bridge.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 203
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmnet-only/compat_wait.h new/vmnet-only/compat_wait.h
    |--- orig/vmnet-only/compat_wait.h 2008-10-28 22:47:19.000000000 -0700
    |+++ new/vmnet-only/compat_wait.h 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 218
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmnet-only/driver.c new/vmnet-only/driver.c
    |--- orig/vmnet-only/driver.c 2008-10-28 22:47:19.000000000 -0700
    |+++ new/vmnet-only/driver.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    can't find file to patch at input line 235
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vmnet-only/netif.c new/vmnet-only/netif.c
    |--- orig/vmnet-only/netif.c 2008-10-28 22:47:18.000000000 -0700
    |+++ new/vmnet-only/netif.c 2009-01-20 04:49:44.000000000 -0700
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    4 out of 4 hunks ignored
    can't find file to patch at input line 286
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -Naur orig/vsock-only/include/compat_wait.h new/vsock-only/include/compat_wait.h
    |--- orig/vsock-only/include/compat_wait.h 2009-01-20 14:11:34.000000000 +0100
    |+++ new/vsock-only/include/compat_wait.h 2009-01-20 14:51:05.000000000 +0100
    File to patch:
    Skip this patch? [y] y
    Skipping patch.
    1 out of 1 hunk ignored
    thanks
    felix

  • Errors trying to compile PHP for use with MySQL

    I have installed and am using the GNU based tools from the Sunfreeware site to compile PHP. I already have Apache, MySQL, and Oracle compiled and working properly. Below is my configure string for my PHP build:
    ./configure --prefix=/usr/local/php5 \
    --with-config-file-scan-dir=/usr/local/php5/php.d \
    --with-apxs2=/var/apps/apache/bin/apxs \
    --with-ldap \
    --with-mysql=/var/apps/mysql \
    --with-mysqli=/var/apps/mysql/bin/mysql_config \
    --with-xsl=/usr/local/include/libxslt \
    --with-ncurses \
    --enable-xslt \
    --with-xslt-sablot \
    --with-bz2=/usr \
    --with-gd \
    --with-gdbm=/usr/local/lib \
    --with-openssl \
    --with-imap=/usr/local/imap-2006e \
    --with-imap-ssl \
    --with-freetype-dir=/usr/local/include/freetype2/freetype/freetype.h \
    --with-expat-dir \
    --with-tiff-dir \
    --with-zlib \
    --with-jpeg-dir=/usr/local/include/jpeglib.h \
    --with-png-dir=/usr/include/libpng12/png.h \
    --with-mcrypt \
    --with-curl \
    --with-curlwrappers \
    --with-gettext \
    --disable-short-tags \
    --disable-debug \
    --enable-calendar \
    --enable-ctype \
    --enable-discard-path \
    --enable-exif \
    --enable-ftp \
    --enable-memory-limit \
    --enable-sysvem \
    --enable-sysvshm \
    --enable-gd-native-ttf \
    --enable-soap \
    --enable-shmop \
    --enable-sockets \
    --enable-xslt \
    --enable-mbstring \
    --with-sqlite=shared \
    --with-pdo-sqlite=shared \
    --with-pdo-mysql=shared,/var/apps/mysql \
    --enable-pdo=shared \
    --enable-bcmath \
    --with-oci8=sharedI have ld, make, and various tools linked to /usr/local/bin/<toolname>. The configure string completes with no issue and the make runs for about 30 minutes before it stops with the following warnings/errors:
    /usr/ccs/bin/ld: warning: libssl.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libssl.so.0.9.7
    /usr/ccs/bin/ld: warning: libssl.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libssl.so.0.9.7
    /usr/ccs/bin/ld: warning: libssl.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libssl.so.0.9.7
    /usr/ccs/bin/ld: warning: libssl.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libssl.so.0.9.7
    /usr/ccs/bin/ld: warning: libssl.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libssl.so.0.9.7
    /usr/ccs/bin/ld: warning: libssl.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libssl.so.0.9.7
    /usr/ccs/bin/ld: warning: libcrypto.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libcrypto.so.0.9.7
    /usr/ccs/bin/ld: warning: libcrypto.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libcrypto.so.0.9.7
    /usr/ccs/bin/ld: warning: libcrypto.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libcrypto.so.0.9.7
    /usr/ccs/bin/ld: warning: libcrypto.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libcrypto.so.0.9.7
    /usr/ccs/bin/ld: warning: libcrypto.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libcrypto.so.0.9.7
    /usr/ccs/bin/ld: warning: libcrypto.so.0.9.8, needed by /usr/local/lib/libldap.so, may conflict with libcrypto.so.0.9.7
    <snip>....
    /var/apps/php-5.2.5/ext/mysqli/mysqli_nonapi.c:209: undefined reference to `mysql_sqlstate'
    /var/apps/php-5.2.5/ext/mysqli/mysqli_nonapi.c:200: undefined reference to `mysql_set_server_option'
    /var/apps/php-5.2.5/ext/mysqli/mysqli_nonapi.c:212: undefined reference to `mysql_set_server_option'
    ext/mysqli/.libs/mysqli_nonapi.o: In function `zif_mysqli_query':
    /var/apps/php-5.2.5/ext/mysqli/mysqli_nonapi.c:251: undefined reference to `mysql_set_server_option'
    ext/mysqli/.libs/mysqli_nonapi.o: In function `zif_mysqli_get_warnings':
    /var/apps/php-5.2.5/ext/mysqli/mysqli_nonapi.c:298: undefined reference to `mysql_warning_count'
    ext/mysqli/.libs/mysqli_nonapi.o: In function `zif_mysqli_stmt_get_warnings'
    /var/apps/php-5.2.5/ext/mysqli/mysqli_warning.c:195: undefined reference to `mysql_warning_count'
    collect2: ld returned 1 exit status
    make: *** [sapi/cli/php] Error 1:
    There are many, many more "undefined reference" messages all mysql related.
    Here is my environment and crle output:
    LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/local/lib:/usr/local/BerkeleyDB.4.2/lib:/var/apps/mysql/lib/mysql
    PATH=/usr/local/bin:/usr/bin:/usr/sbin:/usr/local/sbin:/opt/sfw/bin:/usr/local/ssl/bin:/usr/ucb:/usr/ccs/bin:/opt/VRTS/bin:/etc:/opt/EMCpower/bin:/opt/EMCpower/bin/sparcv9:/etc/emc/bin:/opt/VRTSagents/ha/bin:/usr/local/include:/usr/include:/usr/platform/`uname -i`/sbin:/var/apps/mysql/bin:/var/apps/mysql/include/mysql:/opt/RICHPse/bin:/usr/local/php5/bin:/opt/sfw/sbin
    crle output
    Configuration file [version 4]: /var/ld/ld.config
    Default Library Path (ELF): /lib:/usr/lib:/usr/local/lib
    Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system default)
    Any ideas as to how I can get around the MySQL errors, etc. would be appreciated.

    Here are the requirments for 10.5.8:
    Mac computer with an Intel, PowerPC G5, or PowerPC G4 (867MHz or faster) processor
    512MB of memory
    DVD drive for installation
    9GB of available disk space
    You have to purchase the upgrade from Apple for $129. You ned to call and order ti since it is not listed in their on-line store. You can also try eBay or Craig's List. 

  • [solved] Error Trying to Compile Video For Linux.

    I have a new TV card and I need to patch v4l to get it working. When I run the build script I get:
    Preparing to compile for kernel version 3.7.9
    File not found: /lib/modules/3.7.9-1-ARCH/build/.config at ./scripts/make_kconfig.pl line 33, <IN> line 4.
    Usually this means that I you don't have linux-headers installed but:
    scamper2 src/media_build ‹master*› » pacman -Ss linux-headers
    core/linux-headers 3.7.9-2 [installed]
    However, /lib/modules/3.7.9-1-ARCH/ doesn't have a build directory. Any suggestions on what I am doing wrong?
    Last edited by geekinthesticks (2013-02-28 07:58:00)

    geekinthesticks wrote:
    File not found: /lib/modules/3.7.9-1-ARCH/build/.config at ./scripts/make_kconfig.pl line 33, <IN> line 4.
    scamper2 src/media_build ‹master*› » pacman -Ss linux-headers
    core/linux-headers 3.7.9-2 [installed]

  • Netbeans - java error on intel mac - please help me

    Hello!
    I imagine it may not be the right place for this post, maybe I should ask on some java forums, but it occured on my MBP, so I don't know what can cause the problem.
    The thing is: I wrote some apps in netbeans for linux and now I copied them to my MBP to continue developing.
    They work just fine, but during startup I get an error message:
    "2006-04-29 13:21:43.787 java[749] CFLog (0): CFMessagePort: bootstrap_register(): failed 1103 (0x44f), port = 0x10b03, name = 'java.ServiceProvider'
    See /usr/include/servers/bootstrap_defs.h for the error codes.
    2006-04-29 13:21:43.787 java[749] CFLog (99): CFMessagePortCreateLocal(): failed to name Mach port (java.ServiceProvider)"
    I didn't have this problem before, so I guess it's some MAC-NETBEANS issue, can anyone help me?

    I get a similar error message whenever I start up any program with a GUI, using either Java 1.4.2 or 1.5 JVM on any Mac (G5, 12" Powerbook, G4 power mac) running Tiger. I cannot remember when the messages started or what they mean. However, regardless of the error, the programs run fine for the most part. So it is not specific to the MBP (or Intel-based) Mac. I just bought an MBP today and have just started getting it configured.
    p.s. I have had one problem with Java programs on OS/X since upgrading to Tiger last year. I never experienced this problem on OS/X before Tiger and it has never been a problem on Linux. Seemingly randomly,when I am running a program for many hours, the JVM dies with only O/S type messages. Sometimes the messages is "bus error", most of the time the errors in the log file are obscure references to the underlying JVM code (i.e. Objective C???). This happens both with commercial Java programs and ones I write myself. For example, if I am processing thousands of files for import into a relational database, the program will fail over and over again, but at a different point in the data and a different point in the processing of that data. The only common pattern is that the problem occurs after many hours (many of my programs run for 12-40 hours). My solution thus far has been to develop on OS/X but do long runs on Linux. I've tried reporting it as a bug to Apple - but it's difficult to send a large body of code and a large relational database to Apple, particularly when, in any case, the problem will be hard to replicate. The one common thread is that all the Java programs that die in this way are using JDBC. Something changed with Tiger.

  • Error trying to Deply - Please Help!!

    I'm getting the following error while trying to deploy my
    EJBs using JRun 3.1 on my XP pc.
    Exception: [15:24:29] java.io.IOException: CreateProcess:
    javac -classpath
    c:/JRun/3.1/servers/default/deploy/lib;c:/JRun/3.1/servers/default/deploy/mtrack.jar;lib/ ejipt.jar;.;H:/eclipse/workspace/lib/j2ee.jar;c:/JRun/3.1/lib/ejipt.jar;H:/eclipse/workspa ce/lib/jdom.jar;H:/eclipse/workspace/lib/xerces.jar;H:/eclipse/wor
    kspace/lib/ext/commons-fileupload-1.1.jar;c:/JRun/3.1/servers/lib/ojdbc14.jar;H:/eclipse/w orkspace/lib/mtrack.jar;c:/JRun/3.1/lib/install.jar;c:/JRun/3.1/lib/xt
    .jar;c:/JRun/3.1/lib/jrun.jar;c:/JRun/3.1/lib/jsp.jar;c:/JRun/3.1/lib/jsprt.jar;c:/JRun/3. 1/lib/rhino.jar;c:/JRun/3.1/lib/ssi.jar;c:/JRun/3.1/lib/default_export
    s.jar;c:/JRun/3.1/lib/default_objects.jar;c:/JRun/3.1/lib/ejipt.jar;c:/JRun/3.1/lib/ejipt_ ejbeans.jar;c:/JRun/3.1/lib/ejipt_jms.jar;c:/JRun/3.1/lib/ejipt_tools.
    jar;c:/JRun/3.1/lib/ejipt_client.jar -d
    c:/JRun/3.1/servers/default/deploy/lib
    @c:/JRun/3.1/servers/default/deploy/src/list error=2
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Unknown Source)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Unknown Source)
    at java.lang.Runtime.exec(Unknown Source)
    at java.lang.Runtime.exec(Unknown Source)
    at
    allaire.ejipt.tools.Deploy._compileFiles(allaire/ejipt/tools/Deploy.java:700)
    at
    allaire.ejipt.tools.Deploy.redeployJars(allaire/ejipt/tools/Deploy.java:236)
    at
    allaire.ejipt.tools.Deploy.deployJars(allaire/ejipt/tools/Deploy.java:184)
    at
    allaire.ejipt.tools.Deploy.main(allaire/ejipt/tools/Deploy.java:163)
    Please help!
    Thanks
    Pratim

    "Error writing to file: C:\Program Files\Common Files\Apple\Mobile Device Support\AppleMobileDeviceHelper.exe. Verify that you have access to that directory."
    Most commonly, it's caused by disk or file damage, J.
    Let's first try running a chkdsk over your C drive. There's Windows 7 instructions in the following document. Select both "automatically fix file system errors" and "scan for and attempt recovery of bad sectors" or use chkdsk /r (depending on which way you choose to go about things). You should be prompted to schedule the scan to run on restart. That sort of scan of the C drive should take a long time ... if it quits after a few minutes or seconds, something's interfering with the scan:
    [How to use CHKDSK (Check Disk)|http://www.w7forums.com/use-chkdsk-check-disk-t448.html]
    Does the chkdsk find/repair any damage? If so, try another iTunes install. Does it go through properly this time?

  • Errors trying to run the xws-security sample app

    Hi all,
    I'm geting errors trying to compile the xws-security sample app, does anyone have any advice? Thanks in advance!
    [kerzhner@kerzhner]~/jwsdp-1.5/xws-security/samples/simple% ant run-sample Buildfile: build.xml
    clean:
    [delete] Deleting directory /home/kerzhner/jwsdp-1.5/xws-security/samples/simple/build
    [delete] Deleting directory /home/kerzhner/jwsdp-1.5/xws-security/samples/simple/dist
    as8-check:
    ws-check:
    tc-check:
    [mkdir] Created dir: /home/kerzhner/jwsdp-1.5/xws-security/samples/simple/build/client/classes
    [mkdir] Created dir: /home/kerzhner/jwsdp-1.5/xws-security/samples/simple/build/server/WEB-INF/classes
    [mkdir] Created dir: /home/kerzhner/jwsdp-1.5/xws-security/samples/simple/dist
    compile-handler-code:
    [echo] Compiling the handler source code
    [javac] Compiling 1 source file to /home/kerzhner/jwsdp-1.5/xws-security/samples/simple/build/server/WEB-INF/classes
    [javac] /home/kerzhner/jwsdp-1.5/xws-security/samples/simple/src/com/sun/xml/wss/sample/SecurityEnvironmentHandler.java:0: error: malformed .zip archive in CLASSPATH: /home/kerzhner/jdk1.5.0_03/lib/tools.jar/
    [javac] /home/kerzhner/jwsdp-1.5/xws-security/samples/simple/src/com/sun/xml/wss/sample/SecurityEnvironmentHandler.java:25: error: Class or interface `java.security.cert.X509CertSelector' not found in import.
    [javac] import java.security.cert.X509CertSelector;
    [javac] ^
    [javac] /home/kerzhner/jwsdp-1.5/xws-security/samples/simple/src/com/sun/xml/wss/sample/SecurityEnvironmentHandler.java:535: error: Type `X509CertSelector' not found in the declaration of the local variable `certSelector'.
    [javac] X509CertSelector certSelector = new X509CertSelector();
    [javac] ^
    [javac] 2 errors
    BUILD FAILED
    file:/home/kerzhner/jwsdp-1.5/xws-security/samples/simple/build.xml:68: Compile failed; see the compiler error output for details.

    Resolved. It was a space issue. Deleted a couple of old apps and have now installed the Sample Websheet Application.

  • Java Error at Step 4 on Windows XP

    Hi,
    I have installed oracle 9i application server and oracle database on same machine with OS Windows XP. When ever I try to a create form for my application, I get java error at step4.
    Please help me.
    Thanks in advance
    Syed

    Syed,
    This forum is for the J2EE container of 9iAS. There is a forum for Forms which are monitored by development team of Forms (iDS) Team.
    Please post your question in Products > Developer Suite > Forms forum for better/faster response.
    regards
    Debu

  • Cannot install Air help - Error Nr. 0

    When I try to install a compiled Air Help, the installer always informs me that an error occured and that I should try again. The Error number 0 is displayed - does anybody know what this stands for? This does not seem like a very helpful information for endusers without further explanation..

    I cannot help you with the error message but I can clarify when admin rights are required. You need them to install an AIR file and to apply an update. You do not need admin rights to use an installed AIR help system.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Suffering an complie error when trying to compile java class in EBS11i

    Hi,
    When I trying to compile java classes with which imported the HttpServletResponse class, will get the follow error message:
    package javax.servlet does not exist
    cannot resolve symbol
    symbol : class HttpServletResponse
    It seems the javax.servlet package is not included in the classpath. But I checked the $CLASSPATH, it seems no problem.
    echo $CLASSPATH
    /u02/applvis/viscomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar:/u02/applvis/viscomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar:/u02/applvis/viscomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar:/u02/applvis/viscomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/u02/applvis/viscomn/java/appsborg2.zip:/u02/applvis/visora/8.0.6/forms60/java:/u02/applvis/viscomn/java
    Does anyone know the reason?
    environment: ebs 11i
    Thanks&Regards,
    Xiaofeng

    resolved this issue.
    1. Edit $APPL_TOP/admin/adovars.env file -
    Add the following jar files to the AF_CLASSPATH line -
    Full path of /...../iAS/Apache/Jsdk/lib/jsdk.jar
    Full path of /...../iAS/Apache/Jserv/libexec/ApacheJServ.jar
    2. Bounce the concurrent manager in order to have the changes take effect.

  • Error while compiling and building file [java] ERROR: ejbc couldn't invoke

    *[java] [EJBCompiler] : Compliance Checker said bean was compliant*
    *[java] ERROR: Error from ejbc: Access is denied*
    *[java] java.io.IOException: Access is denied*
    *[java] at java.io.WinNTFileSystem.createFileExclusively(Ljava.lang.Stri*
    ng;)Z(Native Method)
    *[java] at java.io.File.checkAndCreate(File.java:1314)*
    *[java] at java.io.File.createTempFile(File.java:1402)*
    *[java] at java.io.File.createTempFile(File.java:1439)*
    *[java] at weblogic.utils.compiler.CompilerInvoker.execCompiler(Compiler*
    Invoker.java:227)
    *[java] at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(Comp*
    ilerInvoker.java:428)
    *[java] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvok*
    er.java:328)
    *[java] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvok*
    er.java:336)
    *[java] at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:27*
    *0)*
    *[java] at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:4*
    *76)*
    *[java] at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:3*
    *97)*
    *[java] at weblogic.ejbc20.runBody(ejbc20.java:517)*
    *[java] at weblogic.utils.compiler.Tool.run(Tool.java:192)*
    *[java] at weblogic.utils.compiler.Tool.run(Tool.java:147)*
    *[java] at weblogic.ejbc.main(ejbc.java:29)*
    *[java] ERROR: ejbc couldn't invoke compiler*
    BUILD FAILED

    Yshemi,
    You do not have to explicitly point the server to a compiler. Its already in
    the IDE classpath. Can you provide more information on the steps you
    followed.
    You had stated that you had created a new workshop domain. Is this the
    domain in which your are creating the new application ?
    You can choose the server when you create the application or by editing the
    application properties.
    Can you verify this ?
    Can you test the built in sample to check if it works fine ?
    What is the operating system that you are working on ?
    Can you try by creating a new empty application, and an ejb project and let
    me know the results ?
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "yshemu" <[email protected]> wrote in message
    news:3f4eabaf$[email protected]..
    >
    Hi Guys,
    I have created a workshop domain with the configuration wizard.
    I am trying to build a simple EJB - stateless session, has one method
    that returns a string.
    when I try to build I get the following :
    "ERROR: ERROR: Error from ejbc: Compiler failed executable.exec
    ERROR: ERROR: ejbc couldn't invoke compiler
    BUILD FAILED
    ERROR: ERROR: Error from ejbc: Compiler failed executable.exec
    ERROR: ERROR: ejbc couldn't invoke compiler
    Application Build had errors."
    It seems like Workshop can't find the compiler.
    I added "c:\bea81\jdk141_03\bin" to the application properties under
    "server classpath additions" and still get the same error.
    Does anyone know how I can point workshop to the compiler ?
    Thanks
    yshemi

Maybe you are looking for

  • How can I install CS6 without a disk drive?

    Hi there! I recently purchased the Creative Suite 6 Design and Web Premium addition. The sales person at the store assured me that despite not having a CD drive in my Macbook Pro there would be a way to install/download the suite with the product inf

  • What's wrong with my Air?

    I have a Mid 2013 13 inch MacBook Air. Recently I've noticed that when I go to About My Mac->"More Info.." it doesn't show the model of my Air. There's only "MacBook Air". What's wrong with it?

  • Export to jpg does not contain comments (or I can't see them)

    Hi, I've run into a problem that I've not been able to fix.  I'm hoping the collective wisdom here can help me. My problem is that when I export a pfd (from an imported jpg) back to a jpg file, the newly created jpg does not contain the comments/mark

  • How to know global zone in case non global zone is hung

    ....I have nongloabazone1,nongloabazone1,nongloabazone2,nongloabazone3... i am working on nongloabazone1 .. suppose i am giving remote support ... if my nongloabazone1 is hung ..i need to know the global zone on which this nongloabazone1 is installed

  • How to define a changing variable in Broadcasting.

    I would like to run bex web report in background using information broadcasting in bw 3.5. I setup all required settings and it is running fine. But I would want the broadcaster should take changing variable (example: date or fiscal period etc) based