Trouble running DurableSubscriberExample

Hi
I am having trouble running the "DurableSubscriberExample.java" that is in Appendix A of the "Java Message Tutorial" (http://java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/client_samples.html#1002876)
These are the steps I followed:
1. I compiled the classes - "DurableSubscriberExample.java" and "SampleUtilities.java".
2. I stared the j2ee server.
3. I created a topic called jms/Topic as follows:
j2eeadmin -addJmsDestination jms/Topic topic
4. I created a connection factory with a Client ID by copy-pasting the following from the tutorial (section 8.2.3) as instructed:
j2eeadmin -addJmsFactory jms/DurableTopicCF topic -props clientID=MyID
5. Then I specified the connection factory name and the topic name on the command line as instructed:
java -Djms.properties=C:\j2sdkee1.3.1\config\jms_client.properties DurableSubscriberExample DurableTopicCF jms/Topic
This is the error I get:
JNDI API lookup failed: javax.naming.NameNotFoundException: DurableTopicCF not found
Any idea what's wrong?

I installed J2sdkee1.3.1 to Win98, I can startup the J2ee server. Once I typed j2eeadmin -addJmsDestination MyQueue queue, I got the following message :
C:\j2sdkee1.3.1\bin>j2eeadmin -addJMSDestination jms/MyQueue queue
Usage:
-addJdbcDriver <class name>
-addJdbcDatasource <jndi name> <url>
-addJdbcXADatasource <jndi name> <class name> [<xa user name> <xa password>] [-
rops (<name>=<value>)+]
-addJmsDestination <jndi name> (queue|topic)
-addJmsFactory <jndi name> (queue|topic) [-props (<name>=<value>)+]
-addConnectorFactory <jndi name> [<app name>:]<rar filename> [<xa user name> <x
password>] [-props (<name>=<value>)+]
-list<resource type>
-remove<resource type> <name>
-removeAll<resource type>
my j2eeadmin.bat as follow
@echo off
REM
REM Copyright 2002 Sun Microsystems, Inc. All rights reserved.
REM SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
REM
rem
rem Set JAVA_HOME and J2EE_HOME before running this script.
rem
if not "%J2EE_HOME%" == "" goto CONT0
echo ERROR: Set J2EE_HOME before running this script.
goto END
:CONT0
if EXIST "%J2EE_HOME%\bin\setenv.bat" goto CONT1
echo ERROR: Set J2EE_HOME to the path of a valid j2sdkee.
goto END
:CONT1
call %J2EE_HOME%\bin\setenv.bat
if not "%JAVA_HOME%" == "" goto CONT2
echo ERROR: Set JAVA_HOME before running this script.
goto END
:CONT2
if EXIST "%JAVA_HOME%\bin\java.exe" goto CONT3
echo ERROR: Set JAVA_HOME to the path of a valid jdk.
goto END
:CONT3
rem @echo on
%JAVA_HOME%\bin\java -Xmx128m -D%SSL_OPTION1%=%SSL_OPTION2% -D%JAAS_OPTION1%=%JAAS_OPTION2% -Dcom.sun.enterprise.home=%J2EE_HOME% -classpath %CPATH% com.sun.enterprise.tools.admin.AdminTool %*
:END
I can start up the server. I can use the deploytool, so that my setenv may be correctly.
Any expert can help me. thank a lottttttttttt

Similar Messages

  • I am having trouble running videos through Safari but not Google Chrome.  All I get is a black screen.  I have the latest adobe flash update and have enabled plug ins.  any suggestions?

    I am having trouble running videos through Safari but not Google Chrome.  All I get is a black screen.  I have the latest adobe flash update and have enabled plug ins.  any suggestions?

    Open System Preferences > Flash Player then select the Advanced tab.
    Click Delete All under Browsing Data and Settings
    Not empty the Safari cache.
    From your Safari menu bar click Safari > Preferences then select the Advanced tab.
    Select:  Show Develop menu in menu bar
    Now click Develop from the menu bar. From the drop down menu click Empty Caches.
    Now try a video.

  • Trouble running mappingtool on Kodo-jdo 3.0.2

    Hi
    I was trying to run the Kodo tutorial. I was able to run jdoc
    properties.jdo, but I am having trouble running mappingtool. I am having
    trouble getting Oracle to work properly. Here is the output:
    C:\kodoanimals\test\tutorial>mappingtool -action refresh package.jdo
    Exception in thread "main" kodo.util.FatalDataStoreException:
    oracle.jdbc.driver.OracleDriver
    NestedThrowables:
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at
    kodo.jdbc.sql.SQLExceptions.getFatalDataStore(SQLExceptions.java:42)
    at
    kodo.jdbc.sql.SQLExceptions.getFatalDataStore(SQLExceptions.java:24)
    at
    kodo.jdbc.schema.DataSourceFactory.createDataSource(DataSourceFactory.java:97)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.createConnectionFactory(JDBCConfigurationImpl.java:880)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:798)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:886)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource2(JDBCConfigurationImpl.java:895)
    at kodo.jdbc.schema.SchemaTool.<init>(SchemaTool.java:67)
    at kodo.jdbc.meta.MappingTool.newSchemaTool(MappingTool.java:243)
    at kodo.jdbc.meta.MappingTool.getSchemaTool(MappingTool.java:233)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:864)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:816)
    at kodo.jdbc.meta.MappingTool.main(MappingTool.java:749)
    Caused by: java.lang.ClassNotFoundException:
    oracle.jdbc.driver.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at
    kodo.jdbc.schema.DataSourceFactory.createDataSource(DataSourceFactory.java:55)
    ... 10 more
    NestedThrowablesStackTrace:
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at
    kodo.jdbc.schema.DataSourceFactory.createDataSource(DataSourceFactory.java:55)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.createConnectionFactory(JDBCConfigurationImpl.java:880)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:798)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:886)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource2(JDBCConfigurationImpl.java:895)
    at kodo.jdbc.schema.SchemaTool.<init>(SchemaTool.java:67)
    at kodo.jdbc.meta.MappingTool.newSchemaTool(MappingTool.java:243)
    at kodo.jdbc.meta.MappingTool.getSchemaTool(MappingTool.java:233)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:864)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:816)
    at kodo.jdbc.meta.MappingTool.main(MappingTool.java:749)
    Here is what my kodo.properties file looks like (located at
    c:\kodo-jdo-3.0.2 directory)
    kodo.LicenseKey: xxxx
    javax.jdo.PersistenceManagerFactoryClass:com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
    #javax.jdo.PersistenceManagerFactoryClass:kodo.jdbc.runtime.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName:oracle.jdbc.driver.OracleDriver
    javax.jdo.option.ConnectionUserName:teckusr04
    javax.jdo.option.ConnectionPassword:teckusr04
    javax.jdo.option.ConnectionURL:jdbc:oracle:thin:casrvta6861dt11:1521:casrvta6
    javax.jdo.option.Optimistic:true
    javax.jdo.option.RetainValues:true
    javax.jdo.option.NontransactionalRead:true
    I have set my path to include both jre1.4, as well as the kodo\bin
    directory. My classpath is shown here
    C:\j2sdk1.4.2_03\bin;C:\j2sdk1.4.2_03\lib;C:\j2sdk1.4.2_03\jre\lib;C:\kodo-jdo-3.0.2;C:\kodo-jdo-3.0.2\lib;C:\oracle\ora92\jdbc\lib;.;
    I suspect my error is either from my classpath or my kodo.properties file.
    Is there any other reason that I am getting this error?
    Thanks
    Joe

    You should add your classes12.jar to your classpath. If you are using
    Kodo's scripts, you should edit bin/jdocmd.bat to include your library.
    Joe DeVilla wrote:
    >
    Hi
    I was trying to run the Kodo tutorial. I was able to run jdoc
    properties.jdo, but I am having trouble running mappingtool. I am having
    trouble getting Oracle to work properly. Here is the output:
    C:\kodoanimals\test\tutorial>mappingtool -action refresh package.jdo
    Exception in thread "main" kodo.util.FatalDataStoreException:
    oracle.jdbc.driver.OracleDriver
    NestedThrowables:
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at
    kodo.jdbc.sql.SQLExceptions.getFatalDataStore(SQLExceptions.java:42)
    at
    kodo.jdbc.sql.SQLExceptions.getFatalDataStore(SQLExceptions.java:24)
    at
    kodo.jdbc.schema.DataSourceFactory.createDataSource(DataSourceFactory.java:97)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.createConnectionFactory(JDBCConfigurationImpl.java:880)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:798)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:886)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource2(JDBCConfigurationImpl.java:895)
    at kodo.jdbc.schema.SchemaTool.<init>(SchemaTool.java:67)
    at kodo.jdbc.meta.MappingTool.newSchemaTool(MappingTool.java:243)
    at kodo.jdbc.meta.MappingTool.getSchemaTool(MappingTool.java:233)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:864)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:816)
    at kodo.jdbc.meta.MappingTool.main(MappingTool.java:749)
    Caused by: java.lang.ClassNotFoundException:
    oracle.jdbc.driver.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at
    kodo.jdbc.schema.DataSourceFactory.createDataSource(DataSourceFactory.java:55)
    ... 10 more
    NestedThrowablesStackTrace:
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at
    kodo.jdbc.schema.DataSourceFactory.createDataSource(DataSourceFactory.java:55)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.createConnectionFactory(JDBCConfigurationImpl.java:880)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:798)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:886)
    at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource2(JDBCConfigurationImpl.java:895)
    at kodo.jdbc.schema.SchemaTool.<init>(SchemaTool.java:67)
    at kodo.jdbc.meta.MappingTool.newSchemaTool(MappingTool.java:243)
    at kodo.jdbc.meta.MappingTool.getSchemaTool(MappingTool.java:233)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:864)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:816)
    at kodo.jdbc.meta.MappingTool.main(MappingTool.java:749)
    Here is what my kodo.properties file looks like (located at
    c:\kodo-jdo-3.0.2 directory)
    kodo.LicenseKey: xxxx
    javax.jdo.PersistenceManagerFactoryClass:com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
    #javax.jdo.PersistenceManagerFactoryClass:kodo.jdbc.runtime.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName:oracle.jdbc.driver.OracleDriver
    javax.jdo.option.ConnectionUserName:teckusr04
    javax.jdo.option.ConnectionPassword:teckusr04
    javax.jdo.option.ConnectionURL:jdbc:oracle:thin:casrvta6861dt11:1521:casrvta6
    javax.jdo.option.Optimistic:true
    javax.jdo.option.RetainValues:true
    javax.jdo.option.NontransactionalRead:true
    I have set my path to include both jre1.4, as well as the kodo\bin
    directory. My classpath is shown here
    C:\j2sdk1.4.2_03\bin;C:\j2sdk1.4.2_03\lib;C:\j2sdk1.4.2_03\jre\lib;C:\kodo-jdo-3.0.2;C:\kodo-jdo-3.0.2\lib;C:\oracle\ora92\jdbc\lib;.;
    I suspect my error is either from my classpath or my kodo.properties file.
    Is there any other reason that I am getting this error?
    Thanks
    Joe
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • I am having trouble running the latest version of adobe reader 10 how can i resolve this

    i am having trouble running the latest version of adobe reader 10. i have adobe 9 which is fine but i'm not able to do certain things on certain sites without 10. how can i resolve this?

    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Why am I having trouble running Adobe Flash Player 11 on my 2011 Macbook Air? I've downloaded and installed it repeatedly; yet when I try to open certain images online or play certain Youtube segments, I get the message, "You must have Adobe Flash 11..."

    Why am I having trouble running Adobe Flash Player 11 on my 2011 Macbook Air? I've downloaded and installed it repeatedly; yet when I try to open certain images online or play certain Youtube segments, I get the message, "You must have Adobe Flash 11..."  My computer tells me it is installed and running.

    If you're sure you've installed the latest version of Flash, take each of the following steps that you haven't already tried. After each step, relaunch Safari and test. For a "missing plug-in" error, start with Step 5.
    1. If you're only having trouble with YouTube videos, sign in to your YouTube account and load this page. You may see a link with the text "Leave the HTML5 Trial." If so, click that link.
    2. If you're getting a "blocked plug-in" error, then from the menu bar select
     ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Check Now. Quit and relaunch your browser.
    3. Triple-click the line below to select it:
    /Library/Internet Plug-Ins
    Right-click or control-click the highlighted text and select
    Services ▹ Open
    from the contextual menu. A folder should open. Delete the following item, or anything with a similar name, if present:
    Flash Player (failing).plugin  
    You may be prompted for your login password.
    4. Re-download and reinstall Flash. Download it from this page:
    Adobe - Install Adobe Flash Player
    Never download a Flash update from anywhere else.
    5. If you get a "missing plug-in" error, select
    Safari ▹ Preferences... ▹ Security
    from the Safari menu bar and check the box marked Enable plug-ins.
    6. Select
    Safari ▹ Preferences... ▹ Extensions
    from the Safari menu bar. If any extensions are installed, disable them.
    7. In the Safari preference window, select
    Privacy ▹ Remove All Website Data
    Close the window. Then select
     ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Delete All. Close the preference pane.

  • Trouble Running Unit Tests on Device

    I am having trouble running multiple unit test on my device. I am using JMUnit as part of NetBeans IDE 5.5.1. I can get the tests running in the emulator but when I try them on the phone they don't work. Under my project's properties->Application Descriptor->MIDlets->MIDlets in the Suite, the 'jmunit.framework.cldc11.TestSuite' comes up in red with the error 'Some MIDlet classes are invalid'. I am using CDLC 1.1 and MIDP 2.0. Any ideas?

    wegunterjrASI, 
    I have a few follow up questions for you to gain a better understanding of your application: 
    1). What are you using to do the unit test (NI’s unit test framework or VI tester from JKI)?
    2). What are you conducting the unit test on (RT Driver or something on the host machine)? 
    3). Are the unit test VIs under the target in the LabVIEW project? 
    4). Are you able to run a simple unit test? 
    Screenshots are always appreciated. 
    Regards, 
     

  • Trouble running jobs with scheduler

    Hello,
    We have trouble running jobs with scheduler since we upgrade DS4 from 14.0.1.142 to 14.0.2.322. It works fine for several hours and then randomly jobs are not started. There is no error in the log.  In AL_RWJobLauncherLog.txt file,  there are no "RWJL_EXIT called" in that case :
    02_28_2012 09:30:00     CRWJobLauncherApp::InitInstance called.
    +02_28_2012 09:30:03     +
    02_28_2012 09:30:33     *** RWJL_EXIT called.
    02_28_2012 10:00:00     CRWJobLauncherApp::InitInstance called.
    02_28_2012 10:30:00     CRWJobLauncherApp::InitInstance called.
    02_28_2012 11:00:00     CRWJobLauncherApp::InitInstance called.
    02_28_2012 11:30:00     CRWJobLauncherApp::InitInstance called.
    +02_28_2012 11:30:03     +
    02_28_2012 11:30:33     *** RWJL_EXIT called.
    Sever_eventlog file shows that job is not started. Whole server has to be restarted to get it to work again (restarting DI_JOBSERVICE is not enough). Could you help please ?
    Regards
    Annie

    Hi Annie,
    Mmmhhh that doesn't make much sense to me, except if you have problems with the repository:
    1) Your JobServer or JobLauncher has problems executing jobs
    => reads the repository to get job information
    2) Your Management Console (independant from the JobServer - but on same machine) has problems
    => Is connected to the repository to show job status, adapters etc.
    3) The Tomcat which is hosting the Management Console is OK
    => No connection to the repository of DS.
    Do you have any network or database problems? Can you put the database on the same server?
    I could be wrong of course...just the only thing that comes to mind..
    Regards
    Norbert
    P.S:
    What about compressing your repository and/or
    1395641 - Will truncating the AL_HISTORY and AL_STATISTICS Table compromise the referential integrity of the repository?
    There are half a dozen KBAs about these tables..
    Edited by: Norbert Klein on Mar 3, 2012 10:37 AM

  • Having trouble running Dreamweaver on new Windows 8 laptop.  No trouble running it on Windows 7.

    Having trouble running Dreamweaver on new Windows 8 laptop.  No trouble running it on Windows 7.

    Thanks for your reply.
    When I tried downloading Dreamweaver CS6 onto my laptop, it took over 2 hrs to download, then it compressed it into a Zip file which I was never able to open.
    Not sure why I am having so much trouble. We’ve had no issue loading onto our Windows 7 lab, however, we are not successful using the download on my work laptop. 
    We are going to try again, however, it this doesn’t work, perhaps I should try the trial download – and take it from there?
    Thank you in advance. 
    Ms. Laura Sciortino
    Basic Technology Instructor
    Grades 7-8, 10 - 12
    Weehawken High School
    Peer Leadership Advisor
    Grades 9 - 12
    Main Office: 201.422.6130

  • Having trouble running flash on 64 bit...help!

    i am having trouble running flash on my 64 bit computer. does anyone know of any patches for this or if adobe is comming up with a solution?
    any contributions to my problem would be most appreciated,

    Using Firefox (32-bit version) installed, try this: http://thetechangel.com/blogberry/2010/01/firefox-flash-fix-for-windows-64-bit/

  • Having trouble running "Stocks" on iPad

    i am having trouble running the app "stocks" on my iPad3

    The iPad doesn't have the built-in Stocks app as found on the iPhone and iPod Touch (nor Weather, Clock or Calculator) - you will need to find a third-party stocks app in the app store

  • I am having trouble running .mov files on my ipad. What can I do?

    I am having trouble running .mov files on my ipad. What can I do?
    Thanks.

    go to the app store and search .mov   The pad plays a certain set of file types, but not all.  In the appstore there are several alternate players that will work.  Find one that does what you heed, and is priced right for you,and download it.
    ((WM Player HD lite is free, and look like the one you might want)
    I use xy player, and VLC, but I am not sure either one is still available.

  • Having troubles running iTunes! I downloaded iTunes just fine, but when I try to open it, it tells me iTunes is in a locked disk or I dont have permissions to write to this folder. Please help!

    Having troubles running iTunes! I downloaded iTunes just fine, but when I try to open it, it tells me iTunes is in a locked disk or I dont have permissions to write to this folder. Please help! I purchased an iPod for my son and wanted to put music on it.

    Hello there KRerssig,
    I was looking through our resources and found an article with information regarding that error message. The article is called iTunes for Windows XP: "Disk is locked" or "iTunes folder cannot be found" when installing or opening iTunes found here: http://support.apple.com/kb/HT1866.
    Here is the text but the article contains images for a visual reference:
    Verify the location of your Windows XP My Music folder. The default location for this folder is
    C:\Documents and Settings\username\My Documents\My Music
    If you do not have this folder at the default location and have not moved it to another location, consider creating one inside your My Documents folder.
    Download and install Tweak UI from the Microsoft PowerToys website athttp://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
    Note: This utility is for Windows XP only. Please review the system requirements before installing.
    Once you have installed Tweak UI, open it from the Start menu.
    In the column on the left, click on the plus symbol next to My Computer and select Special Folders.
    In the right pane under Special Folders, choose My Music from the Folder pop-up menu.
    Click the Change Location button. You may see a warning message appear with precautions for changing this setting; after reviewing the message, click Yes.
    In the resulting window, browse for the My Music folder as described in step 1, and click OK.
    Reinstall or open iTunes.
    If these steps do not resolve the issue, the settings for the current user may be corrupted, which could cause iTunes not to install or open. You may have to install and open iTunes in a different Windows user account.
    All the best,
    Sterling

  • Trouble running .java applettes from studio

    I am having trouble running javascript applettes from studio however they do work if run directly in MS explorer 6. The path for explorer exists in tools/options/sever and external tool settings/web browsers. Any suggestions?

    Do you have Java or JavaScript problems?
    Can you provide some code sample/steps to reproduce this?

  • TS1717 Having trouble running iTunes version 11.0.2 on a Dell Laptop running Windows 7 Professional Service Pack 1.  Keep getting an error message "the software required for communicating with iPods and mobile phones was not installed correctly..." reinst

    Having trouble when I launch iTunes (version 11.0.2) on my Dell Laptop running Windows 7 Professional (service pack 1).  I get an error message indicating software required to communicate with iPod and mobile phones was not installed correctly.  Do you want iTunes to try to repair this for you?  I normally respond with OK and it immediately tells me "could not be repaired.  Please reinstall iTunes..."  I have done this a number of times to no avail.

    I also notice Quicktime is not getting installed at all.
    That one is normal nowadays (ever since the iTunes versions 10.5.x).
    The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • Trouble Running Built Applications in OS X

    Hello,
    I am running Labview 8.2 on OS X and I am having trouble with the
    LabVIEW run-time engine. The application I built runs fine on the
    machine it was built on, but when I copy the application over to a
    different computer it does not work. I'm a little unclear on how the
    run-time engine is supposed to work. When I double click on the .app
    file, the LabVIEW 8.2 spash screen appears followed by a "Select a File
    to Open" dialog box. I'm not sure what file I'm supposed to select, but
    I assumed it was the .app file. However when I selected this file it
    gave an error message saying that it was not a valid LabVIEW file.
    I upgraded to 8.5 and got the run-time engine for 8.5 and the same thing happens.
    Am I missing something? Is there any documentation for the run-time
    engine? Most of the stuff I've found seems to only apply to Windows.
    Thank you,
    Mike

    I'm not sure that I am building the app correctly. I made an extremely
    simple, one VI project and compiled that, but it also said that was an
    invalid LabVIEW file.
    I'm a little unsure about your reply André. The
    compiled program is a .app, so there aren't any VIs. There are four
    files that are created by the build: program.app, program.aliases, a
    preferences file and a preferences.bak file. When I double click the
    program.app file, it shows the LabVIEW spashscreen, then asks me to
    select a file. If I select the program.app in this file select dialog,
    it says that it is an invalid LabVIEW file.
    Thanks for your reply,
    Mike

Maybe you are looking for

  • How many users are there of Logic?

    does anyone know where I can find out how many users there are globally of Logic Pro. I'm doing an assignment on this and I can find sales figures for DAW software anywhere....

  • How do i get my ipod nano touch screen fixed?

    How do i get the ipod nano touch screen fixed?

  • Iphone won`t start up

    Old Iphone mgs on screen restore needed wont turn up pls help. If i press restore i will lose all my contacts list and notes pls pls pls pls helpppppppppp

  • Custom kernel for es1371?

    Do I have to build a custom kernel to get the es1371 sound module? If so, is abs/pacman the best way to go just to get it? I am using 2.6.20-ARCH and it works fine other than sound. Please, no directions to wiki alsa page, or to gentoo alsa page, or

  • Error 1220: Illegal Argument, please help!

    Hey, The script I'm trying to write is fairly simple. I'm just at the beginning stages and I've hit this bug that I haven't been able to resolve. Whenever I run my program, I get a Error 1220 at the following line. Line: 95 ->  var myNewDoc = app.doc