Apache1.3.33/Tomcat5.5.9 installation mod_jk

Hi Forum
I have troubles while installing mod_jk.
tomcat bin: /usr/local/tomcat (symlink to jakarta-tomcat-5.5.9)
apache: /usr/local/apache
my confs:
server.xml:
<Server port="8005" shutdown="SHUTDOWN">
<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
<Listener className="org.apache.catalina.storeconfig.StoreConfigLifecycleListener"/>
<GlobalNamingResources>
<Environment name="simpleValue" type="java.lang.Integer" value="30"/>
<Resource name="UserDatabase" auth="Container"
type="org.apache.catalina.UserDatabase"
description="User database that can be updated and saved"
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
pathname="conf/tomcat-users.xml" />
</GlobalNamingResources>
<Service name="Catalina">
<Connector port="8009"
enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
<Engine name="Catalina" defaultHost="localhost">
<DefaultContext reloadable="true"/>
<Context path="" docBase="/usr/local/tomcat/webapps" debug="0" reloadable="true" crossContext="true"/>
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase"/>
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
</Host>
</Engine>
</Service>
</Server>
workers.properties:
workers.tomcat_home=/usr/local/tomcat
workers.java_home=/usr/lib/jvm/java
ps=/
worker.list=ajp12, ajp13
worker.ajp12.port=8007
worker.ajp12.host=localhost
worker.ajp12.type=ajp12
worker.ajp12.lbfactor=1
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp12, ajp13
worker.inprocess.type=jni
worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
worker.inprocess.cmd_line=start
worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(ps)jvm.dll
worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout
worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr
httpd.conf:
LoadModule jk_module     /usr/local/apache/libexec/mod_jk.so
<IfModule mod_jk.c>
JkWorkersFile          /usr/local/tomcat/conf/workers.properties
JkLogFile          logs/mod_jk.log
JkLogLevel          error
JkLogStampFormat     "[%a %b %d %H:%M:%S %Y] "
JkMount /*.jsp ajp13
JkMount /*/servlet/ ajp13
JkMount /*/jsp-examples/* ajp13
JkAutoAlias /usr/local/tomcat/webapps
</IfModule>
when I start http://localhost/jsp-examples/
I can see all examples. But if I click on execute I get this message:
OK
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.33 Server at localhost Port 80
anyone a idea where the problem could be?
thanks a lot for any help.
Greets Simon

I got it:
You need to configure Tomcat to tell it about the virtual hosts. Edit the jakarta-tomcat/conf/server.xml file and add the following:
          <Host name="www.yourdomain">
               <Context path="" docBase="/web/host1" debug="0"/>
          </Host>
Now you need to tell Apache about the virtual host. Edit the apache/httpd.conf file and add the following:
          <VirtualHost server-ip>
               DocumentRoot /web/host1
               ServerName www.yourdomain
               JkMount /*.jsp ajp13 #ajp13 = tomcat worker
          </VirtualHost>
Finally, restart Tomcat and then Apache. Visit the virtual host at http://www.yourdomain/ and you should see the site up and running.
guide:
http://www.luminas.co.uk/technology/servlet/tomcat_virtual.html

Similar Messages

  • Tomcat problems

    i had install 2 tomcat
    tomcat4.1.27 and tomcat 5.0.27
    and a apache1.3.1
    and has organized the apache1.3.1 and tomcat 4.1.27
    and wanna to join tomcat5.0.27 together with apache1.3.1
    situation is :
    now : tomcat4..27+apache1.3.1 tomcat5.0.27
    purpose is:tomcat4.1.27+apache1.3.1+tomcat5.0.27
    how to do this?
    if i install apache2.0, will the install program modify the linux's core?
    if i install apache2.0, can it make sure the apache1.3.1+tomcat4.1.27work well?
    can it be a constructure like this:
    apache1.3.1+tomcat4.1.27+apache2.0+tomcat5.0.27
    or tomcat4.1.27+apache1.3.1+tomcat5.0.27
    when only have tomcat ,the memory is always very large more than 110M,
    but after 110M,the tomcat will be deadlock.
    so i separate some webpages to tomcat 5.0.27,but 4.1.27 must work together with 5.0.27,can the both tomcat join with apache1.3.1?

    you need to read some documentation on the JK connectors. you would need to configure each tomcat on different AJP/HTTP ports and then create JK URI mappings to point certain requests at the 2 tomcats.
    yes you can do all this and you need to read the JK documentation @ jakarta.apache.org

  • Mod_jk load error with Apache on OS X

    Hello -
    I have been running CF9 on OS X with a MacPorts install of Apache 2.2.21 with no issues as a "standalone" server installation. To get ready for CF10 I have ben trying to get CF10 configured with Apache. The specefic error I am getting when launching Apache is:
    Cannot load /Applications/ColdFusion10/config/wsconfig/1/mod_jk.so into server: dlopen( /Applications/ColdFusion10/config/wsconfig/1/mod_jk.so, 10): Symbol not found: _apr_stat$INODE64\n Referenced from: /Applications/ColdFusion10/config/wsconfig/1/mod_jk.so\n Expected in flat namespace\n /Applications/ColdFusion10/config/wsconfig/1/mod_jk.so
    I have done the following:
    1. Recompiled Apache and forced a 64-bit compile
    2. Uninstalled CF9
    3. Uninstalld and reinsalled CF10
    4. apxs is installed in /opt/local/apache2/bin (listed asa requirement in one of the documentation PDFs)
    5. This is a Lion 10.7.3 with Xcode 4.2.1 currently installed
    The error listed above is only a warning. Apache starts and still servers html files. I am a bit stumped and have no experience with Tomcat. Any help in finding a solution to this problem will be appreciated.
    Thank you
    Richard

    Made progress -
    Setting the max_packet_size seemed to start the 1st time CF10 admin process, just like it did with CF9 the 1st time we access the administrator. Then, it just went to a blank white screen.
    mod_jk.log reports:
    [error] ajp_process_callback::jk_ajp_common.c (1825): Unknow ajp protocol code: 0F
    [error] ajp_process_callback::jk_ajp_common.c (2426): (cfusion) connecting to tomcat failed
    Now: here is something interesting:
    Look at the end of the URL when it 1st attempts to access administrator: It is index.cfm?configServer=true or index.cfm?serverConfig=true
    By removing this it allows me to simply click on the "continue" option and low and behold the CF admin comes up.
    I also have an issue with topnav.cfm reporting a 400 (Bad Request)
    Quiting the browser and comming back to CF Admin displays the login page but after enter username and password I land on index.cfm and it goes no further.
    Refreshing the page starts to rope in various admin componets.
    Also, it will not process any simple cfm template reporting an internal server error.
    Hopefully this has to do with this being a beta.

  • Mod_jk for apache2, tomcat 5 and solaris 10

    when i compile mod_jk in solaris 10 x86 box it shows following error:
    /bin/bash /var/apache2/build/libtool --silent
    --mode=compile gcc -I/usr/apache2/include -g -O2 -O
    -xarch=386 -xchip=pentium -xspace -Xa -xildoff
    -DSSL_EXPERIMENTAL -DSSL_ENGINE -DHAVE_APR
    -I/usr/share/src/apache2/srclib/apr/include
    -I/usr/share/src/apache2/srclib/apr-util/include -g
    -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS
    -D_REENTRANT -I /usr/jdk/entsys-j2se/include -I
    /usr/jdk/entsys-j2se/include/ -c jk_ajp12_worker.c -o
    jk_ajp12_worker.lo
    gcc: unrecognized option `-Xa'
    gcc: unrecognized option `-KPIC'
    gcc: language ildoff not recognized
    gcc: jk_ajp12_worker.c: linker input file unused
    because linking not done
    mv: cannot access .libs/jk_ajp12_worker.lo
    *** Error code 2
    make: Fatal error: Command failed for target
    `jk_ajp12_worker.lo'
    Current working directory
    /Desktop/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/common
    *** Error code 1
    The following command caused the error:
    set fnord $MAKEFLAGS; amf=$2; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='common apache-2.0'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || case "$amf" in *=*) exit 1;; k) fail=yes;; *)
    exit 1;; esac; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    i'm using apache 2 that is included in solaris 10 package, tomcat 5.5.17 and jakarta-tomcat-connectors-1.2.15.
    please help.
    mnio

    Hi
    i am also face problem in mod_jk for apache 2.2.0
    I have done installation of apache 2.2.0 on Solaris 10_x86 .Problem in Solaris OS .But i face problem in tomcat connecter on Solaris 10_x86.
    I make theses step in Solaris 10.
    I download connector tomcat-connectors-1.2.25-src.tar.gz
    # gunzip tomcat-connectors-1.2.25-src.tar.gz
    # cd \tomcat-connectors-1.2.25-src\native
    #./ buildconf.sh
    # ./configure - - with - -apxs=/usr/local/apache2/bin/apxs after run this command make new file.File name is Makefile
    Edit in Makefile and parameter -Wl,-brtl
    Run make command for tomcat-connectors (mod_jk) compiling
    bash-3.00# make
    Making all in common
    /usr/local/apr/build-1/libtool silent mode=compile gcc -I/usr/local/apache2/include -g -O2 -L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/openwin/lib -R/usr/openwin/lib -DHAVE_APR -I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I /include -I /include/ -c jk_ajp12_worker.c -o jk_ajp12_worker.lo
    /usr/local/apr/build-1/libtool[384]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[384]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[709]: /usr/local/bin/sed: not found
    *** Warning: inferring the mode of operation is deprecated.
    *** Future versions of Libtool will require --mode=MODE be specified.
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1054]: /usr/local/bin/sed: not found
    : compile: cannot determine name of library object from `'
    *** Error code 1
    make: Fatal error: Command failed for target `jk_ajp12_worker.lo'
    Current working directory /export/home/apache/tomcat-connectors-1.2.25-src/native/common
    *** Error code 1
    The following command caused the error:
    failcom='exit 1'; \
    for f in x $MAKEFLAGS; do \
    case $f in \
    *=* | --[!k]*);; \
    k) failcom='fail=yes';; \
    esac; \
    done; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='common apache-2.0'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || eval $failcom; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Please help me. My E-mail ID is [email protected]

  • 64 bit mod_jk for Solaris 10

    Hello
    Has anyone been able to successfully compile a 64 bit version of mod_jk compatible with apache 2.2 on Solaris 10 (SPARC)
    I got hold of Sun Studio 12 update 1 and tried to build a 64 bit version of apache before compiling mod_jk as a prereq. But running into various issues.
    Was hoping if some one has the steps document that can be used as a reference.
    Thanks

    I am pretty confident that you need the 64 bit JVM for your platform, then you need to use the generic installer, this is based on how it has been done in prior releases.
    So you can find the available JVM's for your platform here:
    http://www.oracle.com/technology/software/products/ias/files/oracle%20fusion%20middleware%2011gr1%20(11%201%201%201%200)%20certification%20matrix.xls
    In this case that would be Sun JVM 1.6.0_11+
    OR
    JRockit 6 Update 5 R27.6.2+
    Then you should be able to run the generic installer here with that downloaded supported JDK:
    http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    I was not able to find anything specific on the documentation pages that described this process in detail, but you can always open a support case to get some assistance. I will check with the documentation team to see if that is going to be documented or already is.
    If you look at the 10gR3 releases, it shows how the generic installer is used, for example:
    http://e-docs.bea.com/platform/suppconfigs/configs/solaris/solaris10_103.html#104355

  • Tomcat mod_jk install

    Hi, Ive installed tomcat to develop with jsp pages, but I want to use my apache webserver with it. Basically i want to use my http://localhost/~myuser/some_site with jsp files. Ive seen references to mod_jk, but not found a good up to date step by step installation instruction. The most recent one apple has is from 2002, 6 years old now. Anyone know of any up to date mod_jk installation instructions?
    thanks

    The Tomcat 4 has different settings compared to the previous releases (Tomcat 3.3.x and Tomcat 3.2.x). If the previous releases use mod_jk.dll and/or mod_jk.so, the version 4 uses different modules. I have obtained the following from the server.xml file from Tomcat 4.0.3.
    The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0
    as its servlet container. Please read the README.txt file coming with
    the WebApp Module distribution on how to build it.
    (Or check out the "jakarta-tomcat-connectors/webapp" CVS repository)
    To configure the Apache side, you must ensure that you have the
    "ServerName" and "Port" directives defined in "httpd.conf". Then,
    lines like these to the bottom of your "httpd.conf" file:
    LoadModule webapp_module libexec/mod_webapp.so
    WebAppConnection warpConnection warp localhost:8008
    WebAppDeploy examples warpConnection /examples/
    The next time you restart Apache (after restarting Tomcat, if needed)
    the connection will be established, and all applications you make
    visible via "WebAppDeploy" directives can be accessed through Apache.

  • Tomcat5 still does not start automatically

    Hello,
    Novell-tomcat5 still does not start automatically at boot although it is set to do so.
    This is from beginning of the oes2/SBE2.5 installation (without simba).
    It is still the same behavior after applying OES2/SP2 and SLES10/SP3 patches.
    After booting at terminal console:
    /etc/init.d/novell-tomcat5 status shows unused
    /etc/init.d/novell-tomcat5 start starts tomcat5 without errors
    In my boot.msg I found the following error:
    ____START______
    <notice>'novell-nss start' exits with status 0
    <notice>novell-tomcat5 start
    Starting Tomcat (/var/opt/novell/tomcat5/)<notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    failed
    <notice>'novell-tomcat5 start' exits with status 7
    <notice>novell-xregd start
    Starting novell-xregd...done
    <notice>'novell-xregd start' exits with status 0 ....
    _______END______________
    Of course it es even a cosmetic problem I don't want to start tomcat manually everytime when booting up.
    Has anybody an idea what could be wrong?
    Yours sincerely
    OliverN

    Originally Posted by revilo
    Hello,
    Novell-tomcat5 still does not start automatically at boot although it is set to do so.
    This is from beginning of the oes2/SBE2.5 installation (without simba).
    It is still the same behavior after applying OES2/SP2 and SLES10/SP3 patches.
    After booting at terminal console:
    /etc/init.d/novell-tomcat5 status shows unused
    /etc/init.d/novell-tomcat5 start starts tomcat5 without errors
    Of course it es even a cosmetic problem I don't want to start tomcat manually everytime when booting up.
    Has anybody an idea what could be wrong?
    Yours sincerely
    OliverN
    Hi Oliver,
    If you are manually installing the component products then this is no longer a "NOWS SBE" installation. Any issues you encounter are related solely to the component products. OES Linux Installation questions should be directed to: OES-L: Install
    In the mean time, to see if it is configured to start automatically use "chkconfig". For instructions:
    Code:
    man chkconfig
    Is it configured to start automatically?
    Code:
    server:~ # chkconfig --list | grep novell-tomcat5
    novell-tomcat5 0:off 1:off 2:off 3:on 4:off 5:on 6:off
    The response from the above command shows that novell-tomcat5 should start automatically for runlevels 3 and 5.
    If it is not set to start automatically on your server, you can make it start by:
    Code:
    chkconfig novell-tomcat5 on
    I am by no means a Linux expert. If this doesn't resolve your issue, I suggest you post in the appropriate forum where you will find knowledgeable people willing to help.

  • Abend during NBM3.9 Installation fresh / upgrade

    Hi,
    I installed NBM 3.9 two times on Netware 6.5sp6 Server. On of them was a
    fresh Installation the other a upgrade from NBM38sp5 with VPN Services
    installed. On both Servers happens a Abend (nwconfig) during the
    Installation each time when extending shema. NWCONFIG was not loaded a
    this time.
    Does anyone have a idea or the same Problem?
    ABEND.LOG
    Novell Open Enterprise Server, NetWare 6.5
    PVER: 6.50.06
    Server PROLIANTG5 halted Saturday, 6 January 2007 16.19.37,008
    Abend 1 on P00: Server-5.70.06-1937: CPU Hog Detected by Timer
    Registers:
    CS = 0060 DS = 007B ES = 007B FS = 007B GS = 007B SS = 0068
    EAX = FBF17BC3 EBX = 9A8C02E0 ECX = FFFFFFEC EDX = 9F820ADC
    ESI = 00000000 EDI = 9A8C02E0 EBP = 9F81FF40 ESP = 9F81FF28
    EIP = 00000000 FLAGS = 00000006
    Running process: NWConfig Process
    Thread Owned by NLM: NWCONFIG.NLM
    Stack pointer: 9F8208DC
    OS Stack limit: 9F810BA0
    Scheduling priority: 67371008
    Wait state: 3030070 Yielded CPU
    Stack: --FBF17BC3 ?
    00360A8F (SERVER.NLM|CStrLen+16)
    9FED0799 (NWCONFIG.NLM|MyCStrCpy+15)
    -A0AECBDD (NWCONFIG.NLM|InstallTokenBuffer+0)
    9FED053E (NWCONFIG.NLM|ReturnInstallTokenClass+15)
    -A0AECBDE (NWCONFIG.NLM|InstallTokenBuffer+1)
    --9F81FFE8 ?
    --9A8C02E0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --9A8C02E0 ?
    9FEDED62 (NWCONFIG.NLM|GetFileSetCommandText+55)
    --9F81FF60 ?
    -A0AECBDD (NWCONFIG.NLM|InstallTokenBuffer+0)
    --00000064 (LOADER.NLM|KernelAddressSpace+64)
    --646E4540 ?
    --74736E49 ?
    --436C6C61 ?
    --616D6D6F ?
    --9F00646E ?
    002246E7 (SERVER.NLM|SchedTimerISR+D7)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --9F81FFFC ?
    -0013E690 (LOADER.NLM|interruptVectorPool+0)
    -00147410 (LOADER.NLM|kVirtualInterruptTable0+0)
    00113036 (LOADER.NLM|kTimer1Interrupt+28)
    --FE00C380 (LOADER.NLM|OSAllocMemory+C380)
    00112689 (LOADER.NLM|kProcessProtectedModeInterrupt+39)
    00112691 (LOADER.NLM|kProcessProtectedModeInterrupt+41)
    -00147410 (LOADER.NLM|kVirtualInterruptTable0+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --91405484 (NWIDK.NLM|nwidkMMHandle+D60)
    00111FE7 (LOADER.NLM|kProtectedModeInterruptContinue+5F)
    --7984007B ?
    0011007B (LOADER.NLM|LClearExceptionHandler+D)
    --9F82007B ?
    --A0B22F13 ?
    -A0AECBE0 (NWCONFIG.NLM|InstallTokenBuffer+3)
    --9F81FFFC ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000000A (LOADER.NLM|KernelAddressSpace+A)
    --8D24E12E ?
    --8D24E12E ?
    --00000060 (LOADER.NLM|KernelAddressSpace+60)
    --00000246 (LOADER.NLM|KernelAddressSpace+246)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --9A8C02E0 ?
    --9F820218 ?
    --9A8C02E0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --9A8C02E0 ?
    9FEDEA8E (NWCONFIG.NLM|ParseCommandFileDescriptions+762)
    --9F82022C ?
    --9F8201BC ?
    --9F8201C0 ?
    --9F8201C4 ?
    --9F820434 ?
    --9F8201F4 ?
    --9F8DEC80 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --9F820070 ?
    --9A8C02E0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --9A8C02E0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --8D24E040 ?
    --9F820234 ?
    --9A8C02E0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --9F820234 ?
    --9A8C02E0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --9A8C02E0 ?
    9FED6F28 (NWCONFIG.NLM|InstallGetFileData+DD)
    --9F820094 ?
    --B2BC3AB5 ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00003626 (LOADER.NLM|KernelAddressSpace+3626)
    --00008252 (LOADER.NLM|KernelAddressSpace+8252)
    --00000020 (LOADER.NLM|KernelAddressSpace+20)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --000004C6 (LOADER.NLM|KernelAddressSpace+4C6)
    --3A535953 ?
    --5359535C ?
    Additional Information:
    The NetWare OS detected a problem with the system while executing a
    process owned by SERVER.NLM. It may be the source of the problem or
    there may have been a memory corruption.
    Loaded Modules:
    NWCONFIG.NLM NetWare Configuration Utility
    Version 4.10 20 June 2006
    Code Address: 9FE68000h Length: 000997E4h
    Data Address: A0AE5000h Length: 0000D270h
    NWI.NLM NetWare Install (NWI) Module
    Version 2.50.05 18 November 2005
    Code Address: 8CE6C000h Length: 00004DDBh
    Data Address: 8CE73000h Length: 00002714h
    NMASINST.NLM NMAS Configuration 3.1.2.0 20061014
    Version 31200610.14 14 October 2006
    Code Address: A0A9E000h Length: 000158BBh
    Data Address: 88649000h Length: 00005D20h
    BRDJV.NLM Java Native Method Library for BRDCFG.NLM
    Version 1.01 14 March 2003
    Code Address: 94543000h Length: 0000016Ah
    Data Address: 94545000h Length: 00000020h
    BRDCFG.NLM BorderManager Configuration
    Version 4.00.07 23 April 2004
    Code Address: 9EF79000h Length: 00006DCCh
    Data Address: 9F098000h Length: 00005270h
    FILTSRV.NLM Filter Services
    Version 1.61.13 24 November 2005
    Code Address: A039C000h Length: 0001AC47h
    Data Address: 9EF72000h Length: 00005BF4h
    DSEVENT.NLM NetWare DSEvent Runtime Library
    Version 6.00.06 25 September 2006
    Code Address: 8D15B000h Length: 00000633h
    Data Address: 8EF34000h Length: 00000034h
    DCPR.NLM Java dcpr (based on 1.4.2_09)
    Version 1.42.07 14 September 2006
    Code Address: 9F792000h Length: 0000D98Bh
    Data Address: 9F7A1000h Length: 00013530h
    INETLBJV.NLM Java Native Method Library for INETLIB.NLM
    Version 1.02 30 July 1998
    Code Address: 9A8D6000h Length: 00000E07h
    Data Address: 9A8FE000h Length: 00000020h
    LIC_API.NLM License APIs IP020A.G03
    Version 2.01 30 June 1997
    Code Address: 9E597000h Length: 000019D8h
    Data Address: 9E158000h Length: 000007E8h
    TUI.NLM Textual User Interface MOAB_B40.528
    Version 1.05.03 28 May 1998
    Code Address: 9F5F6000h Length: 0000AEC9h
    Data Address: 9E154000h Length: 00000534h
    NWSNUT.NLM NetWare NLM Utility User Interface
    Version 7.00.01 7 June 2006
    Code Address: 9F5E0000h Length: 00013422h
    Data Address: 9E11C000h Length: 000006F8h
    SPMNWCC.NLM Novell SPM Client for NWCC 3.1.2.0 20061014
    Version 31200610.14 14 October 2006
    Code Address: 9F5B2000h Length: 00011A7Bh
    Data Address: 9E588000h Length: 00001340h
    BCAPIJV.NLM Java Native Method Library for BCAPI.NLM
    Version 1.01 3 February 2003
    Code Address: 9E06E000h Length: 00000DC0h
    Data Address: 9E070000h Length: 00000020h
    BCAPI.NLM BorderManager Configuration API
    Version 2.00 5 January 2007
    Code Address: 9E036000h Length: 00002DFCh
    Data Address: 9E03A000h Length: 00000780h
    SCHEXT.NLM NBM Schema Extention Utility
    Version 1.00.01 5 February 2003
    Code Address: 9E56D000h Length: 00001AEAh
    Data Address: 9DFF0000h Length: 00002430h
    CLI.NLM License Install Library
    Version 2.06 23 September 2003
    Code Address: 9E56A000h Length: 00001DB0h
    Data Address: 9E030000h Length: 000007F0h
    NLSI.NLM NLS Install Library
    Version 5.02 3 April 2001
    Code Address: 9F528000h Length: 0000C120h
    Data Address: 9EB5A000h Length: 000060ACh
    INETLIB.NLM NETINFO.CFG Maintenance Library Production_28Mar2002
    Version 6.00.04 28 March 2002
    Code Address: 9F51D000h Length: 00009B8Fh
    Data Address: 9DFEB000h Length: 00000FA2h
    NINPDATB.NLM NIS PRODUCTS.DAT Interface
    Version 1.00 6 June 2002
    Code Address: 9E505000h Length: 00001144h
    Data Address: 9DF88000h Length: 00000030h
    NIDELAY.NLM NIS Delay
    Version 3.00.01 8 March 2004
    Code Address: 9EDC5000h Length: 00000915h
    Data Address: 9EDC7000h Length: 000001E0h
    NISW.NLM NativeMethods Java Native Library
    Version 1.00 11 January 2002
    Code Address: 9E78A000h Length: 00000446h
    Data Address: 9E78C000h Length: 00000030h
    JNCPV2.NLM Native Wrapper Java Class Libraries for NetWare
    Version 1.10 28 April 2003
    Code Address: 9EBF2000h Length: 000213A1h
    Data Address: 9E39B000h Length: 00002718h
    CPDATA.NLM NetWare Install Data Store/Retrieve Module
    Version 1.01 12 December 2005
    Code Address: 9E357000h Length: 00000A98h
    Data Address: 9EB31000h Length: 00019A34h
    NISP.NLM NIS Service Provider
    Version 3.00.01 11 February 2005
    Code Address: 9EB08000h Length: 0000BB89h
    Data Address: 9DF70000h Length: 00001E8Fh
    NIAGENT.NLM NIS Remote NLM Services
    Version 3.00.01 30 August 2004
    Code Address: 9DF61000h Length: 000010D3h
    Data Address: 9DF64000h Length: 00000248h
    NINW.NLM NIS Java Native Library
    Version 3.00.01 24 August 2005
    Code Address: 9DE80000h Length: 0000377Eh
    Data Address: 9DE85000h Length: 0000081Fh
    FONTMN.NLM Java 1.4.2 Font Manager and Rendering Engine for NetWare
    Version 1.42 14 September 2006
    Code Address: 9DCD4000h Length: 00092160h
    Data Address: 9E8CA000h Length: 00027B40h
    AWT.NLM Java 1.4.2 AWT Graphics Library
    Version 1.42 14 September 2006
    Code Address: 9E1AA000h Length: 001994E0h
    Data Address: 9AA60000h Length: 00061FC0h
    MLIB.NLM Java 1.4.2 Imaging and Media Library for NetWare
    Version 1.42 14 September 2006
    Code Address: 9D796000h Length: 00062760h
    Data Address: 9E19D000h Length: 0000BDA0h
    ICEWM.NLM IceWM Dynamic Library for NetWare
    Version 3.01.02 14 September 2006
    Code Address: 95524000h Length: 0006D449h
    Data Address: 9D607000h Length: 00019358h
    XSELPROXY.NL Java - X Selection proxy utility Build 060914
    Version 1.00 14 September 2006
    Code Address: 94F11000h Length: 00001390h
    Data Address: 9D593000h Length: 000003E4h
    XVESA.NLM Java - XFree86 4.2.0 Kdrive VESA XServer Build 060914
    Version 5.00.01 14 September 2006
    Code Address: 9B148000h Length: 0011F740h
    Data Address: 9B269000h Length: 0002F890h
    UIMON.NLM UIMON, User interface monitor Build 060914
    Version 1.02.01 14 September 2006
    Code Address: 9ABD9000h Length: 00007690h
    Data Address: 9ABE2000h Length: 00010E38h
    MATHLIB.NLM NetWare Math Library Auto-Load Stub
    Version 4.21 14 October 1999
    Code Address: 9ABD5000h Length: 0000000Ah
    Data Address: 00000000h Length: 00000000h
    Global Code Address: 9ABD7000h Length: 00001000h
    XIDEV.NLM Java - X Window Input Driver Build 060914
    Version 1.00 14 September 2006
    Code Address: 9AA26000h Length: 00004050h
    Data Address: 954DF000h Length: 00001A5Ch
    PS2.NLM Java - PS/2 Mouse Port Driver Build 060914
    Version 1.00 14 September 2006
    Code Address: 9AA1A000h Length: 000029B0h
    Data Address: 954D6000h Length: 00001314h
    XINIT.NLM Java - X Window System initializer Build 060914
    Version 6.00 14 September 2006
    Code Address: 9A9BC000h Length: 0000DB00h
    Data Address: 9A9CB000h Length: 00007404h
    XLIB.NLM Java - XFree86 4.X X11R6 Library (LIBC) Build 060914
    Version 11.06.01 14 September 2006
    Code Address: 95081000h Length: 0007F9B0h
    Data Address: 95484000h Length: 00047DC4h
    WPSD.NLM ServiceDescriptor Natives NLM
    Version 2.00 8 August 2005
    Code Address: 9A0DB000h Length: 00000350h
    Data Address: 9A0DD000h Length: 000000A4h
    N_PRDDAT.NLM N_PRDDAT
    Version 1.00 3 February 2003
    Code Address: 9546C000h Length: 00001E84h
    Data Address: 9A0D9000h Length: 000001D0h
    CPQHMMO.NLM Compaq HMMO Services Provider for NetWare
    Version 3.92 10 June 2003
    Code Address: 99E1B000h Length: 0003FC69h
    Data Address: 99E5C000h Length: 00010400h
    DBNET6.NLM Debug Network IO Support
    Version 1.45.02 16 March 2006
    Code Address: 99BB9000h Length: 0001B831h
    Data Address: 99BD6000h Length: 000127B8h
    IPMCFG.NLM Web Interface for IP Address Management
    Version 1.01.16 22 October 2005
    Code Address: 99B47000h Length: 0000A479h
    Data Address: 99B53000h Length: 0000B610h
    NIRMAN.NLM TCPIP - NetWare Internetworking Remote Manager
    Version 1.05.01 9 August 2006
    Code Address: 953D4000h Length: 000604F0h
    Data Address: 99A5C000h Length: 00018FAAh
    IPPSRVR.NLM Novell iPrint Server
    Version 4.00.09 12 September 2006
    Code Address: 99894000h Length: 00016DC0h
    Data Address: 976E4000h Length: 00007F48h
    DPLSV386.NLM NetWare 6.x Distributed Print Library - DPLSV386
    Version 1.15.01 22 August 2006
    Code Address: 95375000h Length: 00054209h
    Data Address: 99886000h Length: 0000C6FCh
    NIPPED.NLM NetWare 5.x, 6.x INF File Editing Library - NIPPED
    Version 1.03.09 11 July 2006
    Code Address: 976DD000h Length: 00005345h
    Data Address: 95894000h Length: 0000016Ch
    DPRPCNLM.NLM Novell NDPS RPC Library NLM
    Version 3.00.17 10 October 2006
    Code Address: 976D6000h Length: 00005324h
    Data Address: 95366000h Length: 00001F20h
    TCPSTATS.NLM Web Interface for Protocol Monitoring
    Version 6.50.10 20 June 2003
    Code Address: 996DD000h Length: 0000E5ECh
    Data Address: 961DE000h Length: 00005460h
    NLSADPT2.NLM NLS and Metering adapter for iManager 2.0 plugin
    Version 2.00 9 September 2003
    Code Address: 961D0000h Length: 0000665Dh
    Data Address: 95777000h Length: 00000E7Dh
    NLSLRUP.NLM NLS - Usage Metering
    Version 4.01.07 10 May 2005
    Code Address: 984CC000h Length: 0003BA0Ah
    Data Address: 98509000h Length: 00010AE0h
    ROTLOGS.NLM Apache 2.0.59 Log Rotation Utility for NetWare
    Version 2.00.59 2 August 2006
    Code Address: 958E8000h Length: 000009F9h
    Data Address: 958EA000h Length: 00000438h
    ROTLOGS.NLM Apache 2.0.59 Log Rotation Utility for NetWare
    Version 2.00.59 2 August 2006
    Code Address: 958DC000h Length: 000009F9h
    Data Address: 958DE000h Length: 00000438h
    SURVEYCW.NLM SurveyCW.nlm
    Version 1.00 10 October 2000
    Code Address: 9838C000h Length: 0000FC24h
    Data Address: 9839D000h Length: 0000BEFCh
    REWRITE.NLM Apache 2.0.59 Rewrite Module
    Version 2.00.59 2 August 2006
    Code Address: 976A4000h Length: 00006C99h
    Data Address: 94C23000h Length: 00001EA8h
    HWDETECT.NLM Novell Hardware Insertion/Removal Detection
    Version 1.19.05 20 February 2003
    Code Address: 97C94000h Length: 00002B33h
    Data Address: 975A1000h Length: 00000D3Ch
    SURVEY.NLM Compaq Survey Utility for NetWare
    Version 3.03 15 March 2007
    Code Address: 94FD9000h Length: 000A60BDh
    Data Address: 94BCB000h Length: 0004D604h
    HEADERS.NLM Apache 2.0.59 Headers Module
    Version 2.00.59 2 August 2006
    Code Address: 9747B000h Length: 00000E39h
    Data Address: 9747D000h Length: 00000538h
    SERVICTL.NLM eDirectory Management Tool Box DSService eMTool
    Version 10554.25 31 July 2006
    Code Address: 98288000h Length: 0000BA02h
    Data Address: 9743F000h Length: 000045C0h
    EXPIRES.NLM Apache 2.0.59 Expires Module
    Version 2.00.59 2 August 2006
    Code Address: 973A1000h Length: 00000B89h
    Data Address: 973A3000h Length: 00000388h
    MOD_IPP.NLM iPrint Module
    Version 1.00.04 7 June 2006
    Code Address: 9739D000h Length: 00000B76h
    Data Address: 9739F000h Length: 000004CCh
    SCHEMACR.NLM eDirectory Management Tool Box Schema eMTool
    Version 10554.25 31 July 2006
    Code Address: 9820E000h Length: 00012881h
    Data Address: 98222000h Length: 0000FF2Ch
    CPQWEBAG.NLM HP Web Based Management Agent
    Version 7.80 23 March 2007
    Code Address: 98147000h Length: 0003F09Fh
    Data Address: 94B54000h Length: 00063284h
    SCHEMATL.NLM eDirectory Management Tool Box Schema eMTool
    Version 10554.25 31 July 2006
    Code Address: 98114000h Length: 00009CB2h
    Data Address: 961B0000h Length: 00005EDCh
    CPQSCSA.NLM HP Management SCSI Subsystem Agent
    Version 7.80 22 March 2007
    Code Address: 98043000h Length: 00012E50h
    Data Address: 9757D000h Length: 000079D8h
    AUTHLDDN.NLM LdapDN Module
    Version 1.00 9 November 2005
    Code Address: 97FF5000h Length: 00001926h
    Data Address: 97FF8000h Length: 00000EC8h
    REPAIRCR.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10554.25 31 July 2006
    Code Address: 97ED5000h Length: 0003D921h
    Data Address: 97F14000h Length: 0001FD64h
    CPQDASA.NLM HP Management Array Subsystem Agent
    Version 7.80 22 March 2007
    Code Address: 97E86000h Length: 00016C49h
    Data Address: 9756F000h Length: 00006E88h
    CPQSSSA.NLM HP Management Storage Box Subsystem Agent
    Version 7.80 22 March 2007
    Code Address: 9619E000h Length: 0000690Bh
    Data Address: 97D22000h Length: 00002890h
    CPQIDESA.NLM HP Management IDE Subsystem Agent
    Version 7.80 22 March 2007
    Code Address: 96145000h Length: 00006B1Ah
    Data Address: 97BC9000h Length: 00002270h
    CPQHOST.NLM HP Insight Management Host Agent
    Version 7.80 23 March 2007
    Code Address: 97BA6000h Length: 00008152h
    Data Address: 97BB0000h Length: 000039FAh
    CPQNCSA.NLM HP Insight NIC Agent
    Version 7.70 5 November 2006
    Code Address: 97B0B000h Length: 0000B8F7h
    Data Address: 97B18000h Length: 0003FF14h
    REPAIRTL.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10554.25 31 July 2006
    Code Address: 97ACD000h Length: 00010562h
    Data Address: 97ADF000h Length: 0001E094h
    CPQTHRSA.NLM HP Insight Management Threshold Agent
    Version 7.80 23 March 2007
    Code Address: 979E5000h Length: 00003D0Fh
    Data Address: 979EA000h Length: 00001144h
    MERGECR.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10554.25 31 July 2006
    Code Address: 979F9000h Length: 0001B251h
    Data Address: 97A16000h Length: 00016FE4h
    CPQHTHSA.NLM HP Insight Management Health Agent
    Version 7.80 23 March 2007
    Code Address: 979A9000h Length: 000195BAh
    Data Address: 979C4000h Length: 0000BDDAh
    CPQRISA.NLM HP Insight Management Remote Insight Agent
    Version 7.80 23 March 2007
    Code Address: 9792C000h Length: 00008D70h
    Data Address: 97936000h Length: 0000255Ch
    CPQBSSA.NLM HP Insight Management Base System Agent
    Version 7.80 23 March 2007
    Code Address: 977F0000h Length: 000173ECh
    Data Address: 97809000h Length: 000098A4h
    MERGETL.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10554.25 31 July 2006
    Code Address: 9777E000h Length: 0000B812h
    Data Address: 9778B000h Length: 0000FC65h
    CPQCI.NLM hp ProLiant iLO Management Interface Driver
    Version 1.06 17 October 2005
    Code Address: 95B7A000h Length: 0000496Bh
    Data Address: 97708000h Length: 00001580h
    BACKUPCR.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10554.25 31 July 2006
    Code Address: 9763E000h Length: 0000A0E1h
    Data Address: 9764A000h Length: 00003228h
    HPASMXL.NLM HP ProLiant Embedded Health Driver
    Version 1.06 23 March 2007
    Code Address: 975A3000h Length: 0002200Ah
    Data Address: 975C7000h Length: 0000A96Ch
    JNET.NLM Java jnet (based on 1.4.2_09)
    Version 1.42.07 14 September 2006
    Code Address: 95A02000h Length: 0000653Eh
    Data Address: 97555000h Length: 00001110h
    BACKUPTL.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10554.25 31 July 2006
    Code Address: 9752F000h Length: 0000AEE2h
    Data Address: 959FB000h Length: 00005560h
    OWCIMOMD.NLM OpenWBEM CIMOM Daemon with Novell providers
    Version 3.01 6 October 2006
    Code Address: 96299000h Length: 005C137Ch
    Data Address: 96870000h Length: 001AA8F4h
    LIBGCC_S.NLM gcc runtime and intrinsics support
    Version 3.04.03 29 April 2005
    Code Address: 94A7C000h Length: 00004ABCh
    Data Address: 95B2F000h Length: 00000A74h
    UTILLDP2.NLM LdapDN Module
    Version 1.00 9 November 2005
    Code Address: 95A56000h Length: 00002A56h
    Data Address: 95A5A000h Length: 00001E80h
    LOGGER.NLM eDirectory Management Tool Box Logger
    Version 10554.25 31 July 2006
    Code Address: 95B0F000h Length: 0000DF82h
    Data Address: 9571A000h Length: 00006A24h
    STATUSLG.NLM Report and Notification Service
    Version 1.00 24 June 2004
    Code Address: 95A91000h Length: 00058ADEh
    Data Address: 95AEB000h Length: 00018814h
    MOD_JK.NLM Apache 2.0 plugin for Tomcat
    Version 1.02.15 2 August 2006
    Code Address: 959BC000h Length: 0001A66Dh
    Data Address: 959D8000h Length: 000095B0h
    AUTHLDAP.NLM Apache 2.0.59 LDAP Authentication Module
    Version 2.00.59 2 August 2006
    Code Address: 940EA000h Length: 00001BB9h
    Data Address: 940EF000h Length: 000019D0h
    UTILLDAP.NLM Apache 2.0.59 LDAP Authentication Module
    Version 2.00.59 2 August 2006
    Code Address: 9412B000h Length: 000034A9h
    Data Address: 94130000h Length: 00002588h
    EMSECURE.NLM eDirectory Management Tool Box Security Service
    Version 10554.25 31 July 2006
    Code Address: 956CB000h Length: 00009782h
    Data Address: 936B0000h Length: 000033C0h
    RSS.NLM eDirectory Management Tool Box Remote Subscription Service
    Version 10554.25 31 July 2006
    Code Address: 96D20000h Length: 00009932h
    Data Address: 96D2B000h Length: 0000261Ch
    PMPORTAL.NLM NetWare License Information Portal
    Version 2.16 21 November 2003
    Code Address: 955DC000h Length: 000071C9h
    Data Address: 955E5000h Length: 00004360h
    EMBOXMGR.NLM eDirectory Management Tool Box Manager
    Version 10554.25 31 July 2006
    Code Address: 958BA000h Length: 00018E62h
    Data Address: 94647000h Length: 00007CE2h
    EMBOXMSG.NLM eDirectory Management Tool Box Message API
    Version 10554.25 31 July 2006
    Code Address: 95791000h Length: 0000B2F2h
    Data Address: 945D5000h Length: 0000273Dh
    HT2SOAP.NLM eDirectory Management Tool Box HTTP to SOAP shim
    Version 10554.25 31 July 2006
    Code Address: 95618000h Length: 00009B02h
    Data Address: 9428F000h Length: 000037E0h
    LANGMAN.NLM Novell Cross-Platform Language Manager
    Version 10310.56 25 January 2006
    Code Address: 94A9A000h Length: 0000E670h
    Data Address: 94AAA000h Length: 0000B489h
    EMBOX.NLM eDirectory Management Tool Box Engine
    Version 10554.25 31 July 2006
    Code Address: 94156000h Length: 00007C32h
    Data Address: 9415F000h Length: 000052F8h
    XIS11.NLM XML Integration Service
    Version 1.00.02 7 April 2005
    Code Address: 93CDA000h Length: 00099332h
    Data Address: 94692000h Length: 00043FDEh
    TLI.MPM tli Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 93CBD000h Length: 00001276h
    Data Address: 9417D000h Length: 00000344h
    LSL.MPM lsl Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 9414F000h Length: 000001C2h
    Data Address: 94151000h Length: 00000138h
    SLP.MPM slp Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 94113000h Length: 000002E9h
    Data Address: 94115000h Length: 00000090h
    STREAMS.MPM streams Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 9410F000h Length: 000006E9h
    Data Address: 94111000h Length: 00000188h
    SNMP.MPM snmp Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 940D9000h Length: 000009F7h
    Data Address: 940DB000h Length: 000000FCh
    SASL.NLM Simple Authentication and Security Layer 3.1.2.0 20061014
    Version 31200610.14 14 October 2006
    Code Address: 936D2000h Length: 0000140Ch
    Data Address: 940CF000h Length: 00000090h
    LLDAPX.NLM NetWare Extension APIs for LDAP SDK (LibC version)
    Version 3.01 16 January 2004
    Code Address: 940C6000h Length: 000057C5h
    Data Address: 940CD000h Length: 00000DC0h
    LLDAPSSL.NLM NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.01 16 January 2004
    Code Address: 93445000h Length: 0005F156h
    Data Address: 94055000h Length: 0001882Dh
    TCPIP.MPM tcpip Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 936C0000h Length: 00001F5Bh
    Data Address: 9404A000h Length: 00000918h
    SYSCALLS.NLM NetWare Operating System Call and Marshalling Library
    Version 5.61 14 July 2005
    Code Address: 93F19000h Length: 0000F486h
    Data Address: 93F2A000h Length: 0000B4ECh
    APACHE2.NLM Apache Web Server 2.0.59
    Version 2.00.59 2 August 2006
    Code Address: 93E19000h Length: 00039AD9h
    Data Address: 93E54000h Length: 0001194Ch
    APRLIB.NLM Apache Portability Runtime Library 0.9.12
    Version 0.09.12 2 August 2006
    Code Address: 93667000h Length: 0002E498h
    Data Address: 93697000h Length: 00008090h
    NMASLDAP.NLM NMAS LDAP Extensions 3.1.2.0 20061014
    Version 31200610.14 14 October 2006
    Code Address: 93C9B000h Length: 00004E7Ch
    Data Address: 93CA1000h Length: 000007D0h
    LDAPXS.NLM (Clib version)
    Version 3.01 16 January 2004
    Code Address: 93440000h Length: 00003B05h
    Data Address: 93C99000h Length: 00000770h
    SCRCB.NLM Scripting - LibC-CLib Context Broker
    Version 1.00 3 October 2005
    Code Address: 93C63000h Length: 0000046Dh
    Data Address: 93C65000h Length: 00000554h
    LBURP.NLM LDAP Bulkload Update/Replication Protocol service
    extension for Novell eDirectory 8.7.
    Version 10552.76 7 August 2006
    Code Address: 934D7000h Length: 000010ECh
    Data Address: 93C5A000h Length: 00000444h
    NLDAP.NLM LDAP Agent for Novell eDirectory 8.7.3.9
    Version 10555.40 23 August 2006
    Code Address: 93558000h Length: 00075B08h
    Data Address: 935CF000h Length: 000456C4h
    NDSIMON.NLM NDS iMonitor 2.3.1
    Version 20210.97 12 September 2006
    Code Address: 936E6000h Length: 0010C0D9h
    Data Address: 937F4000h Length: 0008A750h
    LANGMANI.NLM Novell Cross-Platform Language Manager
    Version 10310.47 9 August 2004
    Code Address: 9314B000h Length: 000040F2h
    Data Address: 924B2000h Length: 00001084h
    XI18N.NLM Novell Cross-Platform Internationalization Package
    Version 10310.49 3 February 2005
    Code Address: 930D6000h Length: 0001CA12h
    Data Address: 930F4000h Length: 00007EC8h
    BTCPCOM.NLM BTCPCOM.NLM v7.90.000, Build 253
    Version 7.90 9 July 2003
    Code Address: 92F7D000h Length: 00004450h
    Data Address: 90F3D000h Length: 00000CECh
    PORTAL.NLM Novell Remote Manager NLM
    Version 4.02 29 September 2006
    Code Address: 931CB000h Length: 000FBAECh
    Data Address: 91E06000h Length: 00068A84h
    HTTPSTK.NLM Novell Small Http Interface
    Version 4.02 11 August 2006
    Code Address: 92D4C000h Length: 00031486h
    Data Address: 92D7F000h Length: 00019B90h
    WSPSSL.NLM NetWare Winsock Service 1.0 NLM for SSL
    Version 6.23.11 17 October 2006
    Code Address: 92CC8000h Length: 00007ABCh
    Data Address: 92CD1000h Length: 0001091Fh
    NILE.NLM Novell Secure Socket Services NLM
    Version 6.08.09 14 September 2006
    Code Address: 924CF000h Length: 0005557Bh
    Data Address: 92C29000h Length: 0001FD90h
    NPKIAPI.NLM Public Key Infrastructure Services
    Version 3.21 15 September 2006
    Code Address: 92B9F000h Length: 00031CC7h
    Data Address: 92BD2000h Length: 0001ACD7h
    NPKIT.NLM Public Key Infrastructure Services
    Version 3.21 18 September 2006
    Code Address: 92B51000h Length: 0002C7CEh
    Data Address: 92B7F000h Length: 00015F9Bh
    NTLS.NLM NTLS 2.0 based on OpenSSL 0.9.7d
    Version 20010.01 23 June 2005
    Code Address: 92A60000h Length: 0009C676h
    Data Address: 92AFE000h Length: 00037077h
    LLDAPSDK.NLM LDAP SDK Library (LibC version)
    Version 3.01 16 January 2004
    Code Address: 9298F000h Length: 0001CEDBh
    Data Address: 91222000h Length: 0000611Ch
    PKI.NLM Novell Certificate Server
    Version 3.20 3 August 2006
    Code Address: 91EB9000h Length: 0014BDA5h
    Data Address: 925EA000h Length: 00073090h
    PKIAPI.NLM Public Key Infrastructure Services
    Version 2.23.10 20 November 2004
    Code Address: 9289E000h Length: 00037721h
    Data Address: 91214000h Length: 00006A14h
    LDAPSDK.NLM LDAP SDK Library (Clib version)
    Version 3.01 16 January 2004
    Code Address: 92880000h Length: 0001CE2Bh
    Data Address: 911C7000h Length: 000066D9h
    NWUTIL.NLM Novell Utility Library NLM ( )
    Version 3.00.02 7 September 2006
    Code Address: 92820000h Length: 0000F310h
    Data Address: 92831000h Length: 00023DD4h
    NWBSRVCM.NLM NWBSRVCM.NLM v7.90.000, Build 230
    Version 7.90 20 March 2001
    Code Address: 91165000h Length: 00006776h
    Data Address: 91C46000h Length: 00000AD0h
    BTRIEVE.NLM BTRIEVE.NLM v7.90.000
    Version 7.90 21 March 2001
    Code Address: 91C39000h Length: 000013BFh
    Data Address: 91C3C000h Length: 00000980h
    NWMKDE.NLM NWMKDE.NLM v7.94.251.000
    Version 7.94 11 December 2001
    Code Address: 91238000h Length: 00053D55h
    Data Address: 927BC000h Length: 0000F784h
    NWUCMGR.NLM NWUCMGR.NLM v1.5 Build 230
    Version 1.05 14 March 2001
    Code Address: 927AD000h Length: 0000D920h
    Data Address: 91125000h Length: 000078D4h
    NWENC103.NLM NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 24 February 2001
    Code Address: 910D6000h Length: 0004D0F5h
    Data Address: 9200C000h Length: 001B0208h
    NWAIF103.NLM nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 30 November 2001
    Code Address: 9277E000h Length: 00010E51h
    Data Address: 910C8000h Length: 00006828h
    PSVCS.NLM Portability Services
    Version 251.00 30 November 2001
    Code Address: 9275F000h Length: 0001270Fh
    Data Address: 92773000h Length: 00009464h
    MONDATA.NLM NetWare 5.x/6.x Monitor MIB
    Version 6.00 18 July 2003
    Code Address: 92728000h Length: 00008C9Fh
    Data Address: 9108F000h Length: 00004DD1h
    NWIDK.NLM CDWare Volume Module
    Version 3.01.01 19 September 2003
    Code Address: 910C2000h Length: 00004640h
    Data Address: 91404000h Length: 00000730h
    SERVINST.NLM NetWare 5.x/6.x Instrumentation
    Version 5.00.13 21 November 2005
    Code Address: 92704000h Length: 00010D4Ch
    Data Address: 91079000h Length: 00007744h
    NWTRAP.NLM NetWare 5.x/6.x Trap Monitor
    Version 6.00.05 6 June 2005
    Code Address: 91071000h Length: 000066C3h
    Data Address: 926D9000h Length: 0000A2E0h
    HOSTMIB.NLM NetWare 5.x/6.x Host Resources MIB
    Version 5.02.01 21 August 2006
    Code Address: 926C2000h Length: 0000BB50h
    Data Address: 911B5000h Length: 00003D88h
    NLSTRAP.NLM NetWare License Server Trap
    Version 5.02 19 February 2004
    Code Address: 90FD1000h Length: 0000298Ah
    Data Address: 90FD5000h Length: 00000695h
    ZIP.NLM Java zip (based on 1.4.2_09)
    Version 1.42.07 14 September 2006
    Code Address: 91D57000h Length: 0000ADCCh
    Data Address: 916EF000h Length: 00001C90h
    JVMLIB.NLM Java jvmlib (based on 1.4.2_09)
    Version 1.42.07 14 September 2006
    Code Address: 91D22000h Length: 00017124h
    Data Address: 91D3B000h Length: 00008670h
    VERIFY.NLM Java verify (based on 1.4.2_09)
    Version 1.42.07 14 September 2006
    Code Address: 91C2F000h Length: 00008774h
    Data Address: 916DF000h Length: 00001BC0h
    JVM.NLM Java Hotspot 1.4.2_09 Interpreter
    Version 1.42.07 14 September 2006
    Code Address: 917DC000h Length: 0021DE4Fh
    Data Address: 91416000h Length: 00063D90h
    LIBPERL.NLM Perl 5.8.4 - Script Interpreter and Library
    Version 5.00.05 13 September 2005
    Code Address: 915B3000h Length: 000B3D60h
    Data Address: 91668000h Length: 0001ADE0h
    CONNAUD.NLM NLS - Connection Metering
    Version 3.17 10 May 2005
    Code Address: 90A87000h Length: 000034D3h
    Data Address: 90E48000h Length: 00000A9Ch
    NLSMETER.NLM NLS - Software Usage Metering Database
    Version 3.43 10 May 2005
    Code Address: 90DF8000h Length: 0000E597h
    Data Address: 90A74000h Length: 0000759Ch
    IPMGMT.NLM TCPIP - NetWare IP Address Management
    Version 1.02.04 21 October 2004
    Code Address: 90D92000h Length: 0002BBEDh
    Data Address: 90A6D000h Length: 00005C68h
    JSOCK6X.NLM NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.42.07 14 September 2006
    Code Address: 90CC9000h Length: 0000FD61h
    Data Address: 907AD000h Length: 00002C44h
    JAVA.NLM java.nlm (based on 1.4.2_09) Build 06091415
    Version 1.42.07 14 September 2006
    Code Address: 90C09000h Length: 0003855Eh
    Data Address: 90C43000h Length: 0003DD10h
    JSOCK.NLM Support For Java Sockets (loader)
    Version 1.42.07 14 September 2006
    Code Address: 90BC6000h Length: 00000086h
    Data Address: 90BC8000h Length: 00000064h
    VOLSMS.NLM NSS Distributed Volume Manager (Build 248 MP)
    Version 3.25 14 September 2006
    Code Address: 90BA4000h Length: 00017791h
    Data Address: 90B1C000h Length: 00001770h
    VLRPC.NLM DFS Volume Location Database (VLDB) RPC interface
    (Build 522 MP)
    Version 3.25 6 October 2006
    Code Address: 90739000h Length: 000030C3h
    Data Address: 90B6A000h Length: 000002FDh
    VMRPC.NLM DFS Volume Manager RPC interface (Build 391 MP)
    Version 3.25 6 October 2006
    Code Address: 90734000h Length: 00003673h
    Data Address: 90B66000h Length: 000002FDh
    JSTCP.NLM Jetstream TCP Transport Layer (Build 578 MP)
    Version 3.25 6 October 2006
    Code Address: 90729000h Length: 00004F10h
    Data Address: 90B5C000h Length: 000001E0h
    JSMSG.NLM Jetstream Message Layer (Build 600 MP)
    Version 3.25 6 October 2006
    Code Address: 90540000h Length: 00006590h
    Data Address: 90B58000h Length: 00000220h
    DFSLIB.NLM DFS Common Library (Build 491 MP)
    Version 3.25 6 October 2006
    Code Address: 90B0D000h Length: 000005C3h
    Data Address: 90B0F000h Length: 00000080h
    LCMCIFS2.NLM Windows Native File Access Login Methods (Build 87 SP)
    Version 2.00.09 5 September 2006
    Code Address: 909BF000h Length: 0000E011h
    Data Address: 909CF000h Length: 000016B0h
    LSMCIFS2.NLM Windows Native File Access Login Methods (Build 99 SP)
    Version 2.00.07 5 September 2006
    Code Address: 9094D000h Length: 0000F071h
    Data Address: 9095E000h Length: 000017B0h
    LSMAFP3.NLM Macintosh Native File Access Login Methods (Build 115 SP)
    Version 2.00.11 5 September 2006
    Code Address: 90931000h Length: 0000F24Eh
    Data Address: 90942000h Length: 000013C0h
    NMASGPXY.NLM NMAS Generic Proxy 3.1.2.0 20061014
    Version 31200610.14 14 October 2006
    Code Address: 90846000h Length: 00001A9Ch
    Data Address: 90849000h Length: 000000E0h
    CRLSM.NLM Novell Challenge Response LSM 2.7.3.0 20060620
    Version 27300606.20 20 June 2006
    Code Address: 907BA000h Length: 00020D0Bh
    Data Address: 907DC000h Length: 00001C00h
    SPMDCLNT.NLM Novell SPM Client for DClient 3.1.2.0 20061014
    Version 31200610.14 14 October 2006
    Code Address: 9073E000h Length: 000146EBh
    Data Address: 90754000h Length: 00001370h
    NMAS.NLM Novell Modular Authentication Service 3.1.2.0 20061014
    Version 31200610.14 14 October 2006
    Code Address: 90580000h Length: 00051C48h
    Data Address: 905D3000h Length: 0000A3F0h
    NICISDI.NLM Security Domain Infrastructure
    Version 27010.02.01 25 September 2006
    Code Address: 9055E000h Length: 0000ACA2h
    Data Address: 10BBE000h Length: 000012A0h
    SASDFM.NLM SAS Data Flow Manager
    Version 27010.02.01 25 September 2006
    Code Address: 8D411000h Length: 0000407Eh
    Data Address: 3320B000h Length: 00000980h
    GAMS.NLM Graded Authentication Management Service
    Version 1.20 8 October 2004
    Code Address: 904D5000h Length: 0000D867h
    Data Address: 8DFD4000h Length: 000012B8h
    LSAPI.NLM NLS LSAPI Library
    Version 5.02 7 January 2003
    Code Address: 8D9EA000h Length: 0000A51Bh
    Data Address: 8D9F6000h Length: 00001B00h
    NLSAPI.NLM NLSAPI
    Version 5.02 7 August 2003
    Code Address: 8D9D0000h Length: 000124DBh
    Data Address: 90078000h Length: 000022A4h
    NLSLSP.NLM NLS - License Service Provider
    Version 5.02 25 May 2005
    Code Address: 902F3000h Length: 0006DF03h
    Data Address: 8D9A5000h Length: 000205DCh
    NSPDNS.NLM NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    Version 6.20.03 8 September 2003
    Code Address: 902E4000h Length: 00002527h
    Data Address: 902E8000h Length: 000004E4h
    SLPTCP.NLM SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    Version 2.13 15 November 2005
    Code Address: 902D3000h Length: 0000386Ah
    Data Address: 902D8000h Length: 0000108Ch
    WSPIP.NLM NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.22.08 17 October 2006
    Code Address: 90056000h Length: 0000FAE4h
    Data Address: 90067000h Length: 000025BCh
    BX2.LAN Broadcom NetXtreme II Gigabit Ethernet Driver
    Version 2.86 28 August 2006
    Code Address: 8EF93000h Length: 0000DA28h
    Data Address: 7FD8A000h Length: 00041630h
    ETHERTSM.NLM Novell Ethernet Topology Specific Module
    Version 3.90 20 March 2006
    Code Address: 8EF8D000h Length: 000024CEh
    Data Address: 8EF91000h Length: 000002BCh
    MSM.NLM Novell Multi-Processor Media Support Module
    Version 4.11 20 March 2006
    Code Address: 8EF74000h Length: 0000E5B3h
    Data Address: 8EF84000h Length: 00003DCCh
    NCPIP.NLM NetWare NCP Services over IP
    Version 6.02 6 October 2006
    Code Address: 8EEBC000h Length: 000168E9h
    Data Address: 8EED4000h Length: 00003540h
    BSDSOCK.NLM Novell BSDSOCK Module
    Version 6.80.02 16 August 2006
    Code Address: 8E3B8000h Length: 00011BA9h
    Data Address: 8E3CB000h Length: 0000C0E0h
    TCPIP.NLM Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.80.01 4 August 2006
    Code Address: 8D955000h Length: 0004E03Ch
    Data Address: 8E19A000h Length: 00038AB0h
    TCP.NLM Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.80.02 19 September 2006
    Code Address: 8E14F000h Length: 00025142h
    Data Address: 8DB01000h Length: 0007EBD0h
    NETLIB.NLM Novell TCPIP NETLIB Module
    Version 6.50.22 12 February 2003
    Code Address: 8D4C6000h Length: 00005AACh
    Data Address: 8DA2F000h Length: 000D0710h
    CSLIND.NLM TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 7 December 1999
    Code Address: 8D4A7000h Length: 000003CCh
    Data Address: 8D4A9000h Length: 000024E0h
    CSL.NLM NetWare Call Support Layer For NetWare
    Version 2.06.02 13 January 2000
    Code Address: 8E0D5000h Length: 0000CB32h
    Data Address: 8D451000h Length: 000028F4h
    CONLOG.NLM System Console Logger
    Version 3.01.02 8 August 2006
    Code Address: 8D282000h Length: 0000243Ch
    Data Address: 862DB000h Length: 00001CE0h
    DHOST.NLM Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.97 18 September 2006
    Code Address: 8D266000h Length: 00006621h
    Data Address: 8D26E000h Length: 0000234Ch
    NSPNDS.NLM NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    Version 6.20 12 November 2001
    Code Address: 8D25E000h Length: 00006547h
    Data Address: 87FE2000h Length: 00000518h
    CALNLM32.NLM NetWare NWCalls Runtime Library
    Version 6.00.06 25 September 2006
    Code Address: 8E04B000h Length: 0001CC39h
    Data Address: 87FE0000h Length: 00000510h
    SNMP.NLM Netware 4.x/5.x/6.x SNMP Service
    Version 4.18 25 July 2006
    Code Address: 8E00F000h Length: 00013E90h
    Data Address: 87FB5000h Length: 00003220h
    TLI.NLM NetWare Transport Level Interface Library
    Version 4.30.02 19 December 2000
    Code Address: 87FB0000h Length: 00003859h
    Data Address: 86B10000h Length: 00000164h
    Global Code Address: 86B12000h Length: 00001000h
    Global Data Address: 862C9000h Length: 00002000h
    DS.NLM Novell eDirectory Version 8.7.3.9 SMP
    Version 10553.73 9 October 2006
    Code Address: 8DD4C000h Length: 0026B9BEh
    Data Address: 8D2BC000h Length: 00078250h
    ROLLCALL.NLM RollCall NLM (101, API 1.0)
    Version 5.00 27 July 1998
    Code Address: 8D208000h Length: 0000055Dh
    Data Address: 8D20A000h Length: 000002D4h
    SAL.NLM Novell System Abstraction Layer Version 2.3.1
    Version 20350.95 18 September 2006
    Code Address: 8D1F4000h Length: 00007CD6h
    Data Address: 8D1FD000h Length: 000012A8h
    NDSAUDIT.NLM Directory Services Audit
    Version 2.09 22 May 2003
    Code Address: 8D943000h Length: 00010844h
    Data Address: 8D182000h Length: 00002ED0h
    POLIMGR.NLM NetWare License Policy Manager
    Version 6.27 3 November 2005
    Code Address: 8D90D000h Length: 00013F5Ch
    Data Address: 8D922000h Length: 00008E90h
    TIMESYNC.NLM NetWare Time Synchronization Services
    Version 6.61.01 14 October 2005
    Code Address: 8D8FD000h Length: 0000E13Ch
    Data Address: 8D16D000h Length: 00004240h
    CLXNLM32.NLM NetWare NWCLX Runtime Library
    Version 6.00.06 25 September 2006
    Code Address: 8D168000h Length: 00001213h
    Data Address: 8D16B000h Length: 000001B0h
    DSAPI.NLM NetWare NWNet Runtime Library
    Version 6.00.04 27 January 2006
    Code Address: 8D15E000h Length: 00000043h
    Data Address: 8D160000h Length: 00000024h
    NETNLM32.NLM NetWare NWNet Runtime Library
    Version 6.00.06 25 September 2006
    Code Address: 8D8C6000h Length: 00035C07h
    Data Address: 8D14A000h Length: 00004D75h
    NCPNLM32.NLM NetWare NWNCP Runtime Library
    Version 6.00.06 25 September 2006
    Code Address: 8D8A5000h Length: 0001F0F3h
    Data Address: 00000000h Length: 00000000h
    CLNNLM32.NLM NetWare NWClient Runtime Library
    Version 6.00.06 25 September 2006
    Code Address: 8D145000h Length: 00001C72h
    Data Address: 8D148000h Length: 00000130h
    CLIB.NLM (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.14 5 September 2006
    Code Address: 8D865000h Length: 0001898Eh
    Data Address: 8D141000h Length: 00002FB0h
    NIT.NLM NetWare Interface Tools Library for NLMs
    Version 5.90.14 5 September 2006
    Code Address: 8D847000h Length: 0001C694h
    Data Address: 8D127000h Length: 00000690h
    NLMLIB.NLM Novell NLM Runtime Library
    Version 5.90.14 5 September 2006
    Code Address: 8D7FC000h Length: 000263CDh
    Data Address: 8D122000h Length: 000038C0h
    STREAMS.NLM NetWare STREAMS PTF
    Version 6.00.06 4 May 2005
    Code Address: 8D7E8000h Length: 0001206Dh
    Data Address: 8D096000h Length: 000010A0h
    Global Code Address: 8D099000h Length: 00001000h
    REQUESTR.NLM Novell NCP Requestor for NLMs
    Version 5.90.14 5 September 2006
    Code Address: 8D7AE000h Length: 00020D13h
    Data Address: 8D093000h Length: 000010B0h
    THREADS.NLM Novell Threads Package for NLMs
    Version 5.90.14 5 September 2006
    Code Address: 8D781000h Length: 00018CD8h
    Data Address: 8D79B000h Length: 000116A0h
    LIB0.NLM Novell Ring 0 Library for NLMs
    Version 5.90.14 5 September 2006
    Code Address: 8D51A000h Length: 000250EAh
    Data Address: 8D541000h Length: 00228070h
    MASV.NLM Mandatory Access Control Service
    Version 1.50 27 July 2006
    Code Address: 8D1C1000h Length: 00011F26h
    Data Address: 8D014000h Length: 00002390h
    NSPSLP.NLM NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    Version 6.20.02 8 September 2003
    Code Address: 8D00B000h Length: 00005ED3h
    Data Address: 8D012000h Length: 00000B30h
    PMLODR.NLM PMLodr for NW65
    Version 1.26 7 October 2005
    Code Address: 8D12B000h Length: 0000E63Ah
    Data Address: 8D002000h Length: 00001658h
    SLP.NLM SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    Version 2.13 15 November 2005
    Code Address: 8D0FC000h Length: 0001A658h
    Data Address: 8CFF7000h Length: 00005384h
    CCS.NLM Controlled Cryptography Services from Novell, Inc.
    Version 27010.02.01 25 September 2006
    Code Address: 8D0AB000h Length: 00019ED4h
    Data Address: 13A61000h Length: 00002FA0h
    DSLOADER.NLM Novell eDirectory Version 8.7.3 Loader SMP
    Version 10553.73 9 October 2006
    Code Address: 8D059000h Length: 0000C73Ch
    Data Address: 8CED6000h Length: 00001278h
    XENGUSC.NLM NICI U.S./Worldwide XENG from Novell, Inc.
    Version 27010.02.01 25 September 2006
    Code Address: 8CF42000h Length: 00000058h
    Data Address: 00000000h Length: 00000000h
    XNGAUSC.NLM NICI U.S./Worldwide XMGR Assistant XENG from Novell, Inc.
    Version 27010.02.01 25 September 2006
    Code Address: 8D02D000h Length: 000175B0h
    Data Address: 13A64000h Length: 00002478h
    XENGEXP.NLM NICI Import Restricted XENG from Novell, Inc.
    Version 27010.02.01 25 September 2006
    Code Address: 87F0F000h Length: 00055710h
    Data Address: 13A67000h Length: 00012898h
    XENGNUL.NLM NICI NULL XENG from Novell, Inc.
    Version 27010.02.01 25 September 2006
    Code Address: 8CE9E000h Length: 00001DC9h
    Data Address: 7CEFC000h Length: 00000860h
    XMGR.NLM NICI XMGR from Novell, Inc.
    Version 27010.02.01 25 September 2006
    Code Address: 8CF66000h Length: 00025541h
    Data Address: 13A7A000h Length: 00007A40h
    XSUP.NLM NICI XSUP from Novell, Inc.
    Version 27010.02.01 25 September 2006
    Code Address: 8CE3E000h Length: 00006EF2h
    Data Address: 13A82000h Length: 00023170h
    XIM.XLM Novell NICI Signed Loader
    Version 27010.02.01 25 September 2006
    Code Address: 8CEA2000h Length: 0002D130h
    Data Address: 13AA6000h Length: 000059D8h
    WS2_32.NLM NetWare Winsock 2.0 NLM
    Version 6.22.16 21 September 2006
    Code Address: 8C57D000h Length: 00037358h
    Data Address: 8C5B6000h Length: 00011A34h
    NCP.NLM NetWare Core Protocol (NCP) Engine
    Version 5.61 8 February 2006
    Code Address: 8C539000h Length: 00026DBFh
    Data Address: 8C561000h Length: 00018B24h
    QUEUE.NLM NetWare Queue Services NLM
    Version 5.60 24 May 2001
    Code Address: 8C52D000h Length: 00006D8Dh
    Data Address: 8C535000h Length: 00000473h
    VDISK.NLM NetWare Virtual Disk
    Version 1.00 30 November 2004
    Code Address: 8C410000h Length: 00001FEEh
    Data Address: 8C414000h Length: 00001160h
    NWTERMIO.NLM NetWare Terminal Emulation
    Version 1.00 11 September 2006
    Code Address: 8C43C000h Length: 00007570h
    Data Address: 8C445000h Length: 00004560h
    MALHLP.NLM NSS Configure help messages (Build 432 MP)
    Version 3.25 5 September 2006
    Code Address: 87E5B000h Length: 000000BAh
    Data Address: 87FE4000h Length: 0000002Ah
    CDDVD.NSS NSS Loadable Storage System (LSS) for CD/UDF (Build 305
    MP)
    Version 3.25 6 October 2006
    Code Address: 88650000h Length: 00013610h
    Data Address: 87E42000h Length: 00001050h
    NSSIDK.NSS NSS Pool Configuration Manager (Build 479 MP)
    Version 3.25 6 October 2006
    Code Address: 87E4B000h Length: 00003955h
    Data Address: 87E50000h Length: 00000090h
    PARTAPI.NLM Partition APIs for NetWare 6.1
    Version 2.00 17 April 2002
    Code Address: 87E49000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    VOLMN.NSS NSS Distributed Volume Manager (Build 438 MP)
    Version 3.25 6 October 2006
    Code Address: 88628000h Length: 0000A123h
    Data Address: 87E37000h Length: 000005B0h
    NWSA.NSS NSS NetWare Semantic Agent (NWSA) (Build 1382 MP)
    Version 3.25 6 October 2006
    Code Address: 86277000h Length: 0004A9CEh
    Data Address: 88574000h Length: 000A1390h
    ZLSS.NSS NSS Journaled Storage System (ZLSS) (Build 1909 MP)
    Version 3.25 6 October 2006
    Code Address: 88267000h Length: 000CBB66h
    Data Address: 88567000h Length: 0000BE30h
    MAL.NSS NSS Media Access Layer (MAL) (Build 632 MP)
    Version 3.25 5 September 2006
    Code Address: 87E23000h Length: 00003116h
    Data Address: 87E28000h Length: 00000170h
    MANAGE.NSS NSS Management Functions (Build 709 MP)
    Version 3.25 19 October 2006
    Code Address: 88218000h Length: 0004DF55h
    Data Address: 87E13000h Length: 00000C20h
    COMN.NSS NSS Common Support Layer (COMN) (Build 2972 MP)
    Version 3.25 6 October 2006
    Code Address: 88354000h Length: 000E92B8h
    Data Address: 8843F000h Length: 00015DD0h
    NSS.NLM NSS (Novell Storage Services) (Build 1046 MP)
    Version 3.25 6 October 2006
    Code Address: 8803C000h Length: 0002DE10h
    Data Address: 8806B000h Length: 000915B0h
    SYSLOG.NLM NetWare Logfile Daemon
    Version 6.05.03 27 September 2006
    Code Address: 87D66000h Length: 0000600Ah
    Data Address: 88014000h Length: 0002613Ch
    LIBNSS.NLM Generic Library used by NSS (Build 200 MP)
    Version 3.25 5 September 2006
    Code Address: 87CF5000h Length: 0000432Ch
    Data Address: 87D64000h Length: 000003D0h
    NSSWIN.NLM NSS ASCI Window API Library (Build 213 MP)
    Version 3.25 5 September 2006
    Code Address: 87CE7000h Length: 000047DCh
    Data Address: 87D60000h Length: 000000FCh
    LOCNLM32.NLM NetWare NWLocale Runtime Library
    Version 6.00.04 29 November 2005
    Code Address: 87CD5000h Length: 000044BBh
    Data Address: 87D5E000h Length: 00000B30h
    UNICODE.NLM NetWare Unicode Runtime Library (UniLib-based) [optimized]
    Version 7.00 26 October 2004
    Code Address: 879B7000h Length: 000016F5h
    Data Address: 87D5C000h Length: 00000504h
    FILESYS.NLM NetWare File System NLM
    Version 5.14 21 September 2006
    Code Address: 87E5E000h Length: 0008E4E7h
    Data Address: 87EEE000h Length: 00012C90h
    LFS.NLM NetWare Logical File System NLM
    Version 5.12 21 September 2005
    Code Address: 87D77000h Length: 000098A2h
    Data Address: 87D82000h Length: 000084BCh
    CONNMGR.NLM NetWare Connection Manager NLM
    Version 5.60.01 7 September 2006
    Code Address: 87D05000h Length: 0001172Bh
    Data Address: 87CC1000h Length: 00003CE8h
    ACPIPWR.NLM ACPI Power Management Driver for ACPI compliant systems
    Version 1.05.14 18 August 2006
    Code Address: 87D01000h Length: 00000E45h
    Data Address: 87D03000h Length: 0000094Ch
    ACPICMGR.NLM ACPI Component Manager for ACPI compliant systems
    Version 1.05.14 18 August 2006
    Code Address: 87CDB000h Length: 00000AFFh
    Data Address: 87CDD000h Length: 00000344h
    HPQCISS.HAM HP SAS/SATA Unified RAID driver
    Version 1.10 2 October 2006
    Code Address: 87B46000h Length: 00019E9Dh
    Data Address: 1DF66000h Length: 00004A84h
    CHARSET.NLM Display Character Set Support For NetWare
    Version 1.01 4 June 2003
    Code Address: 87B2D000h Length: 000003F7h
    Data Address: 87B2F000h Length: 0000C234h
    KEYB.NLM NetWare National Keyboard Support
    Version 2.10 26 July 2001
    Code Address: 87B1A000h Length: 00001F8Fh
    Data Address: 87B1E000h Length: 0000BCD4h
    IDEATA.HAM Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Version 4.28 6 June 2006
    Code Address: 87AD0000h Length: 00010701h
    Data Address: 20573000h Length: 00005710h
    IDECD.CDM Novell ATA/IDE CD/DVD Custom Device Module
    Version 4.09 30 January 2006
    Code Address: 87ACA000h Length: 00004024h
    Data Address: 21840000h Length: 00000F74h
    CPQSHD.CDM HP NWPA SCSI Disk Driver
    Version 2.06.02 3 January 2007
    Code Address: 87A62000h Length: 000173D7h
    Data Address: 00FFD000h Length: 0000122Dh
    ACPIDRV.PSM ACPI Platform Support Module for ACPI compliant systems
    Version 1.05.17 18 August 2006
    Code Address: 879CE000h Length: 0000ADCEh
    Data Address: 23018000h Length: 0000C694h
    ACPICA.NLM ACPI Component Architecture for ACPI compliant systems
    Version 1.05.14 18 August 2006
    Code Address: 878EF000h Length: 00030C26h
    Data Address: 87921000h Length: 0001286Bh
    ACPIASL.NLM ACPI Architecture Services Layer for ACPI compliant systems
    Version 1.05.14 18 August 2006
    Code Address: 878EB000h Length: 00000F9Bh
    Data Address: 878ED000h Length: 000001DCh
    EHCIDRV.CAD Novell Universal Serial Bus EHCI driver
    Version 1.05 12 September 2005
    Code Address: 86F15000h Length: 00004C11h
    Data Address: 003FF000h Length: 00000B18h
    UHCIDRV.CAD Novell Universal Serial Bus UHCI driver
    Version 1.07 24 October 2005
    Code Address: 86F07000h Length: 00004F5Bh
    Data Address: 23061000h Length: 0000067Ch
    CIOS.NLM Consolidated IO System
    Version 1.60 7 February 2006
    Code Address: 862ED000h Length: 0004254Bh
    Data Address: 2CEF9000h Length: 00008B4Ah
    LSL.NLM Novell NetWare Link Support Layer
    Version 4.86 2 February 2006
    Code Address: 86F8D000h Length: 0000A7A7h
    Data Address: 86F99000h Length: 00009EC8h
    NWPALOAD.NLM NetWare 5 NWPA Load Utility
    Version 3.00 10 July 2000
    Code Address: 86F42000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    NWPA.NLM NetWare 6.5 NetWare Peripheral Architecture NLM
    Version 3.21 26 September 2006
    Code Address: 86F22000h Length: 000169F6h
    Data Address: 86F5C000h Length: 000029E0h
    MM.NLM NetWare 6.5 Media Manager
    Version 3.22.02 6 October 2006
    Code Address: 86202000h Length: 0004B9D4h
    Data Address: 86EEE000h Length: 0000B73Ch
    SGUID.NLM NetWare GUID Services
    Version 6.01 27 September 2002
    Code Address: 86EEA000h Length: 00000E04h
    Data Address: 86EEC000h Length: 0000018Ah
    NBI.NLM NetWare Bus Interface
    Version 3.00.13 25 July 2006
    Code Address: 86EDB000h Length: 0000D4BDh
    Data Address: 86F53000h Length: 00003D6Dh
    NEB.NLM Novell Event Bus
    Version 5.60 27 September 2004
    Code Address: 86EBA000h Length: 00005843h
    Data Address: 86E3D000h Length: 0000097Ch
    DIAG500.NLM Diagnostic/coredump utility for NetWare 5.x/6.x
    Version 3.02 5 September 2006
    Code Address: 86E77000h Length: 00006F10h
    Data Address: 86E80000h Length: 0001D740h
    CPUCHECK.NLM NetWare Processor Checking Utility
    Version 5.60.01 7 July 2006
    Code Address: 8626B000h Length: 00001B17h
    Data Address: 86E46000h Length: 00004B3Ch
    NWKCFG.NLM NetWare Kernel Config NLM
    Version 2.16 24 June 2005
    Code Address: 86E2F000h Length: 00003F4Fh
    Data Address: 86E34000h Length: 00003CA4h
    CDBE.NLM NetWare Configuration DB Engine
    Version 6.01 21 September 2006
    Code Address: 86B97000h Length: 000116E6h
    Data Address: 86BAA000h Length: 000161FAh
    FATFS.NLM FAT Filesystem Module for NetWare
    Version 1.24 2 May 2006
    Code Address: 864AE000h Length: 0002047Ch
    Data Address: 864D0000h Length: 0002B277h
    LIBC.NLM Standard C Runtime Library for NLMs [optimized, 7]
    Version 9.00.04 4 October 2006
    Code Address: 8634D000h Length: 000D0736h
    Data Address: 80184000h Length: 00041630h
    PVER500.NLM NetWare 6.XX Version Library
    Version 3.00 25 February 2003
    Code Address: 80176000h Length: 0000068Fh
    Data Address: 80178000h Length: 00000360h
    SERVER.NLM NetWare Server Operating System
    Version 5.70.06 26 October 2006
    Code Address: 00200C20h Length: 00166DEAh
    Data Address: 00400C20h Length: 001F93E0h

    Hm strange...
    I tried
    fillattr myservername cn=admin,o=services secret
    cn=myservername,o=services o=services
    My eDir Tree looks like this.
    --Root
    ------ O=Offices
    ------------- OU=Location
    --------------------OU=Services
    ------------------------------CN=Myserver with Master Replica of "Location"
    Chances are that it is a LDAP issue ?
    Error Message:
    Failed to Migrate ACLs from o=services (DOM creation failed).
    Proceeding with ACL Migration from other containers.
    proxyParam:psProcessOctetStringSingleFromNDS
    readallndsattr: LDAPException: No Such Object (32) No Such Object
    LDAPException: Server Message: NDS error: no such entry (-601)
    LDAPException: Matched DN:
    readallndsattr: com.novell.ldap.LDAPResponse.getResultException(Un known
    Source)
    readallndsattr: com.novell.ldap.LDAPResponse.chkResultCode(Unknown
    Source)
    readallndsattr: com.novell.ldap.LDAPSearchResults.next(Unknown Source)
    readallndsattr:
    com.novell.bordermanager.proxy.migration.BMAccess. psProcessParam
    sFromDirectory(BMAccess.java:190)
    readallndsattr:
    com.novell.bordermanager.proxy.migration.BMAccess. readallndsattr
    (BMAccess.java:435)
    readallndsattr:
    com.novell.bordermanager.proxy.migration.BMAccess. migrateConfigu
    ration(BMAccess.java:4262)
    readallndsattr:
    com.novell.bordermanager.proxy.migration.BMAccess. run(BMAccess.j
    ava:4337)
    BMAccess Main: Failed to migrate Proxy Configuration
    Failed. Migration did not complete successfully.
    thx
    Marco
    mysterious schrieb:
    > Marco wrote:
    >> Ok Thx , i have done this workaround the schema is extendet right now.
    >> It looks like that Proxy, Access Rules, Filters Configuration Failed
    >> to Migrate. I have this Error Message on Console Screen " Unable to
    >> build rules from Offices NDS Objekt (error = -634)".
    >>
    >> I have found this in the Troubleshooting Guide for NBM3.9, but the
    >> migration dont work.
    >>
    >> upgrading from Novell BorderManager 3.8 SP5 to Novell BorderManager 3.9.
    >> Action: If this happens, enter the following command:
    >> fillattr <host ip> <login dn> <password> <server dn>
    >> <search base dn>
    >> For example, fillattr 192.10.10.10 cn=admin,o=novell
    >> novell cn=nwserver-38,o=novell o=novell
    >>
    >>
    >> i tried with
    >>
    >> "fillattr 10.x.x.x cn=admin,o=services <password>
    >> cn=myserver,o=services o=services"
    >>
    >> Logger means:
    >>
    >> Failed to Migrate ACLs from o=services (DOM creation failed).
    >> Proceeding with ACL Migration from other containers.
    >> proxyParam:psProcessOctetStringSingleFromNDS
    >> readallndsattr: LDAPException: No Such Object (32) No Such Object
    >> LDAPException: Server Message: NDS error: no such entry (-601)
    >> LDAPException: Matched DN:
    >> readallndsattr:
    >> com.novell.ldap.LDAPResponse.getResultException(Un known Source)
    >> readallndsattr: com.novell.ldap.LDAPResponse.chkResultCode(Unknown
    >> Source)
    >> readallndsattr: com.novell.ldap.LDAPSearchResults.next(Unknown Source)
    >> readallndsattr:
    >> com.novell.bordermanager.proxy.migration.BMAccess. psProcessParam
    >> sFromDirectory(BMAccess.java:190)
    >> readallndsattr:
    >> com.novell.bordermanager.proxy.migration.BMAccess. readallndsattr
    >> (BMAccess.java:435)
    >> readallndsattr:
    >> com.novell.bordermanager.proxy.migration.BMAccess. migrateConfigu
    >> ration(BMAccess.java:4262)
    >> readallndsattr:
    >> com.novell.bordermanager.proxy.migration.BMAccess. run(BMAccess.j
    >> ava:4337)
    >> BMAccess Main: Failed to migrate Proxy Configuration
    >> Failed. Migration did not complete successfully.
    >> java: Class com.novell.bordermanager.proxy.migration.BMAccess exited
    >> successfully
    >
    > The syntax is:
    >
    > Usage: fillattr <host name> <login dn> <password> <server dn> <search
    > base dn>
    >
    > Example:
    >
    > fillattr gonzalo-bm cn=admin,o=Acme secret cn=gonzalo-bm,o=Acme o=acme
    >
    > That worked for me.
    >
    > gonzalo

  • Java.Lang.NullPointerException on demo  installation

    Hi guys,
    I'm trying to set up IDM for my own experimentation purposes but I'm unable to make it work.
    Deployment is as follows:
    Solaris 10 8/07 fresh install
    IDM 7.1
    SJSAS 9.1 U1
    Files for database
    I follow the instructions in the installation guide (install, create war file, deploy) and it all works, but when I try to open the login page I get the below error in the log.
    For clarity and since the installation guide wasn't specific on some parts, this is how I did the deployment:
    Installed to /idm/
    created file database in /idm/database
    jar cvf ../idm.war * (compressing all of /idm including the database)
    deploy as idm with context root /idm
    added jvm option -Dcom.sun.enterprise.server.ss.ASQuickStartup=false
    Thanks in advance for any help.
    Logger     
    javax.enterprise.system.container.web
    Name-Value Pairs     
    ThreadID=15;ThreadName=httpSSLWorkerThread-8080-1;_RequestID=422a1ba5-cb76-41a9-9131-96ed2efc301a;
    Record Number     
    311
    Message ID
    StandardWrapperValve[jsp]
    Complete Message
    PWC1406: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at com.waveset.session.SessionFactory.getLocaleInfo(SessionFactory.java:947) at com.waveset.ui.PageInformation.getLanguageFlags(PageInformation.java:2950) at org.apache.jsp.login_jsp._jspService(login_jsp.java:561) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:93) at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:470) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:364) at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214) at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:380) at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265) at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    Edited by: hjbotha on Feb 20, 2008 1:38 AM

    Hi,
    I have similar problem.
    If you have solved this issue please let me know how.
    Thanks
    Arun

  • Apache webserver can't find tomcat - mod_jk problem?

    Hi
    I have recently upgraded HP-UX apache software
    FROM
    Apache webserver: 2.0.55
    Apache tomcat : 5.5.9
    TO
    Apache webserver: 2.0.55
    Apache tomcat : 5.5.9
    I have 2 tomcats running, one JVM for a daytime service and another for a nighttime service.
    So while 1 tomcat is down, the other is up, apache always running.
    However, since I have upgraded, I see the following error messages in jk.log:
    [Mon Nov 20 07:00:41 2006] [error] ajp_connection_tcp_get_message::jk_ajp_common
    .c (949): ERROR: can't receive the response message from tomcat, network problems or tomcat is down (127.0.0.1:8059), err=-232
    The tomcat in question is up - and the messages returned are 500 responses - server configuration issue.
    Get several a day.
    Basically using mod_jk to bind the tomcat installations to apache webserver.
    What is new though in mod_jk 1.2.10 is that a shared memory file is specified. I am wondering what happens to this memory that is used to load balance the workers when tomcats are bounced.
    Issues go away after a bounce of apache - but after each tomcat has been stopped once - messages start to fail intermittently after that.
    Done some googling but do not see any solutions - so here's hoping!
    Thanks.

    Noticed my deliberate mistake!
    From
    Apache 2.0.32
    Tomcat 3
    Still no joy with with this in terms of finding a solution to why the newer version of apache cannot find tomcat after it has been bounced.
    mod_jk.so version 1.2.9 introduced the shared memory for the workers, which as far as I can is the main config change in the 2 versions of apache that came from HP.
    So rolled back to the old version of apache with the new version of tomcat - and everything works fine!

  • Installing Tomcat Connector (mod_jk)

    I just upgraded to Leopard (not the server version, but this seemed the most logical place to post this), and I'm trying to get everything working that was working under Tiger. I have always kept the most recent version of mod_jk installed so I could serve jsp applications through Apache, and I've never had much trouble building and installing it on the PPC or Intel platform. (Well, the installer always put it in the wrong directory, but that was easy to fix.)
    So last night I downloaded the latest version (1.2.26), built it, installed it, modified http.config to load it and ran the syntax check. apachectl said:
    Cannot load /usr/libexec/apache2/mod_jk.so into server:
    dlopen(/usr/libexec/apache2/mod_jk.so, 10): no suitable image found.
    Did find:
    /usr/libexec/apache2/mod_jk.so: mach-o, but wrong architecture
    So I checked to see what the architecture of the file was. file said:
    mod_jk.so: Mach-O bundle i386
    So what's wrong with that? I checked a few other modules, and here's what file said about one of them:
    mod_setenvif.so: Mach-O universal binary with 4 architectures
    mod_setenvif.so (for architecture ppc7400): Mach-O bundle ppc
    mod_setenvif.so (for architecture ppc64): Mach-O 64-bit bundle ppc64
    mod_setenvif.so (for architecture i386): Mach-O bundle i386
    mod_setenvif.so (for architecture x86_64): Mach-O 64-bit bundle x86_64
    So I take it it's looking for x86_64? But why wouldn't the default architecture be the right one? I'm building it on the machine where I'm going to be using it. Not only that, but when I specify ./configure --with-apxs=/usr/sbin/apxs --with-arch-type x86_64 I get the same result.
    Is there any way to build this thing, or can I get a binary somewhere?

    I found this in the BUILDING.txt file in the unzipped distribution.
    Build for both Apache 1.3 and 2.0
    If you want to build mod_jk for Apache 1.3 and 2.0, you should :
    use configure and indicate Apache 1.3 apxs location (--with-apxs)
    use make
    copy the mod_jk binary to the apache modules location
    make clean (to remove all previously compiled modules)
    use configure and indicate Apache 2.0 apxs location,
    then make.
    ./configure --with-apxs=/usr/sbin/apxs
    make
    cp ./apache-1.3/mod_jk.so /usr/lib/apache
    make clean
    ./configure --with-apxs=/usr/sbin/apxs2
    make
    cp ./apache-2.0/mod_jk.so /usr/lib/apache2

  • Tomcat 4  +  Apache 1.3.2  + mod_jk.dll?

    Ok, I've installed Apache and Tomcat both, and I'm able to get them running separately fine, Now i'm trying to get them to run together.
    My problem lies in that Tomcat 4 doesn't generate the .conf files that you generally modify and include in apache's .conf file in order to get them to run together.
    I'm running on windows 98, but any help from anyone on how to get these 3 working together would be appreciated.

    I found this in the server.xml file in tomcat:
    The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0
    as its servlet container. This is built by following these steps:
    - cd {TOMCAT-SRC-HOME}/connectors
    - make
    - (Edit "Makedefs" as needed for your installation)
    - make
    - su root
    - cp connectors/apache-1.3/mod_webapp.so {APACHE_HOME}/libexec
    - exit
    To configure the Apache side, you must ensure that you have a
    "ServerName" directive defined in "httpd.conf". Then, lines like
    these to the bottom of your "httpd.conf" file:
    LoadModule webapp_module libexec/mod_webapp.so
    WebAppConnection warpConnection warp localhost:8008
    WebAppMount examples warpConnection /examples/
    Finally, modify the "defaultHost" attribute in the "Engine" directive
    below to match the "ServerName" setting defined in "https.conf". The
    next time you restart Apache (after restarting Tomcat, if needed)
    the connection will be established, and all applications you make
    visible via "WebAppMount" directives can be accessed through Apache.
    Here's the problem.. there is no /connectors directory, and I can't find a precompiled version of mod_webapp.so either (plus It doesn't tell me how to compile in windows..)
    Anyway, if anyone has a precompiled mod_webapp.so file (if that will work) I guess that's all I need? I'm still lost as to how mod_jk.dll fits in though. I thought I read in a few places that tomcat4 used this instead of jserv.
    Anyone able to help me out more?

  • Shared Services Installation Error

    Hi all
    im very new to Essbase and have little experience in the installation process.
    I followed the documentation and managed to install Shared Services (SS) and the BI products.
    I encountered and error when trying to install some essbase analysis products and could no longer start shared services. I proceeded to un-install and re-install the packages again thinking it would be simpler.
    When i re-installed SS a fresh i received an error on the command line when attempting to start the configuration utility despite receiving non errors in the actual installation.
    This is as follows:
    'JRE or JDK not found. Exiting'
    'Java Home not Set'
    'Exiting'
    I checked the instalation log and found this:
    (Nov 18, 2008 1:37:33 PM), Install.product.install, com.hyperion.install.common.ZipFiles, dbg, Start installing Opatch_validationUtilityFiles
    (Nov 18, 2008 1:37:33 PM), Install.product.install, com.hyperion.install.common.ZipFiles, err, java.io.IOException: entry 9ec949ccd68b4cd04794605fc51edf76/Opatch_validationUtilityFiles/zipedContent does not exist in C:\....\Hyperion\V11229-01\setup.jar
    STACK_TRACE: 17
    java.io.IOException: entry 9ec949ccd68b4cd04794605fc51edf76/Opatch_validationUtilityFiles/zipedContent does not exist in C
    \Hyperion\V11229-01\setup.jar
         at com.installshield.archive.ZipURLConnection.getInputStream(ZipURLConnection.java:63)
         at java.net.URL.openStream(Unknown Source)
         at com.installshield.wizard.service.AbstractWizardServices.getApplicationResource(AbstractWizardServices.java:667)
         at com.installshield.wizard.service.AbstractWizardServices.getResource(AbstractWizardServices.java:676)
         at com.installshield.product.ProductAction.getResource(ProductAction.java:426)
         at com.hyperion.install.common.ZipFiles.install(ZipFiles.java:135)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1916)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:5195)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:369)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:333)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:133)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4563)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3758)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
         at java.lang.Thread.run(Unknown Source)
    There is no JRE Folder within the \Hyperion\common folder containing the jvm.dll that im told by a colleague usually exists.
    Im running Vista Buisness, and have the JRE 5.0 Update 11 installed if thats any help.
    Any help would be greatly appreciated.
    Thanks
    Edited by: user10621050 on 18-Nov-2008 06:02

    The path was "C:\Hyperion\deployments\Tomcat5\bin\HyS9SharedServices.exe" Im guessing this is a consequence of the install proceedure not being done correctly by msyelf? Also found this in the conifgtool lo:
    (18-Nov-2008 13:39:34), Install.product.install, com.installshield.wizard.StandardWizardListener, dbg, java.lang.ExceptionInInitializerError
    STACK_TRACE: 40
    java.lang.ExceptionInInitializerError
         at com.hyperion.plaf.HYSLLookAndFeel.initComponentDefaults(Unknown Source)
         at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(Unknown Source)
         at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(Unknown Source)
         at com.hyperion.plaf.HYSLLookAndFeel.getDefaults(Unknown Source)
         at javax.swing.UIManager.setLookAndFeel(Unknown Source)
         at javax.swing.UIManager.setLookAndFeel(Unknown Source)
         at javax.swing.UIManager.initializeDefaultLAF(Unknown Source)
         at javax.swing.UIManager.initialize(Unknown Source)
         at javax.swing.UIManager.maybeInitialize(Unknown Source)
         at javax.swing.UIManager.getDefaults(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.initialize(Unknown Source)
         at com.installshield.wizard.StandardWizardListener.wizardInitializing(Unknown Source)
         at com.installshield.wizard.Wizard$WizardListenerInitializer.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
         at sun.awt.FontConfiguration.getVersion(Unknown Source)
         at sun.awt.FontConfiguration.readFontConfigFile(Unknown Source)
         at sun.awt.FontConfiguration.<init>(Unknown Source)
         at sun.awt.windows.WFontConfiguration.<init>(Unknown Source)
         at sun.awt.Win32GraphicsEnvironment.createFontConfiguration(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.java2d.SunGraphicsEnvironment.<init>(Unknown Source)
         at sun.awt.Win32GraphicsEnvironment.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
         at java.awt.image.BufferedImage.createGraphics(Unknown Source)
         at com.hyperion.plaf.HYSLImageUtils.toBufferedImage(Unknown Source)
         at com.hyperion.plaf.HYSLImageUtils.grab(Unknown Source)
         at com.hyperion.plaf.HYSLComponentImage.<init>(Unknown Source)
         at com.hyperion.plaf.HYSLComponentImage.<init>(Unknown Source)
         at com.hyperion.plaf.HYSLToolBarBorder.<clinit>(Unknown Source)
         ... 14 more
    (18-Nov-2008 13:39:34), Install.product.install, com.installshield.wizard.StandardWizardListener, err, could not initialize interface swing
    (19-Nov-2008 10:03:12), Install.product.install, com.installshield.wizard.StandardWizardListener, dbg, java.lang.ExceptionInInitializerError
    STACK_TRACE: 40
    java.lang.ExceptionInInitializerError
         at com.hyperion.plaf.HYSLLookAndFeel.initComponentDefaults(Unknown Source)
         at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(Unknown Source)
         at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(Unknown Source)
         at com.hyperion.plaf.HYSLLookAndFeel.getDefaults(Unknown Source)
         at javax.swing.UIManager.setLookAndFeel(Unknown Source)
         at javax.swing.UIManager.setLookAndFeel(Unknown Source)
         at javax.swing.UIManager.initializeDefaultLAF(Unknown Source)
         at javax.swing.UIManager.initialize(Unknown Source)
         at javax.swing.UIManager.maybeInitialize(Unknown Source)
         at javax.swing.UIManager.getDefaults(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.initialize(Unknown Source)
         at com.installshield.wizard.StandardWizardListener.wizardInitializing(Unknown Source)
         at com.installshield.wizard.Wizard$WizardListenerInitializer.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
         at sun.awt.FontConfiguration.getVersion(Unknown Source)
         at sun.awt.FontConfiguration.readFontConfigFile(Unknown Source)
         at sun.awt.FontConfiguration.<init>(Unknown Source)
         at sun.awt.windows.WFontConfiguration.<init>(Unknown Source)
         at sun.awt.Win32GraphicsEnvironment.createFontConfiguration(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.java2d.SunGraphicsEnvironment.<init>(Unknown Source)
         at sun.awt.Win32GraphicsEnvironment.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
         at java.awt.image.BufferedImage.createGraphics(Unknown Source)
         at com.hyperion.plaf.HYSLImageUtils.toBufferedImage(Unknown Source)
         at com.hyperion.plaf.HYSLImageUtils.grab(Unknown Source)
         at com.hyperion.plaf.HYSLComponentImage.<init>(Unknown Source)
         at com.hyperion.plaf.HYSLComponentImage.<init>(Unknown Source)
         at com.hyperion.plaf.HYSLToolBarBorder.<clinit>(Unknown Source)
         ... 14 more
    (19-Nov-2008 10:03:12), Install.product.install, com.installshield.wizard.StandardWizardListener, err, could not initialize interface swing

  • BO XI 3.1 Cluster Installation - 1 Web Tier + 2 Application Servers + 1 DB

    Hi Guys,
    This is the first time I am doing a Cluster installation of BO XI 3.1.
    Here's the scenario :
    1. We have Server-1 as - Web-Tier
    2. Server 2 + Server 3 - Cluster Installation.
    3. SQL DB Server.
    The step 3 above is done.
    Now my confusion is what options should I select when doing the Server 2 + 3 installation. Do I select the Web Application Servers when it asks me to install TomCat5.5 or should I say deploy on existing. If I say deploy then it asks me for the server directory which is obviously not on the current server. Or should I skip that as my belief is that web-tier is installed on Server1.
    How does the whole thing work ? Is it that the web part goes to Server1 and the rest is shared between server2+3.
    Can someone plz. throw some light on the above installations ?
    Thanks to all,

    You can simple do two full installations and then configure App Server and DB.
    1. Full install BO services on server 1 including MySQL and Tomcat
    2. Full install BO services on server 2 including MySQL and Tomcat
    3. Stop SIA on server 1 and specify CMS datasource to your DB
    4. Stop SIA on server 2 and specify CMS datasource to the same DB (specifying multiple CMS to the same datasource essentially make them in the same cluster)
    5. Install Web Tier on Server 3
    In the end, you can disable MySQL and Tomcat services on both server 1 and server 2
    Hope this helps.
    Robin

  • Help! -why can't start Tomcat --Installation problem??

    I downloaded Tomcat 5.0.30.exe and installed Tomcat 5 and JDK 5 on my local computer (I also have IIS installed, and Java App Server (from J2EE); yes I have plenty of space lol);
    I did this in the command line:
    Set JAVA_HOME=C:\jdk1.5_03; and I also added this env variable to my user & system Path variables in System Properties dialogue (just to exclude this problem).
    and I remember during the Tomcat.exe installation, the JVM was already correctly set to C:\Program Files\Java\jre1.5_03\bin\client\jvm.dll (I also tried set JVM to C:\jdk1.5_03\jre\bin\server\jvm.dll and it did not seem to make any difference)
    I am still not able to startup the service (don't see my admin page even though the system tray says the Tomcat is running).
    Does any of the above setup seem wrong? I'm a novice in Java/JSP and just want to try developing some web service in Java/JSP instead of ASP or .NET.
    I'd appreciate all your advice and help!!
    Thanks in advance!!

    When I say "Startup" in the command, the original command window displays Using CATALINA_HOME: C:\apache\tomcat5, so I guess it was correctly set already ...?
    By default, it is using 8080 port... If I have my IIS running, would that have conflict? IIS runs on 80. I don't think I've anything running on 8080.
    localhost_admin_log has the following everytime I try to see admin page in my web browser:--------------------------------------------------------------
    2005-05-05 10:06:06 ApplicationDispatcher[admin] Servlet.service() for servlet admin.login_jsp threw exception
    javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE
         at org.apache.struts.taglib.TagUtils.retrieveMessageResources(TagUtils.java:1233)
         at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1082)
         at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:226)
         at admin.login_jsp._jspx_meth_bean_message_0(login_jsp.java:131)
         at admin.login_jsp._jspService(login_jsp.java:78)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:696)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:474)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
         at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:220)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)
    The above also appears in the Tomcat cmd prompt window if I use startup in the cmd window.
    The stdout and stderr logs has nothing.
    The jakarta_service log has the following:-----------------------------------------------------------
    [2005-05-05 10:03:46] [info] Service Tomcat5 name Apache Tomcat
    [2005-05-05 10:03:46] [420 service.c] [error] The specified service already exists.
    [2005-05-05 10:03:46] [538 prunsrv.c] [error] Failed installing Tomcat5 service
    [2005-05-05 10:03:47] [info] Procrun finished.
    [2005-05-05 10:04:48] [info] Updating service...
    [2005-05-05 10:04:48] [info] Service Tomcat5 updated
    [2005-05-05 10:04:48] [info] Update service finished.
    [2005-05-05 10:04:48] [info] Procrun finished.
    [2005-05-05 10:04:49] [info] Updating service...
    [2005-05-05 10:04:49] [info] Service Tomcat5 updated
    [2005-05-05 10:04:49] [info] Update service finished.
    [2005-05-05 10:04:49] [info] Procrun finished.
    Thanks a lot for your advice and help!!!

Maybe you are looking for

  • OIF Authentication Failing - UserID : anonymous - Internal Error

    Hi, We have implemented SSO in our environment. After credentials are entered in the login page (protected by OAM), we get 500 internal server error on the browser. In the OIF logs, we see the following exception: [2013-01-17T04:27:24.730-05:00] [wls

  • Hello, i have a problem with the download of the testversion of photoshop CC.

    Hello, i have a problem with the download of the testversion of photoshop CC. After 3 minutes after beginning with the download always appears "failure A12E5" and the download is stopping. Who has a good idea for the solution of my problem?

  • Another Express cs. Extreme question

    I'm thinking this should be an easy one, but I need a little clarification. Here's my setup: My wife has a G4 iMac on our main floor connected to a cable modem and router via ethernet. I have a workstation dual-core Mac in the basement also connected

  • Skinninng dataTip in spark.HSlider

    Hello. I skinned hslider. It works well, except the dataTip. as a dataTip in my case I use custom component that shows a pie chart. <fx:Declarations>         <fx:Component id="dataTip" >                 <s:DataRenderer y="50" autoLayout="true">      

  • New Quadro FX cards 2010

    Hi everyone, i just want  to confirm if there will be new Quadro cards to be released some time in  the following weeks/months.. I saw on the other thread, "The FX4800 is  end-of-life, the successor is expected to be announced  this month.... -  Harm