Where is JDK for PI 7.1

Hi,
    While installing PI 7.1 , what is the location I should choose for the DVD/Download. As the installation document says "You dont need to get the JDK from anyware, SAP gives JDK as part of Master.
Thank you
Moni
Edited by: Monika  Dietz on Aug 12, 2008 3:28 PM

Hi Monika,
I have downloaded from http://java.sun.com/products/archive/
Thanks,
Srini

Similar Messages

  • Help! where to find the JDK for Unix ??

    I want to install a tomcat project in the Operation System (Digital Unix 4.0F) , It is a matter of great urgency. who can tell me where I could find
    the URL to down load the JDK for Digital Unix 4.0F ?
    thank you very much.

    I don't think there is a JDK for this platform...

  • (Help) system classpath  -Vs-  the place where weblogic looks for classes

    The following is my app's hierarchy.
    myapp
    |
    |__myjsp.jsp
    |
    |__WEB-INF
    |
    |__classes
    |_ MyClass.class
    I am not able to use MyClass within myjsp.jsp
    i.e. a scriplet like that shown below gives an error stating that MyClass isnt found
    <% MyClass obj; %>
    I've tried setting the system classpath, but to no avail.
    Is there a difference between the system classpath and the place where weblogic looks for classes?
    (I am running my app by creating a myapp.war file and placing it in autodeploy folder)

    Try moving your class to a named package and use the appropriate import statement in your JSP. Loading it from WEB-INF/classes/packagename should be fine so you might want to remove the other classpath mods you made to eliminate that uncertainty.
    Here's a snippet from http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rweb_jsp_migration.html:
    "As of JSP 2.0, referring to any classes from the unnamed or default package is not allowed. This can result in a translation error on some containers, specifically those that run in a JDK 1.4 or greater environment which will also break compatibility with some older JSP applications. However, as of JDK 1.4, importing classes from the unnamed package is not valid. See Java 2 Platform, Standard Edition Version 1.4.2 Compatibility with Previous Releases for details. Therefore, for forwards compatibility, applications must not rely on the unnamed package. This restriction also applies for all other cases where classes are referenced, such as when specifying the class name for a tag in a Tag Library Descriptor (TLD) file."
    HTH,
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • Please help! JDK for Mac

    Hello, I'm wondering if anyone could help me (probably anyone because it is such an easy problem). I've been developing simple applications in Windows 95 using a simple text editor and MD dos as a compiler. Now I've moved to an Apple (using OS 9.1) and I can't seem to find where I can download the latest JDK for this platform. Also, what programs would be best for writing and compiling and where can I find them? Thankyou very much

    Apple has not implemented Java 2 on Mac OS 9.x, only on Mac OS X. Under Mac OS 9.x you are limited to JDK 1.1.8 available at:
    http://www.apple.com/java/
    Please note that you may or may not have to add the Swing classes.
    There are many development environments for the Mac including MPW and CodeWarrior. A good editor for the Mac is BBEdit, my choice for "raw HTML coding" software for the Mac. Gives you ultimate control over your HTML layout, plus tons of tools for HTML checking and tweaking. From Barebones Software at:
    www.barebones.com

  • How do i change jdk for iplanet Application server

     

    Hi,
    For both Solaris and Windows platform the following steps can be done to change the JDK version.
    - Go to <ias_install_directory>/ias/usr/java. This is the place where the JDK is installed and used by iAS. Rename the directory java to some other name, say old_ias_java and create a directory java under <ias_install_directory>/ias/usr.
    - You can replace the contents of this directory with any of the installed JDK directory. For example in Windows environment, if you have JDK 1.3.1 installed, then copy all the contents from C:\Jdk1.3.1_03 to the <ias_install_directory>/ias/usr/java
    Please let me know if this helps.
    <B>Although changing JDK is possible with iAS, I would strongly recomend you not to change since iAS is designed to work with the JDK that is bundled</B>
    Regards
    Ganesh .R
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • Java 6 JDK For MBP 2012 ML?

    Hi. I want to pursue Java programming, but I need the JDK (java deveopment kit) for Java 6 for Mac... I went to Oracle's site and they have a ton of different downloads. There is an FAQ for mac users but they provide no information what so ever for downloading the correct JDK... Does anyone know where to get the java 6 JDK for mac ml?
    Much less important, and just a side question, does anybody know if the LWJGL- lightweight java game library (for Java computer games) from lwjgl.org is a safe thing to download? I need it to fix an audio issue with a game.
    Thanks.

    Sounds like you have a lot to learn here and I'm probably not the right person to be giving you advice since I've never even been close to doing anything beyond using Java. I do know enough to be dangerous, but limited mostly to it's vulnerability these days and most of how it interfaces with OS X, but there's still a lot of holes in my knowledge base, especially these days.
    My impression was that you planned on doing Java 6 development since you were asking about obtaining it's JDK. I couldn't help but wonder why you wanted to start there, but figured you had a reason. Java 6 is all but obsolete now and although there is still a bunch of code that requires it, I don't see any point in developing anything new there.
    But to try and answer your last set of questions....
    I also need to install the Java 7 Update 15 right? From the Oracle Website?
    Yes, but if you are going to use it for development you will need to get the JDK from Oracle, not the JRE from java.com. Go to Java SE Downloads and under "Java Platform, Standard Edition" use the download button under "JDK".
    Whenever I go to terminal it says 1.6.0_41, that is due to the fact that there is technically 'two' java's on a mac, correct?
    The Terminal process "java" only knows about one set of Java code and for now that is Apple's because it knows where Apple stores Java SE 6. I am told that once you install JDK 7 then it comes with a new "java" process which only knows where Oracle stores Java SE 7, so it will start reporting only 1.7.0_xx.
    It's not unusual for there to be more than one Java installed. For years there have always been two to three versions at the same time. You controlled which ones were enabled by using the Java Preferences app. It usually wasn't a problem to have more than one enabled as the software application would look for the one it needed and only use it. There is no more Java Preferences and the Java Control Panel only controls Java 7, so there seems to be no way to enable or disable Java 6 when it is installed. Apple says it's not required, so maybe it isn't important.
    we have realized that there are two versions: the one that terminal tells you about, which I have. and the one that is either in 'system prefs' or the ultility 'java prefs', which I do not have.
    The other (Oracle's Java 7) is only controlled using the Java Control Panel which can be accessed from System Preferences->Java and you apparently don't have it yet.
    That means that I do not have the Java installed that the exploit has to do with, correct?
    That's not at all important. Both have many vulnerabilities, just not exactly the same ones.
    I suppose Oracle's version and Apple's version just use the same numbering which confuses me/other people.
    Not sure how you came to that conclusion. I thought I had been pretty clear that Apple provided Java SE 6 1.6.0_41 and below and Oracle now provides OS X users with Java SE 7 1.7.0_xx and above.
    Lastly, when you install the Oracle Java SE 7 JDK, your browser plug-in will be changed to Java 7. I've probably already said this, but unless you need to use Java with your browser you should only enable it when you must visit a trusted site and only while you are there. If, for any reason, you need to revert to the Java SE 6 Apple plug-in, then you will have to go through the procedures shown in the document Java for OS X 2013-001: How to re-enable the Apple-provided Java SE 6 web applet plug-in and Web Start functionality

  • Jdk for FreeBSD

    I have a FreeBSD 6.2 system setup. I want to install jdk1.5 on that system. Which jdk should I install? Can anyone give me the url to that location. I thought we need to install the jdk for solaris. Then read somewhere that FreeBSD is a non-Solaris OS.
    Can anyone please tell me which jdk should I install on FreeBSD?
    I need this information asap.

    I used to have a FreeBSD box and I installed the jdk via the ports system. You can either use the native jdk or the Sun jdk for Linux which will run under FreeBSD using the Linux compatibility.
    Native will be something like:
    cd /usr/ports/java/jdkxx (where xx is the version)
    make install clean
    Linux will be something like:
    cd /usr/ports/java/linux-sun-xx
    make install clean

  • JDK for LINUX (SPARC)

    Anyone know where I can get the JDK for Linux on a Sparc processor? The Linux download I found at java.sun.com are for i386 Linux.
    Thanks much.
    Ali Ingah

    Try htt://www.blackdown.org. Their 1.2.2 status page shows SPARC releases. I didn't check on the 1.3.x status page.
    Chuck

  • HT204053 I have one apple ID for purchases and then my mobile me ID where I use for email.  So I have set my cloud with my mobile me name, while keeping my purchases the original name.  Will my purchases be recognized as purchases when backup is finished.

    I have one apple ID for purchases and then my mobile me ID where I use for email.  So I have set my cloud with my mobile me name, while keeping my purchases the original name.  Will my purchases be recognized as purchases when backup is finished.

    Welcome to the Apple community.
    So long as you are logged into the iTunes Store, using the correct ID and password (settings >store), then you will always have access to your apps, books, music, TV shows etc etc bought via the iTunes Store on that account.

  • I got a new iPhone and i am trying to buy songs but when I go to buy a song on iTunes it says I have to answer my security questions and I don't remember the answers. I pressed where it says for them to email you your answers but I haven't gotten an email

    I got a new iPhone and i am trying to buy songs but when I go to buy a song on iTunes it says I have to answer my security questions and I don't remember the answers. I pressed where it says for them to email you your answers but I haven't gotten an email.  Is there another way to change or get the answers for the security questions?

    If the email hasn't arrived after a few hours and isn't in a spam filter, you need to ask Apple to reset your security questions; this can be done by phoning AppleCare and asking for the Account Security team, or clicking here and picking a method, or if your country isn't listed in either article, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (106007)

  • Hello. On my Macbook air late 2013 model I am having a problem where microsoft word for mac just stops working for soon reason and at the screen where the document should be is just gray and does not even display the document. Does anybody have a fix?

    Hello. On my MacBook Air late 2013 model I am having a problem with Microsoft office word for Mac where the window for the document becomes all gray and I can not see anything that I have typed or any menus for it and also windows will sometimes dissapear and I am having truble getting them back. If anyone has anyideas of what is going on or could even help me thank you.

    Glad that helped.
    As time goes by (months or years), keep your eyes on how long Microsoft continues to support Office 2011 for Mac.  Eventually you should consider Office 365 or Apple's Pages, Numbers, and Keynote.

  • Where to look for the computed stats collected using gather_table_stats

    I have used analyze command before but new to gather_table_stats.
    I have executed gather_table_stats procedure as given below. Now where to look for the statistics estimated and also what are the important parameters I need to look in the stats ? Any major difference between analyze & gather_table_stats ?
    SQL> exec dbms_stats.gather_table_stats(ownname => 'TPDBS01A', tabname => 'x_TPD_STG_TL_SF_LEGAL_OWN
    ER' , estimate_percent => 50, method_opt => 'for all indexed columns size auto');
    PL/SQL procedure successfully completed.

    The command "analyze table" is deprecated for gathering optimizer statistics. But it is still the only command to get for instance the chained rows. This command is no longer maintained for new features, so if you use this command to collect statistics, it might not collect all needed numbers for the optimizer so the plan could be wrong.
    The package dbms_stats is collecting all the figures that the optimizer needs to genererate an optimal access plan. All new database features are incorporated only here.
    The statistics numbers can be found in the normal tables like USER|ALL|DBA_TABLES, ...TAB_COLUMNS, ...INDEXES, ...IND_COLUMNS etc. There you can find for instance number of rows in table, clustering factor for indexes and more numbers like this. They are not really needed for us human beings, they are used by the optimizer to generate the access plan.

  • Where to look for all value mappings being used in ID

    Hi All,
              Where to look for all value mappings being used in ID?
    XIer

    Hi,
    Let me re-frame it, Do u want to know where all the value mappings(created in ID) is used in Mapping Program of IR, isn't it?
    If yes, then it's not possible( as far as  I know).
    raj.

  • Where to Look for Crash Causes

    Hi,
    G5 for 3 years; rock solid. Don't recall installing anything unusual (other than Apple SW updates) but twice now in the last week I have retunred to the system after being at work to find screen turned off and fans at full pelt. In the early days when I had a couple of kernel panics I knew where to look for the logs. I havce investigated every log (from System Profiler) for both of these "meltdowns" but can't find any reference at all.
    How do I go about pinpointing the cause?
    David
    PS: Apologies in advance - cross posting in OSX and G5 because I don't know which is the most relevant?

    Just to answer my own question. Found this in system log, and these are the last entries before the reboot:
    ================================================
    Jun 27 11:26:14 David-Thorpes-Computer ntpd[160]: time set -0.943959 s
    Jun 27 11:31:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:34:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 344 bus resets in last minute.
    Jun 27 11:38:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 351 bus resets in last minute.
    Jun 27 11:41:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 341 bus resets in last minute.
    Jun 27 11:44:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:47:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:48:19 David-Thorpes-Computer kernel[0]: Bad SelfID packet 4: 0x0 != 0xffffffff!
    Jun 27 11:50:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 11:54:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:57:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 12:00:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:03:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:06:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:10:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:13:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 12:16:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:19:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:22:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 12:26:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:29:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 365 bus resets in last minute.
    Jun 27 12:32:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 12:35:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 12:38:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:42:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:45:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:48:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:51:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:54:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 358 bus resets in last minute.
    Jun 27 12:58:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:01:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:04:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:07:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:10:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:14:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:17:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:20:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:23:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 13:26:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:30:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:33:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 13:36:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:39:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 13:42:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:46:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:49:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:52:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:55:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 13:58:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:02:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:05:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 14:08:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:11:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 14:14:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:18:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 14:21:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:24:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:27:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    =============================================
    Now, a couple of weeks ago I installaed a Lacie PCI Firewire 800 card and attached three Lacie FW 800 drives (previously these were all daisy-chained off the one FW 800 port on the G5 and have worked without issue for two to three years).
    Could these messages be a cause of the crash? Anybody know what they might mean?
    David

  • Where to Look for Cause of Freeze?

    Hi,
    G5 for 3 years; rock solid. Don't recall installing anything unusual (other than Apple SW updates) but twice now in the last week I have retunred to the system after being at work to find screen turned off and fans at full pelt. In the early days when I had a couple of kernel panics I knew where to look for the logs. I havce investigated every log (from System Profiler) for both of these "meltdowns" but can't find any reference at all.
    How do I go about pinpointing the cause?
    David
    PS: Apologies in advance - cross posting in OSX and G5 because I don't know which is the most relevant?

    Just to answer my own question. Found this in system log, and these are the last entries before the reboot:
    ================================================
    Jun 27 11:26:14 David-Thorpes-Computer ntpd[160]: time set -0.943959 s
    Jun 27 11:31:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:34:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 344 bus resets in last minute.
    Jun 27 11:38:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 351 bus resets in last minute.
    Jun 27 11:41:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 341 bus resets in last minute.
    Jun 27 11:44:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:47:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:48:19 David-Thorpes-Computer kernel[0]: Bad SelfID packet 4: 0x0 != 0xffffffff!
    Jun 27 11:50:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 11:54:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:57:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 12:00:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:03:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:06:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:10:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:13:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 12:16:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:19:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:22:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 12:26:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:29:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 365 bus resets in last minute.
    Jun 27 12:32:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 12:35:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 12:38:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:42:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:45:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:48:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:51:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:54:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 358 bus resets in last minute.
    Jun 27 12:58:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:01:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:04:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:07:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:10:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:14:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:17:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:20:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:23:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 13:26:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:30:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:33:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 13:36:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:39:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 13:42:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:46:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:49:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:52:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:55:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 13:58:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:02:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:05:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 14:08:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:11:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 14:14:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:18:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 14:21:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:24:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:27:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    =============================================
    Now, a couple of weeks ago I installaed a Lacie PCI Firewire 800 card and attached three Lacie FW 800 drives (previously these were all daisy-chained off the one FW 800 port on the G5 and have worked without issue for two to three years).
    Could these messages be a cause of the crash? Anybody know what they might mean?
    David

Maybe you are looking for