Threat of jnlp app startup failure in future java release

I am the developer of a java jnlp app and have just upgraded to 1.7.0_45.  Web start is now threatening to block my app from starting in a future release because my jar file is missing the Permissions manifest attribute.
It is easy enough to add the attribute to my main jar, where I get confused is with 3rd party jars.  For example, my application makes use of about a dozen libraries, one of which is commons-logging-1.0.4.jar.  I can see many warnings related to this in the java console.  To prevent the warning (and threatened blockage) do I need to alter all of my 3rd party jars?  Is it enough to just add the permission to my main jar?

I used Ant to do this as well but had to loop through the many 3rd party jars we use so opted to use the (divisive?) Ant-Contrib Tasks
i.e. foreach over 3rd party jars and then called the jar update manifest command.
Seems to work fine - although I still have an issue with unsigned jjnlp file warning - and the template ioption in the main.jar does not work!

Similar Messages

  • Java 6u24 won't launch signed JNLP app with classes compiled with JDK 1.4.2

    Anyone else having a problem launching a JNLP app compiled with Java 1.4 using Java 6u24 on the client? Anyone have a Java 1.4-compiled app that does launch with Java 6u24?
    I am, and I have isolated the problem to some change in 6u24's java web start launching logic. The splash screen appears and then javaws just quits with no error. Trace shows it is not getting past checking of the first .jar. My JNLP app, fully signed with CA-issued certificate, when compiled with Java 1.4.2 will not launch on JRE 6u24 (or 6u25-b03). The same exact app launches perfectly fine when it is compiled with JDK 1.5 or 1.6. It is not a signing problem, though it is related to certificate checking logic or a concurrency flaw in javaws' AppPolicy and TrustDecider classes. It is not a host server or network problem as those have been varied with same results. It is not a specific .jar problem as I have varied what is the first .jar with same results. I have eliminated all other variables to find the only difference is what Java version the app is compiled with. Well, all but one other variable - I have not tried with apps other than mine.
    My app is compiled with JDK 1.4.2 so I can still support older platforms. That requirement is going away soon but this is still a regression from 6u23 that is causing a big problem for at least this developer.

    You can try to use the version of the jarsigner JDK 1.5 or later.
    Has changed the management of files in META-INF.
    So compile with 1.4 but sign with 1.5 or later

  • HT201304 In App purchase failure

    Why do I receive, "in App apurchase Failure"?
    when I buy From iTunes or App Store my purchases are successful
    but when using the In App purchase they fail.

    When I confirm purchase
    " your purchase could not be completed "
    https://discussions.apple.com/message/23780272#23780272

  • How to list installed (cached) JNLP apps

    Hi,
    Is there a way to list the cached jnlp apps programmatically or using javaws.exe or another application.
    Thanks

    You should focus your Google searches to the forum
    site:bbs.archlinux.org how to list installed AUR packages
    https://www.google.com/search?q=site%3A … 78&bih=977 (I used your title for the search)
    You can set the settings to pick only the hits from e..g the last year.

  • In App purchase failure

    Why do I receive, "in App apurchase Failure"?

    When? I can't find it now, but I read in another post over the last couple of days that the Apple iTunes / in-app purchases servers were down briefly. You can always check here to see if Apple is having issues: http://www.apple.com/support/systemstatus/

  • How to fix windows 7 startup failure? Windows startup repair cannot help

    Recently, my laptop have problem with the startup and unfortunately it is showing crash dump error as well.
    This is the error mesage for startup issues: c000021a fatal system error, intial session process or system process terminate
    and this is error message for crash dump: STOP: 0x0000000A (0xFFFFF80003BEDE60, 0x0000000000000002, 0x0000000000000008, 0xFFFFF80003BEDE60)
    So, when i start my laptop it comes up with the startup c000021a fatal system error. I tried to go to startup repair and chose the "Last Known Good Configuration (advanced)" after that it shown system crash dump error message.
    Unfortunately, I did not make the restore point. I want to reinstall my windows but it cant boot from CD/DVD due to startup failure. I already choose the booting sequence to CD/DVD as first sequences but it still does not work.
    Anyone can help me with this issues?
     

    Hi Arie K,
    Please explain a bit about the following question for better analyzation:
    1. What changes have you made before this issue?
    2. Do you receive the same error message when we use the normal boot, safe mode and Last Known Good Configuration? If no please share it with us.
    3. What error messages do you receive when we try to boot from CD/DVD?
    We could try to use the USB driver to performance the system restore or reinstall.
    For more information, please refer to the following article.
    How to Build a Bootable USB Drive? or How to Install an Operating System from a USB Device?
    http://blogs.technet.com/b/chenley/archive/2011/10/06/how-to-build-a-bootable-usb-drive-or-how-to-install-an-operating-system-from-a-usb-device.aspx
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Oracle.apps.fnd.wf.bes.InvokerException: java.lang.ClassCastException

    Dear all expert,
    We are trying to use BES to invoke external webservice, and get the java class cast exception, anybody can help us please?
    steps:
    1. we need to call a webserivce with following wsdl :
    <?xml version="1.0" encoding="UTF-8" ?>
    - <wsdl:definitions name="BizStringWebServiceSkeletonService" targetNamespace="www.wisdom.sh.cn" xmlns:ns1="http://cxf.apache.org/bindings/xformat" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="www.wisdom.sh.cn" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <wsdl:types>
    - <xsd:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="www.wisdom.sh.cn" xmlns:tns="www.wisdom.sh.cn" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="xfire" type="tns:xfire" />
    - <xsd:complexType name="xfire">
    - <xsd:sequence>
    <xsd:element minOccurs="0" name="arg0" type="xsd:string" />
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="xfireResponse" type="tns:xfireResponse" />
    - <xsd:complexType name="xfireResponse">
    - <xsd:sequence>
    <xsd:element minOccurs="0" name="return" type="xsd:string" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    </wsdl:types>
    - <wsdl:message name="xfire">
    <wsdl:part element="tns:xfire" name="parameters" />
    </wsdl:message>
    - <wsdl:message name="xfireResponse">
    <wsdl:part element="tns:xfireResponse" name="parameters" />
    </wsdl:message>
    - <wsdl:portType name="BizStringWebService">
    - <wsdl:operation name="xfire">
    <wsdl:input message="tns:xfire" name="xfire" />
    <wsdl:output message="tns:xfireResponse" name="xfireResponse" />
    </wsdl:operation>
    </wsdl:portType>
    - <wsdl:binding name="BizStringWebServiceSkeletonServiceSoapBinding" type="tns:BizStringWebService">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <wsdl:operation name="xfire">
    <soap:operation soapAction="" style="document" />
    - <wsdl:input name="xfire">
    <soap:body use="literal" />
    </wsdl:input>
    - <wsdl:output name="xfireResponse">
    <soap:body use="literal" />
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    - <wsdl:service name="BizStringWebServiceSkeletonService">
    - <wsdl:port binding="tns:BizStringWebServiceSkeletonServiceSoapBinding" name="BizStringWebServiceSkeletonPort">
    <soap:address location="http://192.168.50.145:8080/wsdframework/services/biz/bizStringService.ws" />
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    it works fine when using the SOAPUI to test with payload:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wis="www.wisdom.sh.cn">
    <soapenv:Header/>
    <soapenv:Body>
    <wis:xfire>
    <arg0>100</arg0>
    </wis:xfire>
    </soapenv:Body>
    </soapenv:Envelope>
    2. we create a business event and subscription to invoice above webservice
    3. when we try to test this business event with RAISE in PL/SQL given event data (Write XML) as the same from soapui:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wis="www.wisdom.sh.cn">
    <soapenv:Header/>
    <soapenv:Body>
    <wis:xfire>
    <arg0>100</arg0>
    </wis:xfire>
    </soapenv:Body>
    </soapenv:Envelope>
    or :
    <ns1:xfire xmlns:ns1="www.wisdom.sh.cn">
    <arg0>100</arg0>
    </ns1:xfire>
    or:
    <xfire xmlns="www.wisdom.sh.cn">
    <arg0>100</arg0>
    </xfire>
    it both get error out:
    Error Message oracle.apps.fnd.wf.bes.InvokerException: java.lang.ClassCastException: org.apache.wsif.schema.ElementType cannot be cast to org.apache.wsif.schema.ComplexType
    Error Stack oracle.apps.fnd.wf.bes.InvokerException: java.lang.ClassCastException: org.apache.wsif.schema.ElementType cannot be cast to org.apache.wsif.schema.ComplexType at oracle.apps.fnd.wf.bes.WebServiceInvokerSubscription.invokeService(WebServiceInvokerSubscription.java:645) at oracle.apps.fnd.wf.bes.WebServiceInvokerSubscription.onBusinessEvent(WebServiceInvokerSubscription.java:241) at oracle.apps.fnd.wf.bes.EventDispatcher.executeSubscription(EventDispatcher.java:870) at oracle.apps.fnd.wf.bes.EventDispatcher.processSubscription(EventDispatcher.java:556) at oracle.apps.fnd.wf.bes.EventDispatcher.dispatch(EventDispatcher.java:335) at oracle.apps.fnd.wf.bes.AgentListenerProcessorNew.processMessage(AgentListenerProcessorNew.java:373) at oracle.apps.fnd.cp.gsc.SvcComponentProcessor.process(SvcComponentProcessor.java:659) at oracle.apps.fnd.cp.gsc.Processor.run(Processor.java:283) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.ClassCastException: org.apache.wsif.schema.ElementType cannot be cast to org.apache.wsif.schema.ComplexType at org.apache.wsif.util.WSIFUtils.findComplexType(WSIFUtils.java:1438) at org.apache.wsif.util.WSIFUtils.unWrapPart(WSIFUtils.java:1387) at com.oracle.oc4j.wsif.providers.jaxrpc.WSIFOperation_JaxRpc.unwrapSOAPParts(WSIFOperation_JaxRpc.java:920) at com.oracle.oc4j.wsif.providers.jaxrpc.WSIFOperation_JaxRpc.prepare(WSIFOperation_JaxRpc.java:1909) at com.oracle.oc4j.wsif.providers.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1383) at com.oracle.oc4j.wsif.providers.jaxrpc.WSIFOperation_JaxRpc.executeRequestResponseOperation(WSIFOperation_JaxRpc.java:1177) at oracle.apps.fnd.wf.bes.WebServiceInvokerSubscription.invokeService(WebServiceInvokerSubscription.java:622) ... 8 more
    Any idea with what kind of event data should I give with this webservice call?
    Many thanks!
    Edited by: 929871 on 2013-2-19 下午11:58

    Hello,
    I suiggets you're using MSIE
    The Microsoft Java Machine has some differents with standart Sun JVM, so the "Diagram" applet doesn't work
    Install the Sun Java SDK v 1.4.1 or high. You may get it from http://java.sun.com
    Check the box "Use Java2 v.1.4...."
    in your IE: Tools->Properties->Addition properties->Java(Sun)

  • Apps built with AIR 3.4 release SDK for AppStore?

    Hello,
    Here's my question -
    Can we publish apps built with AIR 3.4 release SDK to the Apple AppStore?
    We need to use AIR 3.4 SDK as the AIR 3.3 SDK results in problems on iOS 6.
    Also, was going through the AIR 3.4 SDK release notes ... Can you detail how do these affect iOS development -
    http://helpx.adobe.com/en/flash-player/release-note/fp_114_air_34_release_notes.html#known _issues
    Thank you.

    I am likewise having this issue and have posted a thread here: http://forums.adobe.com/message/4732647#4732647
    Any solutions/suggestions are greatly appreciated!
    thank you,
    Alex

  • Weblogic Admin server startup failure in Fusion Apps environment.

    I am getting the following exception trace after applying SOA B5 patch:
    Caused By: oracle.security.jps.service.igf.IGFException: JPS-02592: Failed to push ldap config data to libOvd for service instance "idstore.ldap" in JPS context "default", cause: org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    at oracle.security.jps.internal.igf.ovd.OvdIGFServiceProvider.pushLdapNamesTolibOvd(OvdIGFServiceProvider.java:321)
    at oracle.security.jps.internal.igf.ovd.OvdIGFServiceProvider.prepareDataPush2libOvd(OvdIGFServiceProvider.java:370)
    at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider$NoLibOvd.getInstance(LdapIdentityStoreProvider.java:339)
    at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.getInstance(LdapIdentityStoreProvider.java:118)
    at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.getInstance(LdapIdentityStoreProvider.java:74)
    Truncated. see log file for complete stacktrace
    Caused By: org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    at oracle.ods.virtualization.engine.config.parsers.ConfigErrorHandler.fatalError(ConfigErrorHandler.java:101)
    at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:432)
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:414)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:355)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
    Truncated. see log file for complete stacktrace
    Caused By: org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:414)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:355)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
    Truncated. see log file for complete stacktrace
    >
    <Jul 3, 2012 10:40:15 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jul 3, 2012 10:40:15 AM PDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jul 3, 2012 10:40:15 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    1) Take a backup of $DOMAIN_HOME/config/fmwconfig/ovd/default/adapters.os_xml
    2) Delete $DOMAIN_HOME/config/fmwconfig/ovd/default/adapters.os_xml
    3) copy adapters.os_xml from $MW_HOME/oracle_common/modules/oracle.ovd_11.1.1/templates/ to $DOMAIN_HOME/config/fmwconfig/ovd/default/
    4) Restart the server.
    REgards
    Gourav

  • Randon startup failures with new rig

    I have just bought an MSI K8T board with Athlon64 and 512MB RAM as a package deal, to replace my PIII/600, Abit-BH6 rig which went belly up. After assembly I discovered that my PSU didn't have the JPW 12V connector for the PSU, so I hustled out and bought a new one.
    I get start-up problems. I've stripped right back to the following:
    mobo, cpu, ram, video. I've connected front panel LEDs & switches, keyboard, monitor, PSU & d-bracket.
    When I boot I get a whole range of failures. Out of ten attempts I get...
    7 at processor init
    1 at early chipset init
    1 at the AMI BIOS System Configuration Screen display
    1 at faiing to boot of network (which actually had all four green LEDs on the d-bracket! woo-hoo.
    Once I had it try to boot off floppy when the drive was connected.
    Any suggestions..? It's driving me mad actually!
    Spec of what i'm using ought to be right here on my sig....

    Thanks for the comments on the PSU, not at all suprised I bought a piece of junk. I'm now running on the (borrowed) Antec listed below, indeed I am writing this post on the new rig, booted into Knoppix off CD.
    However, startup is still very hit and miss, it doesn't seem any different. The fact I booted an OS is only really because I connected the CD drive. Is it possible that I still don't have enough power..? Can on get Mr Fusion  (powered the DeLorean time machine in Back To The Future if you recall) for ATX cases.. ;-)
    When it does start, it runs just fine - at this point it's been going for 20 minutes.
    If only Counter-Strike was pre-installed on Knoppix, i'd be just about ok!
    Has anyone else seen this wierd startup problem..?
    I'm going to look at memory timings next, just for something to try...

  • App update failure

    Submitted this question yesterday as a Safari failure but since discovered that it affected mail and addressbook too, along with the app that communicates with the cloud I think, as address book on my IPad is a problem too.
    Updates failed in the middle of the process, got an "unexpected interruption" message of sorts. Following is a long history of my interaction with Apple support folks today, leaving me the worse off than when I began. Hope someone has further suggestions:
    Computer problem history:  3/15 to date
    got an notice that there was software to update, which I activated as I usually do with automatic updates. Did not, at the time, unfortunately, look to see what those updates were:
    The Updates failed, got a message that update quit unexpectedly with the advice that I should contact "developer" to be sure that it was compatible with operating system.
    I wrote to Apple support community, been helpful in the past:
    joannefrommontclair      Montclair, NJ
    Mar 17, 2013 12:36 PM
    the version is 5.1.8. Is that compatable with OS 10.6.8?  Message says to contact developer which seems either impractical or impossible.
    How to I fix this and get back to using Safari?
    MacBook, Mac OS X (10.6.8), Magic Mouse
    The answer I got was about SIMBL plugins and problem with Safari. Didn't seem to have that installed. Also discovered that the update crash affected mail, address book and the app that communicates to the cloud, I presume because Address book on my IPad was affected too.
    Called Apple support, advised to sign on to a new user and update the apps there.  That didn't work.
    Called back and through a series of trying stuff, including going to the app tab and installing updates from there, next resetting PRAM (Command Option PR at startup) didn't work either.
    Shutting down and opening in safe mode and going to app tab to try, didn't work either.
    The next step was going to be reinstalling from the Snow Leopard disc. Instruction was to shut down and reopen in safe mode preliminary to using the disc.
    Coming back up, extremely slow. After a while advised to shut down and then start the startup (safe) again and give it some time to boot up. Someone else would call back in half an hour.
    At the next call, computer had not started again, still "spinning" so advised to insert operating system disc, shut down and then restart holding down the option key.
    Choice on screen was Hard drive or Disc drive. choosing  start up from disc, also did not work.  (started the day with usable computer, after help, no longer useable.)
    Advised to take it to Apple store.

    Yes, this did solve the problem.
    When I did go to account settling, it was already set as USA., but after I did confirm the country and regon,
    then all update app. started to donwload normally.  Honestly, I still do not understand what is the change or
    correction, but it did work., thank you.
    Best regards,

  • Hard Drive and Startup Failure Code(Model: G61-429WM) Notebook

    Windows won't start because it is missing a .DLL file.  I ran the system diagnostic tests( Hard Drive and Startup) they both gave me the same failure code(UOC7HA-52H74A-XD0021-60X603).  When I turn the computer on, it tells me to insert the system disc which I don't have.  Please advice.  Thank you!

    Sounds like the hard drive has failed and will need to be replaced. If you are still in warranty HP will send a replacement. If not a retail laptop SATA hard drive can be used. Just be sure to get one of at least equal capacity as the original in order to use Recovery Discs. It can be larger, but not smaller capacity.For instance if you have a 500GB hdd you could use a 750GB hdd but not a 320GB hdd.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Premiere Pro CC 2014 crashing on app startup, solutions exhausted??

    I've seen similar fixes offered for this but I've tried all to no avail.
    PPro CC 2014 version crashes on startup, right after the splash screen.  Doesn't get to the actual application, just instantly whites out with "Adobe Premiere Pro CC 2014.0 has stopped working".   Here's the problem details log from Windows:
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: Adobe Premiere Pro.exe
      Application Version: 8.0.1.21
      Application Timestamp: 53c7b17f
      Fault Module Name: dvaui.dll
      Fault Module Version: 8.0.1.21
      Fault Module Timestamp: 53c76970
      Exception Code: c0000005
      Exception Offset: 00000000002f4e39
      OS Version: 6.1.7601.2.1.0.256.48
      Locale ID: 1033
      Additional Information 1: 4d34
      Additional Information 2: 4d34d3a7ae19b5763432cd60b19af792
      Additional Information 3: 0fe8
      Additional Information 4: 0fe86a744bc3a8e89178eceb53cd1d4c
    I've taken the advice of others and uninstalled PPro CC 2014, restarted, updated my Nvidia drives, restarted, reinstalled PPro CC 2014, restarted, attempted to run application but same crash persists.  Others also said something about changing permissions to "something";  I tried changing permissions to the cache folder I use but not sure how relevant that is, nor what to EXACTLY change for permissions, IF that's the problem.
    Any advice, experience with this problem, or discussion would be appreciated.  Thank you!
    UPDATE 7/27/14
    Uninstalled ALL Creative Cloud components / applications completely,  used Adobe CC Cleaner Tool to clean out remnants of cloud.  Reinstalled only PPro and Media Encoder 2014 and same thing happens for PPro, crashes instantly on startup.  I did, however, get some interesting weird Encoder errors and failures during its installation via Creative Cloud desktop.  Here are some photos of the error log:
    I feel that something is wrong from the very start, perhaps something within dynamiclink that crashes PPro / also gives install errors for Encoder. 
    Any help or thoughts are appriciated!!!

    UPDATE 7/28/14
    The preferences suggestions is indeed where the problem was. In my case, there was a Premiere Pro preferences folder that was in conflict with an earlier PPro pref folder under the Windows 7 Sync Center. I guess thats the Windows equivalent of Mac preferences issues, so be sure to check if you have any syncing conflicts, I suppose, lol. Hope this helps anybody with similar problems out there!

  • Startup failure after the mass updates install

    Hello MacWorld:-)
    I really hoped I will never have to post anything here as long as I have Mac:-) and for almost a year nothing happened, everything worked smooth and easy. But several days ago I decided to install a number of updates, like about 10. The updates for the MacOS default applications plus this huge (300 Mb) update for the MacOS itself.
    The only problem with this update was I couldn't download couple updates and I decided to leave them for a future reference. Well...after I rebooted my MacMini I saw a usual boot apple and spinning sign and that's it. A startup stuck on this stage. I waited like 30 mins or more and I thought 'Gosh...I wish I never install these updates....
    Now after trying to reboot it several times, holding Shift or C while a startup, holding windowsalt+PR at the same moment I gave up. The matter fact is I don't have a Mac keyboard, so I use USB Genius wireless keyboard+mouse. And I assume it may cause troubles with my attempts to boot at the safe mode or from the distibution disk #1.
    Mac Mini Mac OS X (10.4)

    ok I found how to fix the black sreen problem.
    1. you need another MAC
    2. Go to http://docs.info.apple.com/article.html?artnum=303469 and follow the instuctions.
    You need to download the "Firmware Restoration CD 1.2" from http://www.apple.com/support/downloads/
    good luck!

  • Startup failure!

    Well, here's how it is. Startup leads me only to the logo with an endlessly spinning progress dial. Safe booting also leads here. The only way for me to get anywhere is to boot up with the startup disc, and from there all I can really do is use the disc utility. Unfortunately it finds errors with the number of threads and such that it cannot repair after three tries. I've had the same results from fsck. Safe booting now leads to kernel panics. Is there some other way I can use the startup disc to reach safe mode? Any response appreciated.

    The system profiler should show you the SMART status of the drive.
    If the SMART status indicates that the drive has failed or is going to fail then it will have to be replaced. Prices vary depending upon size and speed. You can get drives from $89.00 up to many hundreds of dollars.
    If the profiler indicates the drive has failed then you can't use any disk repair utility on the drive. You also cannot install a new system on it. You do have a backup of all your important files don't you?
    If not then you will have to either accept that your data is lost or you will have to purchase recovery software which may or may not be able to recover the data on your drive.
    If the SMART status does not indicate failure then I don't know what you can do. If the installer disk cannot even see the drive I don't know how you would do a reinstall of the system.

Maybe you are looking for