Unique ID For Node Locking an Application?

I want to restrict the computers that a client application can run on. My original idea was to refuse server access outside of a restricted set of MAC addresses, but it seems difficult to grab the MAC address in a platform neutral way. (assume DHCP evironment so IP addresses may not be stable). Does anyone know of a way to access a hardware unique ID for doing a sort of node locking?

Would the CommAPI ( http://java.sun.com/products/javacomm/ ) and a dongle help?

Similar Messages

  • Charged twice for Slider Lock to be upgraded to paid version but application not downloaded

    I was on BB Applications and decided to buy the paid version of the slider lock, I used my credit card to buy this application, now my credit card has been charged twice for this application and all I have got is an error message stating that there was an internal error and so I should try again later, I have already tried twice, each time you try, your credit card gets charged and you get the error message.The support website for slider lock is : www.getempower.com and it is a product by Ajani Infotech Private Ltd , and so i tried contacting them and sent them e-mails but all in vain it seems as I did not get any response from anywhere and also even after being charged twice for the same application, did not get anything from the company. Can someone please forward this matter to the concerned authorities and can i get the paid version and also refund for the money charged in access?
    Please reply back on my mail : Removed personal information to comply with Community Guidelines and Terms and Conditions of Use.
    Awiting your reply,
    Anuj Malik

    Hello!
    I have found your case and appears one of our teams from corporate has been trying to contact you for the past 2 days with the provided contact # we have on file.  If there is a alternate phone # we can reach you to resolve this issue, please send me a private message with that number.  Thanks!

  • [Oracle JDBC Driver]This driver is locked for use with embedded application

    Hi
    I installed Sun Java Studio Enterprise 8, and am trying to connect to my Oracle database using the attached tutorial code.
    The code compiles fine, but I get the following error whenever I run the file: [Oracle JDBC Driver]This driver is locked for use with embedded application
    I don't understand what is happening.
    Using the Runtime navigation panel on the upper left of the IDE screen, I can right-click and connect to the database, and navigate database files, using the Oracle JDBC Driver that came with JSE8.
    Name: Oracle Driver
    Driver: com.sun.sql.jdbc.oracle.OracleDriver
    Database URL: jdbc:sun:oracle://JAZZPUP:1521;SID=REPO
    If the driver is installed, and can be used to connect to a database by right-clicking on the database definition in the Runtime panel, why can't I connect to it just using java code in the IDE. I would expect both methods to work or to fail, not one of each using the same IDE.
    Many thanks and take care,
    Shayne
    import java.sql.*;
    public class CreateCoffees {
    public static void main(String args[]) {
    //String url = "jdbc:mySubprotocol:myDataSource";
    String url = "jdbc:sun:oracle://JAZZPUP:1521;SID=REPO";
    Connection con;
    String createString;
    createString = "create table COFFEES " +
    "(COF_NAME VARCHAR(32), " +
    "SUP_ID INTEGER, " +
    "PRICE FLOAT, " +
    "SALES INTEGER, " +
    "TOTAL INTEGER)";
    Statement stmt;
    try {
    //Class.forName("myDriver.ClassName");
    Class.forName("com.sun.sql.jdbc.oracle.OracleDriver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());
    try {
    //con = DriverManager.getConnection(url, "myLogin", "myPassword");
    con = DriverManager.getConnection(url, "login", "password");
    stmt = con.createStatement();
    stmt.executeUpdate(createString);
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    } //end class CreateCoffees
    ---

    There are two similar threads:
    http://swforum.sun.com/jive/thread.jspa?threadID=61327&tstart=0
    http://swforum.sun.com/jive/thread.jspa?threadID=51057&messageID=188210
    To summarize - the DataDirectDriver that is shipped with the IDE seems to be locked to be used inside the IDE only because of some licensing issues etc..
    That's weird, I agree. I will raise a question on reasons for such a behavior.
    The solution would be to use Oracle's own driver, that is distributed at no charge from their web site - http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    HTH,
    Kirill

  • This driver is locked for use with embedded applications - SQL Server

    Hello guys,
    Background:
    I developed an application using JSC2 with MS SQL Server 2000 as the database and Sun Application Server PE 8 as App Server. During development, I am able to deploy and test it. But as soon as I've installed Sun Application Server PE 8 on our Production Server, exported my app there and tried to execute it, I get the error
    "This driver is locked for use with embedded applications".
    I just wanna ask, though I've seen other threads saying that the only solution is to buy the EE or SE of Sun App Server, isn't there really any work-around with this?
    Thanks very much for your help.

    OK, that is the same setup we have (Creator built application running with MS SQL Server).
    I wrote a tutorial talking about integrating Creator with Spring. In it you will find out how to use SQL Server with a Creator built app running on the Platform Edition. That tutorial can be found here: http://swforum.sun.com/jive/thread.jspa?threadID=52657&tstart=15
    In short, look to jTds.
    Hope this helps.

  • Is it possible to have two node locked licenses in one machine for running two sessions of synthesis/implementation?

    Hi,
    I have 2 node-locked licenses for Vivado. 
    I have installed one of these licenses in one server. It allows me to open more than one Vivado sessions. But I can run synthesis/implementation in only one session.
    I want to be able to run synthesis/implementation simultaneously twice in the same machine.
    Is it possible to install the 2nd license in the same server? If so, will it allow me to run 2 sessions of synthesis/implementation side by side and how do i install that?
    Thanks

    
    Share the output of below command:
    report_environment -file xinfo.txt
    Thanks,
    Anusheel
    Search for documents/answer records related to your device and tool before posting query on forums.
    Search related forums and make sure your query is not repeated.
    Please mark the post as an answer "Accept as solution" in case it helps to resolve your query.
    Helpful answer -> Give Kudos
     

  • JDBC Error: This driver is locked for use with embedded applications

    Hi Experts,
    My sender adapter is throwing the below error:
    Error during database connection to the database URL 'jdbc:nwmss:sqlserver://<host>:<port>;databaseName=<dbname>' using the JDBC driver 'com.sap.nwmss.jdbc.sqlserver.SQLServerDriver': 'java.sql.SQLException: [NWMss][SQLServer JDBC Driver]This driver is locked for use with embedded applications.'
    What could be the problem? How can I resolve it?

    download the latest version of SQL driver from MS site and re deploy it on PI

  • DBMS_LOCK vs Select for update locking

    Hi,
    In one of our database packages, we are using the dbms_lock (that package is used to generate unique numbers) instead of select for update locking.
    I want to ask what is more suitable here. Our application is oracle forms and oracle db on oracle app server.
    Are there any limitations to select for update locking?
    What are the conditions favourable to use DBMS_LOCK?
    Regards,

    DBMS_LOCK is extremely efficient. Try it. Put a call to obtain/free a lock in a loop and see how long it takes to loop a few thousand times (don't SLEEP in the loop, just obtain and free the lock). If you are having performance issues with DBMS_LOCK or your select it is probably because whatever it is that gets the lock (whichever way you get it) is taking a certain amount of time to finish.
    I too, am curious as to what "issues" you had. In either case, a lock for consistent read will be different than a lock for update (as it should be) in terms of how it impacts other users.

  • Checking for kernel lock contention in OEL 5.5

    Is there a lockstat utility for Enterprise Linux 5? Or how could I check for kernel lock contention?
    I found a lockstat rpm for RHEL and Centos 4 at http://packages.sw.be/lockstat/, but I could not find it in the distribution of version 5?
    The rpm package installs, but the command "lockstat on" shows /proc/lockmeter: No such file or directory
    I found an interesting document named "Linux Kernel Lock Profiling with LockStat" at:
    http://dolavim.us/blog/2007/11/06/linux-kernel-lock-profiling-with-lockstat/
    The document outlines the use of /proc/lock_stat, which is a text file - not using a "lockstat" utility.
    From what I understand, I have to rebuild the kernel with "CONFIG_LOCK_STAT=y", or wait for kernel 2.6.24 to be released?
    Do I have to build a custom kernel to check for lock contention, or are there perhaps other options?
    Thanks!
    Edited by: Markus Waldorf on Aug 28, 2010 8:55 PM

    SQL> SELECT INDEX_NAME,INDEX_TYPE,UNIQUENESS FROM DBA_INDEXES WHERE TABLE_NAME='DATA_DATA';
    INDEX_NAME INDEX_TYPE UNIQUENES
    CIDX BITMAP NONUNIQUE
    VIDX BITMAP NONUNIQUEYou have bitmap indexes here on a table being inserted into. Bitmap Indexes are another source of lock(and deadlock) in OLTP application. You said that the SQLloader was the unique active program but may be you are also triggering another procedure after the load. Procedure in which you might be using also automomous transactions and so on...
    Check first if your table is subject to DML operation in a a multi-user concurrent accesss and in which case you have to get rid of those bitmap indexes
    http://hourim.wordpress.com/2011/03/14/deadlock-%e2%80%93-part-1-bitmap-index/
    Best regards
    Mohamed Houri
    www.hourim.wordpress.com

  • SSO login for custom BO SDK Application

    Hi,
    I am trying to build custom application using BO SDK. Requirement is application should be SSO configured.
    Below is my sample code of JSP
    <%@ page import = "com.crystaldecisions.sdk.framework.ISessionMgr"%>
    <%@ page import = "com.crystaldecisions.sdk.framework.IEnterpriseSession"%>
    <%@ page import = "com.crystaldecisions.sdk.exception.SDKException"%>
    <%@ page import = "com.crystaldecisions.sdk.occa.infostore.IInfoStore"%>
    <%@ page import="com.crystaldecisions.sdk.framework.CrystalEnterprise" %>
    <%@ page import="org.ietf.jgss.GSSCredential"%>
    <%@ page import="org.ietf.jgss.GSSManager"%>
    <%@ page import="com.businessobjects.sdk.credential.CredExtractor"%>
    <%
                   GSSCredential creds = null;
                   GSSManager manager = null;
                   CredExtractor credExtractor = new CredExtractor(request);
                     creds = credExtractor.GetCredential();
                     manager = credExtractor.GetManager();     
                   ISessionMgr sm = CrystalEnterprise.getSessionMgr();
                   IEnterpriseSession enterpriseSession = sm.logon(creds, manager, cms, authentication);
                   IInfoStore infoStore = (IInfoStore)enterpriseSession.getService("", "InfoStore");
                   String token=enterpriseSession.getLogonTokenMgr().getDefaultToken();
                   String myUserID=enterpriseSession.getUserInfo().getUserName().toString();
                   session.setAttribute("myUserID",myUserID);
                   session.setAttribute("token", token);
                   session.setAttribute("InfoStore", infoStore);
                   session.setAttribute("enterpriseSession",enterpriseSession);
                response.sendRedirect("home.jsp");
    %>
    i am redirecting to home.jsp and on home.jsp page i am just displaying userID whish is set in above code
    I am deploying my application on server which is SSO enable (Vintela)i have made the necessary changes in web.xml file also
    below is my web.xml file
    <filter>
              <filter-name>authFilter</filter-name>
              <filter-class>com.businessobjects.sdk.credential.WrappedResponseAuthFilter</filter-class>
              <init-param>
                   <param-name>idm.realm</param-name>
                   <param-value>abcd.AD.some.COM</param-value>
              </init-param>
              <init-param>
                   <param-name>idm.princ</param-name>
                   <param-value>abso/SYSBODEV.abcd.ad.some.com</param-value>
              </init-param>
              <init-param>
                   <param-name>idm.keytab</param-name>
                   <param-value>C:\winnt\sysbodev.keytab</param-value>
              </init-param>
              <init-param>
                   <param-name>idm.allowUnsecured</param-name>
                   <param-value>true</param-value>
              </init-param>
              <init-param>
                   <param-name>idm.allowNTLM</param-name>
                   <param-value>false</param-value>
              </init-param>
              <init-param>
                   <param-name>idm.logger.name</param-name>
                   <param-value>simple</param-value>
                   <description>The unique name for this logger.</description>
              </init-param>
              <init-param>
                   <param-name>idm.logger.props</param-name>
                   <param-value>error-log.properties</param-value>
              <description>                Configures logging from the specified file.            </description>       
              </init-param>
              <init-param>
                   <param-name>error.page</param-name>
                   <param-value>/frame/errorSSO.jsp</param-value>
                   <description>The URL of the page to show if an error occurs during authentication.</description>
              </init-param>
         </filter>
    <filter-mapping>
            <filter-name>authFilter</filter-name>
            <url-pattern>/frame/frameset.jsp</url-pattern>
        </filter-mapping>
    but i am getting error saying VSJ authentication was not performed for this request.
    can any one help me ouot where i am going wrong
    Edited by: Asraf_Shaikh on Aug 25, 2011 6:39 PM

    Hi ivan,
    since i was busy with something else, so i could not logging to the forum and reply on time, anyways if your problem is still not solved.
    then follow the approach ( this is for java only)
    1. see if you can access infoview application , if yes then check web.xml file and try to uncomment the comment elements in web.xml file.
    2. check the jar file needed for sso , like credential.jar. you can take all the jar file from infoview application
    below is my code for sso login( only the important things i am putting rest you can manage)
    imports
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.log4j.Logger;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    import org.ietf.jgss.GSSCredential;
    import org.ietf.jgss.GSSManager;
    import com.businessobjects.sdk.credential.CredExtractor;
    import com.crystaldecisions.sdk.framework.CrystalEnterprise;
    import com.crystaldecisions.sdk.framework.IEnterpriseSession;
    import com.crystaldecisions.sdk.occa.infostore.IInfoStore;
    code
    GSSCredential myCredential = null;
    GSSManager myManager = null;
    CredExtractor myCredExtractor = new CredExtractor(request);               
    myCredential = myCredExtractor.GetCredential();
    myManager = myCredExtractor.GetManager();
    String myCmsName = getServlet().getServletContext().getInitParameter("cms.default");
    IEnterpriseSession myIEnterpriseSession = CrystalEnterprise.getSessionMgr().logon(myCredential,myManager, myCmsName, SEC_WINAD);
    IInfoStore myIInfoStore = (IInfoStore) myIEnterpriseSession.getService(PortalConstants.EMPTYSTRING, PortalConstants.INFOSTORE);
    you can put try catch block -
    web.xml file
         <filter>
              <filter-name>authFilter</filter-name>
              <filter-class>com.businessobjects.sdk.credential.WrappedResponseAuthFilter</filter-class>
              <init-param>
                   <param-name>idm.realm</param-name>
                   <param-value>HODC.AD.abc.COM</param-value>
              </init-param>
              <init-param>
                   <param-name>idm.princ</param-name>
                   <param-value>BOSSO/SYSBODEV.hodc.ad.abc.com</param-value>
              </init-param>
              <init-param>
                   <param-name>idm.keytab</param-name>
                   <param-value>C:\winnt\sysbodev.keytab</param-value>
              </init-param>
              <init-param>
                   <param-name>idm.allowUnsecured</param-name>
                   <param-value>true</param-value>
              </init-param>
              <init-param>
                   <param-name>idm.allowNTLM</param-name>
                   <param-value>false</param-value>
              </init-param>
              <init-param>
                   <description>The unique name for this logger.</description>
                   <param-name>idm.logger.name</param-name>
                   <param-value>simple</param-value>
              </init-param>
              <init-param>
                    <description>Configures logging from the specified file.</description> 
                   <param-name>idm.logger.props</param-name>
                   <param-value>error-log.properties</param-value>
              </init-param>
              <init-param>
                   <description>The URL of the page to show if an error occurs during authentication.</description>
                   <param-name>error.page</param-name>
                   <param-value>/JSP/failure.jsp</param-value>
              </init-param>
         </filter>
              <filter-mapping>
              <filter-name>authFilter</filter-name>
              <url-pattern>/logon.do</url-pattern>
         </filter-mapping>
    above code is working , so if you can follow the same,it should work for you also.and it for secWinad and sso is vintela
    let me know the status

  • Problem with Configuring Tomcat for running jsp web applications..Plz HELP

    I am using Tomcat 5.5 and Jdk 1.5.0_12 and Oracle 10g. I am using jdbc-odbc bridge connection
    to connect to the database. I have placed my project folder called
    tdm under the webapps folder in Tomcat. This 'tdm' folder consists of
    a collection of html pages,jsp pages and images of my project. Also I created a
    WEB-INF folderand in that I have lib folder which contains catalina-root.jar
    , classes12.jar and nls_charset.jar files. And also in the WEB-INF folder I have the web.xml
    file which looks like this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!--
    Copyright 2004 The Apache Software Foundation
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    -->
    <web-app>
    <resource-ref>
    <description>Oracle Datasource example</description>
    <res-ref-name>jdbc/gdn</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    My Server.xml file in Tomcat\conf folder is as follows
    <!-- Example Server Configuration File -->
    <!-- Note that component elements are nested corresponding to their
    parent-child relationships with each other -->
    <!-- A "Server" is a singleton element that represents the entire JVM,
    which may contain one or more "Service" instances. The Server
    listens for a shutdown command on the indicated port.
    Note: A "Server" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <Server port="8005" shutdown="SHUTDOWN">
    <!-- Comment these entries out to disable JMX MBeans support used for the
    administration web application -->
    <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
    <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
    <!-- Global JNDI resources -->
    <GlobalNamingResources>
    <!-- Test entry for demonstration purposes -->
    <Environment name="simpleValue" type="java.lang.Integer" value="30"/>
    <!-- Editable user database that can also be used by
    UserDatabaseRealm to authenticate users -->
    <Resource name="UserDatabase" auth="Container"
    type="org.apache.catalina.UserDatabase"
    description="User database that can be updated and saved"
    factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
    pathname="conf/tomcat-users.xml" />
    <Resource name="jdbc/gdn" auth="Container"
    type="javax.sql.DataSource" driverClassName="sun.jdbc.odbc.JdbcOdbcDriver"
    url="jdbc:odbc:gdn"
    username="system" password="tiger" maxActive="20" maxIdle="10"
    maxWait="-1"/>
    </GlobalNamingResources>
    <!-- A "Service" is a collection of one or more "Connectors" that share
    a single "Container" (and therefore the web applications visible
    within that Container). Normally, that Container is an "Engine",
    but this is not required.
    Note: A "Service" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Catalina">
    <!-- A "Connector" represents an endpoint by which requests are received
    and responses are returned. Each Connector passes requests on to the
    associated "Container" (normally an Engine) for processing.
    By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
    You can also enable an SSL HTTP/1.1 Connector on port 8443 by
    following the instructions below and uncommenting the second Connector
    entry. SSL support requires the following steps (see the SSL Config
    HOWTO in the Tomcat 5 documentation bundle for more detailed
    instructions):
    * If your JDK version 1.3 or prior, download and install JSSE 1.0.2 or
    later, and put the JAR files into "$JAVA_HOME/jre/lib/ext".
    * Execute:
    %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
    $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
    with a password value of "changeit" for both the certificate and
    the keystore itself.
    By default, DNS lookups are enabled when a web application calls
    request.getRemoteHost(). This can have an adverse impact on
    performance, so you can disable it by setting the
    "enableLookups" attribute to "false". When DNS lookups are disabled,
    request.getRemoteHost() will return the String version of the
    IP address of the remote client.
    -->
    <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
    <Connector
    port="5050" maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" redirectPort="8443" acceptCount="100"
    connectionTimeout="20000" disableUploadTimeout="true" />
    <!-- Note : To disable connection timeouts, set connectionTimeout value
    to 0 -->
         <!-- Note : To use gzip compression you could set the following properties :
                   compression="on"
                   compressionMinSize="2048"
                   noCompressionUserAgents="gozilla, traviata"
                   compressableMimeType="text/html,text/xml"
         -->
    <!-- Define a SSL HTTP/1.1 Connector on port 8443 -->
    <!--
    <Connector port="8443"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" disableUploadTimeout="true"
    acceptCount="100" scheme="https" secure="true"
    clientAuth="false" sslProtocol="TLS" />
    -->
    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009"
    enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
    <!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->
    <!-- See proxy documentation for more information about using this. -->
    <!--
    <Connector port="8082"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" acceptCount="100" connectionTimeout="20000"
    proxyPort="80" disableUploadTimeout="true" />
    -->
    <!-- An Engine represents the entry point (within Catalina) that processes
    every request. The Engine implementation for Tomcat stand alone
    analyzes the HTTP headers included with the request, and passes them
    on to the appropriate Host (virtual host). -->
    <!-- You should set jvmRoute to support load-balancing via AJP ie :
    <Engine name="Standalone" defaultHost="localhost" jvmRoute="jvm1">
    -->
    <!-- Define the top level container in our container hierarchy -->
    <Engine name="Catalina" defaultHost="localhost">
    <!-- The request dumper valve dumps useful debugging information about
    the request headers and cookies that were received, and the response
    headers and cookies that were sent, for all requests received by
    this instance of Tomcat. If you care only about requests to a
    particular virtual host, or a particular application, nest this
    element inside the corresponding <Host> or <Context> entry instead.
    For a similar mechanism that is portable to all Servlet 2.4
    containers, check out the "RequestDumperFilter" Filter in the
    example application (the source for this filter may be found in
    "$CATALINA_HOME/webapps/examples/WEB-INF/classes/filters").
    Request dumping is disabled by default. Uncomment the following
    element to enable it. -->
    <!--
    <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
    -->
    <!-- Because this Realm is here, an instance will be shared globally -->
    <!-- This Realm uses the UserDatabase configured in the global JNDI
    resources under the key "UserDatabase". Any edits
    that are performed against this UserDatabase are immediately
    available for use by the Realm. -->
    <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
    resourceName="UserDatabase"/>
    <!-- Comment out the old realm but leave here for now in case we
    need to go back quickly -->
    <!--
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    -->
    <!-- Replace the above Realm with one of the following to get a Realm
    stored in a database and accessed via JDBC -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm"
    driverName="org.gjt.mm.mysql.Driver"
    connectionURL="jdbc:mysql://localhost/authority"
    connectionName="test" connectionPassword="test"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm"
    driverName="oracle.jdbc.driver.OracleDriver"
    connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL"
    connectionName="scott" connectionPassword="tiger"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm"
    driverName="sun.jdbc.odbc.JdbcOdbcDriver"
    connectionURL="jdbc:odbc:CATALINA"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!-- Define the default virtual host
    Note: XML Schema validation will not work with Xerces 2.2.
    -->
    <Host name="localhost" appBase="webapps"
    unpackWARs="true" autoDeploy="true"
    xmlValidation="false" xmlNamespaceAware="false">
    <!-- Defines a cluster for this node,
    By defining this element, means that every manager will be changed.
    So when running a cluster, only make sure that you have webapps in there
    that need to be clustered and remove the other ones.
    A cluster has the following parameters:
    className = the fully qualified name of the cluster class
    name = a descriptive name for your cluster, can be anything
    mcastAddr = the multicast address, has to be the same for all the nodes
    mcastPort = the multicast port, has to be the same for all the nodes
    mcastBindAddr = bind the multicast socket to a specific address
    mcastTTL = the multicast TTL if you want to limit your broadcast
    mcastSoTimeout = the multicast readtimeout
    mcastFrequency = the number of milliseconds in between sending a "I'm alive" heartbeat
    mcastDropTime = the number a milliseconds before a node is considered "dead" if no heartbeat is received
    tcpThreadCount = the number of threads to handle incoming replication requests, optimal would be the same amount of threads as nodes
    tcpListenAddress = the listen address (bind address) for TCP cluster request on this host,
    in case of multiple ethernet cards.
    auto means that address becomes
    InetAddress.getLocalHost().getHostAddress()
    tcpListenPort = the tcp listen port
    tcpSelectorTimeout = the timeout (ms) for the Selector.select() method in case the OS
    has a wakup bug in java.nio. Set to 0 for no timeout
    printToScreen = true means that managers will also print to std.out
    expireSessionsOnShutdown = true means that
    useDirtyFlag = true means that we only replicate a session after setAttribute,removeAttribute has been called.
    false means to replicate the session after each request.
    false means that replication would work for the following piece of code: (only for SimpleTcpReplicationManager)
    <%
    HashMap map = (HashMap)session.getAttribute("map");
    map.put("key","value");
    %>
    replicationMode = can be either 'pooled', 'synchronous' or 'asynchronous'.
    * Pooled means that the replication happens using several sockets in a synchronous way. Ie, the data gets replicated, then the request return. This is the same as the 'synchronous' setting except it uses a pool of sockets, hence it is multithreaded. This is the fastest and safest configuration. To use this, also increase the nr of tcp threads that you have dealing with replication.
    * Synchronous means that the thread that executes the request, is also the
    thread the replicates the data to the other nodes, and will not return until all
    nodes have received the information.
    * Asynchronous means that there is a specific 'sender' thread for each cluster node,
    so the request thread will queue the replication request into a "smart" queue,
    and then return to the client.
    The "smart" queue is a queue where when a session is added to the queue, and the same session
    already exists in the queue from a previous request, that session will be replaced
    in the queue instead of replicating two requests. This almost never happens, unless there is a
    large network delay.
    -->
    <!--
    When configuring for clustering, you also add in a valve to catch all the requests
    coming in, at the end of the request, the session may or may not be replicated.
    A session is replicated if and only if all the conditions are met:
    1. useDirtyFlag is true or setAttribute or removeAttribute has been called AND
    2. a session exists (has been created)
    3. the request is not trapped by the "filter" attribute
    The filter attribute is to filter out requests that could not modify the session,
    hence we don't replicate the session after the end of this request.
    The filter is negative, ie, anything you put in the filter, you mean to filter out,
    ie, no replication will be done on requests that match one of the filters.
    The filter attribute is delimited by ;, so you can't escape out ; even if you wanted to.
    filter=".*\.gif;.*\.js;" means that we will not replicate the session after requests with the URI
    ending with .gif and .js are intercepted.
    The deployer element can be used to deploy apps cluster wide.
    Currently the deployment only deploys/undeploys to working members in the cluster
    so no WARs are copied upons startup of a broken node.
    The deployer watches a directory (watchDir) for WAR files when watchEnabled="true"
    When a new war file is added the war gets deployed to the local instance,
    and then deployed to the other instances in the cluster.
    When a war file is deleted from the watchDir the war is undeployed locally
    and cluster wide
    -->
    <!--
    <Cluster className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"
    managerClassName="org.apache.catalina.cluster.session.DeltaManager"
    expireSessionsOnShutdown="false"
    useDirtyFlag="true"
    notifyListenersOnReplication="true">
    <Membership
    className="org.apache.catalina.cluster.mcast.McastService"
    mcastAddr="228.0.0.4"
    mcastPort="45564"
    mcastFrequency="500"
    mcastDropTime="3000"/>
    <Receiver
    className="org.apache.catalina.cluster.tcp.ReplicationListener"
    tcpListenAddress="auto"
    tcpListenPort="4001"
    tcpSelectorTimeout="100"
    tcpThreadCount="6"/>
    <Sender
    className="org.apache.catalina.cluster.tcp.ReplicationTransmitter"
    replicationMode="pooled"
    ackTimeout="15000"/>
    <Valve className="org.apache.catalina.cluster.tcp.ReplicationValve"
    filter=".*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;"/>
    <Deployer className="org.apache.catalina.cluster.deploy.FarmWarDeployer"
    tempDir="/tmp/war-temp/"
    deployDir="/tmp/war-deploy/"
    watchDir="/tmp/war-listen/"
    watchEnabled="false"/>
    </Cluster>
    -->
    <!-- Normally, users must authenticate themselves to each web app
    individually. Uncomment the following entry if you would like
    a user to be authenticated the first time they encounter a
    resource protected by a security constraint, and then have that
    user identity maintained across all web applications contained
    in this virtual host. -->
    <!--
    <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
    -->
    <!-- Access log processes all requests for this virtual host. By
    default, log files are created in the "logs" directory relative to
    $CATALINA_HOME. If you wish, you can specify a different
    directory with the "directory" attribute. Specify either a relative
    (to $CATALINA_HOME) or absolute path to the desired directory.
    -->
    <!--
    <Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs" prefix="localhost_access_log." suffix=".txt"
    pattern="common" resolveHosts="false"/>
    -->
    <!-- Access log processes all requests for this virtual host. By
    default, log files are created in the "logs" directory relative to
    $CATALINA_HOME. If you wish, you can specify a different
    directory with the "directory" attribute. Specify either a relative
    (to $CATALINA_HOME) or absolute path to the desired directory.
    This access log implementation is optimized for maximum performance,
    but is hardcoded to support only the "common" and "combined" patterns.
    -->
    <!--
    <Valve className="org.apache.catalina.valves.FastCommonAccessLogValve"
    directory="logs" prefix="localhost_access_log." suffix=".txt"
    pattern="common" resolveHosts="false"/>
    -->
    <Context path="/tdm" docBase="tdm" debug="0" reloadable="true" />
    </Host>
    </Engine>
    </Service>
    </Server>
    I have set the context path to /tdm in the server.xml file. Should this be placed in context.xml?
    My first page in the project is called Homepage.html. To start my project I give http://localhost:5050/tdm/homepage.html
    in a browser. Here I accept a username and password from the user and then do the validation in
    a valid.jsp file, where I connect to the database and check and use jsp:forward to go to next pages
    accordingly. However when I enter the username and password and click Go in the homepage, nothing is
    displayed on the next page. The URL in the browser says valid.jsp but a blank screen appears.
    WHY DOES IT HAPPEN SO? DOES IT MEAN THAT TOMCAT IS NOT RECOGNIZING JAVA IN MY SYSTEM OR IS IT A PROBLEM
    WITH THE DATABASE CONNECTION OR SOMETHING ELSE? I FEEL THAT TOMCAT IS NOT EXECUTING JSP COMMANDS?
    IS IT POSSIBLE?WHY WILL THIS HAPPEN?
    I set the JAVA_HOME and CATALINA_HOME environment to the jdk and tomcat folders resp.
    Is there any other thing that I need to set in classpath? Should I have my project as a
    WAR file in the webapps of TOMCAT or just a folder i.e. directory structure will fine?

    I am using Tomcat 5.5 and Jdk 1.5.0_12 and Oracle 10g. I am using jdbc-odbc bridge connection
    to connect to the database. I have placed my project folder called
    tdm under the webapps folder in Tomcat. This 'tdm' folder consists of
    a collection of html pages,jsp pages and images of my project. Also I created a
    WEB-INF folderand in that I have lib folder which contains catalina-root.jar
    , classes12.jar and nls_charset.jar files. And also in the WEB-INF folder I have the web.xml
    file which looks like this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!--
    Copyright 2004 The Apache Software Foundation
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    -->
    <web-app>
    <resource-ref>
    <description>Oracle Datasource example</description>
    <res-ref-name>jdbc/gdn</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    My Server.xml file in Tomcat\conf folder is as follows
    <!-- Example Server Configuration File -->
    <!-- Note that component elements are nested corresponding to their
    parent-child relationships with each other -->
    <!-- A "Server" is a singleton element that represents the entire JVM,
    which may contain one or more "Service" instances. The Server
    listens for a shutdown command on the indicated port.
    Note: A "Server" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <Server port="8005" shutdown="SHUTDOWN">
    <!-- Comment these entries out to disable JMX MBeans support used for the
    administration web application -->
    <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
    <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
    <!-- Global JNDI resources -->
    <GlobalNamingResources>
    <!-- Test entry for demonstration purposes -->
    <Environment name="simpleValue" type="java.lang.Integer" value="30"/>
    <!-- Editable user database that can also be used by
    UserDatabaseRealm to authenticate users -->
    <Resource name="UserDatabase" auth="Container"
    type="org.apache.catalina.UserDatabase"
    description="User database that can be updated and saved"
    factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
    pathname="conf/tomcat-users.xml" />
    <Resource name="jdbc/gdn" auth="Container"
    type="javax.sql.DataSource" driverClassName="sun.jdbc.odbc.JdbcOdbcDriver"
    url="jdbc:odbc:gdn"
    username="system" password="tiger" maxActive="20" maxIdle="10"
    maxWait="-1"/>
    </GlobalNamingResources>
    <!-- A "Service" is a collection of one or more "Connectors" that share
    a single "Container" (and therefore the web applications visible
    within that Container). Normally, that Container is an "Engine",
    but this is not required.
    Note: A "Service" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Catalina">
    <!-- A "Connector" represents an endpoint by which requests are received
    and responses are returned. Each Connector passes requests on to the
    associated "Container" (normally an Engine) for processing.
    By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
    You can also enable an SSL HTTP/1.1 Connector on port 8443 by
    following the instructions below and uncommenting the second Connector
    entry. SSL support requires the following steps (see the SSL Config
    HOWTO in the Tomcat 5 documentation bundle for more detailed
    instructions):
    * If your JDK version 1.3 or prior, download and install JSSE 1.0.2 or
    later, and put the JAR files into "$JAVA_HOME/jre/lib/ext".
    * Execute:
    %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
    $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
    with a password value of "changeit" for both the certificate and
    the keystore itself.
    By default, DNS lookups are enabled when a web application calls
    request.getRemoteHost(). This can have an adverse impact on
    performance, so you can disable it by setting the
    "enableLookups" attribute to "false". When DNS lookups are disabled,
    request.getRemoteHost() will return the String version of the
    IP address of the remote client.
    -->
    <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
    <Connector
    port="5050" maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" redirectPort="8443" acceptCount="100"
    connectionTimeout="20000" disableUploadTimeout="true" />
    <!-- Note : To disable connection timeouts, set connectionTimeout value
    to 0 -->
         <!-- Note : To use gzip compression you could set the following properties :
                   compression="on"
                   compressionMinSize="2048"
                   noCompressionUserAgents="gozilla, traviata"
                   compressableMimeType="text/html,text/xml"
         -->
    <!-- Define a SSL HTTP/1.1 Connector on port 8443 -->
    <!--
    <Connector port="8443"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" disableUploadTimeout="true"
    acceptCount="100" scheme="https" secure="true"
    clientAuth="false" sslProtocol="TLS" />
    -->
    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009"
    enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
    <!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->
    <!-- See proxy documentation for more information about using this. -->
    <!--
    <Connector port="8082"
    maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
    enableLookups="false" acceptCount="100" connectionTimeout="20000"
    proxyPort="80" disableUploadTimeout="true" />
    -->
    <!-- An Engine represents the entry point (within Catalina) that processes
    every request. The Engine implementation for Tomcat stand alone
    analyzes the HTTP headers included with the request, and passes them
    on to the appropriate Host (virtual host). -->
    <!-- You should set jvmRoute to support load-balancing via AJP ie :
    <Engine name="Standalone" defaultHost="localhost" jvmRoute="jvm1">
    -->
    <!-- Define the top level container in our container hierarchy -->
    <Engine name="Catalina" defaultHost="localhost">
    <!-- The request dumper valve dumps useful debugging information about
    the request headers and cookies that were received, and the response
    headers and cookies that were sent, for all requests received by
    this instance of Tomcat. If you care only about requests to a
    particular virtual host, or a particular application, nest this
    element inside the corresponding <Host> or <Context> entry instead.
    For a similar mechanism that is portable to all Servlet 2.4
    containers, check out the "RequestDumperFilter" Filter in the
    example application (the source for this filter may be found in
    "$CATALINA_HOME/webapps/examples/WEB-INF/classes/filters").
    Request dumping is disabled by default. Uncomment the following
    element to enable it. -->
    <!--
    <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
    -->
    <!-- Because this Realm is here, an instance will be shared globally -->
    <!-- This Realm uses the UserDatabase configured in the global JNDI
    resources under the key "UserDatabase". Any edits
    that are performed against this UserDatabase are immediately
    available for use by the Realm. -->
    <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
    resourceName="UserDatabase"/>
    <!-- Comment out the old realm but leave here for now in case we
    need to go back quickly -->
    <!--
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    -->
    <!-- Replace the above Realm with one of the following to get a Realm
    stored in a database and accessed via JDBC -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm"
    driverName="org.gjt.mm.mysql.Driver"
    connectionURL="jdbc:mysql://localhost/authority"
    connectionName="test" connectionPassword="test"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm"
    driverName="oracle.jdbc.driver.OracleDriver"
    connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL"
    connectionName="scott" connectionPassword="tiger"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm"
    driverName="sun.jdbc.odbc.JdbcOdbcDriver"
    connectionURL="jdbc:odbc:CATALINA"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!-- Define the default virtual host
    Note: XML Schema validation will not work with Xerces 2.2.
    -->
    <Host name="localhost" appBase="webapps"
    unpackWARs="true" autoDeploy="true"
    xmlValidation="false" xmlNamespaceAware="false">
    <!-- Defines a cluster for this node,
    By defining this element, means that every manager will be changed.
    So when running a cluster, only make sure that you have webapps in there
    that need to be clustered and remove the other ones.
    A cluster has the following parameters:
    className = the fully qualified name of the cluster class
    name = a descriptive name for your cluster, can be anything
    mcastAddr = the multicast address, has to be the same for all the nodes
    mcastPort = the multicast port, has to be the same for all the nodes
    mcastBindAddr = bind the multicast socket to a specific address
    mcastTTL = the multicast TTL if you want to limit your broadcast
    mcastSoTimeout = the multicast readtimeout
    mcastFrequency = the number of milliseconds in between sending a "I'm alive" heartbeat
    mcastDropTime = the number a milliseconds before a node is considered "dead" if no heartbeat is received
    tcpThreadCount = the number of threads to handle incoming replication requests, optimal would be the same amount of threads as nodes
    tcpListenAddress = the listen address (bind address) for TCP cluster request on this host,
    in case of multiple ethernet cards.
    auto means that address becomes
    InetAddress.getLocalHost().getHostAddress()
    tcpListenPort = the tcp listen port
    tcpSelectorTimeout = the timeout (ms) for the Selector.select() method in case the OS
    has a wakup bug in java.nio. Set to 0 for no timeout
    printToScreen = true means that managers will also print to std.out
    expireSessionsOnShutdown = true means that
    useDirtyFlag = true means that we only replicate a session after setAttribute,removeAttribute has been called.
    false means to replicate the session after each request.
    false means that replication would work for the following piece of code: (only for SimpleTcpReplicationManager)
    <%
    HashMap map = (HashMap)session.getAttribute("map");
    map.put("key","value");
    %>
    replicationMode = can be either 'pooled', 'synchronous' or 'asynchronous'.
    * Pooled means that the replication happens using several sockets in a synchronous way. Ie, the data gets replicated, then the request return. This is the same as the 'synchronous' setting except it uses a pool of sockets, hence it is multithreaded. This is the fastest and safest configuration. To use this, also increase the nr of tcp threads that you have dealing with replication.
    * Synchronous means that the thread that executes the request, is also the
    thread the replicates the data to the other nodes, and will not return until all
    nodes have received the information.
    * Asynchronous means that there is a specific 'sender' thread for each cluster node,
    so the request thread will queue the replication request into a "smart" queue,
    and then return to the client.
    The "smart" queue is a queue where when a session is added to the queue, and the same session
    already exists in the queue from a previous request, that session will be replaced
    in the queue instead of replicating two requests. This almost never happens, unless there is a
    large network delay.
    -->
    <!--
    When configuring for clustering, you also add in a valve to catch all the requests
    coming in, at the end of the request, the session may or may not be replicated.
    A session is replicated if and only if all the conditions are met:
    1. useDirtyFlag is true or setAttribute or removeAttribute has been called AND
    2. a session exists (has been created)
    3. the request is not trapped by the "filter" attribute
    The filter attribute is to filter out requests that could not modify the session,
    hence we don't replicate the session after the end of this request.
    The filter is negative, ie, anything you put in the filter, you mean to filter out,
    ie, no replication will be done on requests that match one of the filters.
    The filter attribute is delimited by ;, so you can't escape out ; even if you wanted to.
    filter=".*\.gif;.*\.js;" means that we will not replicate the session after requests with the URI
    ending with .gif and .js are intercepted.
    The deployer element can be used to deploy apps cluster wide.
    Currently the deployment only deploys/undeploys to working members in the cluster
    so no WARs are copied upons startup of a broken node.
    The deployer watches a directory (watchDir) for WAR files when watchEnabled="true"
    When a new war file is added the war gets deployed to the local instance,
    and then deployed to the other instances in the cluster.
    When a war file is deleted from the watchDir the war is undeployed locally
    and cluster wide
    -->
    <!--
    <Cluster className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"
    managerClassName="org.apache.catalina.cluster.session.DeltaManager"
    expireSessionsOnShutdown="false"
    useDirtyFlag="true"
    notifyListenersOnReplication="true">
    <Membership
    className="org.apache.catalina.cluster.mcast.McastService"
    mcastAddr="228.0.0.4"
    mcastPort="45564"
    mcastFrequency="500"
    mcastDropTime="3000"/>
    <Receiver
    className="org.apache.catalina.cluster.tcp.ReplicationListener"
    tcpListenAddress="auto"
    tcpListenPort="4001"
    tcpSelectorTimeout="100"
    tcpThreadCount="6"/>
    <Sender
    className="org.apache.catalina.cluster.tcp.ReplicationTransmitter"
    replicationMode="pooled"
    ackTimeout="15000"/>
    <Valve className="org.apache.catalina.cluster.tcp.ReplicationValve"
    filter=".*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;"/>
    <Deployer className="org.apache.catalina.cluster.deploy.FarmWarDeployer"
    tempDir="/tmp/war-temp/"
    deployDir="/tmp/war-deploy/"
    watchDir="/tmp/war-listen/"
    watchEnabled="false"/>
    </Cluster>
    -->
    <!-- Normally, users must authenticate themselves to each web app
    individually. Uncomment the following entry if you would like
    a user to be authenticated the first time they encounter a
    resource protected by a security constraint, and then have that
    user identity maintained across all web applications contained
    in this virtual host. -->
    <!--
    <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
    -->
    <!-- Access log processes all requests for this virtual host. By
    default, log files are created in the "logs" directory relative to
    $CATALINA_HOME. If you wish, you can specify a different
    directory with the "directory" attribute. Specify either a relative
    (to $CATALINA_HOME) or absolute path to the desired directory.
    -->
    <!--
    <Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs" prefix="localhost_access_log." suffix=".txt"
    pattern="common" resolveHosts="false"/>
    -->
    <!-- Access log processes all requests for this virtual host. By
    default, log files are created in the "logs" directory relative to
    $CATALINA_HOME. If you wish, you can specify a different
    directory with the "directory" attribute. Specify either a relative
    (to $CATALINA_HOME) or absolute path to the desired directory.
    This access log implementation is optimized for maximum performance,
    but is hardcoded to support only the "common" and "combined" patterns.
    -->
    <!--
    <Valve className="org.apache.catalina.valves.FastCommonAccessLogValve"
    directory="logs" prefix="localhost_access_log." suffix=".txt"
    pattern="common" resolveHosts="false"/>
    -->
    <Context path="/tdm" docBase="tdm" debug="0" reloadable="true" />
    </Host>
    </Engine>
    </Service>
    </Server>
    I have set the context path to /tdm in the server.xml file. Should this be placed in context.xml?
    My first page in the project is called Homepage.html. To start my project I give http://localhost:5050/tdm/homepage.html
    in a browser. Here I accept a username and password from the user and then do the validation in
    a valid.jsp file, where I connect to the database and check and use jsp:forward to go to next pages
    accordingly. However when I enter the username and password and click Go in the homepage, nothing is
    displayed on the next page. The URL in the browser says valid.jsp but a blank screen appears.
    WHY DOES IT HAPPEN SO? DOES IT MEAN THAT TOMCAT IS NOT RECOGNIZING JAVA IN MY SYSTEM OR IS IT A PROBLEM
    WITH THE DATABASE CONNECTION OR SOMETHING ELSE? I FEEL THAT TOMCAT IS NOT EXECUTING JSP COMMANDS?
    IS IT POSSIBLE?WHY WILL THIS HAPPEN?
    I set the JAVA_HOME and CATALINA_HOME environment to the jdk and tomcat folders resp.
    Is there any other thing that I need to set in classpath? Should I have my project as a
    WAR file in the webapps of TOMCAT or just a folder i.e. directory structure will fine?

  • How to find out the reason for blocking locks?

    PB Application try to create data in ASE 12.5. With this operation, there are sql, sp, trigger involved. Most of the it is okay. With lock of sleeping or sync sleeping lock. User wait for a short time to get the result.
    but some time, there are blocking lock.
    If spid for the app is 1. then looks like this app also generate another spid, say it is 2. and 2 is blocking by 1. spid 1 holding lock!
    then all user is frozen because of spid 1 holding lock!!!  How to figure it out the reason for blocking locks?

    Thanks, Mark. Yes, sp_lock, sp_who, ... are common tool I used.
    I found out one case like:
    I have a SP which call a View for data.
    When I run this SP, suppose the sipd is 1. then it will create another spid 2 because of access view and it gone very quick. This cause spid 1 block spid 2 within a short time.
    If the are many user run the app, the app will be  frozen and everyone is waiting. Finally it release, no dead lock, but the performance is not acceptable.
    That why I have this question.

  • Missing self ID for node ...

    For no apparent reason, my G5 has been having kernel panics (i.e., the grey screen full of text in different languages, telling you to press the power key).
    It has been doing it repeatedly, and I'm not sure I "fixed" it--I turned off a FW800 drive, just as a best-guess without much else to go on.
    Repeated boots (after the kernel panic) and I get the following in the console log:
    Missing self ID for node 2!
    or
    Missing self ID for node 3!
    Any guess what this is?
    Here's the full log for this evening:
    Sep 11 11:58:11 Powermac-G5 cp: error processing extended attributes: Operation not permitted
    Sep 11 14:55:31 Powermac-G5 ntpd[148]: time reset -1.316868 s
    Sep 11 18:00:07 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:02:07 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:02:23 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:02:38 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:03:08 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:03:38 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:04:09 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:04:39 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:09 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:40 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:51 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:52 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:22:12 Powermac-G5 kernel[0]: (default pager): [KERNEL]: no space in available paging segments
    Sep 11 18:25:48 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:34:59 Powermac-G5 loginwindow[84]: sendQuitEventToApp (Image Capture Extension): AESendMessage returned error -1712
    Sep 11 18:34:59 Powermac-G5 loginwindow[84]: sendQuitEventToApp (iCalAlarmScheduler): AESendMessage returned error -1712
    Sep 11 18:35:00 Powermac-G5 loginwindow[84]: sendQuitEventToApp (Microsoft AU Daemon): AESendMessage returned error -1712
    Sep 11 18:35:00 Powermac-G5 loginwindow[84]: sendQuitEventToApp (Archive Assistant Scheduler): AESendMessage returned error -1712
    Sep 11 18:35:02 Powermac-G5 loginwindow[84]: sendQuitEventToApp (EyeTV Helper): AESendMessage returned error -1712
    Sep 11 18:35:14 Powermac-G5 shutdown: reboot by scott:
    Sep 11 18:35:15 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:35:15 Powermac-G5 kernel[0]: jnl: close: flushing the buffer cache (start 0x1aec00 end 0x1b2e00)
    Sep 11 18:35:16 Powermac-G5 SystemStarter[1270]: authentication service (1280) did not complete successfully
    Sep 11 18:35:17 Powermac-G5 SystemStarter[1270]: Operating System enhancements for Virtual PC (1283) did not complete successfully
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: The following StartupItems failed to properly start:
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: /System/Library/StartupItems/AuthServer
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: - execution of Startup script failed
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: - execution of Startup script failed
    Sep 11 18:36:08 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 18:36:07 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 18:36:08 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 18:36:07 localhost memberd[45]: memberd starting up
    Sep 11 18:36:08 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 18:36:08 localhost kernel[0]: 107 prelinked modules
    Sep 11 18:36:08 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 18:36:08 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 18:36:08 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 18:36:08 localhost kernel[0]: DART enabled
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 18:36:08 localhost kernel[0]: Security auditing service present
    Sep 11 18:36:08 localhost kernel[0]: BSM auditing present
    Sep 11 18:36:08 localhost kernel[0]: disabled
    Sep 11 18:36:08 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 18:36:08 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 18:36:08 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 18:36:07 localhost lookupd[49]: lookupd (version 369.5) starting - Mon Sep 11 18:36:07 2006
    Sep 11 18:36:08 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 18:36:08 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 18:36:07 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 0
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 18:36:08 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 18:36:08 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 18:36:08 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 18:36:08 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 18:36:09 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 18:36:09 localhost diskarbitrationd[44]: disk2s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 18:36:09 localhost lookupd[75]: lookupd (version 369.5) starting - Mon Sep 11 18:36:09 2006
    Sep 11 18:36:10 localhost diskarbitrationd[44]: disk3s10 hfs 4A47D829-0F41-392E-83A2-453E3C5352AE OWC Mercury Elite /Volumes/OWC Mercury Elite
    Sep 11 18:36:11 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 18:36:11 localhost configd[42]: AppleTalk startup
    Sep 11 18:36:11 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 18:36:13 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:14 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:14 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 18:36:14 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 18:36:14 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 18:36:15 Powermac-G5 loginwindow[84]: Login Window Started Security Agent
    Sep 11 18:36:16 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:16 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 18:36:16 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 18:36:16 Powermac-G5 lookupd[100]: lookupd (version 369.5) starting - Mon Sep 11 18:36:16 2006
    Sep 11 18:36:16 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 18:36:16 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 18:36:16 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 18:36:18 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 18:36:18 Powermac-G5 SystemStarter[51]: Operating System enhancements for Virtual PC (136) did not complete successfully
    Sep 11 18:36:19 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 18:36:19 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:19 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 18:36:20 Powermac-G5 personalbackupd[223]: Launching PBX4Daemon
    Sep 11 18:36:22 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:24 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:26 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:28 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:30 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:31 Powermac-G5 SystemStarter[51]: The following StartupItems failed to properly start:
    Sep 11 18:36:31 Powermac-G5 SystemStarter[51]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 18:36:31 Powermac-G5 SystemStarter[51]: - execution of Startup script failed
    Sep 11 18:36:34 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:36 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:38 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:42 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:46 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:47 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:36:48 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:52 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:52 Powermac-G5 diskarbitrationd[44]: SystemUIServer [228]:33795 not responding.
    Sep 11 18:36:56 Powermac-G5 mDNSResponder: NAT Port Mapping (YM339TUBPXJ.ttp4daemon.tcp.486313426450874.): timeout
    Sep 11 18:37:11 Powermac-G5 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Sep 11 18:37:19 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:46:23 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 21:21:32 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:39:26 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:44 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:45 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:46 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:47 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:49 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:49 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:50 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:51 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:43:00 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:43:00 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:43:00 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:43:00 localhost memberd[45]: memberd starting up
    Sep 11 22:43:00 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:43:00 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:43:00 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:43:00 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:43:00 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:43:00 localhost kernel[0]: DART enabled
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:43:00 localhost kernel[0]: Security auditing service present
    Sep 11 22:43:00 localhost kernel[0]: BSM auditing present
    Sep 11 22:43:00 localhost kernel[0]: disabled
    Sep 11 22:43:00 localhost lookupd[48]: lookupd (version 369.5) starting - Mon Sep 11 22:43:00 2006
    Sep 11 22:43:00 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:43:00 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:43:00 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 22:43:00 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:43:00 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:43:00 localhost kernel[0]: jnl: replay_journal: from: 5103104 to: 1012736 (joffset 0x4aa000)
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: HFS: Removed 6 orphaned unlinked files
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:43:00 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 0
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:43:00 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:43:00 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:43:00 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:43:00 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:43:01 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:43:01 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:01 localhost lookupd[75]: lookupd (version 369.5) starting - Mon Sep 11 22:43:01 2006
    Sep 11 22:43:01 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 22:43:01 localhost kernel[0]: jnl: replay_journal: from: 4856320 to: 8896512 (joffset 0x197f000)
    Sep 11 22:43:03 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:03 localhost configd[42]: AppleTalk startup
    Sep 11 22:43:03 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 22:43:03 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 22:43:06 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:07 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 22:43:07 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 22:43:07 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 22:43:07 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:07 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 22:43:07 Powermac-G5 loginwindow[81]: Login Window Started Security Agent
    Sep 11 22:43:08 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 22:43:08 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 22:43:08 Powermac-G5 lookupd[91]: lookupd (version 369.5) starting - Mon Sep 11 22:43:08 2006
    Sep 11 22:43:08 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:43:08 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 22:43:08 Powermac-G5 diskarbitrationd[44]: disk3s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 22:43:10 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:10 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 22:43:11 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 22:43:11 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 22:43:12 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:13 Powermac-G5 personalbackupd[208]: Launching PBX4Daemon
    Sep 11 22:43:14 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:14 Powermac-G5 niutil: NetInfo timeout connecting to local domain, sleeping
    Sep 11 22:43:20 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 22:43:32 Powermac-G5 diskarbitrationd[44]: SystemUIServer [209]:26627 not responding.
    Sep 11 22:43:32 Powermac-G5 kernel[0]: jnl: replay_journal: from: 1781248 to: 1880064 (joffset 0x4000)
    Sep 11 22:44:52 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:44:51 localhost memberd[45]: memberd starting up
    Sep 11 22:44:52 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:44:51 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:44:52 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:44:52 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:44:52 localhost lookupd[49]: lookupd (version 369.5) starting - Mon Sep 11 22:44:52 2006
    Sep 11 22:44:52 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:44:52 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:44:52 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:44:52 localhost kernel[0]: DART enabled
    Sep 11 22:44:52 localhost kernel[0]: USB caused wake event (EHCI)
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:44:52 localhost kernel[0]: Security auditing service present
    Sep 11 22:44:52 localhost kernel[0]: BSM auditing present
    Sep 11 22:44:52 localhost kernel[0]: disabled
    Sep 11 22:44:52 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:44:52 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 22:44:52 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:44:52 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:44:52 localhost kernel[0]: jnl: replay_journal: from: 1012736 to: 13521920 (joffset 0x4aa000)
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:44:52 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 0
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:44:52 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:44:52 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:44:52 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:44:52 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:44:52 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:44:52 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:52:06 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:52:06 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:52:07 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:52:06 localhost memberd[45]: memberd starting up
    Sep 11 22:52:07 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:52:07 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:52:07 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:52:07 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:52:07 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:52:07 localhost kernel[0]: DART enabled
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:52:07 localhost kernel[0]: Security auditing service present
    Sep 11 22:52:07 localhost kernel[0]: BSM auditing present
    Sep 11 22:52:07 localhost kernel[0]: disabled
    Sep 11 22:52:07 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:52:07 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 22:52:07 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:52:07 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:52:07 localhost kernel[0]: jnl: journal start/end pointers reset! (jnl 0x2677e60; s 0x1c4000 e 0x1c4000)
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:06 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:52:07 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:52:06 localhost lookupd[49]: lookupd (version 369.5) starting - Mon Sep 11 22:52:06 2006
    Sep 11 22:52:07 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 0
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:52:07 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:52:07 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:52:07 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:52:07 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:52:07 localhost lookupd[62]: lookupd (version 369.5) starting - Mon Sep 11 22:52:07 2006
    Sep 11 22:52:07 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 22:52:08 localhost diskarbitrationd[44]: disk2s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 22:52:10 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:10 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 22:52:10 localhost configd[42]: AppleTalk startup
    Sep 11 22:52:10 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 22:52:12 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:13 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:13 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 22:52:13 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 22:52:13 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 22:52:14 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 22:52:14 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 22:52:14 Powermac-G5 lookupd[81]: lookupd (version 369.5) starting - Mon Sep 11 22:52:14 2006
    Sep 11 22:52:14 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 22:52:14 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 22:52:16 Powermac-G5 loginwindow[79]: Login Window Started Security Agent
    Sep 11 22:52:16 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 22:52:16 Powermac-G5 SystemStarter[52]: Operating System enhancements for Virtual PC (117) did not complete successfully
    Sep 11 22:52:17 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 22:52:17 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 22:52:17 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 22:52:19 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:21 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:23 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:27 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:29 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:32 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:32 Powermac-G5 mDNSResponder: NAT Port Mapping (YM339TUBPXJ.ttp4daemon.tcp.486313426450874.): timeout
    Sep 11 22:52:34 Powermac-G5 diskarbitrationd[44]: SystemUIServer [188]:27651 not responding.
    Sep 11 22:52:35 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:37 Powermac-G5 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Sep 11 22:52:39 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:41 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:41 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:52:43 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:45 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:47 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:49 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:51 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:53 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:55 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:57 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:59 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:03 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:05 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:07 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:09 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:13 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:15 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:17 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:19 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:21 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:25 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:54:20 Powermac-G5 diskarbitrationd[44]: disk3s10 hfs 4A47D829-0F41-392E-83A2-453E3C5352AE OWC Mercury Elite /Volumes/OWC Mercury Elite
    Sep 11 22:54:22 Powermac-G5 SystemStarter[52]: The following StartupItems failed to properly start:
    Sep 11 22:54:22 Powermac-G5 SystemStarter[52]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 22:54:22 Powermac-G5 SystemStarter[52]: - execution of Startup script failed
    Sep 11 22:54:25 Powermac-G5 personalbackupd[286]: Launching PBX4Daemon
    Sep 11 22:54:42 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:57:16 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:57:15 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:57:16 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:57:15 localhost memberd[45]: memberd starting up
    Sep 11 22:57:16 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:57:15 localhost lookupd[47]: lookupd (version 369.5) starting - Mon Sep 11 22:57:15 2006
    Sep 11 22:57:16 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:57:16 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:57:16 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:57:16 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:57:16 localhost kernel[0]: DART enabled
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:57:16 localhost kernel[0]: Security auditing service present
    Sep 11 22:57:16 localhost kernel[0]: BSM auditing present
    Sep 11 22:57:16 localhost kernel[0]: disabled
    Sep 11 22:57:16 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:57:16 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 11 22:57:16 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:57:16 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:57:16 localhost kernel[0]: jnl: replay_journal: from: 7165952 to: 12227072 (joffset 0x4aa000)
    Sep 11 22:57:16 localhost kernel[0]: in6ifattachloopback: failed to configure the loopback address on lo0 (errno=55)
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:57:16 localhost kernel[0]: HFS: Removed 2 orphaned unlinked files
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:57:16 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 0
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:57:16 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:57:16 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:57:16 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:57:16 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:57:17 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 22:57:17 localhost kernel[0]: jnl: replay_journal: from: 8962560 to: 9044992 (joffset 0x197f000)
    Sep 11 22:57:17 localhost diskarbitrationd[44]: disk2s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 22:57:17 localhost kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:57:20 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:20 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:57:22 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 22:57:22 localhost configd[42]: AppleTalk startup
    Sep 11 22:57:22 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 22:57:23 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 22:57:23 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 22:57:23 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:23 Powermac-G5 lookupd[76]: lookupd (version 369.5) starting - Mon Sep 11 22:57:23 2006
    Sep 11 22:57:23 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 22:57:23 Powermac-G5 loginwindow[78]: Login Window Started Security Agent
    Sep 11 22:57:24 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 22:57:24 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 22:57:26 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:26 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 22:57:27 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:27 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 22:57:27 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 22:57:27 Powermac-G5 lookupd[116]: lookupd (version 369.5) starting - Mon Sep 11 22:57:27 2006
    Sep 11 22:57:27 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 22:57:28 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 22:57:29 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:30 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:31 Powermac-G5 SystemStarter[53]: Operating System enhancements for Virtual PC (128) did not complete successfully
    Sep 11 22:57:34 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:35 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 22:57:37 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:39 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:41 Powermac-G5 diskarbitrationd[44]: SystemUIServer [94]:20483 not responding.
    Sep 11 22:57:41 Powermac-G5 mDNSResponder: NAT Port Mapping (YM339TUBPXJ.ttp4daemon.tcp.486313426450874.): timeout
    Sep 11 22:57:43 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:44 Powermac-G5 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Sep 11 22:57:45 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:46 Powermac-G5 SystemStarter[53]: The following StartupItems failed to properly start:
    Sep 11 22:57:46 Powermac-G5 SystemStarter[53]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 22:57:46 Powermac-G5 SystemStarter[53]: - execution of Startup script failed
    Sep 11 22:57:49 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:50 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:57:51 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:53 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:54 Powermac-G5 personalbackupd[265]: Launching PBX4Daemon
    Sep 11 22:57:55 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:57 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:59 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:03 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:05 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:07 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:11 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:13 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:15 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:20 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    PowerMac G5 dual-2GHz    

    If you do have a kernel panic, then there are some FAQs and steps to take:
    Resolving Kernel Panics thexlab
    Avoiding eliminating Kernel panics
    FAQ kernelpanic

  • Powershell Unique Selections for Multiple Combo Boxes

    I am currently working on a powershell script that will use 4 combo box controls. I would like for them to all use the same data source whether it be an array or just a .txt file. I would like for each selection to be unique so that no 2 combo boxes can
    have the same item selected. Is there a way to hide the item selected in the data source so the other combo boxes do not even have the option to select it and then when the user changes the item in one of the combo boxes the item is available again? 

    What I am looking do do is have a list of values (T1111,T1112,T1113,T1114) to be selected from by 4 combo boxes. Each value can only be selected once so if one combo box picks T1111 the other 3 do not have that option in its selection. So far I reload the
    combo boxes ever time a selection is made and remove the option from the array, but I was looking to see if there is a better way. As it currently stands, getting distinct values isn't working.
    Code snippet to remove item from array:
    function Get-DataSource
    $array = @("T1111", "T1112", "T1113", "T1114")
    $combo1 = $combobox1.SelectedItem.ToString()
    $combo2 = $combobox2.SelectedItem.ToString()
    $array = $array | Where-Object -FilterScript { $_ -ne $combo1 }
    $array = $array | Where-Object -FilterScript { $_ -ne $combo2 }
    return $array
    I apologize for not uploading my code.
    function OnApplicationLoad {
    #Note: This function is not called in Projects
    #Note: This function runs before the form is created
    #Note: To get the script directory in the Packager use: Split-Path $hostinvocation.MyCommand.path
    #Note: To get the console output in the Packager (Windows Mode) use: $ConsoleOutput (Type: System.Collections.ArrayList)
    #Important: Form controls cannot be accessed in this function
    #TODO: Add modules and custom code to validate the application load
    return $true #return true for success or false for failure
    function OnApplicationExit {
    #Note: This function is not called in Projects
    #Note: This function runs after the form is closed
    #TODO: Add custom code to clean up and unload modules when the application exits
    $script:ExitCode = 0 #Set the exit code for the Packager
    #endregion Application Functions;2
    # Generated Form Function
    function Call-tenet_psf {
    #region Import the Assemblies
    [void][reflection.assembly]::Load('mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')
    [void][reflection.assembly]::Load('System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')
    [void][reflection.assembly]::Load('System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')
    #endregion Import Assemblies
    #region Generated Form Objects
    [System.Windows.Forms.Application]::EnableVisualStyles()
    $form1 = New-Object 'System.Windows.Forms.Form'
    $combobox2 = New-Object 'System.Windows.Forms.ComboBox'
    $combobox1 = New-Object 'System.Windows.Forms.ComboBox'
    $buttonOK = New-Object 'System.Windows.Forms.Button'
    $InitialFormWindowState = New-Object 'System.Windows.Forms.FormWindowState'
    #endregion Generated Form Objects
    # User Generated Script
    function OnApplicationLoad {
    #Note: This function is not called in Projects
    #Note: This function runs before the form is created
    #Note: To get the script directory in the Packager use: Split-Path $hostinvocation.MyCommand.path
    #Note: To get the console output in the Packager (Windows Mode) use: $ConsoleOutput (Type: System.Collections.ArrayList)
    #Important: Form controls cannot be accessed in this function
    #TODO: Add modules and custom code to validate the application load
    return $true #return true for success or false for failure
    function OnApplicationExit {
    #Note: This function is not called in Projects
    #Note: This function runs after the form is closed
    #TODO: Add custom code to clean up and unload modules when the application exits
    $script:ExitCode = 0 #Set the exit code for the Packager
    $FormEvent_Load={
    #TODO: Initialize Form Controls here
    Load-ComboBox $combobox1 (Get-DataSource)
    Load-ComboBox $combobox2 (Get-DataSource)
    function Get-DataSource
    $array = @("T1111", "T1112", "T1113", "T1114")
    $combo1 = $combobox1.SelectedItem.ToString()
    $combo2 = $combobox2.SelectedItem.ToString()
    $array = $array | Where-Object -FilterScript { $_ -ne $combo1 }
    $array = $array | Where-Object -FilterScript { $_ -ne $combo2 }
    return $array
    #region Control Helper Functions
    function Load-ComboBox
    <#
    .SYNOPSIS
    This functions helps you load items into a ComboBox.
    .DESCRIPTION
    Use this function to dynamically load items into the ComboBox control.
    .PARAMETER  ComboBox
    The ComboBox control you want to add items to.
    .PARAMETER  Items
    The object or objects you wish to load into the ComboBox's Items collection.
    .PARAMETER  DisplayMember
    Indicates the property to display for the items in this control.
    .PARAMETER  Append
    Adds the item(s) to the ComboBox without clearing the Items collection.
    .EXAMPLE
    Load-ComboBox $combobox1 "Red", "White", "Blue"
    .EXAMPLE
    Load-ComboBox $combobox1 "Red" -Append
    Load-ComboBox $combobox1 "White" -Append
    Load-ComboBox $combobox1 "Blue" -Append
    .EXAMPLE
    Load-ComboBox $combobox1 (Get-Process) "ProcessName"
    #>
    Param (
    [ValidateNotNull()]
    [Parameter(Mandatory=$true)]
    [System.Windows.Forms.ComboBox]$ComboBox,
    [ValidateNotNull()]
    [Parameter(Mandatory=$true)]
    $Items,
       [Parameter(Mandatory=$false)]
    [string]$DisplayMember,
    [switch]$Append
    if(-not $Append)
    $ComboBox.Items.Clear()
    if($Items -is [Object[]])
    $ComboBox.Items.AddRange($Items)
    elseif ($Items -is [Array])
    $ComboBox.BeginUpdate()
    foreach($obj in $Items)
    $ComboBox.Items.Add($obj)
    $ComboBox.EndUpdate()
    else
    $ComboBox.Items.Add($Items)
    $ComboBox.DisplayMember = $DisplayMember
    $combobox1_SelectedIndexChanged={
    #TODO: Place custom script here
    Load-ComboBox $combobox2 -Items (Get-DataSource)
    $combobox2_SelectedIndexChanged={
    #TODO: Place custom script here
    Load-ComboBox $combobox1 -Items (Get-DataSource)
    # --End User Generated Script--
    #region Generated Events
    $Form_StateCorrection_Load=
    #Correct the initial state of the form to prevent the .Net maximized form issue
    $form1.WindowState = $InitialFormWindowState
    $Form_Cleanup_FormClosed=
    #Remove all event handlers from the controls
    try
    $combobox2.remove_SelectedIndexChanged($combobox2_SelectedIndexChanged)
    $combobox1.remove_SelectedIndexChanged($combobox1_SelectedIndexChanged)
    $form1.remove_Load($FormEvent_Load)
    $form1.remove_Load($Form_StateCorrection_Load)
    $form1.remove_FormClosed($Form_Cleanup_FormClosed)
    catch [Exception]
    #endregion Generated Events
    #region Generated Form Code
    $form1.SuspendLayout()
    # form1
    $form1.Controls.Add($combobox2)
    $form1.Controls.Add($combobox1)
    $form1.Controls.Add($buttonOK)
    $form1.AcceptButton = $buttonOK
    $form1.ClientSize = '614, 289'
    $form1.FormBorderStyle = 'FixedDialog'
    $form1.MaximizeBox = $False
    $form1.MinimizeBox = $False
    $form1.Name = "form1"
    $form1.StartPosition = 'CenterScreen'
    $form1.Text = "Form"
    $form1.add_Load($FormEvent_Load)
    # combobox2
    $combobox2.FormattingEnabled = $True
    $combobox2.Location = '123, 92'
    $combobox2.Name = "combobox2"
    $combobox2.Size = '121, 21'
    $combobox2.TabIndex = 2
    $combobox2.add_SelectedIndexChanged($combobox2_SelectedIndexChanged)
    # combobox1
    $combobox1.FormattingEnabled = $True
    $combobox1.Location = '123, 64'
    $combobox1.Name = "combobox1"
    $combobox1.Size = '121, 21'
    $combobox1.TabIndex = 1
    $combobox1.add_SelectedIndexChanged($combobox1_SelectedIndexChanged)
    # buttonOK
    $buttonOK.Anchor = 'Bottom, Right'
    $buttonOK.DialogResult = 'OK'
    $buttonOK.Location = '140, 254'
    $buttonOK.Name = "buttonOK"
    $buttonOK.Size = '75, 23'
    $buttonOK.TabIndex = 0
    $buttonOK.Text = "&OK"
    $buttonOK.UseVisualStyleBackColor = $True
    $form1.ResumeLayout()
    #endregion Generated Form Code
    #Save the initial state of the form
    $InitialFormWindowState = $form1.WindowState
    #Init the OnLoad event to correct the initial state of the form
    $form1.add_Load($Form_StateCorrection_Load)
    #Clean up the control events
    $form1.add_FormClosed($Form_Cleanup_FormClosed)
    #Show the Form
    return $form1.ShowDialog()
    } #End Function
    #Call OnApplicationLoad to initialize
    if((OnApplicationLoad) -eq $true)
    #Call the form
    Call-tenet_psf | Out-Null
    #Perform cleanup
    OnApplicationExit

  • Is it possible to have the Grid Server send an alert for blocking locks?

    All,
    We are deploying a new custom application. I'm the DBA. Our development team wants to be alerted if any processes in this new application are being blocked for more than 30 seconds. I believe that I can setup an notification from the Grid Control to alert me if more than 1 process is waiting but I'm not sure about the ability to alert when a blocking lock is occurring for more than a period of time.
    Does anyone know if this is possible? Or , can anyone give me some points on how I might write a custom notification?
    Thanks in advance.
    John

    OEM provides this metric out of the box though if you wanted to limit the check to a specific type of lock, or application you would have to write your own UDM (User Defined Metric) which is a trivial task. The minimum time interval is minutes but I assume you could use 0.25 minutes to check every 15 seconds, and be notified if it repeats twice (so this would be 2 repeated alarms over 30 seconds and match your criteria, correct?).
    Check the documentation for creating a UDM if you choose to go that route.
    Hope this helps.

  • Is BI Integrated Planning / STS right tools for this kind of application

    Hi Everyone,
    I need your advise/help. I need to create a simple web application to do as below:
    1) Data Entry Form on web - Enter / Edit / Delete data i.e. order entry
    2) Save the data in BW cube or datastore
    3) E-mail to Managers for approvals
    4) Click a button to approve
    5) Retrieve the data from BW and show it as a web report
    Is BI Integrated Planning / STS right tools for this kind of application?  If yes, can you please recommend some documentations?; if no, Which tool will be the best fit for this kind of requirement?
    Thanks a Million, Jin Freda

    STS allows you to lock/release/approve one set of plan data (say many records). I thought your requirement is to approve individual order documents. configuring this in STS would be unnecessarily complicated I think.
    Similarly IP is to work on a set of data (say all order quantity for a region or period), not for individual orders. Building all the checks and validations that you would probably want in an order entry may not be easy to build in IP.
    VC or Webdynpro can't post to a infocube. They can certainly write to a transactional ODS (which probably would be a better place to write such data).
    I have limited knowledge of your requirement so can't say whether it is a problem - probably not a show-stopper. If you are entering a set of orders in one go, may be IP is appropriate, but if you are looking for an application where users may be posting individual orders at random times, IP would be a bad choice I think.

Maybe you are looking for