Can't run apache after setting mod_jk.conf-auto

Can anybody help me?
In the beginning when jdk1.3.1 & tomcat3.2.2 are just set, they both can work porperly, but after setting mod_jk.conf-auto (for running jsp), Apache can't start and give out the following error msg:
Starting httpd: Syntax error on line 60 of /usr/local/jakarta-tomcat-3.2.2/conf/mod_jk.conf-auto:
Invalid command 'Alias', perhaps mis-spelled or defined by a module not included in the server configuration
[60G[[1;31mFAILED[0;39m]
Thank you for your attention!
RoRo

always start Tomcat first
then Apache

Similar Messages

  • Can I run logmnr without setting  SUPPLEMENTAL_LOG_DATA_MIN ??

    Question is can I run logmnr without setting SUPPLEMENTAL_LOG_DATA_MIN ??
    I had a situation where I had to run log miner to undo some changes. I ran the log miner on the database where SUPPLEMENTAL_LOG_DATA_MIN was not set nor the dictionary was specified. I ran the following and was able to get the undo. I am a little confused there, as Oracle doc stats that SUPPLEMENTAL_LOG_DATA_MIN should be set to YES, before you can mine the logs.
    These are the commands :
    -- set session
    ALTER SESSION SET nls_date_format='DD-MM-RRRR hh24:mi:ss';
    -- start log minor,change datetime in the below SQL for the time frame
    BEGIN
    DBMS_LOGMNR.START_LOGMNR(
    STARTTIME => '17/07/2012 13:30:00' ,
    ENDTIME => '17/07/2012 14:30:00',
    OPTIONS => DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG +
    DBMS_LOGMNR.CONTINUOUS_MINE +
    DBMS_LOGMNR.COMMITTED_DATA_ONLY +
    DBMS_LOGMNR.PRINT_PRETTY_SQL);
    END;
    -- change table_name to find out undo statements relating to that table
    SELECT sql_undo FROM v$logmnr_contents where table_name =upper('machines');
    --stop logminor
    exec dbms_logmnr.end_logmnr;
    Thanks
    Nirmal

    If supplemental logging is not enabled,It would be difficult to identify the user and session information details from V$LOGMNR_CONTENTS views

  • Can I run Alter Session set sql_trace = True in Forms.

    Can I run Alter Session set sql_trace = True in Forms.

    You could use 'statistics=YES' from command line. If you are using an icon from windows' desktop, then go to properties of that icon and append 'statistics=YES' at the end of TARGET. This basically issues 'ALTER SESSION SET SQL_TRACE TRUE' for the current session.
    Can I run Alter Session set sql_trace = True in Forms.

  • Why my iMac still can't run smoother after reboot?

    Why my iMac still can't run smoother after reboot??
    And when I'm open Firefox, other apps I'm opened will not responding.

    Why my iMac still can't run smoother after reboot??
    And when I'm open Firefox, other apps I'm opened will not responding.

  • Tomcat not creating a mod_jk.conf-auto file

    can anyone tell me why my tomcat (which looks like it is running) is not producing the mod_jk.conf-auto file that I need to include into my httpd.conf?

    can't even find startup.sh!!!
    I don't have one and I KNOW I installed the right thing, and the full version too!

  • Can't start apache after linking mod_wl_20.so in the https.conf

    I get a segementation fault when trying to start apache after i have linked the apache plug-in.
    Anyone ever run into this?
    I fails whether the <IfModule> statement is there or not.

    Appreciate your response. This is all I have done.
    Installed IHS 2.0.47, copied mod_wl_20.so file to modules directory and made one entry in httpd.conf:
    LoadModule weblogic_module modules/mod_wl_20.so
    IHS core dumps on when tried to startup. This is all that is documented in the "Using Web Server Plug-Ins with WebLogic Server" document. Please let me know if I am missing any additional information. Thanks! i would appreciate if you can email me your httpd.conf file for my reference. Thanks!
    [email protected] or [email protected]
    Suresh,

  • Caanot restart apache after installing mod_jk connector

    Hallo,
    I have installed the mod_jk connector to use seperate apache and tomcat instances for my web ap. I followed the instructions here: http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html?page=2
    After making changes to httpd.conf, I am unable to restart apache - the sevent viewer gives the following message:
    "The Apache2 service terminated with service-specific error 1. "
    I think it has something to do with the addmodule lines i've added. Here is what I added to httpd.conf:
    AddModule mod_jk.c
    # JkWorkersFile C:/tomcat/Tomcat 5.5/conf/workers.properties
    # JkLogFile C:/tomcat/Tomcat 5.5/logs/mod_jk.log
    # JkLogLevel debug
    # Alias /toolkit C:/tomcat/Tomcat 5.5/webapps/toolkitv3
    # JkMount /toolkit/servlet/* ajp13w
    # JkMount /toolkit/*.jsp ajp13w
    # <location "/toolkit/web-inf/">
    # AllowOverride None
    # deny from all
    # </location
    (all uncommented of course)
    I hope someone out there can help me with this.
    Thanks

    I used the mod-jk.dll and loadModule :
    # Load mod_jk module
    # Update this path to match your modules location
    LoadModule jk_module modules/mod_jk.dll
    # Declare the module for <IfModule directive>
    #AddModule mod_jk.c
    # Where to find workers.properties
    # Update this path to match your conf directory location (put workers.properties next to httpd.conf)
    JkWorkersFile c:/Apache/Apache2/conf/workers.properties
    # Where to put jk logs
    # Update this path to match your logs directory location (put mod_jk.log next to access_log)
    JkLogFile c:/Apache/Apache2/logs/mod_jk.log
    # Set the jk log level [debug/error/info]
    JkLogLevel debug
    # Select the log format
    JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
    # JkOptions indicate to send SSL KEY SIZE,
    #JkOptions ForwardKeySize ForwardURICompat -ForwardDirectories
    # JkRequestLogFormat set the request format
    JkRequestLogFormat "%w %V %T"
    # Send everything for context /examples to worker named worker1 (ajp13)
    JkMount /examples/* loadbalancer
    JkMount /olp/* loadbalancer

  • Can not run Apache (sudo apachectl start) on OS X 10.8

    I want to start Apache on OS X Mountain Lion 10.8. I type this on the terminal:
    sudo apachectl start
    and press enter. It asked me to enter password. I don't have set any password for my system. So I press enter again. But it does not accept my blank password. After 3 times, it quits the execution of the sudo command.
    I type: "httpd -v" at the terminal and get the following output:
    Server version: Apache/2.2.22 (Unix)
    Server built:   Jun 20 2012 13:57:09
    Can you please tell me, what should I do to run Apache, using sudo command? I also set a password for the system in the Preferences > Users and Groups, and I am sure that I have administrator privilages (the "Allow user to administer this computer" is checked).

    I clicked on "This solved my question" by mistake; I know that I have to enter the system password. In fact it's obvious. But I told that I have not set any password on my system. So I just press enter for a blank password. And it asks again for the password. After 3 times, it ends.
    I also set a password and try again, but it didn't work.

  • Can't run KDE after upgrade

    I've upgraded glibsc, filesystem and migrated to systemd. I can't load KDE after it. I didn't find any info about KDE and systemd, but seems systed is the problem. KDM and initializations works without troubles, but kde plasma and desktop doesn't show up. Black screen or wallpaper and cursor is visible. Some of my daemon.log:
    Dec 27 11:40:17 localhost dbus[195]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Dec 27 11:40:17 localhost systemd[1]: Starting Authorization Manager...
    Dec 27 11:40:17 localhost systemd[1]: upower.service: main process exited, code=dumped, status=5/TRAP
    Dec 27 11:40:17 localhost systemd[1]: Unit upower.service entered failed state
    Dec 27 11:40:17 localhost systemd[1]: polkit.service: main process exited, code=exited, status=1/FAILURE
    Dec 27 11:40:17 localhost systemd[1]: Failed to start Authorization Manager.
    Dec 27 11:40:17 localhost systemd[1]: Unit polkit.service entered failed state
    Dec 27 11:40:42 localhost dbus-daemon[195]: dbus[195]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out
    Dec 27 11:40:42 localhost dbus[195]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out
    Dec 27 11:40:42 localhost udisks-daemon[664]: (udisks-daemon:664): udisks-daemon-CRITICAL **: error getting authority reference: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.PolicyKit1 timed out
    Dec 27 11:40:42 localhost systemd[1]: udisks.service: main process exited, code=exited, status=1/FAILURE
    Dec 27 11:40:42 localhost systemd[1]: Unit udisks.service entered failed state
    Probably I need to show some other log? I'm not sure which exactly.

    I've dived into systemd and had some progress. One of problems was with conflict between udisk2 and udisk (both were loaded). As far as I understand KDE doesn't support udisk2, so I did systemctl disable udisk2.service. Now there are no failed units:
    UNIT LOAD ACTIVE SUB DESCRIPTION
    proc-sys...t_misc.automount loaded active running Arbitrary Executable File Fo
    sys-devi...-net-eth0.device loaded active plugged /sys/devices/pci0000:00/0000
    sys-devi...-sda-sda1.device loaded active plugged ST3120026A
    sys-devi...-sda-sda2.device loaded active plugged ST3120026A
    sys-devi...-sda-sda3.device loaded active plugged ST3120026A
    sys-devi...block-sda.device loaded active plugged ST3120026A
    sys-devi...block-sr0.device loaded active plugged HL-DT-ST_DVDRAM_GSA-4163B
    sys-devi...und-card0.device loaded active plugged /sys/devices/pci0000:00/0000
    sys-devi...block-fd0.device loaded active plugged /sys/devices/platform/floppy
    sys-devi...tty-ttyS2.device loaded active plugged /sys/devices/platform/serial
    sys-devi...tty-ttyS3.device loaded active plugged /sys/devices/platform/serial
    sys-devi...tty-ttyS0.device loaded active plugged /sys/devices/pnp0/00:09/tty/
    sys-devi...tty-ttyS1.device loaded active plugged /sys/devices/pnp0/00:0a/tty/
    sys-module-fuse.device loaded active plugged /sys/module/fuse
    sys-subs...ices-eth0.device loaded active plugged /sys/subsystem/net/devices/e
    -.mount loaded active mounted /
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File Sys
    home.mount loaded active mounted /home
    proc-sys...infmt_misc.mount loaded active mounted Arbitrary Executable File Fo
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted Temporary Directory
    systemd-...ord-console.path loaded active waiting Dispatch Password Requests t
    systemd-...ssword-wall.path loaded active waiting Forward Password Requests to
    colord.service loaded active running Manage, Install and Generate
    console-kit-daemon.service loaded active running Console Manager
    console-...em-start.service loaded active exited Console System Startup Loggi
    crond.service loaded active running LEGACY unit for "crond" rc s
    cups.service loaded active running CUPS Printing Service
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    kdm.service loaded active running K Display Manager
    network.service loaded active running LEGACY unit for "network" rc
    openntpd.service loaded active running OpenNTP Daemon
    polkit.service loaded active running Authorization Manager
    rc-local.service loaded active exited /etc/rc.local Compatibility
    samba.service loaded active running LEGACY unit for "samba" rc s
    syslog-ng.service loaded active running System Logger Daemon
    systemd-binfmt.service loaded active exited Set Up Additional Binary For
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-...es-setup.service loaded active exited Recreate Volatile Files and
    systemd-...-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-...sessions.service loaded active exited Permit User Sessions
    systemd-...le-setup.service loaded active exited Setup Virtual Console
    udisks.service loaded active running UDisks
    udisks2.service loaded active running Disk Manager
    upower.service loaded active running Daemon for power management
    dbus.socket loaded active running D-Bus System Message Bus Soc
    dmeventd.socket loaded active listening Device-mapper event daemon F
    lvmetad.socket loaded active listening LVM2 metadata daemon socket
    syslog.socket loaded active running Syslog Socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility N
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-...d-control.socket loaded active listening udev Control Socket
    systemd-udevd-kernel.socket loaded active running udev Kernel Socket
    dev-sda2.swap loaded active active /dev/sda2
    arch-daemons.target loaded active active Arch Daemons
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    syslog.target loaded active active Syslog
    systemd-...iles-clean.timer loaded active waiting Daily Cleanup of Temporary D
    But it's still not working. Seems now it's dbus problem or so. What do I need to run KDE? How can I figure it out? Any wiki? suggestions?

  • Compass application can't running well after update firmware to 20120726

    my windpad7 can't run compass application well after update firmware to Android_2.3.1_MSI_02_20120726 but it can pointing well if i turn it upside down (face down). i use the same application that running well on earlier firmware and I've try using another typical application and the result is the same,.. anyone experienced it? 

    on my n73 i can go to app manager and reinstall them.
    if u wanna remove it, then reinstall them and uninstall.
    Blackberry Bold

  • Can"t run iTunes after update of OSX 10.9.3

    Just updated my OS to OSX10.9.3 and my Safari browser to 7.0.4 and now I can't run iTunes!  Keep getting notice that it needs 64 bit to run and to uncheck the 32 bit box.  Problem is, the 32 bit box is not checked.  Never had problem with older system.  What can I do to be able to play iTunes?

    I suggest you install iTunes 11.2.2, the latest version. If you have just installed Mavericks, then open App Store and login with your Apple ID. Click on the Upgrades icon in the toolbar. The new iTunes should show up. Click on the Update button.

  • Can't run CD-ROM set of magazines in 10.4.9; worked fine in 9.2

    My "Complete National Geographic" set of 31 CD-ROMs used to run great on my Cube, which I bought in 2000 with OS 9 (Classic) installed. When I finally bought OS X ( now 10.4.9), keeping 9.2 loaded for older programs, the NatGeo stopped running even though it is still installed in Classic. I tried reinstalling it in OS X but the installation CD wouldn't run. The index CD that served as its engine now brings up only a "disk not recognized" error message. I can get the welcome music to play by clicking on its icon, but that is the only one I can navigate or even recognize. The NatGeo's system requirements are "Power PC, System 7.5 or higher, 8 MB RAM, 32 MB free HD space." The whole program does run normally when tried on a PC in Windows 98 but is there hope to ever run it again on my Mac, or have I updated my OS and QuickTime (7.1.6) too far to do that?
    Power Mac G4 Cube   Mac OS X (10.4.9)   576MB

    Case closed! I'm sure you all knew this already, but I finally figured out that I was not truly in Classic (9.2.2) when trying to open the application. Instead, I was using the toggle button to open Classic from within OS X, and that is not good enough. Robin Williams said it in her book on OS X, but did I remember? Not until I went back to the book. I needed to actually SWITCH my startup disk to Classic and reboot. Once I was in Classic, I couldn't find the program and had to use old Sherlock to do so. Next, I took a chance and ran the Installer again without removing any original programs. All went well; the installer recognized what was already there and the only pop-ups I got were about keeping my newer versions of QuickTime. I chose the new ones, with no problems. I did trash an empty folder that was not part of the original program. Then I clicked the new alias I had made, inserted the index CD, and my registration card popped right up for the first time since I installed OS X. I hit OK and the directory appeared and navigated just as it should. I tried several CDs, which all open properly and allow zooming to nearly full screen size. Simon, I did not change my color setting but I will do so just to see if that makes things even better. I am not getting the cool National Geo theme song with the intro anymore, but that's a small price to pay. Thanks, all!
    Power Mac G4 Cube   Mac OS X (10.4.9)  

  • Adobe Elemets 12 can't run it after installed

    Hi,
    I already purchased the program Adobe Elements 12, but after completed I try to open the video editing and a message says that I need to download Adobe Application Manager. The thing is that I did but still I can't open it. Please help me to run the program. Thanks

    Are you talking about this? Application, file icons change to Acrobat/Reader icon

  • Can't run samples after installation

    "user directory" doesn't build.
    "helloweb" builds but when I run it I get an exception:
    Exception Handler
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: javax.faces.el.EvaluationException
    java.lang.NoClassDefFoundError: com/sun/jsfcl/std/DefaultSelectItemsArray
    Possible Source of Error:
    Class Name: com.sun.faces.el.ValueBindingImpl
    File Name: ValueBindingImpl.java
    Method Name: getValue
    Line Number: 206
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Stack trace:
    com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:206)
    com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:154)
    com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:389)
    javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1018)
    javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1045)
    javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:742)
    javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:423)
    com.sun.faces.taglib.html_basic.FormTag.doStartTag(FormTag.java:345)
    org.apache.jsp.Page1_jsp._jspx_meth_h_form_0(Page1_jsp.java:130)
    org.apache.jsp.Page1_jsp._jspx_meth_f_view_0(Page1_jsp.java:104)
    org.apache.jsp.Page1_jsp._jspService(Page1_jsp.java:68)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:102)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:282)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:263)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:210)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
    sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:324)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
    org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:718)
    org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:478)
    org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:413)
    org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:77)
    org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:92)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:319)
    com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:324)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:214)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:168)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:133)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:539)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:254)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:114)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
    com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:936)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:165)
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:683)
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:604)
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:542)
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:647)
    java.lang.Thread.run(Thread.java:534)
    Exception Details: java.lang.NoClassDefFoundError
    com/sun/jsfcl/std/DefaultSelectItemsArray
    Possible Source of Error:
    Class Name: untitled.Page1
    File Name: Page1.java
    Method Name:
    Line Number: 57
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Stack trace:
    untitled.Page1.(Page1.java:57)
    sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
    sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    java.lang.Class.newInstance0(Class.java:308)
    java.lang.Class.newInstance(Class.java:261)
    java.beans.Beans.instantiate(Beans.java:204)
    java.beans.Beans.instantiate(Beans.java:48)
    com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:204)
    com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:253)
    com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:78)
    com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:125)
    com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:146)
    com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:243)
    com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:173)
    com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:154)
    com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:389)
    javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1018)
    javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1045)
    javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:742)
    javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:423)
    com.sun.faces.taglib.html_basic.FormTag.doStartTag(FormTag.java:345)
    org.apache.jsp.Page1_jsp._jspx_meth_h_form_0(Page1_jsp.java:130)
    org.apache.jsp.Page1_jsp._jspx_meth_f_view_0(Page1_jsp.java:104)
    org.apache.jsp.Page1_jsp._jspService(Page1_jsp.java:68)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:102)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:282)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:263)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:210)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
    sun.reflect.GeneratedMethodAccessor87.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:324)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
    org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:718)
    org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:478)
    org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:413)
    org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:77)
    org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:92)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:319)
    com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:324)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:214)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:168)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:133)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:539)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:254)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:114)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
    com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
    org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:936)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:165)
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:683)
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:604)
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:542)
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:647)
    java.lang.Thread.run(Thread.java:534)

    Hi,
    Please check the below lnk:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=48816
    Hope this helps
    Thanks,
    Creator Team.

  • Can't run programs after update

    I'm running a MacBook Air. I ran the software updates yesterday. I've also run Repair Disk Permission (multiple times).
    I'm not getting responses when I try to run any program (Safari, Bento, MSFT Office programs, Force Quit, anything!
    Also, machine won't properly shut down or restart.
    Unfortunately, I also can't get to Time Machine backups from my IMac: The following disk image couldn't be opened, user's MacBook Air.sparsebundle, Resource temporarily unavailable.

    Thanks so much teekay! Okay I just did a series of tinkerings, constant "systemctl restart sickbeard" + "systemctl --system daemon-reload"'s and finally I got it working. What seemed to be wrong was having sickbeard.service in the wrong place and/or not symlinked properly, as well as I had the wrong group in "Group=" line in sickbeard.service. Also, the "ExecStart" line had "datadir=/opt/sickbeard" which had to be taken out. In case anyone else runs into this:
    [Unit]
    Description=SickBeard Daemon
    #After=network.target
    [Service]
    Type=simple
    User=bobby
    Group=users
    #ExecStart=/usr/bin/env python2 /opt/sickbeard/SickBeard.py --config /opt/sickbeard/config.ini --datadir /opt/sickbeard
    ExecStart=/usr/bin/env python2 /opt/sickbeard/SickBeard.py --config %h/.sickbeard/config.ini
    [Install]
    WantedBy=multi-user.target
    This is the sickbeard.service file which I put in /usr/lib/systemd/system/, and then made a symlink to it from /etc/systemd/system/multi-user.target.wants. Finally I reloaded the daemons after restarting the sickbeard and it's up (tested in browser as well of course):
    sickbeard.service loaded active running SickBeard Daemon
      Thanks for the help!

Maybe you are looking for