SocketEXception problem in  windows vista IPV6

Hi,
i am not able to run tcpmon(tool used for tracking soap messages)on IPV6 vista machine, It has jre1.5.0_10 version and axis1.2.
The error thrown is "java.net.SocketException:Address family not supported by protocol family:create".
I am able to successfully run tcpmon on windows XP with the same java and axis version.
Is it anyways related to the existing bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6230761 ???
Can anyone help me out???
Thanks in advance.
sirisha

I got the same errors while creating a ServerSocket in Windows Vista Pure IPv6
The JRE version is 1.5.0_11.
java.net.SocketException: Address family not supported by protocol family: create
     java.net.ServerSocket.createImpl(Unknown Source)
     java.net.ServerSocket.getImpl(Unknown Source)
     java.net.ServerSocket.bind(Unknown Source)
     java.net.ServerSocket.<init>(Unknown Source)
     java.net.ServerSocket.<init>(Unknown Source)
     sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(Unknown Source)
     sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(Unknown Source)
     com.ca.dia.common.socketFactory.ServerSocketFactory.createServerSocket(ServerSocketFactory.java:122)
     sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(Unknown Source)
     sun.rmi.transport.tcp.TCPTransport.listen(Unknown Source)
     sun.rmi.transport.tcp.TCPTransport.exportObject(Unknown Source)
     sun.rmi.transport.tcp.TCPEndpoint.exportObject(Unknown Source)
     sun.rmi.transport.LiveRef.exportObject(Unknown Source)
     sun.rmi.server.UnicastServerRef.exportObject(Unknown Source)
     sun.rmi.registry.RegistryImpl.setup(Unknown Source)
     sun.rmi.registry.RegistryImpl.<init>(Unknown Source)
     java.rmi.registry.LocateRegistry.createRegistry(Unknown Sourc

Similar Messages

  • Problems with Windows VISTA and WPA-2

    Hi Guys,
    I am using a Linksys router supporting draft-N; it seems that after some time of usage; Windows Vista stop being able to connect to Linksys using a WPA-2 PSK.
    Everytime you search for the SSID and attempt to connect, the ''network is taking too long to connect''' and Windows always informs the user that ''limited or no connectivity'' even though the signal strength is excellent.
    Is that a common problem in Windows Visa (I am using Home Edition)?

    Yes thats the basica command problem with Windows Vista while connecting to the Wireless Network.... In this you can need to update your Windows Vista OS with all the Latest Patches and the Service Pack to improve more stability on your Vista Computer to get connected to the Wireless Network..

  • Photo sync problem with Windows Vista?

    I did some searching and was wondering if there is a solution to the photo sync problem with Windows Vista. I have gone the route of changing some of my photos to bitmap files but this is was way too much work just to view on ipod. I like to email Apple but could not find a link to do so. As far as I know I have all updates but still the iPod does not sync photos. Is there an update to this that I am missing or am I stuck changing all my photos to .bmp files?
    Thanks,
    Dean.

    I checked out the article and not much help, thanks anyway.
    Would it make a difference if I purchased Adobe Photo Album or would I still be stuck with changing and saving files to .bmp extensions? I have Adobe Photoshop album starter but still have to change file extensions.
    If someone has a solution to this problem I would really be greatfull. I did contact Dell as this is a brand new computer and that was a wash. They did give me a number for Apple but of course I bought the iPod off of ebay and has no warranty on it so unless I pay a fee I'm not calling. It just blows my mind that Microsoft and Apple can't or won't come up with a fix. But I guess when Microsoft wants you to buy the Zune or Apple wants you to buy the overpriced Macintosh why would they waste time on having there products compatible with each other.
    Thanks.

  • G530 (4446) wireless lan problem on Windows Vista 32bit without AC

    I have  new G530 lenovo laptop with the following problem
    After I have enabled the wireless driver (pressing Fn+F5) and moving the switch in front of the laptop, the wireless led is blinking BUT, I can't find any wireless networks. When diagnosing the problem with windows vista,it tells me that the wireless should be turned on.
    Of course, it is ON. After I have reinstalled the wireless driver again from your the support site, the problem disappeared, but reappeared after a couple of days.
    I do not use Access Connections. I have Uninstalled it since I don't need it
    I have seen this problem on several sites when I googled for a solution.
    I need a deterministic solution:
    a. What drivers should I update?
    b. In which order should I update them?
    c. What configuration should I change from their default?
    d. What causes this problem and can I prevent it from happening (like- don't go to standby but just to hibernate state)?
    Thanks
    Guy

    Hey, guys.
    I just discovered that the computer had no issue at all.
    The problem was with me.
    Somehow I managed to disable the wireless network.
    I just typed Fn+ F5 and reactivated it.

  • IPod nano installation problems with Windows Vista

    I purchased an iPod nano today and have not been able to install iTunes. There are instructions for Windows XP but not much help for Vista. As of right now I am very unhappy with my purchase and if I can't get help soon I am going to return it. I have heard so many good things about iPods but I haven't had any good experiences yet. Please help!!
    HP E6400   Windows Vista  
    HP E6400   Windows Vista  

    I, too, just bought my first ipod and have Windows Vista. I purchased songs through iTunes and tried to drag them to my ipod icon, but it said that I was not authorized on this computer! I called tech support for HP and they said it's a compatibility issue and to contact Apple about it to fix it. Before I do so, I am checking here first, just hoping there would be a really easy fix for this problem. I'm regretting getting Windows Vista now for many reasons, this being the latest. Any advice?
    HP Pavilion Notebooj   Windows Vista   2 GB ipod Nano

  • Java Swing application problem in Windows vista

    When we execute the Swing application in windows vista environment.
    The look and feel of the swing components are displayed improperly.
    Do we need to put any specific look and feel for windows vista environment or any specific hardware configuration is required to setup windows vista environment.
    Please give some inputs to solve the problem.
    We have tried with the following sample code to run in windows vista.
    * Vista.java
    * Created on December 5, 2006, 5:39 PM
    public class Vista extends javax.swing.JFrame {
    /** Creates new form Vista */
    public Vista() {
    initComponents();
    pack();
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    // <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:initComponents
    private void initComponents() {
    jButton1 = new javax.swing.JButton();
    jToggleButton1 = new javax.swing.JToggleButton();
    jPanel1 = new javax.swing.JPanel();
    jCheckBox1 = new javax.swing.JCheckBox();
    jScrollPane1 = new javax.swing.JScrollPane();
    jTextArea1 = new javax.swing.JTextArea();
    jTextField1 = new javax.swing.JTextField();
    getContentPane().setLayout(null);
    setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
    jButton1.setText("Button 1");
    getContentPane().add(jButton1);
    jButton1.setBounds(20, 20, 170, 30);
    jToggleButton1.setText("Togle btn");
    getContentPane().add(jToggleButton1);
    jToggleButton1.setBounds(100, 80, 90, 20);
    jPanel1.setLayout(null);
    jCheckBox1.setText("jCheckBox1");
    jCheckBox1.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
    jCheckBox1.setMargin(new java.awt.Insets(0, 0, 0, 0));
    jPanel1.add(jCheckBox1);
    jCheckBox1.setBounds(10, 40, 130, 13);
    getContentPane().add(jPanel1);
    jPanel1.setBounds(10, 150, 200, 130);
    jTextArea1.setColumns(20);
    jTextArea1.setRows(5);
    jScrollPane1.setViewportView(jTextArea1);
    getContentPane().add(jScrollPane1);
    jScrollPane1.setBounds(210, 150, 164, 94);
    jTextField1.setText("jTextField1");
    getContentPane().add(jTextField1);
    jTextField1.setBounds(240, 30, 140, 30);
    pack();
    }// </editor-fold>//GEN-END:initComponents
    * @param args the command line arguments
    public static void main(String args[]) {
    java.awt.EventQueue.invokeLater(new Runnable() {
    public void run() {
    new Vista().setVisible(true);
    // Variables declaration - do not modify//GEN-BEGIN:variables
    private javax.swing.JButton jButton1;
    private javax.swing.JCheckBox jCheckBox1;
    private javax.swing.JPanel jPanel1;
    private javax.swing.JScrollPane jScrollPane1;
    private javax.swing.JTextArea jTextArea1;
    private javax.swing.JTextField jTextField1;
    private javax.swing.JToggleButton jToggleButton1;
    // End of variables declaration//GEN-END:variables
    }

    When we execute the Swing application in windows
    vista environment.
    The look and feel of the swing components are
    displayed improperly.Improperly means what? You must be aware that Vista's native L&F certainly isn't supported yet.

  • SAP NetWeaver 04s SP9 for JAVA Installation problem on Windows Vista

    Hi Guys,
    Firstly, anyone installed WAS on Windows Vista home version?
      I have gone thru couple of postings in the SDN and disabled firewall but no use.
    here is link :   Port 21212 error : Couldn't install 2004s
      When I am trying to install, getting below problem.
    Error log
    <b>SAPinst is not available on localhost:21200
    Connection to SAPinstAdapter could not be established, see following messages.
    Could not connect to host localhost on port 21200
    Java.net.ConnectionException : Connection refused: connect</b>
    Thanks in advance for your quick reply....
    Prs.

    Hi Anand & Mahesh,
      Thanks for the quick reply.
    Any one of you got a chance to install NW04S 2007 or New York on Windows Vista?
    I think suggested one not available in SDN I guess.
      If I am not wrong, I can get it from Service.sap.com....
    Can you give me the complete path in the service.sap.com if you know....
    If this would not click, alternatively I am planning to change my operating system to Windows XP, this is not a good idea but I dont have option.
    Thanks in advance for quick reply.
    Regards
    Prs

  • Netweaver 7.01 SR1 (latest) installation problem on Windows Vista

    Hi,
    1. I'm getting the following problem with Netweaver 7.01 SR1 (latest available on SAP server) on Windows Vista. Yes, main installation requirement page says I can install it on Vista.
    "iaextract.c:888: child has signaled an exec error. Keeping directory C:/DOCUME1/ADMINI1/LOCALS~1/Temp/sapinst_exe
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD. "
    PLease help me on this. I've tried to install and uninstall 15 times but all in vain.
    I wonder why there are no proper installation guides with installer. Installation Html pages are 'no help' at all.
    2. For problems during NETWEAVER TRIAL installation, a lot of links/guide are a pointed to services.sap.com which asks for login and password.
    I don't have any login and password.
    Then I found on
    https://websmp209.sap-ag.de/~sapidp/011000358700001509872004E/
    "Test Login With Trial User Get a sneak preview on the SAP Service Marketplace.\"
    User Name public, Password smp
    Irony is these login password never work. How unprofessional it is on SAP's part
    first : it doesn't provide proper installation guides with installer
    second: help is on location which asks for Service market place login password. Test login password dont work.
    3. One more question, after installing it, how can I start using IS - Media module (IS-M/AMC) module?
    Thanks.

    PROGRAM STARTER OUTPUt  (TAIL ):
    WARNING[E] 2009-08-21 03:58:49.467 [synxcfsmnt.cpp:78]
               CSyFSMountImpl::CSyFSMountImpl(const CSyPath& H:/)
    FSL-00001  System call failed. Error 21 (The device is not ready.
    ) in execution of system call 'GetVolumePathName' with parameter (H:\), line (160) in file (synxcfsmnt.cpp).
    WARNING[E] 2009-08-21 03:58:49.467
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR      2009-08-21 03:58:49.483 [sixxcstepexecute.cpp:950]
    FCO-00011  The step SdbSoftwareDrives with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_ADA_DB|ind|ind|ind|ind|6|0|Sdb_ServerSoftware_Dialogs|ind|ind|ind|ind|0|0|SdbSoftwareDrives was executed with status ERROR .
    INFO       2009-08-21 03:59:05.738 [sixxcstepexecute.cpp:1003]
    An error occured and the user decided to stop.\n Current step "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_ADA_DB|ind|ind|ind|ind|6|0|Sdb_ServerSoftware_Dialogs|ind|ind|ind|ind|0|0|SdbSoftwareDrives".
    INFO       2009-08-21 03:59:37.780 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file G:\sap_temp\listOfSupportFilesToBePacked.lst.
    a C:/Users/sony/.sdtgui/_desktop.ini
    a C:/Users/sony/.sdtgui/download/_desktop.ini
    a C:/Users/sony/.sdtgui/history/_desktop.ini
    a C:/Users/sony/.sdtgui/htdoc/_desktop.ini
    a C:/Users/sony/.sdtgui/log/FileService.log
    a C:/Users/sony/.sdtgui/log/MIDService.log
    a C:/Users/sony/.sdtgui/log/SAPinstService.log
    a C:/Users/sony/.sdtgui/log/SDTServer.log
    a C:/Users/sony/.sdtgui/log/_desktop.ini
    a C:/Users/sony/.sdtgui/log/gui.err
    a C:/Users/sony/.sdtgui/log/gui.log
    a C:/Users/sony/.sdtgui/log/gui.log.lck
    a C:/Users/sony/.sdtgui/log/gui.out
    a C:/Users/sony/.sdtgui/log/gui.trc
    a C:/Users/sony/.sdtgui/log/gui.trc.lck
    a C:/Users/sony/.sdtgui/log/server.err
    a C:/Users/sony/.sdtgui/log/server.out
    a C:/Users/sony/.sdtgui/log/server.trc
    a G:/sap_temp/FormalPasswordCheck.1.log
    a G:/sap_temp/FormalPasswordCheck.log
    a G:/sap_temp/SECINSTTOOLS.log
    a G:/sap_temp/control.xml
    a G:/sap_temp/controllerKdbClient.dmp
    a G:/sap_temp/instana.xsl
    a G:/sap_temp/keydb.xml
    a G:/sap_temp/msiexec.log
    a G:/sap_temp/sapinst.log
    a G:/sap_temp/sapinst_dev.log
    a G:/sap_temp/start_dir.cd
    a G:/sap_temp/stepKeydbClient.dmp
    a G:/sap_temp/vcredist_x86.log
    a g:/Temp/sapinst_exe.3568.1250806924/dev_selfex.out
    Abort execution because of
    controller.userDecideToStop
    INFO       2009-08-21 03:59:38.903 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\.lastInstallationLocation.
    INFO       2009-08-21 03:59:39.044 [synxcpath.cpp:776]
               CSyPath::createFile()
    Creating file G:\sap_temp\__instana_tmp.xml.
    =>sapparam(1c): No Profile used.
    =>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    Aug 20, 2009 10:29:39 PM [Info]: Stopping services ...
    Aug 20, 2009 10:29:39 PM [Info]: Stopping service "SAPinstService" ...
    Aug 20, 2009 10:29:39 PM [Info]: Service "SAPinstService" stopped.
    Aug 20, 2009 10:29:39 PM [Info]: Services stopped.
    Aug 20, 2009 10:29:39 PM [Info]: Server shutdown by SAPinstService
    Exit status of child: 2

  • OBIEE 10g installation problem on Windows Vista

    Hi,
    I tried to install OBIEE 10.1.3.4.2 on Windows Vista, but the installation got hanged with the following error: I am very new to OBIEE and could not make out the error... could anyone please help me out ?? Thanks in advance!!
    ------install file error-----------------
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceControlAction, wrn, ServiceException: (error code = -120003; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 15
    ServiceException: (error code = -120003; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.controlNTService(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.controlNTService(GenericWin32Service.java:93)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceControlAction.execute(WindowsServiceControlAction.java:67)
         at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123)
         at com.installshield.wizard.StandardWizardListener.currentBeanChanged(StandardWizardListener.java:106)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1564)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows NT\|Windows 2000" version="5\.0" arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="\(Windows NT\|Windows 2000\)\|\(Windows X.\)" version="5\.1" arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="5\.2" arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="6\.0" arch="."
    (13 Jun, 2012 11:56:45 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "\VC80\vcredist_x86.exe": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "\VC80\vcredist_x86.exe": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 11:57:36 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:57:36 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
    (13 Jun, 2012 11:57:48 AM), Install.product.install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, attempting to use the current JVM
    (13 Jun, 2012 11:57:48 AM), Install.product.install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, searching for a JVM
    (13 Jun, 2012 11:57:49 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32JVMServiceImpl, dbg.jvm, executing launcher to resolve JVM
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.wizard.service.jvm.PureJavaJVMServiceImpl$JVMFinder, err, java.io.IOException: Cannot run program "C:\Users\MOUMIT~1\AppData\Local\Temp\ismp001\LauncherMain.exe": CreateProcess error=740, The requested operation requires elevation
    STACK_TRACE: 13
    java.io.IOException: Cannot run program "C:\Users\MOUMIT~1\AppData\Local\Temp\ismp001\LauncherMain.exe": CreateProcess error=740, The requested operation requires elevation
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.wizard.service.jvm.PureJavaJVMServiceImpl$JVMFinder.execute(PureJavaJVMServiceImpl.java:690)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=740, The requested operation requires elevation
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 6 more
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, resolved to JVM file: null with JVM_HOME = null
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, installing the bundled JVM
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32JVMServiceImpl, dbg.jvm, installing JVM to C:\OracleBI\uninstall\_jvm
    (13 Jun, 2012 11:57:50 AM), Install.product.install, java.io.IOException, err, java.io.IOException: Cannot run program "C:\Users\MOUMIT~1\AppData\Local\Temp\ismp001\LauncherMain.exe": CreateProcess error=740, The requested operation requires elevation
    STACK_TRACE: 13
    java.io.IOException: Cannot run program "C:\Users\MOUMIT~1\AppData\Local\Temp\ismp001\LauncherMain.exe": CreateProcess error=740, The requested operation requires elevation
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.wizard.service.jvm.PureJavaJVMServiceImpl$JVMInstaller.execute(PureJavaJVMServiceImpl.java:644)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=740, The requested operation requires elevation
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 6 more
    (13 Jun, 2012 11:57:50 AM), Install.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:4793)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4554)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3758)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
    (13 Jun, 2012 11:57:51 AM), Install.product.install, com.installshield.wizardx.ascii.ModifyFile, msg2, ASCII file C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\WEB-INF\xmlp-server-config.xml does not exist and will be created.
    (13 Jun, 2012 11:57:51 AM), Install.product.install, com.installshield.wizardx.ascii.ModifyFile, msg2, ASCII file C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\WEB-INF\server-config.wsdd does not exist and will be created.
    (13 Jun, 2012 11:57:51 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\server\Bin\installperfsas.bat": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\server\Bin\installperfsas.bat": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 11:57:51 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\web\bin\installperfsaw.bat": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\web\bin\installperfsaw.bat": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 11:57:52 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\oc4j_bi\bin\oc4j.cmd": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\oc4j_bi\bin\oc4j.cmd": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)

    Hi
    Thanks a lot for your help. Even after I gave all the permission to my user, it could not access the file. So finally I logged with the Administrator user, and the problem was solved, ie access was available.
    However, the installation still did not complete ... after 100% installation the screen got hanged. The error I found from the Install file is as below:
    (13 Jun, 2012 5:30:37 PM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\server\Bin\installperfsas.bat": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\server\Bin\installperfsas.bat": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 5:30:37 PM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\web\bin\installperfsaw.bat": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\web\bin\installperfsaw.bat": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 5:30:38 PM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\oc4j_bi\bin\oc4j.cmd": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\oc4j_bi\bin\oc4j.cmd": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    Could any one please help? I checked that these folder paths have not been created under OracleBI folder.
    Regards,
    Moumita

  • Itunes problem with windows Vista

    ok i bought my touchsmart tx2 1025 with windows vista ultimate 64 bit and well i ve noticed that ..well since this is my third time i exchange this computer and i noticed there was a problem with the speakers when i was playing music that anytime during a song i would get this distorted sound like when u put a lot of volume in ipod headphones that it sounds like a crack. Well that happened in my computer even with low volumes.
    However I played two times the same song on itunes and two times on windows media player.
    Every single time on itunes the sound came as if the speakers were about to blow... like a crack..
    Every single time on Windows media player it never sounded like that.
    So i am pretty sure its an itunes problem. Does anyone know how to fix this.. i would rather use itunes than windows media player but i really hate the sound it makes sometimes because it shows about 2 to 3 times during one song.

    It's possible that the song your playing does indeed have a little audio distortion in it, some media players are capable of filtering it out in a silent way, others play a beep, hence with one song I have, if i play it in windows media player it goes on and then for a split second theres a beep, iTunes doesent seem to do it, so instead of filtering out the missing data, it plays it.
    This is more likley a problem with the song than iTunes

  • ITunes 7.6 "invalid signature" installation problems with Windows Vista

    I updated my 160Gb Classic to the latest firmware and then up pops: "The iPod cannot be used because it requires iTunes version 7.6 or later. Go to www.itunes.com to download the latest version of iTunes."
    Everytime I start to download the lastest version of iTunes, Quicktime 7.6 and Safari I get a pop up window saying: "itunes & quicktime has an Invaild signature and won't installed" and the same happens with Safari.
    I've turned off my popup blocker as was one suggestion, but still no luck. Am I being a Dunce and missing something?
    I'm on dial up and downloading an entire version of iTtunes takes ages, but Download Express usually helps cut this time in half.
    Would anyone have any ideas please on how to reslove this please? My iPod doesn't even show up in iTunes, just the message saying to update to the latest ver of iTunes. I'm running Windows Vista 32Bit

    Heej
    I'm having the same problem
    Did you allready found a solvation for it?
    Thanx very much
    I'm going crazy that I can't put any music on my ipod=(
    Paulien

  • ITunes / Quicktime Video Problems With Windows VISTA

    I took up Windows Vista as soon as it was available and initially had no problems with iTunes. Then later, video clips (those purchased from iTunes and those I had converted myself) started stuttering / freezing and eventually crashing iTunes and finally I lost audio as well.
    Ayyway to cut a long story short, I have uninstalled / re-installed Vista now about eight times for problems with installing drivers for USB devices (I've finally solved all these problems). After the last install the first program I installed was iTunes, tried video and it worked flawlessly. Then, each time I added a hardware device or program I would restart Vista and retry iTunes video.
    The first item I added was a USB thumb drive (as I had on all previous occasions to take advantage of Vista's 'Ready Boost'). The thumb drive is a 'Sony 2GB micro vault tiny', and meets the transfer speed requirements for 'Ready Boost', as soon as I had set the drive up for 'Ready Boost' I started having the same problems with iTunes video and Quicktime.
    Removed the thumb drive, restarted iTunes and had flawless video playback again. Have tried this over and over with the same result.
    So my question is, has anyone else had video playback problems with iTunes / Vista and found similar problems. Trying to tie down whether this is a compatability problem with 'Ready Boost' or the thumb drive used. I have also tried a Sandisk Titanium 2GB with the same result.
    I am not sure exactly how 'Ready Boost' works, I thought it added memory that was used to cache page files to the thumb drive instead of to the HDD making a faster seek /access time? Which should make things faster. Another article I read today was talking about 'Ready Boost' being an affordable extension to RAM, in this case I could understand the problem as I would think the access to a USB 2.0 thumbdrive would be slower than that to RAM.
    Any help appreciated, but I guess my bottom line is anytime I want to watch video on iTunes, I just pull the USB thumb drive .
    PC Pentium 4   Other OS   Windows Vista Home Premium

    I have the same stuttering video issues with iTunes and Vista. While I have used a thumb drive to transfer files (not Sony) I have not yet messed with Ready boost. I have seen several others complain about the video problem, perhaps they will chime in as well. Unfortunately, your solution doesn't work for me. I pretty much ignore iTunes, waiting for the next version (only god knows when it will be released).
    I do have an external firewire drive connected, I'll disconnect later today and see if that has any affect.

  • Problems with Windows Vista and Speedster 945GT?

    Hi!
    I've been trying to install Windows Vista on my Speedster 945GT-based system for some time now, but I am unable to get it to run stable.
    It hangs on random occasions when installing and if one is lucky it's gets thru the install but then it hangs at the desktop in Vista.
    I'm using the latest BIOS version out (1.2) and a Core2Duo T7600 CPU.
    I have even tried other CPU's to rule out CPU error with the same results. Same goes with different sticks of memory.
    Does anyone have a sollution to this problem?
    Btw, it works fine when Windows XP is installed.
    Best regards
    Johan

    I had similar problems with Vista 32-bit (Ultimate). I got the board with BIOS v1.0, while I also purchased a T7200 Dual 2 Core. This did not work at all. MSI Netherlands was kind enough to flash the BIOS for me with v1.2 so I could get things working. However, I was not too lucky with Vista. Could just get to the boot screen, but then it hung.
    BIOS v1.3 did the trick. I have things working now, but the onboard video is a disaster. Windows Update installed new chipset drivers but this did not help. Intel Graphics drivers did also not improve things.
    I started with an analog connection to my 1280x1024 Philips 170B2. Worked ok, but could not get the system working in a higher resolution than 1024x768 which is obviously not preferred. At that time, the DVI connector of my monitor was in use by another system, soon to be replaced by this one.
    Instead of worrying about the resolution on the analog connection I thought it was time to hook my monitor up via DVI. And then things started to get even worse.
    The POST is visible, you can see Windows starting but then there is a black screen. Windows is fully loading, I can hear through the speakers. I can even login, but still no screen.
    So I went back to analog VGA and guess what - same issue with analog VGA now!
    System works 'fine' in Safe Mode, but even the 640x480 boot option does not help.
    My temp solution now is to use my 7600GS, but as the onboard video might be good enough for me (if it works), I would prefer to get things working.

  • Problem with Windows Vista, PC Suite and E90

    PC Config:
    SO: Microsoft Windows Vista Business TabletPC (ENG Language)(with all the Updates for the SO).
    Nokia: PC Suite 6.84.10.3
    Phone: Nokia E90 Comunicator with firmware V07.24.0.3 -12/06/07 - Nokia E90-42
    After installing the PC Suite and establish the communications if I check the Event Viewer I will find a large set of error messages marked as critical.
    The error text is the following:
    ..................Start_error......................
    The device E90 (location 353659010805204) is offline due to a user-mode driver crash.
    Windows will attempt to restart the device (till 5 times) more times.
    Please contact the device manufacturer for more information about this problem
    The source is: DriverFrameworks-UserMode
    .................end_error.........................
    Does anyone know more about this?
    Thanks

    the window7 is stil new whait for the server pack to solev it
    phones i have 2730c - C1
    KUDOS ME IF YOU FIND MY ANSWERS HELP FULL

  • ¿Problems with Windows Vista or Sony Vaio?

    Hello everyone
    I have a Cisco 2100 WLC with two Access Points 1130, with two WLAN networks, one with WPA2 and the other with Web-Authentication. The two networks works correctly, but I have a client, a Sony Vaio with Windows Vista, which usually give  problems, disconnects, and when you try to reconnect, you can not.
    When  this happens, in the WLC appears the error "Decrypt errors Occurred for client xx:xx:xx:xx:xx:xx using WPA2 key on 802.11b / g interface of AP xx:xx:xx:xx:xx:xx" .
    Sometimes several times to restart the laptop, reconnect. The network card is an Intel 5100, anyone know if there is any inconsistency between this card and Cisco AP? Or is it a matter of O.S.?
    I have no other Windows Vista client to verify, the other clients are Windows XP and 7. I have tried reinstalling different drivers on the laptop and not the solution.
    Thanks

    Hi Carlos,
    Make sure that:
    1. you are running latest driver from intel on your laptop
    2. use only AES encryption with WPA2. If TKIP is also selected. Uncheck it and leave only AES.
    Cheers
    Serge

Maybe you are looking for

  • Web Application Proxy and Safari

    Morning, all. I've installed and configured the new Windows Server 2012 R2 AD FS and Web Application Proxy, and I've run into some strange problems. I had some initial problems getting it to work, the documentation is a bit thin, but I now have Share

  • How to remove a node from  a Jtree?

    I tried giving this to move a node from one parent node to other parent node. IconNodeClass userObject = (IconNodeClass)tr.getTransferData(TransferableDataItem.Image_Tree_Node_Flavor); IconNodeClass node = (IconNodeClass)path.getLastPathComponent();

  • BED,Cess and Higher education cess is not showing automatically

    Experts, we created a sales order , we have done configuration that BED CESS HEcess should be automatically appear in the conditions while entering Plant. even after entering plant these condition types are not appearing automatically in Condition Ta

  • Mac mini bluetooth audio connection stops when paused

    Hello! I have a Mac mini late 2012, i5 Version, 2.5Ghz as my home Desktop. The OS is 10.9.5 Mavericks. It's connected to a Logilink Bluetooth to 30 pin dock connector adapter, standing on an Apple Dock, connected to my Home Stereo. My Problem is, tha

  • Macbook pro 2011 slow to sleep after upgrade from SL to Maveriks

    Hi i have a problem...after upgrade to Mav. (from the app store) my computer need  50+ sec to go to sleep mode. why? i search for the causes here: http://support.apple.com/kb/HT1776 but nothing..... i think that the only way is by terminal with "pmse