Futuretense log file in jump start kit missing

Hi all,
We are having issues trying to find the futuretense.txt log file in the latest 11g jump start kit (not the 7.6 version). Has anyone gone through this issue?
Thanks,
Pedro

Oops, sorry for that one. It was an easy one.
In the developer guide you can see that the log file is located in the logs folder of the webcenter sites root folder installation and its name is now sites.log

Similar Messages

  • Jump Start Kit application server failed to start

    Hi,
    My Jump Start Kit Application server is failing to start. The Error is as below
    2012-10-22 11:58:18,076 FATAL [com.fatwire.logging.cs.db] - <Exception loading meta data for data sourcecsDataSource>
    org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (User not found: SA)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at com.fatwire.cs.core.db.DataSourceBackedPool.acquire(DataSourceBackedPool.java:47)
    at COM.FutureTense.Servlet.JDBCConn.getMeta_trans(JDBCConn.java:188)
    at COM.FutureTense.Servlet.JDBCConn.getMeta(JDBCConn.java:130)
    at COM.FutureTense.Servlet.JDBCTable.<init>(JDBCTable.java:285)
    at COM.FutureTense.Servlet.JDBCConn.GetTable(JDBCConn.java:1333)
    at COM.FutureTense.Common.ftDBTable.getconn(ftDBTable.java:3899)
    at COM.FutureTense.Common.ftDBTable.grab(ftDBTable.java:982)
    at COM.FutureTense.Common.ftAppLogic.getEvent(ftAppLogic.java:2010)
    at COM.FutureTense.Common.ftAppLogic.initEventEngine(ftAppLogic.java:3453)
    at COM.FutureTense.Common.ftAppLogic.init(ftAppLogic.java:1939)
    at COM.FutureTense.Common.ftAppLogic.init(ftAppLogic.java:1897)
    at COM.FutureTense.Common.CatalogManager.execute(CatalogManager.java:321)
    at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
    at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.cs.core.logging.context.filter.ContextHeaderFilter.doFilterWork(ContextHeaderFilter.java:37)
    at com.fatwire.cs.core.logging.context.filter.RunOncePerRequestFilter.doFilter(RunOncePerRequestFilter.java:54)
    at com.fatwire.cs.core.logging.context.filter.HttpFilter.doFilter(HttpFilter.java:46)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLException: User not found: SA
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 39 more
    2012-10-22 11:58:18,076 ERROR [com.fatwire.logging.cs.db] - <Exception getting database connection>
    org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (User not found: SA)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at com.fatwire.cs.core.db.DataSourceBackedPool.acquire(DataSourceBackedPool.java:47)
    at COM.FutureTense.Servlet.JDBCTable.get_trans(JDBCTable.java:698)
    at COM.FutureTense.Servlet.JDBCTable.get(JDBCTable.java:611)
    at COM.FutureTense.Servlet.JDBCTable.<init>(JDBCTable.java:288)
    at COM.FutureTense.Servlet.JDBCConn.GetTable(JDBCConn.java:1333)
    at COM.FutureTense.Common.ftDBTable.getconn(ftDBTable.java:3899)
    at COM.FutureTense.Common.ftDBTable.grab(ftDBTable.java:982)
    at COM.FutureTense.Common.ftAppLogic.getEvent(ftAppLogic.java:2010)
    at COM.FutureTense.Common.ftAppLogic.initEventEngine(ftAppLogic.java:3453)
    at COM.FutureTense.Common.ftAppLogic.init(ftAppLogic.java:1939)
    at COM.FutureTense.Common.ftAppLogic.init(ftAppLogic.java:1897)
    at COM.FutureTense.Common.CatalogManager.execute(CatalogManager.java:321)
    at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
    at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.cs.core.logging.context.filter.ContextHeaderFilter.doFilterWork(ContextHeaderFilter.java:37)
    at com.fatwire.cs.core.logging.context.filter.RunOncePerRequestFilter.doFilter(RunOncePerRequestFilter.java:54)
    at com.fatwire.cs.core.logging.context.filter.HttpFilter.doFilter(HttpFilter.java:46)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLException: User not found: SA
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 39 more
    2012-10-22 11:58:18,076 ERROR [com.fatwire.logging.cs] - <Exception processing CatalogManager request>
    org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (User not found: SA)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at com.fatwire.cs.core.db.DataSourceBackedPool.acquire(DataSourceBackedPool.java:47)
    at COM.FutureTense.Servlet.JDBCConn.Ping_trans(JDBCConn.java:291)
    at COM.FutureTense.Servlet.JDBCConn.Ping(JDBCConn.java:274)
    at COM.FutureTense.Common.CatalogManager.execute(CatalogManager.java:1122)
    at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
    at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.cs.core.logging.context.filter.ContextHeaderFilter.doFilterWork(ContextHeaderFilter.java:37)
    at com.fatwire.cs.core.logging.context.filter.RunOncePerRequestFilter.doFilter(RunOncePerRequestFilter.java:54)
    at com.fatwire.cs.core.logging.context.filter.HttpFilter.doFilter(HttpFilter.java:46)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLException: User not found: SA
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 31 more
    Can you please tell me why this error is coming and how to resolve it.

    The error got resolved..
    The files in
    App_Server\apache-tomcat-6.0.32\default\data\hypersonic
    were corrupted hence the error.
    Replaced them with the ones from a correct installation and voila!

  • Default users configured with Webcenter Sites 11gR1 Jump Start Kit

    Hi All,
    I have installed Webcenter Sites 11gR1 Jump Start Kit. I want to use James Email Server that is shipped with the JSK and I am not sure of what default users have been configured with the JSK.
    Does anyone know what are the default users configured for James Server?
    Thanks in Advance,
    Hari

    Hi Hari,
    The default admin user fwadmin should be the default for mail server also. Configuring users explicitly for mail server is not possible. To use mail server the below said properties must have values.
    cs.emailaccount-- The account used to send mail
    cs.emailhost--mail server host exe:localhost:25
    cs.emailpassword--password for above said mail account
    cs.emailcharset and cs.emailcontenttype properties are optional. These properties are found in futuretense.ini
    Thanks,
    Harish

  • How to view a new website created using Oracle Jump Start Kit

    Hi,
    I have created a new site .I have added page and template to the site.After publishing it in Oracle Jump Start kit,how do i launch or view the website ??.How do i find the url.For eg;In Oracle JumpStart Kit ,when you click on Launch-Sample Sites ,you can see the links for installed sample sites,but my new website is not shown.Kindly can you help me with launching the website and accessing it in a web browser similiar to how the sample sites are accessed.
    Edited by: 1001068 on Apr 18, 2013 10:11 PM

    1001068 wrote:
    Hi,
    I have created a new site .I have added page and template to the site.At this stage are you able to preview the page? If you can't this means your template isn't correct.
    After publishing it in Oracle Jump Start kit,how do i launch or view the website ??.You can only publish from one Sites instance to another Sites instance, unless you have used static publishing. Could you elaborate more, do you indeed have two instances?
    How do i find the url.For eg;In Oracle JumpStart Kit ,when you click on Launch-Sample Sites ,you can see the links for installed sample sites,but my new website is not shown.Kindly can you help me with launching the website and accessing it in a web browser similiar to how the sample sites are accessed.
    The link that provides you the sample sites is actually running the sites in the same JSK instance that you're running. It's similar as you would preview your page in your contributor UI or in a new browser tab. Only in a real world production environment you will access the page from a delivery environment, were you either have implemented friendly urls or you have done a webserver mapping to the dynamic Sites URL.
    Edited by: 1001068 on Apr 18, 2013 10:11 PMHope this clarifies your questions.
    Cheers,
    Rodney

  • Jump Start Kit for Webcenter sites - Where is the download URL?

    Hi All,
    I would like to download the Jump start Kit (JSK) for WebCenter Sites. I read in online that it is under Oracle support under Patches and Updates. But i didn't see any tab called Patches and Updates under www.support.oracle.com. I already registered with oracle.com, so when i try to login, it is asking for Support Identifier number. Please help me to download JSK.
    regards
    Sri

    Hi,
    you need to provide the support id and get the appropriate permissions to download the JSK and other webcenter products.
    I have downloaded it from Oracle support site only. But only after my customer has authorized me with their support id and gave me the permissions to download.
    Many Thanks.
    Aneef K

  • Server started in RUNNING mode not showing in Startup Log File when MS Starts

    Dear all,
    When we start OSB Managed Server, server status is showing Running Status in Web logic console and it is also serving the requests. but in server Start up log file, it is not showing 'Server started in RUNNING mode' after it started.
    this behavior is only for 4 managed servers in cluster of 6 managed servers. other 2 managed servers are starting and showing the message correctly.
    please some body show some light on it as we need to fix this issue urgently.
    thanks in advance.
    pr

    Dear all,
    When we start OSB Managed Server, server status is showing Running Status in Web logic console and it is also serving the requests. but in server Start up log file, it is not showing 'Server started in RUNNING mode' after it started.
    this behavior is only for 4 managed servers in cluster of 6 managed servers. other 2 managed servers are starting and showing the message correctly.
    please some body show some light on it as we need to fix this issue urgently.
    thanks in advance.
    pr

  • Deleted mysql binary log files - can't start mysql

    Hi all,
    I had mysql running and used it for quite a while.
    Since my disk ran out of space, I deleted all the mysql-bin.0000* files in the mysql data folder and configured that mysql should not use binary logs anymore.
    Quite a mistake I assume; since now I can't start mysql(d) anymore.
    I've tried a lot by now:
    - re-installed mysql
    - deleted everything in the mysql data folder
    But I'm a bit stuck - and can't repair it anymore.. (there is not data loss, everything is backed up - that's not the problem).
    Can someone please guide me in a good direction?
    Running Arch Linux (systemd).
    systemctl status mysqld:
    Mar 08 13:12:34 arch systemd[1]: mysqld.service: control process exited, code=exited status=203
    Mar 08 13:12:34 arch systemd[1]: Failed to start MySQL database server.
    Mar 08 13:12:34 arch systemd[1]: Unit mysqld.service entered failed state
    Mar 08 13:12:34 arch systemd[1]: mysqld.service holdoff time over, scheduling restart.
    Mar 08 13:12:34 arch systemd[1]: Stopping MySQL database server...
    Mar 08 13:12:34 arch systemd[1]: Starting MySQL database server...
    Mar 08 13:12:34 arch systemd[1]: mysqld.service start request repeated too quickly, refusing to start.
    Mar 08 13:12:34 arch systemd[1]: Failed to start MySQL database server.
    Mar 08 13:12:34 arch systemd[1]: Unit mysqld.service entered failed state
    Mar 08 14:32:24 arch systemd[1]: Stopped mysqld.service.
    The data folder /var/lib/mysql is totally empty (which is - I assume - not good...).
    Thanks in advance
    Disclaimer: I tried for many hours now, but since I'm quite new - I don't have a clue anymore what to do.

    These are systemd, not mysql errors, and are quite useless as such -- you already know that mysql does not work Look for /var/log/mysqld.log or $datadir/<hostname>.err -- next time, of course, 'cos there's just one thing to do now: restore your mysql data folder, as there should be much more than binary logs Or, should you prefer to start from scratch, try to use mysql_install_db and then start mysql again.
    For future reference, you can safely delete old binary logs from inside mysql using PURGE MASTER LOGS command, and/or consider using expire_logs_days config option.

  • Hyper-v VM - merged .avhd files - now cant start as missing .vsv file

    Hi All,
    Yesterday i shut down one of our VMs to allow the snapshots to merge and then tried to start the VM but got the following error:
    'VM' could not initialize.
    An attempt to initialize VM save state failed.
    'VM' could not initialize. (Virtual Machine ID ........)
    'VM' could not create or access saved state file E:\....... .vsv
    When i looked for one i realised that a .vsv file doesnt exist for the VM. I thought the .vsv file was a temporary file and that the VM should happily start without it?
    Any help is much appreciated!

    Hi jrussellcj,
    "I thought the .vsv file was a temporary file and that the VM should happily start without it?"
    Yes , if all of the snapshots are merged properly , there will be no .bin and .VSV remained for that VM .
    Please check the snapshots' folders to ensure that there is no files .
    And I agree with Philip's suggestion .
    If the merged VHD file can works well in a new VM then you may no longer need the old VM .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to import JSK(jump start kit) sites to Eclipse using CSDT

    Hi to all,
    Can we import the JumpStartKit sites to Eclipse using CSDT?
    I tried, but when press synch button in eclipse i got the following error.
    Error while getting the asset types form webCenter Sites.Please make sure connection information is correct and you belongs to RestAdmin group.
    and when i click on create template button im getting the fallowing error.
    Error occured while getting the site informatino from Webcenter sites: A message body reader for java, class com.fatwire.rest.beans.userBean , and MIME media tlye,text/html; charset=UTF-8, was not found.
    Thanks in advance,
    Rajendar.

    For future reference, this information is also available in the documentation. The documentation can be found here: http://docs.oracle.com/cd/E29495_01/index.htm
    The document with the related info is: http://docs.oracle.com/cd/E29495_01/doc.1111/webcenter_sites_11gr1_bp1_developer_tools.pdf
    Cheers,
    Rodney

  • "Unable to open config file" Error when starting tomcat

    hi all,
    Here is the output from two of the log files when I start tomcat4 on my linux box. I have configured the mod_jk on the tomcat side.
    From the output of the second log file, it seems that the ajp13 worker I defined was started successfully. What I don't understand is the following:
    1) In catalina.out, where des the line 'Unable to open config file' come from? Which config file?
    2) Tomcat4 is supposed to generate a mod_jk.conf automatically, but I don't see any file generated in 'conf/auto/'.
    Content of 'catalina.out'
    Unable to open config file
    Starting service Tomcat-Standalone
    Apache Tomcat/4.0.4
    Unable to open config file
    Starting service Tomcat-Apache
    Apache Tomcat/4.0.4content of 'catalina_log.2002-08-16.txt'
    2002-08-16 01:05:22 HttpConnector Opening server socket on all host IP addresses
    2002-08-16 01:05:28 Ajp13Connector[8009] Opening server socket on all host IP addresses
    2002-08-16 01:05:28 Ajp13Connector[8009] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][0] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][1] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][2] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][3] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][4] Starting background thread

    I have all those files too.
    I think the 'config file' mentioned in the error log is the mod_jk.conf.
    On Jason Hunter's tomcat4 guide, it says don't use the tomcat4 RPM to installed. What is the difference bettween the RPM version and the tar.gz version? The only difference I can think of is that in the RPM version, the conf directory is in the 'etc/tomcat4/conf'. Could it be the reason that tomcat4 cannot read the config file? But it has no problem reading the server.xml though.

  • How to read Skype connection logs (.log files in /...

    Hi all,
    A funny problem but really important - please help!
    I set up logging to find out causes of some tech problems occuring during my calls, as it described here: https://support.skype.com/en/faq/FA12321/how-do-i-create-log-files
    So, I get now /Logs folder with .log files.
    But they are not text files and I don't know what this format is and what tool can read them(
    Skype tech support doesn't know as well. Please help, who knows, how to read these .log files?
    Thanks!
    ps my OS is Ubuntu Linux

    It's somewhat odd that the Skype tech support staffer you spoke with doesn't know what to do with the logs, as the instructions you posted say to place them in a ZIP file and sent it to them. Since the log files I observed start with 'BLOGBEGIN,' there must be software to parse the file. Also...you never described the tech problems during calls which prompted you to enable logging; and if Skype Support suggested it (which seems doubtful, given they didn't know what to do with the files). Perhaps you can provide a description of the issue?

  • Need to write a procedure for Log files (scheduled jobs)

    Hi,
    We have around 50 scheduled jobs.Jobs will run parallelly. In these jobs, some jobs will repeat at different timings.in these some jobs are daily jobs and some are weekly and some are monthly and some will run first and second working day of the month and some will run on some particular days.
    Now I want to write a procedure like, For every job it should create a log file like "
    <Job_Name> started on <Date> at <start_Time(timestamp)> and completed on <Date> at <End_Time(Timestamp)> successfully.
    <Job_Name> started on <Date> at <start_Time(timestamp)> and completed on <Date> at <End_Time(Timestamp)> abnormally.
    If all jobs complted successfully it should send an email to the mailgroup with attached log file (which contains the details of all the jobs) with format as follows.
    Jobname Start_date Start_time End_Date End_Time Status
    SALES 21-May-2011 12:00:00 21-May-2011 12:01:00 Completed Successfully
    21-May-2011 12:15:00 21-May-2011 12:16:00 Completed successfully
    Proudcts 21-May-2011 23:00:00 21-May-2011 23:16:00 Completed successfully
    ITEMS 21-May-2011 23:00:00 21-May-2011 23:16:00 Completed successfully
    If the status ="Completed abnormally" for any particular job
    immediately it should send an mail to the group like " FATAL_MESG_JOBANAME_Date_Time(timestamp)"
    for example if SALES job was failed at 15:00:00 then immediately it should send a mail.
    if ITEMS got failed then it should mail ( in between any job got failed it should send an email).
    if every thing is going cool then need send a final success mail to the group.
    so Please let me know how to write a program for this requiremnt.
    Thanks in advance.

    832581 wrote:
    Hi,
    Thanks for giving valuable link to gain the knowledge on DBMS_SCHEDULER.
    But here I didn't get clear idea to write a program which I need to schedule the job for every 1hr.
    Please suggest me to write the program..
    ThanksYou'll have to read the link i sent. Or google for an example.

  • Start & end time  missed in import log file

    Hi to everyone,
    I'm using the followig command to import a dump file :
    imp system/systempass@my_instance fromuser=user01 touser=user01 file=D:\my_dump.dmp log=D:\my_log.log
    the import works fine and the log file is created but informations like start time and end time are missed in the log file!!!
    is there any way to add those informations to the log file?
    Thx

    try
    echo %date%--%time% >> D:\my_log.log
    imp system/systempass@my_instance fromuser=user01 touser=user01 file=D:\my_dump.dmp log=D:\my_log.log
    echo %date%--%time% >> D:\my_log.log
    fyi,this information by default coming in datapump.

  • Log-File missing

    Hello,
    I´ve done a stupid mistake, I hope anybody can help me now:
    I have reorganized the hard disks of my pc and unfortunally formatted a seemingly unessential disk.
    Now, my Basis-System (MaxDB 7.6.00.35) is crashing when starting the database:
    VOLUMEIO Could not open volume 'F:sapdbP00saplogDISKL001', rc = 2
    IOMan    Attach error on log volume 1: could not open volume
    Stupidly I have never done a backup of this file, because I thought, the log file residents on another disk.
    The database is using "Override mode for log area ON".
    I would be very grateful if anybody ca give my a hint what to do now.
    Kind regards
    Volker

    >
    VOLUMEIO Could not open volume 'F:\sapdb\P00\saplog\DISKL001', rc = 2
    > IOMan    Attach error on log volume 1: could not open volume
    >
    > Stupidly I have never done a backup of this file, because I thought, the log file residents on another disk.
    > The database is using "Override mode for log area ON".
    Hi Volker,
    Usually you don't make backups of this file as you usually never backup any files of MaxDB.
    What you may do right now is this:
    1. Perform a full data backup of the Database in ADMIN MODE. You can do this easily with the DBMGUI.
    2. Once you have the full data backup, you need to perform a "Recovery with Initialization". This will recreate missing Log-Files.
    3. After you've sucessfully recovered the database, I highly recommend to install the current patch (7.6.05) as the version you use is very old.
    Best regards,
    Lars

  • Download has left me with missing files and cannot start iTunes

    I was prompted to upgrade iTunes and so I did.  The upgrade started when Genuis was still doing it's thing.  At the end of the download, I was prompted to restart.  I closed what I was working on and restarted. Now, I when I try to start iTunes, I get an error message that says there are missing files and that I should re-install iTunes.   If I uninstall, will I lose the music files?  I tried to re-download, but this did not fix anything.  Any advice?

    Now, I when I try to start iTunes, I get an error message that says there are missing files and that I should re-install iTunes.
    With that one in that context, I think we should check for malware.
    Try downloading and installing the free version of Malwarebytes AntiMalware. Update your MBAM definitions and then run a full scan of the PC. (Takes about 2 hour on my Lenovo.)
    http://www.malwarebytes.org/mbam.php
    Does the scan find any infections? If so, please paste the contents of the log file for the scan in a reply here so we can have a look.

Maybe you are looking for

  • Which Desktop Should I Buy?

    I want to purchase a desktop computer right now, and plan to use Arch on it full time. I don't game, but I do want a very fast computer. I hear the Intel Core i7 is really fast. Does anybody have a suggestion of which desktop or which brand I should

  • Connecting to Wireless printer!

    Hi all, So I just bought a lexmarkX4690 and have been trying to set it up to work wirelessly. My problem is that when asked for the password to connect to the network it won't allow me to use my internet password. My internet password is a WEP passwo

  • Where do I find CS5 Raw plug-in for Nikon D610

    Hello, I just bought a Nikon D610 where do I find a Raw plug-in (NEF)  for my Creative Suits 5  (CS5). Thank you -K

  • Why does iphoto stay in the background off screen when I open it and won't stay on screen?

    Since yesterday every time I try to open iphoto it stays out of sight. I can bring nto view using mission control but I cannot work with it. I have downloaded mountain lion and iphoto but I still have the problem

  • GIFTS in iTunes Account Doesn't Populate or Show Up

    Have gifted family CD's from iTunes store.  They've received nothing.  So, to resend I opened the iTunes Account and selected Manage Gifts.  A blank window opens up.  No gifts.  Apple has tried to assist me but just finally reimbursed me for the two