Apach Server starting error

Hello All,
Soon after I installed the Oracle9i Enterprise version, when start Oracle HTTP Server, have error:
Syntax error on line 92 of d:/oracle/ora92/sqlplus/admin/isqlplus.conf: failed to create FastCGI application accept mutex.
And the line 92 in my isqlplus.conf is:
<IfModule mod_fastcgi.c>
FastCgiServer D:\oracle\ora92\bin\isqlplus -port 8228 -initial-env iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
</IfModule>
Can anybody help how to fix it? And is there any command can know what is the status of appach server?
Thanks so much.
Robert

if you are using sun web server 7 update 3 (which includes optimized tomcat within + autodeploy support) , you can use struts like shown below and you will even enjoy a better performance
http://blogs.sun.com/arvind/entry/can_i_use_struts_with and
http://blogs.sun.com/natarajan/entry/how_to_deploy_struts_sample

Similar Messages

  • Apache server + mod_python - Error 403

    Hi.
    I'm totally new in Apache server. As topic says, I have problems with permissions to my server directory. Here's my httpd.conf file:
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "logs/access_log"
    # with ServerRoot set to "/usr/local/apache2" will be interpreted by the
    # server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log"
    # will be interpreted as '/logs/access_log'.
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to specify a local disk on the
    # Mutex directive, if file-based mutexes are used. If you wish to share the
    # same ServerRoot for multiple httpd daemons, you will need to change at
    # least PidFile.
    ServerRoot "/etc/httpd/"
    # Mutex: Allows you to set the mutex mechanism and mutex file directory
    # for individual mutexes, or change the global defaults
    # Uncomment and change the directory if mutexes are file-based and the default
    # mutex file directory is not on a local disk or is not appropriate for some
    # other reason.
    # Mutex default:/run/httpd
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    #LoadModule authn_dbm_module modules/mod_authn_dbm.so
    #LoadModule authn_anon_module modules/mod_authn_anon.so
    #LoadModule authn_dbd_module modules/mod_authn_dbd.so
    #LoadModule authn_socache_module modules/mod_authn_socache.so
    LoadModule authn_core_module modules/mod_authn_core.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    #LoadModule authz_dbm_module modules/mod_authz_dbm.so
    #LoadModule authz_owner_module modules/mod_authz_owner.so
    #LoadModule authz_dbd_module modules/mod_authz_dbd.so
    LoadModule authz_core_module modules/mod_authz_core.so
    #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule access_compat_module modules/mod_access_compat.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    #LoadModule auth_form_module modules/mod_auth_form.so
    #LoadModule auth_digest_module modules/mod_auth_digest.so
    #LoadModule allowmethods_module modules/mod_allowmethods.so
    #LoadModule file_cache_module modules/mod_file_cache.so
    #LoadModule cache_module modules/mod_cache.so
    #LoadModule cache_disk_module modules/mod_cache_disk.so
    #LoadModule cache_socache_module modules/mod_cache_socache.so
    #LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
    #LoadModule socache_dbm_module modules/mod_socache_dbm.so
    #LoadModule socache_memcache_module modules/mod_socache_memcache.so
    #LoadModule watchdog_module modules/mod_watchdog.so
    #LoadModule macro_module modules/mod_macro.so
    #LoadModule dbd_module modules/mod_dbd.so
    #LoadModule dumpio_module modules/mod_dumpio.so
    #LoadModule echo_module modules/mod_echo.so
    #LoadModule buffer_module modules/mod_buffer.so
    #LoadModule data_module modules/mod_data.so
    #LoadModule ratelimit_module modules/mod_ratelimit.so
    LoadModule reqtimeout_module modules/mod_reqtimeout.so
    #LoadModule ext_filter_module modules/mod_ext_filter.so
    #LoadModule request_module modules/mod_request.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    #LoadModule reflector_module modules/mod_reflector.so
    #LoadModule substitute_module modules/mod_substitute.so
    #LoadModule sed_module modules/mod_sed.so
    #LoadModule charset_lite_module modules/mod_charset_lite.so
    #LoadModule deflate_module modules/mod_deflate.so
    #LoadModule xml2enc_module modules/mod_xml2enc.so
    #LoadModule proxy_html_module modules/mod_proxy_html.so
    LoadModule mime_module modules/mod_mime.so
    #LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    #LoadModule log_debug_module modules/mod_log_debug.so
    #LoadModule log_forensic_module modules/mod_log_forensic.so
    #LoadModule logio_module modules/mod_logio.so
    #LoadModule lua_module modules/mod_lua.so
    LoadModule env_module modules/mod_env.so
    #LoadModule mime_magic_module modules/mod_mime_magic.so
    #LoadModule cern_meta_module modules/mod_cern_meta.so
    #LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    #LoadModule ident_module modules/mod_ident.so
    #LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    #LoadModule remoteip_module modules/mod_remoteip.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
    LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    #LoadModule proxy_fdpass_module modules/mod_proxy_fdpass.so
    LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule proxy_express_module modules/mod_proxy_express.so
    #LoadModule session_module modules/mod_session.so
    #LoadModule session_cookie_module modules/mod_session_cookie.so
    #LoadModule session_dbd_module modules/mod_session_dbd.so
    LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
    #LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
    #LoadModule ssl_module modules/mod_ssl.so
    #LoadModule dialup_module modules/mod_dialup.so
    LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
    LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
    LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
    LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
    LoadModule mpm_event_module modules/mod_mpm_event.so
    LoadModule unixd_module modules/mod_unixd.so
    #LoadModule heartbeat_module modules/mod_heartbeat.so
    #LoadModule heartmonitor_module modules/mod_heartmonitor.so
    #LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    #LoadModule asis_module modules/mod_asis.so
    #LoadModule info_module modules/mod_info.so
    #LoadModule suexec_module modules/mod_suexec.so
    #LoadModule cgid_module modules/mod_cgid.so
    #LoadModule cgi_module modules/mod_cgi.so
    #LoadModule dav_fs_module modules/mod_dav_fs.so
    #LoadModule dav_lock_module modules/mod_dav_lock.so
    #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    #LoadModule imagemap_module modules/mod_imagemap.so
    #LoadModule actions_module modules/mod_actions.so
    #LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule python_module modules/mod_python.so
    <IfModule unixd_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # Deny access to the entirety of your server's filesystem. You must
    # explicitly permit access to web content directories in other
    # <Directory> blocks below.
    <Directory />
    AllowOverride none
    Require all denied
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # AllowOverride FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Require all granted
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <Files ".ht*">
    Require all denied
    </Files>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
    </Directory>
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # MaxRanges: Maximum number of Ranges in a request before
    # returning the entire resource, or one of the special
    # values 'default', 'none' or 'unlimited'.
    # Default setting is to accept 200 Ranges.
    #MaxRanges unlimited
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall may be used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    # Defaults: EnableMMAP On, EnableSendfile Off
    #EnableMMAP off
    #EnableSendfile on
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # Configure mod_proxy_html to understand HTML4/XHTML1
    <IfModule proxy_html_module>
    Include conf/extra/proxy-html.conf
    </IfModule>
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    # uncomment out the below to deal with user agents that deliberately
    # violate open standards by misusing DNT (DNT *must* be a specific
    # end-user choice)
    #<IfModule setenvif_module>
    #BrowserMatch "MSIE 10.0;" bad_DNT
    #</IfModule>
    #<IfModule headers_module>
    #RequestHeader unset DNT env=bad_DNT
    #</IfModule>
    <Directory /home/developer/www/>
    AddHandler mod_python .py
    PythonHandler mptest
    PythonDebug On
    </Directory>
    httpd-userdir.conf file:
    # Settings for user home directories
    # Required module: mod_authz_core, mod_authz_host, mod_userdir
    # UserDir: The name of the directory that is appended onto a user's home
    # directory if a ~user request is received. Note that you must also set
    # the default access control for these directories, as in the example below.
    UserDir public_html
    # Control access to UserDir directories. The following is an example
    # for a site where these directories are restricted to read-only.
    <Directory "/home/developer/www/">
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    Require method GET POST OPTIONS
    </Directory>
    and path permissions
    drwxr-xr-x 4 root root 4096 03-16 12:24 home
    drwx-----x 11 developer users 4096 03-18 21:03 developer
    drwxr-xr-x 2 http http 4096 03-18 21:50 www
    -rwxrwxrwx 1 http http 137 03-18 21:08 mptest.py
    Do you have any suggestions? Thanks in advance

    Thanks for reply
    I've added read access to developer directory:
    drwxr--r-x 11 developer users 4096 03-18 21:03 developer
    Nothing changed.
    error_log
    [Tue Mar 18 22:42:47.462658 2014] [authz_core:error] [pid 2150:tid 2941197120] [client 192.168.1.100:56103] AH01630: client denied by server configuration: /home/developer/public_html
    No idea how "public_html" get there?!
    access_log
    192.168.1.100 - - [18/Mar/2014:22:38:34 +0100] "GET /~developer HTTP/1.1" 403 1081
    192.168.1.100 - - [18/Mar/2014:22:38:45 +0100] "GET /~developer/www HTTP/1.1" 403 1081
    192.168.1.100 - - [18/Mar/2014:22:42:47 +0100] "GET /~developer/www HTTP/1.1" 403 1081
    192.168.1.100 - - [18/Mar/2014:22:42:47 +0100] "GET /favicon.ico HTTP/1.1" 404 1099
    192.168.1.100 - - [18/Mar/2014:22:42:47 +0100] "GET /favicon.ico HTTP/1.1" 404 1099
    EDIT
    Ok, I've found the solution for that. In file httpd-userdir.conf UserDir was "public_html" instead of "www".
    Now I'm getting error 500
    error_log
    [Tue Mar 18 22:48:36.841443 2014] [mpm_event:notice] [pid 2803:tid 3074947456] AH00489: Apache/2.4.7 (Unix) mod_python/3.5.0- Python/3.3.5 configured -- resuming normal operations
    [Tue Mar 18 22:48:36.841528 2014] [core:notice] [pid 2803:tid 3074947456] AH00094: Command line: '/usr/bin/httpd'
    [Tue Mar 18 22:48:45.873329 2014] [:error] [pid 2805:tid 3033516864] make_obcallback: could not import mod_python.apache.\n
    [Tue Mar 18 22:48:45.874559 2014] [:error] [pid 2805:tid 3033516864] make_obcallback: Python path being used "['/usr/lib/python33.zip', '/usr/lib/python3.3', '/usr/lib/python3.3/plat-linux', '/usr/lib/python3.3/lib-dynload', '/usr/lib/python3.3/site-packages']".
    [Tue Mar 18 22:48:45.874589 2014] [:error] [pid 2805:tid 3033516864] get_interpreter: no interpreter callback found.
    [Tue Mar 18 22:48:45.874612 2014] [:error] [pid 2805:tid 3033516864] [client 192.168.1.100:56122] python_handler: Can't get/create interpreter., referer: http://192.168.1.108/~developer/
    Last edited by maci3k (2014-03-18 22:37:32)

  • Apache Server starting up problem !

    Hi,
    I am getting problem in starting up the server. Right now I am using the Apache - tomcat server. I have started the Apache server and restarted the tomcat server by using restart_apache.bat .The server is starting fine.
    Somehow i couldn't able to open the http://localhost:8080/ on the browser. I have read the forum answers , but it couldn't help me.
    I appreciate if anyone help me out.
    - balaji

    Did you check the port number? It may not be 8080.
    What error r u geting?

  • EAS Server start error

    Hi All,<BR><BR>I have just installed EAS7.1.6 to one of my server. All the installation went fine, but when i try to start Administration Server(startEAS.exe) i get following error msg :<BR>"Unable to locate the application's 'main' class. The class 'org.apache.catalina. startup.Bootstrap' must be public and have a 'public static void main(String[])'method. (LAX)"<BR><BR>Could you please help me out what it means and how to debug it?<BR><BR>Thanks,<BR> sandeep

    <p>As per Defect 379808, the HYPERION_HOME cannot be changed oncethe common components have been installed on the machine. This is alimitation of current installer.<br><br>WORKAROUND:<br>1. From the renamed HYPERION_HOME copy the old Tomcat directorytree into the new HYPERION_HOME<br>2. From the renamed HYPERION_HOME copy the old EAS database fromHYPERION_HOME\common\DBMS\MySQL\4.0.12\data\mysql_data to the newlocation</p><p> </p><p>"Unable to locate the application's 'main' class. The class'org.apache.catalina. startup.Bootstrap' must be public and have a'public static void main(String[])'method. (LAX)"</p><p> </p><p>cause of this problem is renamed old HYPERION_HOME    directory</p><p> </p><table><tr><td width="100%"></td></tr></table><p> </p>

  • Weblogic server start error: java.lang.OutOfMemoryError

    Hi:
              when i start weblogic server, i met following error !
              java.lang.OutOfMemoryError
              <<no stack trace available>>
              why?
              thanks!
              starting output as follow :
              C:\bea7\user_projects\zhudomain>startweblogic
              C:\bea7\user_projects\zhudomain>echo off
              CLASSPATH=C:\bea7\jdk131_03\lib\tools.jar;C:\bea7\weblogic700\integration\li
              b\wl
              pi-worklist.jar;C:\bea7\weblogic700\samples\server\eval\pointbase\lib\pbserv
              er42
              ECF172.jar;C:\bea7\weblogic700\server\lib\weblogic_sp.jar;C:\bea7\weblogic70
              0\se
              rver\lib\weblogic.jar;
              PATH=.;C:\bea7\weblogic700\server\bin;C:\bea7\jdk131_03\bin;C:\PROGRA~1\RATI
              ONAL
              \RATION~1\NUTCROOT\bin;C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\bin\x11;C:\PRO
              GRA~
              1\RATIONAL\RATION~1\NUTCROOT\mksnt;c:\Oracle\Ora81\bin;C:\WINNT\system32;C:\
              WINN
              T;C:\WINNT\System32\Wbem;C:\PROGRA~1\ULTRAE~1;C:\CTEX\MiKTeX\TeXMF\miktex\bi
              n;C:
              \CTEX\MiKTeX\LocalT~1\cct\bin;C:\Program Files\Rational\common;C:\Program
              Files\
              Rational\ClearQuest;C:\Program Files\Rational\Rose\TopLink\;C:\Program
              Files\Rat
              ional\Rational Test;C:\bea7\jdk131_03\bin
              * To start WebLogic Server, use a username and *
              * password assigned to an admin-level user. For *
              * server administration, use the WebLogic Server *
              * console at http://[hostname]:[port]/console *
              C:\bea7\user_projects\zhudomain>"C:\bea7\jdk131_03\bin\java" -hotspot -Xms32
              m -X
              mx200m -Dweblogic.security.SSL.trustedCAKeyStore=C:\bea7\weblogic700\server\
              lib\
              cacerts -Dweblogic.Name=myserver -Dbea.home="C:\bea7" -Dweblogic.management.
              user
              name= -Dweblogic.management.password= -Dweblogic.ProductionModeEnabled= -Dja
              va.s
              ecurity.policy="C:\bea7\weblogic700\server\lib\weblogic.policy"
              weblogic.Server
              <2002-11-13 ÏÂÎç04ʱ21·Ö01Ãë> <Info> <Security> <090065> <Getting boot
              identity
              from user.>
              Enter username to boot WebLogic server:system
              Enter password to boot WebLogic server:
              Starting WebLogic Server...
              <2002-11-13 ÏÂÎç04ʱ21·Ö08Ãë> <Notice> <Management> <140005> <Loading
              configurat
              ion C:\bea7\user_projects\zhudomain\.\config.xml>
              java.lang.OutOfMemoryError
              <<no stack trace available>>
              

    Hi JLK,
    Now as you can see that you are getting "java.lang.OutOfMemoryError: PermGen space" during the activation on an application it means that you are application needs more space in the non-heap part of the JVM which is PermGen to create the Classes, Class Structures, Methods and Reflection Objects of this applications hence you are getting this issue.
    Now how to solve this issue you try the following check list which would help you resolve this issue and overcome same type of issue in future
    1). Make Sure that the PermGen Area is not set to a very less value.
    2). Usually if an Application has Many JSP Pages in that case every JSP will be converted to a *.class file before JSP Request Process. So a large number of JSPs causes generation of a Large number of *.class files all these classes gets loaded in the PermGen area.
    3). While allocating the -XX:MaxPermSize make sure that you follow a rough Formula… which works in most of the Application Servers.
    MaxPermSize = (Xmx/3) —- Very Special Cases (One Third of maximum Heap Size)
    MaxPermSize = (Xmx/4) —- Recommended (One Fourth Of maximum Heap Size
    To get more information on this I would suggest you to have look at the below link which would surely help you in this case
    Topic: OutOfMemory Causes and First Aid Steps?
    http://middlewaremagic.com/weblogic/?p=4464
    Regards,
    Ravish Mody

  • Apache server authorization errors

    I built a localhost web site for testing MySQL and PHP scripts. It worked well until I upgraded to 10.4.8 and did my last security update. Now I'm denied Apache Server access. Did the last upgrade or secuity update change my httpd.conf file?

    I'm looking at a phpMyAdmin insatllation on a Linux server (apache, the usual).
    And I can't find a line in my config.inc.php file that refers to "a folder".
    Can you be more specific (but no passwords!) about what exactly you changed?
    My config.inc.php file:(no folder location)
    /* Server Catalog (http) [1] */
    $i++;
    $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
    $cfg['Servers'][$i]['relation'] = 'pma_relation';
    $cfg['Servers'][$i]['table_info'] = 'pmatableinfo';
    $cfg['Servers'][$i]['table_coords'] = 'pmatablecoords';
    $cfg['Servers'][$i]['pdf_pages'] = 'pmapdfpages';
    $cfg['Servers'][$i]['column_info'] = 'pmacolumninfo';
    $cfg['Servers'][$i]['history'] = 'pma_history';
    $cfg['Servers'][$i]['host'] = 'localhost';
    $cfg['Servers'][$i]['extension'] = 'mysql';
    $cfg['Servers'][$i]['connect_type'] = 'tcp';
    $cfg['Servers'][$i]['compress'] = false;
    $cfg['Servers'][$i]['controluser'] = '**USERNAME**';
    $cfg['Servers'][$i]['controlpass'] = '**PASSWORD**';
    $cfg['Servers'][$i]['auth_type'] = 'http';
    $cfg['Servers'][$i]['only_db'] = 'catalog';
    $cfg['Servers'][$i]['verbose'] = 'Catalog';
    $cfg['Servers'][$i]['pmadb'] = 'catalog';
    /* End of servers configuration */

  • Apache and My SQL won't start when server starts, error in /var/log

    OS X Server 10.4.6
    Everything looks OK, but when I restart the server, Apache does not restart.
    The var/log/system contains the following line:
    SystemStarter[965]: Apache web server (1002) did not complete successfully
    /etc/hostconfig contains the following lines:
    MYSQL=-YES-
    WEBSERVER=-YES-
    What is the standard OS X boot sequence that should start it? i.e. what script gets executed during boot?
    If I start by hand (Server Admin), it runs fine.
    _mike

    Check /var/log/httpd/error_log after a restart, it will probably have more info about what went wrong with Apache.
    Both Apache and MySQL use startupitem scripts located in /System/Library/StartupItems.
    The fact that they start up fine manually, several seconds later, probably means that some prerequisite isn't quite ready when they try to start. A quick kludge that will quite probably work would be to put like a 10 second delay in their scripts with the following line at the top of the StartService section:
    sleep 10
    Roger

  • Apache webserver start error

    Hi All,
    We have installed content server ver 630 on IBM-AIX ver 5.3 machines along with Apache web server ver Apache_1.3.41.
    while starting the server following is the error,
    $ apachectl start
    Syntax error on line 205 of /apache/kprcs/conf/httpd.conf:
    Cannot load /apache/kprcs/libexec/mod_sapcs.o into server:      0509-022 Cannot load module /apache/kprcs/libexec/mod_sapcs.o.
            0509-026 System error: A file or directory in the path name does not exist.
    /apache/kprcs/bin/apachectl start: httpd could not be started
    $
    Please find the httpd.conf file:
    ======================================================
    httpd.conf -- Apache HTTP server configuration file
    Timeout: The number of seconds before receives and sends time out.
    Timeout 300
    KeepAlive On
    MaxKeepAliveRequests: The maximum number of requests to allow
    during a persistent connection. Set to 0 to allow an unlimited amount.
    We recommend you leave this number high, for maximum performance.
    MaxKeepAliveRequests 100
    KeepAliveTimeout: Number of seconds to wait for the next request from the
    same client on the same connection.
    KeepAliveTimeout 15
    MinSpareServers 5
    MaxSpareServers 10
    Number of servers to start initially --- should be a reasonable ballpark
    figure.
    StartServers 5
    MaxClients 150
    MaxRequestsPerChild 0
    LoadModule foo_module libexec/mod_foo.so
    LoadModule sapcs_module libexec/mod_sapcs.o
    LoadModule vhost_alias_module libexec/mod_vhost_alias.so
    LoadModule env_module         libexec/mod_env.so
    LoadModule config_log_module  libexec/mod_log_config.so
    LoadModule mime_magic_module  libexec/mod_mime_magic.so
    LoadModule mime_module        libexec/mod_mime.so
    LoadModule negotiation_module libexec/mod_negotiation.so
    LoadModule status_module      libexec/mod_status.so
    LoadModule info_module        libexec/mod_info.so
    LoadModule includes_module    libexec/mod_include.so
    LoadModule autoindex_module   libexec/mod_autoindex.so
    LoadModule dir_module         libexec/mod_dir.so
    LoadModule cgi_module         libexec/mod_cgi.so
    LoadModule asis_module        libexec/mod_asis.so
    LoadModule imap_module        libexec/mod_imap.so
    LoadModule action_module      libexec/mod_actions.so
    LoadModule speling_module     libexec/mod_speling.so
    LoadModule userdir_module     libexec/mod_userdir.so
    LoadModule alias_module       libexec/mod_alias.so
    LoadModule rewrite_module     libexec/mod_rewrite.so
    LoadModule access_module      libexec/mod_access.so
    LoadModule auth_module        libexec/mod_auth.so
    LoadModule anon_auth_module   libexec/mod_auth_anon.so
    LoadModule dbm_auth_module    libexec/mod_auth_dbm.so
    LoadModule digest_module      libexec/mod_digest.so
    LoadModule proxy_module       libexec/libproxy.so
    LoadModule cern_meta_module   libexec/mod_cern_meta.so
    LoadModule expires_module     libexec/mod_expires.so
    LoadModule headers_module     libexec/mod_headers.so
    LoadModule usertrack_module   libexec/mod_usertrack.so
    LoadModule log_forensic_module libexec/mod_log_forensic.so
    LoadModule unique_id_module   libexec/mod_unique_id.so
    LoadModule setenvif_module    libexec/mod_setenvif.so
    Reconstruction of the complete module list from all available modules
    (static and shared ones) to achieve correct module execution order.
    [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
    ClearModuleList
    AddModule mod_sapcs.cpp
    AddModule mod_vhost_alias.c
    AddModule mod_env.c
    AddModule mod_log_config.c
    AddModule mod_mime_magic.c
    AddModule mod_mime.c
    AddModule mod_negotiation.c
    AddModule mod_status.c
    AddModule mod_info.c
    AddModule mod_include.c
    AddModule mod_autoindex.c
    AddModule mod_dir.c
    AddModule mod_cgi.c
    AddModule mod_asis.c
    AddModule mod_imap.c
    AddModule mod_actions.c
    AddModule mod_speling.c
    AddModule mod_userdir.c
    AddModule mod_alias.c
    AddModule mod_rewrite.c
    AddModule mod_access.c
    AddModule mod_auth.c
    AddModule mod_auth_anon.c
    AddModule mod_auth_dbm.c
    AddModule mod_digest.c
    AddModule mod_proxy.c
    AddModule mod_cern_meta.c
    AddModule mod_expires.c
    AddModule mod_headers.c
    AddModule mod_usertrack.c
    AddModule mod_log_forensic.c
    AddModule mod_unique_id.c
    AddModule mod_so.c
    AddModule mod_setenvif.c
    Port 1090
    User nobody
    Group nobody
    ServerAdmin kprcs@KPRO
    DocumentRoot "/apache/kprcs/htdocs"
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory "/apache/kprcs/htdocs">
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
    <IfModule mod_userdir.c>
        UserDir public_html
    </IfModule>
    <IfModule mod_dir.c>
        DirectoryIndex index.html
    </IfModule>
    AccessFileName: The name of the file to look for in each directory
    for access control information.
    AccessFileName .htaccess
    <Files ~ "^\.ht">
        Order allow,deny
        Deny from all
        Satisfy All
    </Files>
    UseCanonicalName On
    <IfModule mod_mime.c>
        TypesConfig /apache/kprcs/conf/mime.types
    </IfModule>
    DefaultType text/plain
    <IfModule mod_mime_magic.c>
        MIMEMagicFile /apache/kprcs/conf/magic
    </IfModule>
    HostnameLookups Off
    ErrorLog /apache/kprcs/logs/error_log
    LogLevel warn
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%i -> %U" referer
    LogFormat "%{User-agent}i" agent
    CustomLog /apache/kprcs/logs/access_log common
    ServerSignature On
    <IfModule mod_alias.c>
        Alias /icons/ "/apache/kprcs/icons/"
        <Directory "/apache/kprcs/icons">
            Options Indexes MultiViews
            AllowOverride None
            Order allow,deny
            Allow from all
        </Directory>
    This Alias will project the on-line documentation tree under /manual/
        Alias /manual/ "/apache/kprcs/htdocs/manual/"
        <Directory "/apache/kprcs/htdocs/manual">
            Options Indexes FollowSymlinks MultiViews
            AllowOverride None
            Order allow,deny
            Allow from all
        </Directory>
        ScriptAlias /cgi-bin/ "/apache/kprcs/cgi-bin/"
        <Directory "/apache/kprcs/cgi-bin">
            AllowOverride None
            Options None
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    <IfModule mod_autoindex.c>
    FancyIndexing is whether you want fancy directory indexing or standard
        IndexOptions FancyIndexing
    AddIcon* directives tell the server which icon to show for different
    files or filename extensions.  These are only displayed for
    FancyIndexed directories.
        AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
        AddIconByType (TXT,/icons/text.gif) text/*
        AddIconByType (IMG,/icons/image2.gif) image/*
        AddIconByType (SND,/icons/sound2.gif) audio/*
        AddIconByType (VID,/icons/movie.gif) video/*
        AddIcon /icons/binary.gif .bin .exe
        AddIcon /icons/binhex.gif .hqx
        AddIcon /icons/tar.gif .tar
        AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
        AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
        AddIcon /icons/a.gif .ps .ai .eps
        AddIcon /icons/layout.gif .html .shtml .htm .pdf
        AddIcon /icons/text.gif .txt
        AddIcon /icons/c.gif .c
        AddIcon /icons/p.gif .pl .py
        AddIcon /icons/f.gif .for
        AddIcon /icons/dvi.gif .dvi
        AddIcon /icons/uuencoded.gif .uu
        AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
        AddIcon /icons/tex.gif .tex
        AddIcon /icons/bomb.gif core
        AddIcon /icons/back.gif ..
        AddIcon /icons/hand.right.gif README
        AddIcon /icons/folder.gif ^DIRECTORY^
        AddIcon /icons/blank.gif ^^BLANKICON^^
    DefaultIcon is which icon to show for files which do not have an icon
    explicitly set.
        DefaultIcon /icons/unknown.gif
    AddDescription allows you to place a short description after a file in
    server-generated indexes.  These are only displayed for FancyIndexed
    directories.
    Format: AddDescription "description" filename
        #AddDescription "GZIP compressed document" .gz
        #AddDescription "tar archive" .tar
        #AddDescription "GZIP compressed tar archive" .tgz
    ReadmeName is the name of the README file the server will look for by
    default, and append to directory listings.
    HeaderName is the name of a file which should be prepended to
    directory indexes.
        ReadmeName README.html
        HeaderName HEADER.html
    IndexIgnore is a set of filenames which directory indexing should ignore
    and not include in the listing.  Shell-style wildcarding is permitted.
        IndexIgnore .??* *~ # HEADER README* RCS CVS *,v *,t
    </IfModule>
    End of indexing directives.
    Document types.
    <IfModule mod_mime.c>
        AddLanguage da .dk
        AddLanguage nl .nl
        AddLanguage en .en
        AddLanguage et .ee
        AddLanguage fr .fr
        AddLanguage de .de
        AddLanguage el .el
        AddLanguage he .he
        AddCharset ISO-8859-8 .iso8859-8
        AddLanguage it .it
        AddLanguage ja .ja
        AddCharset ISO-2022-JP .jis
        AddLanguage kr .kr
        AddCharset ISO-2022-KR .iso-kr
        AddLanguage nn .nn
        AddLanguage no .no
        AddLanguage pl .po
        AddCharset ISO-8859-2 .iso-pl
        AddLanguage pt .pt
        AddLanguage pt-br .pt-br
        AddLanguage ltz .lu
        AddLanguage ca .ca
        AddLanguage es .es
        AddLanguage sv .sv
        AddLanguage cs .cz .cs
        AddLanguage ru .ru
        AddLanguage zh-TW .zh-tw
        AddCharset Big5         .Big5    .big5
        AddCharset WINDOWS-1251 .cp-1251
        AddCharset CP866        .cp866
        AddCharset ISO-8859-5   .iso-ru
        AddCharset KOI8-R       .koi8-r
        AddCharset UCS-2        .ucs2
        AddCharset UCS-4        .ucs4
        AddCharset UTF-8        .utf8
        <IfModule mod_negotiation.c>
            LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
        </IfModule>
        AddType application/x-tar .tgz
        AddEncoding x-compress .Z
        AddEncoding x-gzip .gz .tgz
    If the AddEncoding directives above are commented-out, then you
    </IfModule>
        BrowserMatch "Mozilla/2" nokeepalive
        BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    The following directive disables HTTP/1.1 responses to browsers which
    are in violation of the HTTP/1.0 spec by not being able to grok a
    basic 1.1 response.
        BrowserMatch "RealPlayer 4\.0" force-response-1.0
        BrowserMatch "Java/1\.0" force-response-1.0
        BrowserMatch "JDK/1\.0" force-response-1.0
    </IfModule>
    End of browser customization directives
    <IfModule mod_sapcs.cpp>
      AddModuleInfo ContentServer "SAP Content Server 6.30"
      CSConfigPath /apache/kprcs/conf/cs.conf
      <Location /sapcs>
      SetHandler sapcs_module
      Allow from all
      </Location>
      <Location /ContentServer/ContentServer.dll>
      SetHandler sapcs_module
      Allow from all
      </Location>
      <Location /contentserver/contentserver.dll>
      SetHandler sapcs_module
      Allow from all
      </Location>
    </IfModule>
    =================================================================
    Could anyone help in solving this issue?
    Regards,
    HP Basis

    Hi,
    I am also getting the same error.
    How did you managed to solve it?
    Thanks for any guidance,
    Abdul

  • ATG Server starting error

    Hi
    i am gettng following error while starting the solid server
    15:19:30,519 INFO [ContainerBase] ATG starting on JBossWeb/2.0.0.GA_CP
    15:19:30,519 ERROR [NucleusServlet] java.lang.NoSuchMethodError: atg.nucleus.DynamoEnv.setServletConfig(Ljavax/servlet/ServletConfig;)V
    15:19:30,519 ERROR [STDERR] java.lang.NoSuchMethodError: atg.nucleus.DynamoEnv.setServletConfig(Ljavax/servlet/ServletConfig;)V
    15:19:30,535 ERROR [STDERR] at atg.nucleus.servlet.NucleusServlet.init(NucleusServlet.java:463)
    15:19:30,535 ERROR [STDERR] at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
    15:19:30,535 ERROR [STDERR] at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
    15:19:30,535 ERROR [STDERR] at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4069)
    15:19:30,535 ERROR [STDERR] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4366)
    15:19:30,535 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752)
    15:19:30,535 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:732)
    15:19:30,535 ERROR [STDERR] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
    15:19:30,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    15:19:30,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    15:19:30,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15:19:30,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    15:19:30,535 ERROR [STDERR] at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    15:19:30,535 ERROR [STDERR] at org.apache.catalina.core.StandardContext.init(StandardContext.java:5300)
    15:19:30,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    15:19:30,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    15:19:30,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15:19:30,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    15:19:30,535 ERROR [STDERR] at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    15:19:30,535 ERROR [STDERR] at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:295)
    15:19:30,535 ERROR [STDERR] at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:108)
    15:19:30,535 ERROR [STDERR] at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
    15:19:30,535 ERROR [STDERR] at org.jboss.web.WebModule.startModule(WebModule.java:83)
    15:19:30,535 ERROR [STDERR] at org.jboss.web.WebModule.startService(WebModule.java:61)
    15:19:30,535 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    15:19:30,535 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    15:19:30,535 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    15:19:30,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15:19:30,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    15:19:30,535 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
    15:19:30,535 ERROR [STDERR] at $Proxy0.start(Unknown Source)
    15:19:30,535 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:417)
    15:19:30,535 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    15:19:30,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15:19:30,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    15:19:30,535 ERROR [STDERR] at $Proxy45.start(Unknown Source)
    15:19:30,535 ERROR [STDERR] at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
    15:19:30,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    15:19:30,535 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    15:19:30,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15:19:30,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
    15:19:30,535 ERROR [STDERR] at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
    15:19:30,535 ERROR [STDERR] at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93)
    15:19:30,535 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.ja
    15:19:30,535 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    15:19:30,535 ERROR [STDERR] at $Proxy46.start(Unknown Source)
    15:19:30,535 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
    15:19:30,535 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
    15:19:30,535 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
    15:19:30,535 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
    15:19:30,535 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
    15:19:30,535 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15:19:30,535 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    15:19:30,535 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    15:19:30,628 ERROR [STDERR] at $Proxy9.deploy(Unknown Source)
    15:19:30,628 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
    15:19:30,628 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
    15:19:30,628 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:
    15:19:30,628 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
    15:19:30,628 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    15:19:30,628 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    15:19:30,628 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    15:19:30,628 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15:19:30,628 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    15:19:30,628 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
    15:19:30,628 ERROR [STDERR] at $Proxy0.start(Unknown Source)
    15:19:30,628 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:417)
    15:19:30,628 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    15:19:30,628 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15:19:30,628 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    15:19:30,628 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    15:19:30,628 ERROR [STDERR] at $Proxy4.start(Unknown Source)
    15:19:30,628 ERROR [STDERR] at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
    15:19:30,628 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
    15:19:30,628 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
    15:19:30,628 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
    15:19:30,628 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
    15:19:30,706 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    15:19:30,706 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    15:19:30,706 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15:19:30,706 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    15:19:30,706 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    15:19:30,706 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    15:19:30,706 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    15:19:30,706 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    15:19:30,706 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    15:19:30,706 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    15:19:30,706 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    15:19:30,706 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    15:19:30,706 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    15:19:30,706 ERROR [STDERR] at $Proxy5.deploy(Unknown Source)
    15:19:30,706 ERROR [STDERR] at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
    15:19:30,706 ERROR [STDERR] at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
    15:19:30,706 ERROR [STDERR] at org.jboss.Main.boot(Main.java:200)
    15:19:30,706 ERROR [STDERR] at org.jboss.Main$1.run(Main.java:508)
    15:19:30,706 ERROR [STDERR] at java.lang.Thread.run(Thread.java:662)

    Have you recently migrated to a different ATG version? If yes make sure to clean your work and temp folder of your JBoss directory Also remove any old EAR deployed, make sure you are building your EAR with the same version of ATG
    Sorry haven't noticed before that you are getting the exception while running solid. Make sure that the version of solid and ATG based on DYNAMO_HOME and ATG_ROOT env variable are the same
    Edited by: Gautam Singh on Nov 21, 2012 1:39 PM

  • Report server start error

    Hi,
    After I installed my Devsuit10g report server was starting fine without any problem by using this command 'rwserver server=servername'
    Then I have installed oracle 10g on the same machine, after that report sever start gives this error message as 'The procedure entry psoasys could not be located in the orapls10.dll'.
    I can see this .dll in both oracle devsuithome/BIN and oracleDB home/BIN.
    Now how to start the report server. I have no Oracle AS installed in this machine.
    Has anybody encountered this problem? any solution?
    Rgds

    Maybe this could help:
    set ORACLE_HOME=devsuitehome
    set PATH=devsuitehome/BIN;%PATH%
    rwserver server=servernamecheers

  • R/3 server start error

    hi!
    i have 4.7e and oracle 8i in my machine. and i was used past 5 months.
    now when i start sap server, the work process will show 'ended'. why?
    and following error message will created.
    trc file: "dev_w0", trc level: 1, release: "620"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Thu Apr 12 13:42:56 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\ABC\SYS\exe\run\dboraslib.dll' ...

    B Thu Apr 12 13:43:02 2007
    B  Library 'C:\usr\sap\ABC\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'C:\usr\sap\ABC\SYS\exe\run\dboraslib.dll' is "620.02", patchlevel (0.549)
    B  New connection 0 created

    M Thu Apr 12 13:43:03 2007
    M  systemid   560 (PC with Windows NT)
    M  relno      6200
    M  patchlevel 0
    M  patchno    674
    M  intno      20020600
    M  pid        2372

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2372) [dpxxdisp.c   1028]
    I  MtxInit: -2 0 0

    M Thu Apr 12 13:43:05 2007
    M  DpShMCreate: sizeof(wp_adm)          9776     (752)
    M  DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    M  DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)     192000     (384)
    M  DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 001E0040, size: 1974816)
    M  DpShMCreate: allocated sys_adm at 001E0040
    M  DpShMCreate: allocated wp_adm at 001E0560
    M  DpShMCreate: allocated tm_adm_list at 001E2B90
    M  DpShMCreate: allocated tm_adm at 001E2BB8
    M  DpShMCreate: allocated wp_ca_adm at 0037F878
    M  DpShMCreate: allocated appc_ca_adm at 00383EC8
    M  DpShMCreate: allocated comm_adm_list at 00385638
    M  DpShMCreate: allocated comm_adm at 00385650
    M  DpShMCreate: allocated ca_info at 003B4450
    M  DpShMCreate: allocated wall_adm at 003B4458

    X Thu Apr 12 13:43:08 2007
    X  EmInit: MmSetImplementation( 2 ).

    X Thu Apr 12 13:43:23 2007
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.
    M  calling db_connect ...

    C Thu Apr 12 13:43:34 2007
    C  Got ORACLE_HOME=D:\oracle\ora92 from environment

    C Thu Apr 12 13:47:05 2007
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC

    C Thu Apr 12 13:47:07 2007
    C  Logon as OPS$-user to get SAPABC's password
    C  Connecting as /@ABC on connection 0 ...
    C  Attaching to DB Server ABC (con_hdl=0,svchp=0401CE1C,svrhp=06D74A54)

    C Thu Apr 12 13:47:52 2007
    C  Starting user session (con_hdl=0,svchp=0401CE1C,srvhp=06D74A54,usrhp=06D7D22C)

    C Thu Apr 12 13:47:55 2007
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1033
    [dboci.c      3718]
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dboci.c      9601]
    C  Try to connect with default password
    C  Connecting as SAPABC/<pwd>@ABC on connection 0 ...
    C  Starting user session (con_hdl=0,svchp=0401CE1C,srvhp=06D74A54,usrhp=06D7D22C)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1033
    [dboci.c      3718]
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dboci.c      9601]

    B Thu Apr 12 13:47:56 2007
    B  ***LOG BV3=> severe db error 1033      ; work process is stopped [dbsh#2 @ 957] [dbsh    0957 ]
    B  ***LOG BY2=> sql error 1033   performing CON [dblink#1 @ 419] [dblink  0419 ]
    B  ***LOG BY0=> ORA-01033: ORACLE initialization or shutdown in progress [dblink#1 @ 419] [dblink  0419 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1102]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   8437]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server abc_ABC_00 on host abc (wp 0)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Thu Apr 12 13:47:56 2007
    M  *  RELEASE     620
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        8569
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   672]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  237]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...

    M Thu Apr 12 13:47:57 2007
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2372) [dpnttool.c   346]
    kindly give me solution.
    thanks and regards
    raghubalan

    Hi
    Check this topic --> looks like this could solve your problem
    ORA-1033 Oracle initialization or shutdown in progress
    Reward points if helpful
    Kind regards
    Tom

  • Weblogic Server Start Error

    Hi,
    I am using windows 7 ultimate 64 bit.
    when i start the server with "startWebLogic.cmd" then it raises following error:
    "Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit."
    while i did not install any jrockit. I installed Java JDK 7.0.
    so how can i resolve this issue.
    regards,
    Waqas Hassan

    The below i could see at my setDomainEnv.sh file
    COMMON_COMPONENTS_HOME="/home/oiam/Oracle/Middleware/oracle_common"
    export COMMON_COMPONENTS_HOME
    OAM_ORACLE_HOME="/home/oiam/Oracle/Middleware/Oracle_IDM1/oam"
    export OAM_ORACLE_HOME
    APPLICATIONS_DIRECTORY="/home/oiam/Oracle/Middleware/user_projects/applications/
    OAM_domain"
    export APPLICATIONS_DIRECTORY
    WL_HOME="/home/oiam/Oracle/Middleware/wlserver_10.3"
    export WL_HOME
    BEA_JAVA_HOME="/home/oiam/Desktop/OIAM11.1.2.1.0/JDK/jdk-new/jdk1.7.0_25"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME=""
    export SUN_JAVA_HOME
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
            JAVA_HOME="${BEA_JAVA_HOME}"
            export JAVA_HOME

  • SOA server starting error

    Hi All,
    I am receiving the below error when i start the SOA managed server. I am using weblogic 10.3.5.0 and Soa server 11.1.1.5.0.
    <Error> <oracle.mds> <BEA-000000> <
    oracle.mds.lcm.exception.MDSLCMException: MDS-01330: unable to load MDS configuration document
    MDS-01329: unable to load element "persistence-config"
    MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.
    MDS-01376: Unable to get database connection from data source "mds-soa" configured with JNDI name "jdbc/mds/MDS_LocalTxDataSource".
    weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: The Network Adapter could not establish the connection
            at oracle.mds.internal.lcm.deploy.DeployManager.deploy(DeployManager.java:710)
            at oracle.mds.internal.lcm.deploy.DeployManager.startDeployment(DeployManager.java:198)
            at oracle.mds.internal.lcm.MDSLifecycleListenerImpl.start(MDSLifecycleListenerImpl.java:215)
            at oracle.mds.lcm.weblogic.WLLifecycleListener.preStart(WLLifecycleListener.java:77)
            at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
    Please help me to resolve this issue.
    Thanks in advance.
    Regards,
    Karthick Sugumaran

    Hi,
    Thanks for your valuable reply. I have checked the connection details as you mentioned. I hope connections are correct.
    I have not the change the password but to check i changed it now for the DEV_MDS password. Still i am facing the same issue.
    Any suggestions?
    Regards,
    Karthick Sugumaran

  • 10.3.6 weblogic server start error

    on windows 7 I installed oepe-juno-installer-12.1.1.1.0.201207241647-10.3.6-win32 (bundled installer) from http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-bundle-1861326.html
    at completion of the installation, started the Quickstart app, then clicked on 'Start WebLogic Server 10.3.6 Samples Domain'
    get error message "\Java\jre1.6.0.23\lib\ext\QTJava.zip was unexpected at this time."
    thanks for any assistance you can provide.

    QTJava.zip was in the system CLASSPATH. removed it and that resolved the issue.

  • OC4J Server start error

    Hi All,
    I am trying to bring up the OC4J on SunSolaris, while bringing up the server I am getting following error in log file.
    Please help resolve this. Thanks in advance.
    09/11/26 10:37:42.327 ascontrol: 10.1.3.5.0 Started
    09/11/26 10:42:06.834 ascontrol: Error initializing servlet
    java.lang.NoClassDefFoundError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:141)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
         at java.awt.Font.initializeFont(Font.java:308)
         at java.awt.Font.<init>(Font.java:344)
         at oracle.sysman.ias.studio.app.StudioConsole.loadFont(StudioConsole.java:292)
         at oracle.sysman.ias.studio.app.StudioConsole.init(StudioConsole.java:107)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2528)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3139)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:534)
    09/11/26 10:42:06.838 ascontrol: Servlet error
    java.lang.NoClassDefFoundError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:141)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
         at java.awt.Font.initializeFont(Font.java:308)
         at java.awt.Font.<init>(Font.java:344)
         at oracle.sysman.ias.studio.app.StudioConsole.loadFont(StudioConsole.java:292)
         at oracle.sysman.ias.studio.app.StudioConsole.init(StudioConsole.java:107)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2528)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3139)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:534)
    09/11/26 10:58:53.890 ascontrol: 10.1.3.5.0 Stopped
    09/11/26 10:59:44.270 10.1.3.5.0 Started
    09/11/26 10:59:47.385 ascontrol: 10.1.3.5.0 Started
    09/11/26 11:00:41.19 ascontrol: Error initializing servlet
    java.lang.NoClassDefFoundError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:141)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
         at java.awt.Font.initializeFont(Font.java:308)
         at java.awt.Font.<init>(Font.java:344)
         at oracle.sysman.ias.studio.app.StudioConsole.loadFont(StudioConsole.java:292)
         at oracle.sysman.ias.studio.app.StudioConsole.init(StudioConsole.java:107)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2528)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3139)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:534)
    09/11/26 11:00:41.24 ascontrol: Servlet error
    java.lang.NoClassDefFoundError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:141)
         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
         at java.awt.Font.initializeFont(Font.java:308)
         at java.awt.Font.<init>(Font.java:344)
         at oracle.sysman.ias.studio.app.StudioConsole.loadFont(StudioConsole.java:292)
         at oracle.sysman.ias.studio.app.StudioConsole.init(StudioConsole.java:107)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2528)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3139)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:534)

    It says that its not able to find the classes that it is searching for .. I believe that you need to see with the application, if any class is missing or what!
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
    at java.awt.Font.initializeFont(Font.java:308)
    at java.awt.Font.<init>(Font.java:344)
    at oracle.sysman.ias.studio.app.StudioConsole.loadFont(StudioConsole.java:292)
    at oracle.sysman.ias.studio.app.StudioConsole.init(StudioConsole.java:107)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.5.0)

Maybe you are looking for

  • A day from previous month

    Hi, Is there any function module to get a day from previous month? I tried FM 'CCM_GO_BACK_MONTHS', but it is not working correctly. If I give the sy-datum input as '03/30/2007', it is giving the previous month date as '02/30/2007' Thanks, Uma.

  • PCI id problem under Solaris-8,9,10

    In attempting to qualify a SuperMicro X5DA8 dual CPU dual channel SCSI card I have found a problem with the PCI id's for the Adaptec 7902 (Ultra-320) chipset. My question is whether the problem is SuperMicro's, Sun's or Adaptec's. The DCA->Device Tas

  • MX 7.01 Server Lockup due to down database

    We have two datasources A) Standard SQL database, in the same domain B) SQL database pulled accross a VPN. Then we have a two load balanced CF servers. We host multiple websites, one website (We'll call it Bob) connects to both database A and B The r

  • Time Machine does not work with Seagate NAS 110

    I have been trying to configure time machine to automatically back-up a Macbook Pro to my Seagate NAS 110 to no avail. I have the latest version of OSX Lion running on my Macbook as well as the latest firmware update on my NAS device which was design

  • IE6 not displaying css style

    Hi all, I have a weird problem. I have created a simple css style for a page header. On the top of the white area to the right of the page it the words "Health and Beauty" should have white text with a purple background. For some reason the backgroun