Jserv.properties crash APACHE

Hi:
After several tests i denoted that THIS SPECIFIC ENTRY IN jserv.properties crash the jserv :
wrapper.classpath=D:\ORACLE\iSuites\panama\lib\panama.zip
this entry it's in jserv.properties and crash the jserv and i get this error on apache error_log:
[Thu May 02 15:39:29 2002] [warn] OPM: EW: Process proteus.adm.ipb.pt:2364 (pid:1980) died, restarting.
[Thu May 02 15:39:34 2002] [error] OPM: EW: Fails to ping process with pid:2260.
... repeated fails
I have:
windows 2000 server
oracle 9i DB NT
oracle 9ias 1.0.2.2.2a
i've patched oracle 9ias with oracle 9i rdbms patch 8.1.7.3
i've patched oracle 9ias portal with patch 3.0.9.8.2
i've followed instructions in A86701 step by step to configure wireless
Anyone HERE HELP ??

* Please check if you've set all the zip files for the panama environment
* Check jdk installation (reinstall it if you are unsure about the installation) and configure it in your system environment.
* also check your system environment for the panama dir and the wireless installation.
* Check if the following lines are in the jsev.properties file:
wrapper.classpath=C:\jdk131\lib\dt.jar
wrapper.classpath=C:\jdk131\lib\tools.jar
wrapper.classpath=C:\jdk131\jre\lib\rt.jar
# wrapper.classpath=C:\ORACLE\iSuites\Apache\jdk\jre\lib\rt.jar
# wrapper.classpath=C:\ORACLE\iSuites\Apache\jdk\lib\tools.jar
wrapper.classpath=C:\ORACLE\iSuites\Apache\Jserv\ApacheJServ.jar
wrapper.classpath=C:\ORACLE\iSuites\Apache\Jserv\dms2Server.jar
wrapper.classpath=C:\ORACLE\iSuites\Apache\Jsdk\lib\jsdk.jar
# The following classpath entries are required to run ASWE (added by TW 25 10 01)
wrapper.classpath=C:\Oracle\iSuites\panama\server\classes
wrapper.classpath=C:\Oracle\iSuites\panama\lib\caboshare-opt.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\classes12.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\client.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\jewt-opt-4_0_14.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\marlin-opt.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\ocelot-opt.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\panama.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\panama_core.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\panama_papz.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\panama_portal.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\ojsp.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\servlet.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\jndi.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\xmlparserv2.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\server.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\share-opt-1_1_7.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\tecate-opt.zip
wrapper.classpath=C:\Oracle\iSuites\panama\lib\sax2.jar
# The following classpath entries were added to run Mail directory (added by TW 07 11 01)
wrapper.classpath=C:\Oracle\iSuites\panama\lib\activation.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\ldap.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\ldapbp.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\mail.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\ompim.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\pop3.jar
wrapper.classpath=C:\Oracle\iSuites\panama\lib\providerutil.jar
# The following classpath entries are required to run EJBs
wrapper.classpath=C:\ORACLE\iSuites\lib\aurora_client.jar
wrapper.classpath=C:\ORACLE\iSuites\lib\vbjorb.jar
wrapper.classpath=C:\ORACLE\iSuites\lib\vbjapp.jar
# An environment name with value passed to the JVM
# Syntax: wrapper.env=[name]=[value] (String)
# Default: NONE on Unix Systems
# SystemDrive and SystemRoot with appropriate values on Win32 systems
wrapper.env=PATH=C:\ORACLE\iSuites\bin

Similar Messages

  • Even after classpath setting in jserv.properties file  error.

    hi kali,
    i have used a custom jsp page for export to excell using a jar file poi-3i-200566.jar which i deployed in oracle apps version 11.5.10.2.
    the jar is put in $JAVA_TOP and class path entry is set in jserv.properties file as
    wrapper.classpath=/d2_u10/....../poi-3i-200566.jar .
    After setting the classpath , bounced the apache.
    But even after the setting , the same error continues.
    I refered the mod_jserv.log file for error details , the error is in import statement of classes present in the poi-3i-200566.jar file like
    could not find the symbol HSSRow , HSSpreadsheet , etc. all these are classes in jar file.
    please anybody know any extra conf is needed or any idea where i am going wrong.
    thanks
    prabhakr,ap

    Hi,
    Please check your jserv.properties file whether the custom class path that you have set is present or not in jserv.properties after restarting the AutoConfig and Apache server.
    Thanks & Regards,
    Sagarika

  • URGENT!!! can I borrow a valid jserv.properties file for a JSP application ?

    Hi there !
    I'm running Oracle enterprise edition on NT with oracle http server under apache.
    I created a JSP application using jdeveloper
    and deployed it to the web server.
    Now I'm still getting getting nullPointer exceptions after I have modified the jserv.properties file according to the documentation
    Can someone give me a file that is working for her/him under the above described circumstances ?
    Many Thanaks in advance
    Tony
    null

    laredotornado wrote:
    Hi,
    This might not be a JSF question, but I thought I'd start here as I'm building a JSF application. Upon startup of my Weblogic 9.2.2 server, I see these error messages
    log4j:WARN No appenders could be found for logger (org.apache.myfaces.webapp.StartupServletContextListener).
    log4j:WARN Please initialize the log4j system properly.
    One complication, my log4j.properties file is actually called "my.properties" (bizarre company reason). Is there somewhere in my faces-config.xml file or an equivalent where I can indicate what log4j properties file I'd like to use?Your company policy is to use non-standard names so that things must be configured manually? Interesting.
    In the past people created a servlet those sole purpose was to configure log4j in the initialization sequence and then do nothing.

  • Jserv properties file are reflecting in classpath

    Hi All,
    I'm facing some issue related with jserv.properties file
    we mentined some path for custom soap.jar in jser properties file and bounced apache but when I check the class path from front end(about this page>java properties>java class path) it is not reflecting in class path. this on Oracle apps 11i and multinode server, I have Jserv properties file from both the nodes and it contains the entries.
    Please let me know if someone has faced the same issue.
    Regards,
    Reetesh Sharma

    Hi Reetesh
    Check the link if it helps you out..
    Add few lines in jserv.properties file automatically
    Thanks
    AJ

  • Add few lines in jserv.properties file automatically

    Hi All,
    Generally we will be doing 11.5.10.2 "refresh" automatically.....
    How can i automate the script to add this 3 lines in jserv,properties?
    Basically add the following lines to the jserv.properties before any other classpath entry
    wrapper.classpath=/u01/uat2/uat2comn/java/6003133.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/Bug6823675.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/bug5336153.25.42.jar
    thanks a million....

    Hi Hussein,
    Thanks for giving this information..
    This is my jserv.properties file
    ORIGINAL jserv.properties  FILE
    # PATH environment value passed to the JVM
    # Syntax: wrapper.path=[path] (String)
    # Default: "/bin:/usr/bin:/usr/local/bin" for Unix systems
    # "c:\(windows-dir);c:\(windows-system-dir)" for Win32 systems
    # Notes: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters
    # Under Win32 (windows-dir) and (windows-system-dir) will be
    # automatically evaluated to match your system requirements
    # CLASSPATH environment value passed to the JVM
    # Syntax: wrapper.classpath=[path] (String)
    # Default: NONE (Sun's JDK/JRE already have a default classpath)
    # Note: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters. JVM must be
    # able to find JSDK and JServ classes and any utility classes used by
    # your servlets.
    # Note: the classes you want to be automatically reloaded upon modification
    # MUST NOT be in this classpath or the classpath of the shell
    # you start the Apache from.
    # Custom classpath
    # wrapper.classpath =
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jserv/libexec/ApacheJServ.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jsdk/lib/jsdk.jar
    # ----- iAS 1022 -----
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsp.jar
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsputil.jar
    wrapper.classpath=/u01/clone/cloneora/web/lib/servlet.jar
    wrapper.classpath=/u01/clone/clonecomn/java/ojdigsig.zip
    wrapper.classpath=/u01/clone/clonecomn/java/sax2.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xmlparserv2-904.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xdoparser.zip
    wrapper.classpath=/u01/clone/cloneora/web/sqlj/lib/translator.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jbojdbcpatch.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jdbc14.zip
    wrapper.classpath=/u01/clone/clonecomn/java/nls_charset12.zip
    wrapper.classpath=/u01/clone/clonecomn/java/apps.zip
    wrapper.classpath=/u01/clone/clonecomn/java
    wrapper.classpath=/u01/clone/clonecomn/java/cache.zip
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/jssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/javax-ssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/aqapi.jar
    wrapper.classpath=/u01/clone/cloneora/8.0.6/forms60/java
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/jmscommon.jar
    UPDATED FILE SHOULD BE LIKE THIS
    # PATH environment value passed to the JVM
    # Syntax: wrapper.path=[path] (String)
    # Default: "/bin:/usr/bin:/usr/local/bin" for Unix systems
    # "c:\(windows-dir);c:\(windows-system-dir)" for Win32 systems
    # Notes: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters
    # Under Win32 (windows-dir) and (windows-system-dir) will be
    # automatically evaluated to match your system requirements
    # CLASSPATH environment value passed to the JVM
    # Syntax: wrapper.classpath=[path] (String)
    # Default: NONE (Sun's JDK/JRE already have a default classpath)
    # Note: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters. JVM must be
    # able to find JSDK and JServ classes and any utility classes used by
    # your servlets.
    # Note: the classes you want to be automatically reloaded upon modification
    # MUST NOT be in this classpath or the classpath of the shell
    # you start the Apache from.
    # Custom classpath
    # wrapper.classpath =
    wrapper.classpath=/u01/uat2/uat2comn/java/6003133.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/Bug6823675.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/bug5336153.25.42.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jserv/libexec/ApacheJServ.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jsdk/lib/jsdk.jar
    # ----- iAS 1022 -----
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsp.jar
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsputil.jar
    wrapper.classpath=/u01/clone/cloneora/web/lib/servlet.jar
    wrapper.classpath=/u01/clone/clonecomn/java/ojdigsig.zip
    wrapper.classpath=/u01/clone/clonecomn/java/sax2.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xmlparserv2-904.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xdoparser.zip
    wrapper.classpath=/u01/clone/cloneora/web/sqlj/lib/translator.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jbojdbcpatch.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jdbc14.zip
    wrapper.classpath=/u01/clone/clonecomn/java/nls_charset12.zip
    wrapper.classpath=/u01/clone/clonecomn/java/apps.zip
    wrapper.classpath=/u01/clone/clonecomn/java
    wrapper.classpath=/u01/clone/clonecomn/java/cache.zip
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/jssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/javax-ssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/aqapi.jar
    wrapper.classpath=/u01/clone/cloneora/8.0.6/forms60/java
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/jmscommon.jar
    This bold line should be added to that place, how can i do automatically.please suggest me.
    Thanks a million...

  • In R12 which file we need to modify as there is no jserv.properties

    In 11i we used to set some proxy settings like proxy host, proxy port etc... where as in R12 there will be no jserv.properties.. so where and which file we need to set these settings.
    can you plz guide me

    Hi,
    in R12 all the JVM parameters can be changed in $ORA_CONFIG_HOME/10.1.3/opmn/conf/opmn.xml
    But if you are talking about proxy and the rest then please check in $INST_TOP/ora/10.1.3/j2ee/oafm/config/oc4j.properties
    Thanks
    Edited by: EBSDBA on Dec 18, 2012 12:30 PM

  • Oracle XSQL Servlet entries in jserv.properties

    In my oracle 8.7 instllation on Win NT, the jserv.properties file has the foll entries
    # Oracle XSQL Servlet
    wrapper.classpath=D:\oracle\ora81/lib/oraclexsql.jar
    wrapper.classpath=D:\oracle\ora81/jdbc/lib/classes12.zip
    wrapper.classpath=D:\oracle\ora81/lib/xmlparserv2.jar
    wrapper.classpath=D:\oracle\ora81/rdbms/jlib/xsu12.jar
    wrapper.classpath=D:\oracle\ora81/xdk/lib
    Is this correct, or should the slashes in be changed as in D:\oracle\ora81\lib\oraclexsql.jar
    null

    I may sound stupid,
    But why does it not matter?
    null

  • Prod entries in jserv.properties after running autoconfig on test

    Hi all,
    whenever i run autoconfig on my test instance , production related entries come in jserv.properties file , how can i check where is the problem as nothing is wrong in the context file
    Solaris 10 EBS 11.5.10.2 dB 10.2.0.4

    Please see (Customizing an AutoConfig Environment [ID 270519.1]) to verify if you have any custom jserv.properties and see if it points to your source instance.
    Thanks,
    Hussein

  • Jserv Properties file

    I use the BC4J technology and I have the following problem:
    I deploy a project and I declare the classpath in the Jserv properties file. Everything works perferctly. But when I deploy another application which has a different connection to the database I declare a different classpath in the Jserv properties file (under the first), it always takes the connection of the first declaration. If I change the order in the Jserv file then the first project works but the second no.
    Does anybody know how I can solve this problem?
    thanks in advanced
    Antonios

    I think, you could create new servlet zone. Then you may specify different .properties file for each zone.
    See your JServ documentation for details how to do this.

  • Cant find jserv.properties

    ebs R12
    Hi I'm totally new to EBS. I need to increase the java heap size, and I found some help om the net, but I cant find the jserv.properties file. Please help
    [root@msebs01 /]# find -name jserv*
    ./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservHgrid.uix
    ./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservSumm.uix
    ./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservEnv_support.uix
    ./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservSumm_support.uix
    ./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservEnv.uix
    ./u02/PROD/apps/apps_st/comn/java/classes/oracle/apps/fnd/oam/jserv
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservHgrid.uix
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservSumm.uix
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservEnv_support.uix
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservSumm_support.uix
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservEnv.uix
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_restrict_nt_ias1022.properties
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_ux.properties
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_nt_ias1022.conf
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_ux_ias1022.properties
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_secret_key.txt
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_nt_ias1022.properties
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_ux_ias1022.conf
    ./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_restrict_ux_ias1022.properties
    ./u02/PROD/apps/tech_st/10.1.2/ccr/sysman/admin/scripts/ias/jserv_assoc.pl

    Hi,
    Hi I'm totally new to EBS. I need to increase the java heap size, and I found some help om the net, but I cant find the jserv.properties file. Please helpPlease see these documents.
    Note: 362851.1 - Guidelines to setup the JVM in Apps Ebusiness Suite 11i and R12
    Note: 567551.1 - Configuring various JVM tuning parameters for Oracle E-Business suite 11i and R12
    Thanks,
    Hussein

  • Jserv.properties   custom changes are gone after  running autoconfig in 11i

    Hi,
    jserv.properties custom changes are gone after running autoconfigh in 11.5.10.
    Please let me know do we have any way to keep the changers after running autoconfigh also.
    Thanks,
    Venkat.

    Please see (Customizing an AutoConfig Environment [ID 270519.1]).
    Thanks,
    Hussein

  • Gnome-appearance-properties crashing

    Yestarday I noticed that I can't change wallpaper, theme or anything else in gnome because of gnome-appearance-properties crashing.
    It opens and suddenly bug buddy shows. Running it in console gives me this output:
    bash-3.2$ gnome-appearance-properties
    5e9dc123-1fd3-73fa-0bc67308-32b8d538 is dumped
    Anyone knows what I can do about it?
    Last edited by Szelek (2008-12-30 13:12:44)

    Szelek wrote:
    Yestarday I noticed that I can't change wallpaper, theme or anything else in gnome because of gnome-appearance-properties crashing.
    It opens and suddenly bug buddy shows. Running it in console gives me this output:
    bash-3.2$ gnome-appearance-properties
    5e9dc123-1fd3-73fa-0bc67308-32b8d538 is dumped
    Anyone knows what I can do about it?
    Perhaps you installed some packages that were corrupted? A redownload + reinstall might do the trick. What repositories are you using? I'm using testing and everything works here.

  • PHP crashing Apache process on 10.6.x

    I have the stock Snow Leopard versions of Apache and PHP enabled on my iMac (a 2006 running the current 10.6.8).  It is set up for local development testing only (host entries like mysite.local 127.0.0.1 and Apache config entries), and things generally work fine.  However, occasionally I'll load a PHP file, edit the source code (using BBEdit), and quickly switch back to the browser and reload.  Every now and then the reload takes a few seconds longer than it should, and it turns out the httpd process handling it had crashed (and presumably was restarted).  The crash logs generally look like this:
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libphp5.so                              0x0000000101341133 zend_hash_find + 400
    1   libphp5.so                              0x000000010131ce0e zend_set_compiled_filename + 75
    2   libphp5.so                              0x000000010131412e open_file_for_scanning + 448
    3   libphp5.so                              0x0000000101314324 compile_file + 139
    4   libphp5.so                              0x00000001011930e1 phar_compile_file + 848
    5   libphp5.so                              0x000000010136336a ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER + 515
    6   libphp5.so                              0x000000010135988d execute + 585
    7   libphp5.so                              0x00000001013350bc zend_execute_scripts + 376
    8   libphp5.so                              0x00000001012e6cf9 php_execute_script + 732
    9   libphp5.so                              0x00000001013b15fa php_handler + 1237
    10  httpd                                   0x000000010000147f ap_run_handler + 90
    There are some variations at the compile_file/open_file_for_scanning stage, the most common being something like:
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libphp5.so                              0x000000010131a6c0 _zend_mm_alloc_int + 924
    1   libphp5.so                              0x0000000101313f3d zend_multibyte_read_script + 71
    2   libphp5.so                              0x000000010131403d open_file_for_scanning + 207
    3   libphp5.so                              0x0000000101314324 compile_file + 139
    My guess is that apache or php has cached the script file or a file system reference to it, or something related to it, and editing change/save somehow invalidates this without its knowing, or the browser refresh comes so quickly after the save it hasn't received some notification from the file system.  This has happened over a year or two with whatever versions of apache/php were current with OSX 10.6.x at the time - it isn't new, and in my case it is more of a nuisance than a showstopper.
    I was just wondering if anyone else has ever run into the same issue - I'd be interested to know if it goes away with Lion, for instance, or if anyone has seen something similar with custom builds of PHP. 

    I posted links for creating a Macintosh, Apache, MySQL, PHP (mamp) stack on delicious:
    http://www.delicious.com/nlucchesi/tag_bundle/mamp

  • Mod_plsql crashes Apache 1.3.12 if DB session crashes

    mod_plsql in each Apache child connects to the DB creating a DB session. If this DB session crashes for some reason, it seems like the entire webserver crashes - not only the child directly affected by the DB session crash. We then have to stop and then start the webserver in order to get things going again.
    How is mod_plsql supposed to function when a DB session crashes ?
    Thanks in advance :)
    Jxran.

    mod_plsql in each Apache child connects to the DB creating a DB session. If this DB session crashes for some reason, it seems like the entire webserver crashes - not only the child directly affected by the DB session crash. We then have to stop and then start the webserver in order to get things going again.
    How is mod_plsql supposed to function when a DB session crashes ?
    Thanks in advance :)
    Jxran.

  • Keyboard properties crash remote session

    I have a x2go server on Arch and client on Ubuntu. When I open a session, keyboard indicator dies and can not be restarted. When I call keyboard properties from menu it kills the session.
    The same thing with Nomachine FreeNX.
    There is any message in X.log or messages on the server
    How can I debug the problem?

    I have the exact same problem, except I don't even have to have a remote session.  Just on my desktop after a while the media keys will stop working and when I call up anything keyboard related xserver crashes and I'm back at the login screen.

Maybe you are looking for

  • Attempt to open Library - FCPX (not responding)

    Running latest OS on my 2008 MacPro. Have been editing for weeks, no trouble opening the Library containing a 2-hour film ready to be burned to a DVD. Yesterday it opened fine, but after I closed FCPX and then, a little later, tried to open that Libr

  • Exporting to pdf with new numbers app

    recently i upgraded from numbers 09 to numbers 3.0. i have a worksheet with 2 pages. with numbers 09 when i export to pdf it export as pdf with 2 pages works fine. but in numbers 3.0 when i wxport the same worksheet it combines both pages in one pdf

  • 'New Table' context menu item is unavailable/grayed out (connected to mysql

    Using Sql Developer 3.2.10..., JDK 1.6.0_11 (bundled) on Windows 7 DB is Mysql 5.5, using jdbc driver 5.0.8 When I connect to the db, and attempt to create a new table by right clicking on Tables, the option for New Table is grayed out. The db user h

  • Preview, Textedit still loading slow in 10.7.4

    Ever since installing Lion, Preview and TextEdit take up to 20 seconds to show content. The app's menu appears almost immediately, for the content to show up (even small files like 50 kb) up to you can do a lot of other things while waiting. System:

  • ARQ: How to configure Role Approve/Reject Email Notifications???

    Hi, I would like to achieve below for my business scenario with below MSMP stage configurations: MSMS Stages Configurations: MANAGER --> Can act on both request and line items level Role Owner--> Can ONLY act on line items Requirement In best case, a