No congratulation page

I've just installed j2sdkee1.2.1 and jdk1.3.1_01 on my Win2k ws
I've added the environment variables in the System Properties panel
J2EE_HOME = C:\Progra~1\j2sdkee1.2.1
JAVA_HOME = C:\Progra~1\jdk1.3.1_01
and put C:\Progra~1\jdk1.3.1_01\bin into the path
I start the j2ee.bat -verbose with no errors, but when I try to access the welcome page
http://localhost:8000/index.html
I get HTTP 404 - File not found
There are no errors in the error.log, and nothing suspicious in the access.log
What am I doing wrong here?

I am running on win2000 professinal and I am using JSDKSE1.4.1_01 and JSDKEE1.3.1. I could also startup the cloudscape & J2ee -verbose successfully. However I still could not access the congratulation Index.html page.
I have checked the Catalina, it gives :
java.lang.NoSuchMethodError:
WebappLoader[]: Deploying class repositories to work directory c:\j2sdkee1.3.1\repository\dtams\web
StandardManager[]: Seeding random number generator class java.security.SecureRandom
StandardManager[]: Seeding of random number generator has been completed
ContextConfig[]: Missing application web.xml, using defaults only
ContextConfig[]: Added certificates -> request attribute Valve
StandardWrapper[:default]: Loading container servlet default
org.apache.catalina.servlets.DefaultServlet: init
StandardWrapper[:invoker]: Loading container servlet invoker
org.apache.catalina.servlets.InvokerServlet: init
org.apache.jasper.servlet.JspServlet: init
Internal Error: File /WEB-INF/web.xml not found
StandardContext[]: Servlet threw load() exception
javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3266)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:3395)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:614)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
     at org.apache.catalina.startup.Embedded.start(Embedded.java:957)
     at com.sun.web.server.WebService.start(WebService.java:217)
     at com.sun.web.server.WebServer.start(WebServer.java:189)
     at com.sun.enterprise.server.J2EEServer.startWebService(J2EEServer.java:796)
     at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:297)
     at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
----- Root Cause -----
java.lang.NoSuchMethodError: javax.servlet.ServletContext.getResourcePaths(Ljava/lang/String;)Ljava/util/Set;
     at org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCache.java:202)
     at org.apache.jasper.compiler.TldLocationsCache.<init>(TldLocationsCache.java:139)
     at org.apache.jasper.EmbededServletOptions.<init>(EmbededServletOptions.java:345)
     at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:266)
     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:852)
     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3266)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:3395)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:614)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
     at org.apache.catalina.startup.Embedded.start(Embedded.java:957)
     at com.sun.web.server.WebService.start(WebService.java:217)
     at com.sun.web.server.WebServer.start(WebServer.java:189)
     at com.sun.enterprise.server.J2EEServer.startWebService(J2EEServer.java:796)
     at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:297)
     at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
HttpConnector Opening server socket on all host IP addresses
HttpConnector[8000] Starting background thread
HttpProcessor[8000][0] Starting background thread
HttpProcessor[8000][1] Starting background thread
HttpProcessor[8000][2] Starting background thread
HttpProcessor[8000][3] Starting background thread
HttpProcessor[8000][4] Starting background thread
HttpConnector Opening server socket on all host IP addresses
HttpConnector[7000] Starting background thread
HttpProcessor[7000][0] Starting background thread
HttpProcessor[7000][1] Starting background thread
HttpProcessor[7000][2] Starting background thread
HttpProcessor[7000][3] Starting background thread
HttpProcessor[7000][4] Starting background thread
WebappLoader[]: Deploying class repositories to work directory c:\j2sdkee1.3.1\repository\dtams\web
StandardManager[]: Seeding random number generator class java.security.SecureRandom
StandardManager[]: Seeding of random number generator has been completed
ContextConfig[]: Missing application web.xml, using defaults only
ContextConfig[]: Added certificates -> request attribute Valve
StandardWrapper[:default]: Loading container servlet default
org.apache.catalina.servlets.DefaultServlet: init
StandardWrapper[:invoker]: Loading container servlet invoker
org.apache.catalina.servlets.InvokerServlet: init
org.apache.jasper.servlet.JspServlet: init
Internal Error: File /WEB-INF/web.xml not found
StandardContext[]: Servlet threw load() exception
javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3266)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:3395)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:614)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
     at org.apache.catalina.startup.Embedded.start(Embedded.java:957)
     at com.sun.web.server.WebService.start(WebService.java:217)
     at com.sun.enterprise.server.J2EEServer.startAdminService(J2EEServer.java:785)
     at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:300)
     at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
----- Root Cause -----
java.lang.NoSuchMethodError: javax.servlet.ServletContext.getResourcePaths(Ljava/lang/String;)Ljava/util/Set;
     at org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCache.java:202)
     at org.apache.jasper.compiler.TldLocationsCache.<init>(TldLocationsCache.java:139)
     at org.apache.jasper.EmbededServletOptions.<init>(EmbededServletOptions.java:345)
     at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:266)
     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:852)
     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3266)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:3395)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:614)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
     at org.apache.catalina.startup.Embedded.start(Embedded.java:957)
     at com.sun.web.server.WebService.start(WebService.java:217)
     at com.sun.enterprise.server.J2EEServer.startAdminService(J2EEServer.java:785)
     at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:300)
     at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
HttpConnector Opening server socket on all host IP addresses
HttpConnector[9191] Starting background thread
HttpProcessor[9191][0] Starting background thread
HttpProcessor[9191][1] Starting background thread
HttpProcessor[9191][2] Starting background thread
HttpProcessor[9191][3] Starting background thread
HttpProcessor[9191][4] Starting background thread
HttpProcessor[8000][4] process.invoke
java.lang.NoSuchMethodError: javax.servlet.http.HttpServletResponse.addDateHeader(Ljava/lang/String;J)V
     at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1010)
     at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
     at java.lang.Thread.run(Thread.java:536)
Can someone help?

Similar Messages

  • How do I create a final congratulations page with multi sco packager?

    Using multi scorm packager with a bunch of projects. Most of them have their own quizzes. When I complete each module, they get reported as complete to the LMS.
    I'm using SCORM cloud to test, and I want it so that when every thing has been completed, the user sees or has access to a final page which basically says congratulations and shows a certificate of completion or something.
    As it stands it's not obvious when a user has passed the course.
    Thanks,
    Ryan

    That's not tracked in Captivate, only in the LMS.  So you'd need to develop custom coding that interrogates the LMS to get the aggregated scoring information.  Captivate isn't designed to do that.
    As for the sequencing rules, that's also not something you can do within Captivate or the Multi-SCORM Packager tool.  However, if you Google for information about SCORM sequencing rules there's plenty of information about the way to write them into the imsmanifest.xml file manually.

  • J2sdkee 1.3 ERROR org.apache.catalina.connector.ResponseStream.flush(Respon

    Hi all
    Hope someone can help me out on this one.
    I can start the server ok but when I try and look at
    http://localhost:8000/index.html I get this exception in the command window:
    java.lang.NoSuchMethodError
         at org.apache.catalina.connector.ResponseStream.flush(ResponseStream.java:209)
         at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:245)
         at java.io.PrintWriter.flush(PrintWriter.java:120)
         at org.apache.catalina.connector.ResponseWriter.flush(ResponseWriter.java:125)
         at org.apache.catalina.connector.ResponseBase.finishResponse(ResponseBase.java:426)
         at org.apache.catalina.connector.HttpResponseBase.finishResponse(HttpResponseBase.java:228)
         at org.apache.catalina.connector.http.HttpResponseImpl.finishResponse(HttpResponseImpl.java:288)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1021)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1088)
         at java.lang.Thread.run(Thread.java:484)
    I have configured the JAVA_HOME, J2EE_HOME and J2EE_CLASSPATH correctly, as far as the documentation tells me. Would I be correct in assuming that I have a missing JAR file, if so any idea which one ?
    TIA Matt

    Solved my problem.
    After checking the CPATH, J2EE_HOME, and JAVA_HOME and finding no problem I found a post on a website that talked about a conflict with servlet.jar in the JAVA_HOME\jre\ext folder and with other versions of Java.
    So I reordered my PATH env variable and put the JDK1.3.1_01 paths at the beginning, as I have Oracle installed and Jbuilder and they have JDK's with them as well. I aslo removed several JAR's from JAVA_HOME\jre\ext (including servlet.jar)....
    and eureka I can now get the congratulations page.
    Not sure if Oracle or JBuilder are going to like it !!!
    regards
    Matt

  • Cp6 Quiz score reporting error in LMS

    Looking for any inputs - this one's a bit strange:
    I've been tasked with developing a course that allows the learner to test-out by jumping directly to the quiz. I've set up a series of advanced actions that allow one shot at the quiz without reviewing the course content, and actions that steer the learner back into the course after failing the quiz. All of these actions work, and the quiz score reports correctly each time within the course - the problem is what happens after that:
    I leave the course and go to the learner profile on the LMS - instead of 100%, the score is reporting as 75% (4 question prototype). I've set preferences to complete the course and report the score - the course reports complete, the only error is the incorrectly reported score. When I leave the transcript page and go back to the course, the course opens to the last question in the quiz, rather than the last page visited - and the question is not completed. Is this a setting I'm missing on the Cp6 side, or do I need to interface with the IT guys running the LMS? I'm running Cp6 with the most current patches on a Meridian LMS.
    Justenuf

    In answer to Rod's suggestion to set the score to percentage:
    Done - the client prefers that report anyway. Still seeing the stuff as described below.
    In answer to Erik's questions above:
    after the quiz, you have a quiz results screen that shows all the information you'd expect, right?
    Right - the quiz results screen in the course shows the score achieved
    If they passed, how do they close the lesson?
    The "Continue" button on the results screen is set up to take them to a completion page. that page has an "exit" button that takes them out of the lesson and back to the LMS.
    Does the LMS report the same result as the summary page?
    Yes if the quiz is set up to "submit all" answers at once in Quiz:Settings. (However, this is not my client's preferred set-up - so I'm still searching for the answers below)
    No if you have the quiz submit each answer individually - see below:
    The scores reported on the results screens for the quizzes in the red box above were 100, 90, 80 and 80, respectively.
    If they fail the lesson, how are they redirected back to the content?
    The "Continue" button on the quiz results page is set up to jump to the first page of content if the score is below passing.
    Then they go through the content?
    Yes - its required at that point.
    how do they retake the quiz?
    the "next" button on the last content slide takes them directly to the quiz.
    If they retake it, does the summary slide show the correct information?
    In the "submit all" mode - this all works perfectly.
    If set up to submit after each answer, if you fail the quiz and exit the course before retaking it, the score is reported correctly in the transcript - it seems as if it defaults to the minimum passing score in when you submit each answer individually.
    again, how do they then proceed to close the lesson?
    They exit the lesson using the "Exit" button, which closes it and takes them back to the LMS.
    I'd suggest adding a 'continue' button to that summary slide (if there's not one already) and instruct the user to click, take them to a 'congratulations' page and instructions to now close the lesson.
    Done - see above.
    Do you have the lesson reporting 'after every slide' or 'send data at end'?  If none of the above options help, try changing it from one to the other (in the 'template' options).
    I've set it using the submit all checkbox in Quiz:Settings - not sure how to access template options - is this a menu I'm unable to find?
    Thanks again for your time on this -
    Justenuf

  • Clarrification about JSF and JBoss Seam

    Hi ,
    i have just started a couple of hours ago reading about JSF and JBoss Seam and it seems interesting ......
    here is my question :
    i have a form ( registration form ) written in jsp and a congratulation page (jsp page too)
    is right what i am saying ?
    JSF form ( input values) are sent to Seam to be validated under hibernate rules and then it( Seam ) responses to the JSF the entity bean .
    again JSF form asks Seam to resolve the variable Register ( the value of the submit button in the form) and Seam returns the RegisterACtion
    After that the same jsp page invoke the register method of the RegisterAction stateless session beam .inside the register method it redirect the user to congratulation jsp page .
    do you think its correct
    sorry folks for my english
    Best reagrds
    yacine fandi

    or maybe if you can give a link of a good tutorial I�ll be greatfull
    cheers yacine
    Message was edited by:
    fandi_yacine

  • Dynamic Services problem with 309

    I have tried a fresh install of ias 1022 and also an upgrade from 308 to 309 following the migration guides etc etc and I get the same problems on both installations when trying to test the congratulations page(ie /dswebprovider/DSWebProvider) -
    I get no reponse from the server. Upon checking the apache error log, I see that it is trying to resolve this path through the default document path 'htdocs'. The error is like this:
    File does not exist: d:/oracle/isuites/apache/apache/htdocs/dswebprovider/DSWebProvider
    This worked previously in 308 but has now mysteriously stopped working! Also, running the DSWPClasspathCheckup jsp gives me a fail for Oracle JDBC - 'oracle.ds.DSException: DS-010: Not connected'. This also worked in 308.
    Anyone encounter the same problem and found a workaround?

    I have run into the same problem except that I did fresh install of database (8.1.7) and IAS (1022). In the log it is written that /apache/htdocs/dswebprovider/DSWebProvider
    doesn't exist. Instead of going to the dswebprovider zone it starts to look in htdocs. What can be wrong? Username and passwords is correct.

  • Remembering progress, capturing resume data without scorm

    Hi All, I have searched the forum and cannot find a fix for our specific needs, hopefully someone can point me in the right direction...
    Task: Remembering student progress to continue from where they left off
    Hurdles:
    We do not use scorm, and we use our own LMS. The problem we have at the moment is our courses are split into modules, at the end of each module we have an advanced action that points to a page that then logs the module as complete on our system and it allows them to continue from the next module once they log in.
    We want to switch this to remember each slide, just like other mainstream LMS do. Initially we thought about looking for the 'resume data' captivate sends out but we have had no luck. We don't use a TOC either. Is there any data that captivate sends out (ideally in the html5 version) that we can capture to use as a unique ID for that slide?
    OR
    Is there something else we can explore to try and get this feature added?
    Come on captivate gurus!

    Hi, sorry for the late reply.
    We do not use any standard for LMS, we publish to html and flash and we do not use Quiz's to score, we use quiz slides just as interactions to keep the user engaged and have our own test at the end of the courses.
    It is uploaded to an LMS created by our techie which is basically a system that 'plays' the published files in an iframe window or something similar. After each module the last slide has a continue button which points to a 'Congratulations' page which then logs that the user has completed the module and that is where they start from if they log out and return.
    So we have say 20-40 slides in each module, and we have a system that remembers each module that is not reliant on captivate in any way.
    It is driving us mad with problems and invonveniance for our learners - when things go wrong they have to re-sit the whole module. We have looked into getting a better LMS but it is very tricky as we have a complete custom built system that runs everything for the business and this taps in to that.
    After my own research I have found that the key to other LMS remembering individual slides is in the 'send resume data' field, is that right? I was hoping we could find out where it sends that data too, or where it could be picked up from and then get our techie team to grab it just like any other LMS would.
    At the moment a lot of the problems are being blamed on long modules, some of which are only 20 slides, the most being 45, which I do not see as a problem personally. It is a shame because captivate is such a lovely platform and this is not doing it justice at all.
    If I can point them in the right direction in terms of capturing this slide by slide continue data using info sent out from captivate, it might not fix all of the problems but it will mean trainees will only lose the time of 1 slide as opposed to 30.

  • Provider Registeration Problem

    I tried to register a provider via registration wizard at http://portalstudio.oracle.com/servlet
    with the following info.
    Name = W007014
    Timeout message= Time out occured!
    URL= http://W0007014.mycompany.com:80/servlets/sample
    but I got the following message
    "The Web provider URL you have entered is invalid. The URL must point to a provider that follows the JPDK specifications."
    I installed
    - JPDK
    - Oracle HTTP Server
    also changed
    - jserv.properties
    - zone.properties
    - provider.xml
    when I type the address http://w0007014.mycompany.com:80 in address line of IE, I can see the "Oracle HTTP Server Components" page also I can see the "Congratulations" page at http://w0007014.mycompany.com:80/servlets/sample also i can run samples form "Welcome to OracleJSP Demo" page .
    But I can not register the server.
    also my company has a proxy server and firewall do u think those can cause the problem Although I add the address in exceptions for IE setting
    Please help!
    ThX.
    Mohammad
    null

    Thank you for providing a detailed description of your issue.
    You cannot currently register a provider that is bbehind a firewall with Portal Studio. Portal Studio needs to be able to access the provider directly.

  • Cisco Connect software issue

    I am having problems trying to load the Cisco Connect application software from the CD.  I am able to connect to router, but the Cisco Connect software never loads to the hard drive.  Any suggestions?

    I think the Cisco connect software is running successfully but it is not giving you the option to lauch the Cisco connect utility. If you get the ' congratulations ' page that means it is running successfully.
    When you install the Cisco connect on your computer, it generally creates option on your computer to launch the utility.
    On windows computer you will find Cisco connect under All programs. Click on Start and go to All Programs and see if you can find Cisco connect.
    On MAC computer you will find Cisco connect under Applications. On your desktop, locate and double-click on the Macintosh HD icon. A window will then appear on your screen.  Select Applications from the left panel on this window.  This will display all contents under the Applications category.From the list of Applications, locate and double-click on the Cisco Connect icon.  This will launch Cisco Connect and take you to its main screen.
    If you are still not finding Cisco connect software on your computer then I will suggest you install Cisco connect after installing settings up your router manually.
    Uninstall Cisco connect from your computer if there is any. Follow this link to install Cisco connect after installing the router manually.

  • Firefox opens with a window that says "Checking for compatibility for Add-ons" then it always opens 2 tabs... one with my home page and one that says Congratulations, Firefox is up to date. How can I stop it from starting that way?

    Firefox opens with a window that says "Checking for compatibility for Add-ons" then it always opens 2 tabs... one with my home page and one that says Congratulations, Firefox is up

    Hi konee,
    You should look at [https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox this article about that specific issue] and the article [http://kb.mozillazine.org/Preferences_not_saved Preferences not saved]. These should give you all the information you need!
    If that doesn't work:
    # Type about:config in the address bar
    # Click ''I'll be careful, I promise'' if prompted
    # In the Filter input field type ''startup''
    # Double click on startup.homepage_override_url
    # Delete the text string and click ''OK''
    # Close Firefox and reopen the window to verify that it has worked.
    Hopefully this helps!

  • Every time I open my homepage (not the Firefox page), another tab opens that is an ad. My pop-up blocker is on, so I don't understand why this is happening.

    My homepage is whitenoiseplayer.com. Whenever I open Firefox, this additional tab opens. It is an ad that says something like, "Congratulations Wal-Mart customer!" and says I've won something. I don't think it's a virus, because I already did a virus scan. Could it be a problem with my homepage? I've been using this homepage for quite some time, and this has never happened before. It doesn't happen when I open any other websites.

    This kept on happening to me too! I finally figured out the problem! I had downloaded something and it set it as my homepage automatically. Only mine was a google search of something and it was highly annoying, but the same problem! At the top of mozilla push firefox>options>options>general. Look at the homepage part.
    It should only have your chosen homepage, but it doesn't! Just delete the other link and press save! I guess firefox allows you to have as many home page's as you like! Odd, but cool.
    Well, I hope that helped! (:

  • Does JBOSS have a default web page?

    Besides
    http://localhost:8080/web-console
    and
    http://localhost:8080/jmx-console?
    I mean it uses apache tomcat, and apache tomcat has a default page with the "Congratulations! If you can see this that means you set up Apache correctly."
    I reckon I am just wondering if there is a tomcat web dir in the jboss (3.2.3/3.2.5) installation?

    $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/index.html

  • How to i get past the settings screen when trying to view my photostream? I just get stuck on the iCloudPhotos Settings page and can to any further.  Really annoying and i guess there is a simple answer to it? Can anyone tell me?

    I can't view my photos on my TV using AppleTV. This is because when I get to the iCloud Photo Settings page and turn on My Photo Stream,there seems nowhere else to go to look at my photos.  I guess there is a simple answer! Can anyone help.....please

    artschic:
    Welcome to Apple Discussions.
    Congratulations on your new MacBook Pro. You'll love it.
    In terms of your PowerBook G4, apparently your Hard Disk Drive has failed completely and I am not sure what else it wrong.
    First, try this:
    • Shut down the computer.
    • Locate the following keys: Command, Option, P, and R. You will need to hold these keys down simultaneously later.
    • Turn on the computer.
    • Press and hold the Command + Option + P + R keys immediately after the startup chime.
    • Hold keys down until you hear the startup chime for the third time.
    • Release the keys and immediately hold down Shift key to start up in Safe Mode.
    • Log in and empty Trash.
    • Restart normally and log in.
    If that does not work try Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report if it says anything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    If still no dice, try the procedure outlined in the article Resolve startup issues and perform disk maintenance with Disk Utility and fsck.
    cornelius

  • My Safari is stuck on on a webpage  "survey.tubgalley.xyz....."  It also has a pop up box with "Congratulations you are today's lucky winner, click OK to continue".  I can't close these out, and have tried force quiting Safari and shutting down.

    My Safari browser is stuck on a webpage "survey.tubgalley.xyz...." and there is a pop up with "Congratulations, you are today's lucky winner, Click OK to continue".  ( I have not of course clicked on it!).
    I have tried quitting Safari, and shutting down my computer.
    I have block pop ups enabled in preferences.
    I have Mac OS X  10.7.5
    2.5 GHz Intel Core i5
    4 GB 1333 MHz DDR3

    Helpful Links Regarding Malware Problems
    If you are having an immediate problem with ads popping up see The Safe Mac » Adware Removal Guide, AdwareMedic, or Remove unwanted adware that displays pop-up ads and graphics on your Mac - Apple Support.
    Open Safari, select Preferences from the Safari menu. Click on Extensions icon in the toolbar. Disable all Extensions. If this stops your problem, then re-enable them one by one until the problem returns. Now remove that extension as it is causing the problem.
    The following comes from user stevejobsfan0123. I have made minor changes to adapt to this presentation.
    Fix Some Browser Pop-ups That Take Over Safari.
    Common pop-ups include a message saying the government has seized your computer and you must pay to have it released (often called "Moneypak"), or a phony message saying that your computer has been infected, and you need to call a tech support number (sometimes claiming to be Apple) to get it resolved. First, understand that these pop-ups are not caused by a virus and your computer has not been affected. This "hijack" is limited to your web browser. Also understand that these messages are scams, so do not pay any money, call the listed number, or provide any personal information. This article will outline the solution to dismiss the pop-up.
    Quit Safari
    Usually, these pop-ups will not go away by either clicking "OK" or "Cancel." Furthermore, several menus in the menu bar may become disabled and show in gray, including the option to quit Safari. You will likely have to force quit Safari. To do this, press Command + option + esc, select Safari, and press Force Quit.
    Relaunch Safari
    If you relaunch Safari, the page will reopen. To prevent this from happening, hold down the 'Shift' key while opening Safari. This will prevent windows from the last time Safari was running from reopening.
    This will not work in all cases. The shift key must be held at the right time, and in some cases, even if done correctly, the window reappears. In these circumstances, after force quitting Safari, turn off Wi-Fi or disconnect Ethernet, depending on how you connect to the Internet. Then relaunch Safari normally. It will try to reload the malicious webpage, but without a connection, it won't be able to. Navigate away from that page by entering a different URL, i.e. www.apple.com, and trying to load it. Now you can reconnect to the Internet, and the page you entered will appear rather than the malicious one.
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
      Mac OS X Snow Leopard and malware detection
      OS X Lion- Protect your Mac from malware
      OS X Mountain Lion- Protect your Mac from malware
      OS X Mavericks- Protect your Mac from malware
      About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using ClamXAV. (Thank you to Thomas Reed for this recommendation.)
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect everything targeting the Mac.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.

  • Open PDF to Specfic Page - both PDFs on a Windows Desktop

    Assembled Geniuses:
    I have a project with the following requirements.
    1.  The main document is a large legal brief which contains over 700 references, stored on a Windows desktop.
    2.  There are around 300 target documents, many of them confidential, all of them  PDFs stored in the same folder.
    3.  The main document contains multiple references to each target document.
    4.  The resulting product will be sent to who knows how many very demanding  and not necessarily tech savvy lawyers.
    5.  The desired behavior:
        The user clicks on a link in the main document and the target document opens in a new window to a specific page.
    Conditions #1 & #2 preclude use of any web-based open-to-a-specfic-page tricks.
    Condition #3 precludes setting the opening preference of the target documents since I would need at least 1000 documents as targets.
    I have succeeding in reproducing the desired behavior, but it was accomplished through making a folder-level trusted function, but that solution can't be implemented because of Condition #4.
    I know that this is possible because we receive from a vendor PDFs that display the desired behavior.
    Apparently the vendor accomplishes this miracle with a custom Action called "Go to a page in another document".
    The "Go to a page in another document" Action has three steps:
    1. File:[full path name of file (not device-independent)]
    2. Page:[pagenumber]
    3. Zoom level: Inherit Zoom
    This works like a charm.
    The question I'd really like to have answered is:
    How do they associate this custom action with the drop-down menu of the link tool?
    When I create an action it is only available in the main Actions tab, so I'm jealous.
    I tell myself they must have some fancy tools that I don't own, which only makes me more jealous.
    Here is a screen-shot of the "Go to a page in another document" Action
    If you are still reading, congratulations and thank you for your attention.
    Aaron

    It's all a part of Acrobat...
    Create a new Link object.
    In the window that opens select "Go to a page view" action and click Next.
    A floating window appears with the "Set Link" button.
    Now open the other file you wish to link to and scroll to the desired
    location.
    Click the "Set Link" button, and you're done.
    On Thu, May 16, 2013 at 5:19 AM, UnicornWrangler

Maybe you are looking for

  • Upload/download

    Hi Everybody Plz tell me when do we use ws_upload/download and in which case we use gui_upload/download and also whatz the additional function provided by gui_upload over upload THanks

  • RFC SDK linking errors

    I tried the HP-UX 6.40 and 7.10 versions with the same result.   So I scanned /usr/lib for one of the symbols and came up with libCsup and libnisdb.  Adding -lCsup cleared up the missing symbols. Still don't understand the Linux problem...

  • SAP Component in Service Desk

    Hi, How can we customize the SAP Components in the Service Desk?[SAP Components which you select during the message creation]. Regards, Cherry

  • I can not open the iPhone seems to be my one of my kids has changed my password What can I do?

    I can not open the iPhone seems to be my one of my kids has changed my password What can I do?

  • Can Rip tagging be delayed until internet connected?

    I have a friend who I am slowly dragging into the 21st century.  He has 3G iPad and looking at iPod -- Currently NO internet at home.  He has 100's of CD's that need ripping for transfer to iDevices. Is there a way to RIP all the CD's, then later con