Sagewire Logo

help: deciphering netBeans install.log

2 Message(s) by 2 Author(s) originally posted in java setup


From: javac Date:   Sunday, July 04, 2004
in linux (Fedora 1) I downloaded the JDK and it installed itself
nicely at: /home/net/jdk1.5.0/

then I downloaded the netbeans .jar file, and, at the shell prompt,
tried "/home/net/jdk1.5.0/bin/JAVA -jar
/home/net/netbeans-3_6-setup.jar" which seemed to work fine.

however, here's the result:

(Jul 4, 2004 1:50:45 AM), Setup.product.install,
com.installshield.product.service.product.PureJAVAProductServiceImpl$Installer,
err, ProductException: (error code = 601; message ="JVM not found")
STACK_TRACE: 8
ProductException: (error code = 601; message="JVM not found")
at com.installshield.product.actions.JVMResolution.install(JVMResolution.JAVA:171)
at com.installshield.product.service.product.PureJAVAProductServiceImpl$InstallProduct.checkUninstallerJVMResolution(PureJAVAProductServiceImpl.JAVA:4747)
at com.installshield.product.service.product.PureJAVAProductServiceImpl$InstallProduct.install(PureJAVAProductServiceImpl.JAVA:4523)
at com.installshield.product.service.product.PureJAVAProductServiceImpl$Installer.execute(PureJAVAProductServiceImpl.JAVA:3727)
at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.JAVA:40)
at JAVA.lang.Thread.run(Thread.JAVA:595)
why did not this work, please?thanks,

JAVAc at mail dot com


From: sudinkc Date:   Saturday, July 10, 2004
Im using windows XP & using j2sdk1.5.0 beta. The problem is similar to
JAVAc@xxxxxxxxxxx . What I did was downloaded netbeans-3_6-setup.jar and
issued
JAVA -jar netbeans-3_6-setup.jar. Its system independent. When in the
procedure on installing netbeans, I pressed "Browse" to see what
happens, it turns out that following exception is thrown which are
swing and awts . But I dont know why this is happening..
******************
JAVA.lang.ClassCastException: JAVA.lang.Integer
at JAVAx.swing.plaf.basic.BasicFileChooserUI.getMnemonic(Unknown
Source)
at JAVAx.swing.plaf.basic.BasicFileChooserUI.installStrings(Unknown
Source)
at com.sun.JAVA.swing.plaf.windows.Windows FileChooserUI.installStrings(Unknown
Source)
at JAVAx.swing.plaf.basic.BasicFileChooserUI.installDefaults(Unknown
Source)
at JAVAx.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown
Source)
at com.sun.JAVA.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknown
Source)
at JAVAx.swing.JComponent.setUI(Unknown Source)
at JAVAx.swing.JFileChooser.updateUI(Unknown Source)
at JAVAx.swing.JFileChooser.setup(Unknown Source)
at JAVAx.swing.JFileChooser.<init>(Unknown Source)
at JAVAx.swing.JFileChooser.<init>(Unknown Source)
at com.sun.installer.JDKSelectionPanel.actionPerformed(JDKSelectionPanel.JAVA:287)
at JAVAx.swing.AbstractButton.fireActionPerformed(Unknown
Source)
at JAVAx.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at JAVAx.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at JAVAx.swing.DefaultButtonModel.setPressed(Unknown Source)
at JAVAx.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
Source)
at JAVA.awt.Component.processMouseEvent(Unknown Source)
at JAVAx.swing.JComponent.processMouseEvent(Unknown Source)
at JAVA.awt.Component.processEvent(Unknown Source)
at JAVA.awt.Container.processEvent(Unknown Source)
at JAVA.awt.Component.dispatchEventImpl(Unknown Source)
at JAVA.awt.Container.dispatchEventImpl(Unknown Source)
at JAVA.awt.Component.dispatchEvent(Unknown Source)
at JAVA.awt.LightweightDispatcher.retargetMouseEvent(Unknown
Source)
at JAVA.awt.LightweightDispatcher.processMouseEvent(Unknown
Source)
at JAVA.awt.LightweightDispatcher.dispatchEvent(Unknown
Source)
at JAVA.awt.Container.dispatchEventImpl(Unknown Source)
at JAVA.awt.Component.dispatchEvent(Unknown Source)
at JAVA.awt.EventQueue.dispatchEvent(Unknown Source)
at JAVA.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at JAVA.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at JAVA.awt.EventDispatchThread.pumpEvents(Unknown Source)
at JAVA.awt.EventDispatchThread.pumpEvents(Unknown Source)
at JAVA.awt.EventDispatchThread.run(Unknown Source)
****************

Now another problem is that when installing netbeans3.6 at final stage
comes to play, message pops up.

NetBeans IDE 3.6 installed with the following warnings:
Unable to update the Remove item in the Add/Remove folder.

In the hope that atleast netbeans was installed properly rather than
"not" being able to Remove it, I find only install.log with the
following dumps:

******************
(11/07/2004 02:31:22), Setup.product.install,
com.installshield.product.service.product.PureJAVAProductServiceImpl$Installer,
err, ProductException: (error code = 601; message="JVM not found")
STACK_TRACE: 8
ProductException: (error code = 601; message="JVM not found")
at com.installshield.product.actions.JVMResolution.install(JVMResolution.JAVA:171)
at com.installshield.product.service.product.PureJAVAProductServiceImpl$InstallProduct.checkUninstallerJVMResolution(PureJAVAProductServiceImpl.JAVA:4747)
at com.installshield.product.service.product.PureJAVAProductServiceImpl$InstallProduct.install(PureJAVAProductServiceImpl.JAVA:4523)
at com.installshield.product.service.product.PureJAVAProductServiceImpl$Installer.execute(PureJAVAProductServiceImpl.JAVA:3727)
at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.JAVA:40)
at JAVA.lang.Thread.run(Unknown Source)

****************
I haven't much idea wtf is going on. I do not see any point in this
exception because I have already mentioned the location for JAVA,
JAVAc etc...I am still looking around for answer in newsgroup... I
hope that someone has had similar experience && has time to explain
what the hecks' going on.
Cheers,
sudin,
join
wrote in message
in linux (Fedora 1) I downloaded the JDK and it installed itself
nicely at: /home/net/jdk1.5.0/
then I downloaded the netbeans .jar file, and, at the shell prompt,
tried "/home/net/jdk1.5.0/bin/JAVA -jar
/home/net/netbeans-3_6-setup.jar" which seemed to work fine.
however, here's the result:
(Jul 4, 2004 1:50:45 AM), Setup.product.install,
com.installshield.product.service.product.PureJAVAProductServiceImpl$Installer,
err, ProductException: (error code = 601; message="JVM not found")
STACK_TRACE: 8
ProductException: (error code = 601; message="JVM not found")
at com.installshield.product.actions.JVMResolution.install(JVMResolution.JAVA:171)
at com.installshield.product.service.product.PureJAVAProductServiceImpl$InstallProduct.checkUninstallerJVMResolution(PureJAVAProductServiceImpl.JAVA:4747)
at com.installshield.product.service.product.PureJAVAProductServiceImpl$InstallProduct.install(PureJAVAProductServiceImpl.JAVA:4523)
at com.installshield.product.service.product.PureJAVAProductServiceImpl$Installer.execute(PureJAVAProductServiceImpl.JAVA:3727)
at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.JAVA:40)
at JAVA.lang.Thread.run(Thread.JAVA:595)
why did not this work, please?
thanks,
JAVAc at mail dot com






Next Message: installation of Tomcat 5.0 on windows 98 NOT AS a service



Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional