[CLOSED] Help Needed: Installing "Mind on Track"

could you help me to install "Mind on Track" on arch linux 64 bit?
http://mindontrack.com/
"Mind on Track"
Task manager with integrated mind maps
Note:
* I use Arch Linux 64 bit.
* "Mind on Track" is written in java and meant for 86 bit.
What I have done:
1- make it executable.
2-
$ sudo ./mindontrack-1.1.0.104-Linux-x86-Install
No protocol specified
This will install mindontrack on your computer. Continue? [n/Y] Y
Where do you want to install mindontrack? [/usr/local/mindontrack]
Installing mindontrack...
Installing Program Files...
Installation complete.
created 2 folders "y" and "workspace".
3-
$ sudo ./y/y/mindontrack
nothing happens...
4-
$ ./y/y/mindontrack
java.io.FileNotFoundException: /home/yaser/Downloads/56/y/y/workspace/.xmind/.version (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
at java.io.FileOutputStream.<init>(FileOutputStream.java:165)
at com.todoer.core.OrgBoxWorkflow.updateWorkspaceVersion(Unknown Source)
at com.todoer.core.OrgBoxWorkflow.start(Unknown Source)
at com.orgbox.gtd.core.internal.GTDWorkflow.start(Unknown Source)
at org.xmind.core.internal.XmindCore$1.run(Unknown Source)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.xmind.core.internal.XmindCore.runWorkflowExtension(Unknown Source)
at org.xmind.core.internal.XmindCore.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
at org.eclipse.osgi.internal.loader.MultiSourcePackage.loadClass(MultiSourcePackage.java:31)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:466)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at org.xmind.cathy.internal.CathyPlugin.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:904)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
java.lang.IllegalStateException: The platform metadata area could not be written: /home/yaser/Downloads/56/y/y/workspace/.metadata. By default the platform writes its content
under the current working directory when the platform is launched. Use the -data parameter to
specify a different content area for the platform.
Could you help me?
Last edited by G_P (2011-10-22 22:35:17)

Thank you a lot.
Are you using 64 bit on your Debian?
I uninstall it and then install it as a standard user.
There was a wizard ( http://en.wikipedia.org/wiki/Wizard_(software) ) asked me if I want to install it.
I complete it but nothing happens and it freezes on the terminal.
[yaser@Arch-Raddadi 56]$ ./mindontrack-1.1.0.104-Linux-x86-Install
[yaser@Arch-Raddadi 56]$ java.io.FileNotFoundException: /home/yaser/mindontrack/workspace/.xmind/.version (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
at java.io.FileOutputStream.<init>(FileOutputStream.java:165)
at com.todoer.core.OrgBoxWorkflow.updateWorkspaceVersion(Unknown Source)
at com.todoer.core.OrgBoxWorkflow.start(Unknown Source)
at com.orgbox.gtd.core.internal.GTDWorkflow.start(Unknown Source)
at org.xmind.core.internal.XmindCore$1.run(Unknown Source)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.xmind.core.internal.XmindCore.runWorkflowExtension(Unknown Source)
at org.xmind.core.internal.XmindCore.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
at org.eclipse.osgi.internal.loader.MultiSourcePackage.loadClass(MultiSourcePackage.java:31)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:466)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at org.xmind.cathy.internal.CathyPlugin.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:904)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
looked at  ~/Downloads/mindontrack/workspace/.metadata/.log
!SESSION 2011-10-22 02:41:47.687 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.112
!MESSAGE NLS unused message: OrgBoxWorkflow_BuyUrl in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.112
!MESSAGE NLS unused message: OrgBoxWorkflow_Close in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.112
!MESSAGE NLS unused message: OrgBoxWorkflow_Download in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.113
!MESSAGE NLS unused message: OrgBoxWorkflow_DownloadUrl in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.113
!MESSAGE NLS unused message: OrgBoxWorkflow_Evaluation in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.113
!MESSAGE NLS unused message: OrgBoxWorkflow_License in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.113
!MESSAGE NLS unused message: OrgBoxWorkflow_LicenseError in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.114
!MESSAGE NLS unused message: OrgBoxWorkflow_OldLicenseMessage in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.114
!MESSAGE NLS unused message: OrgBoxWorkflow_OldLicenseMessage2 in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.114
!MESSAGE NLS unused message: OrgBoxWorkflow_OldLicenseMessagePurchase in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 2 1 2011-10-22 02:41:50.114
!MESSAGE NLS unused message: OrgBoxWorkflow_Purchase in: com.todoer.core.messages
!ENTRY org.eclipse.osgi 4 0 2011-10-22 02:41:50.261
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:197)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:174)
at org.eclipse.swt.internal.C.<clinit>(C.java:21)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:132)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:686)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at org.xmind.cathy.internal.CathyApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
I think this is the problem:
"java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM"
Last edited by G_P (2011-10-21 23:55:17)

Similar Messages

  • Help needed installing JCE on RHEL4

    Hello friends,
    I have downloaded the jce1_2_2.zip file. Need help on installing it. J2sdk 1.4.X is installed but still I am getting error like Unallotable Package JCE. Thats why I downloaded this file and now dont know how to install it. Even the instrauctions I found are clear.
    Please suggest me.
    Its urgent.
    Thanks

    I'm not sure on that model as I haven't seen one so don't know how the bios works.  You'll have to try using some of the arrow keys to see how to move the CD to above the hard drive.   When it boots up it have an F12 option (at the same time you see the F2 prompt to enter the bios) that takes you to the Boot Manager Menu, but like I said, they don't sell that model over here so I've never seen it so I don't know if it's there or not.  You'll need to ask over in the Euro forum where they sell it how that works.
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • Help needed installing Flash Player Update on Mac

    I am trying to install a flash player update on Mac - right now the one site I'm trying to use says flash is out of date.   Will not accept my adobe password, reset it through the adobe site and still will not work.  Tried Chat help and agent said to reset password through the Apple screen.  When  I try that it asks for apple id and password but there is only a place for the password.  Any suggestions.

    Hi,
    This is the OS (Apple) prompting for the password, not Flash Player, therefore, the password is your Apple password, not Adobe ID password.  Please see What userid & password do I need to install Flash Player?
    Maria

  • Help needed -- Install MI client on Win 32

    Hi,
    I want to install a MI client on my desktop for MI app development with NW 7.0. The way I used is to install it by url. The url is determined and service for installing it through url is enabled. On the installation page I tried both the awt and jsp installation but got the same error message:
    Load the following file to your mobile device:  *
    No installation file exists yet for selected component.  *
    Can anyone help me with it? I'm a newbie. Thanks a lot!
    Best regards,
    Hadrian

    Hi Sivakumar
    First, thank you a lot! I read a forum thread about client installation through URL. It says someone needs to upload the installation file first. And now by your help I know how to do it. But there is a new problem. On the Mobile Archive Converter page, there is a message "Could not connect to middleware" under the page title "Mobile Archive Converter". All input fields, except the dropdown list "Application type" and the checkbox "Link to SAP MI Homepage", are not enabled. And there is no content inside the dropdown list "Application type". Do you have any idea about that?
    Besides that, should a link to the mobile administrator be visible under the mobile infrastructure menu on NW admin page? And I can't find any mobile admin related roles, like "SAP_JAVA_NWMOBILE_HG_ADMIN". Do you know what's the reason?
    Btw, this morning I used a .sca client installation package to install the jsp client environment. And I succeeded in the initial synchronization with my NW server.
    And thank you again!
    Regards,
    Hadrian

  • Help needed installing 6.1 service packs

    I have iPlanet Web Server 6.1 SP1 (used /sun-webserver61-sol.tar) installed on my SunOS cococay 5.8 Generic_117350-02 sun4u sparc SUNW,Sun-Blade-1000
    I need to install SP3 or 5. I couldnt' find SP3 but
    Found and downloaded SP5 116648-17.zip into /software/iplanet/6.1sp5/
    Installed 11934-26 first as recommended by readme .
    unzip 116648-17.zip /software/iplanet/6.1sp5/116648-17
    patchadd /software/iplanet/6.1sp5/116648-17Checking installed patches...
    One or more patch packages included in
    116648-17 are not installed on this system.
    Patchadd is terminating.
    So I tried the same thing with the most recent patch 61SP8 and get the same response.
    downloaded Patch (24832561)
    116648-20 :Title:     Sun ONE Web Server 6.1 Solaris-Sparc Patch WS61SP8
    Then I uninstalled 6.1 with SP1 and tried to install 116648-17 but get the same error.
    What am I doing wrong?
    Thanks!
    MJ

    Hi Guys,
    Does anyone know where I can download SP3 as I cannot locate it anywhere. I currently have SP1 installed and need SP3 to clone another install elsewhere.
    Any help would be much appreciated.
    Thanks,
    AQ

  • Help needed installing Adobe Photoshop Elements 12.

    I am on a deadline and need to install. I currenly do not have a working DVD player. How do I install this software?

    Hi Flyfisher01,
    You can download the trial verison of Photoshop Elements 12 and activate it with your serial number
    Download Link - http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements &loc=en
    Let me know if you need more info.
    Thanks!
    Eshant

  • Help needed installing Flash Player 10

    Trying to install Flash Player 10 and get an error message in german
    sending me for information to wwww.adobe.com/tn_19166. Have tried whatever indicated on that page as well as all the hints i've found on ADOBE website buti'm unable to solve the problem.
    The machine on which i'm trying to install it runs with XP PROFFESIONAL 2002 with SP3 and IE8
    Whatever help on this issue will be very much wellcomed

    Can you give us the error code and full message you are getting? (It's OK to quote it in German.)

  • Help needed installing PSE...

    I had Photoshop elements (CD/disc version) installed on my imac and my mac book pro.
    3 weeks ago my mac book pro died. I took it to the Apple store and it was a terminal failure.
    I bought a new mac book pro and installed photoshop elements on it. Now when I start it, I am told that the activation limit has been reached and I must deactivate it on one of the other 2 computers.
    Obviously I cannot do this on the mac book pro that died.
    So my question is how do I activate Photoshope Elements on my new mac book pro, given this activation limit?
    Thanks for the help.

    Contact Adobe to get your activation count reset
    http://helpx.adobe.com/contact.html

  • Help Needed installing OS 8

    My son has a Power Mac G3 233 Desktop that come with OS 9.1 installed on it but he reformatted the HDD so he could put OS 8 on it, { please don't ask why because I don't know myself } anyway every time he boots the cd to install he gets this error mesage
    This Startup Disk Will Not Work On This Macintosh Model Use The Latest Installer To Update This Disk For This Model
    The OS 8 disk came boxed with all manuals so I cannot understand what the problem mite be as he also has OS 9.1 cd and that installs ok without error messages, hope someone can help with this as I'm new to mac's myself after useing windows computers for years.

    If the problem were only HFS Vs. HFS+ Extended, you would get an Icon with a name re-assuring you that your data are still there, but cannot be accessed under Mac OS previous to 8.1.
    My answer below will sound far-fetched, but humor me for a moment:
    I have seen this problem before when you try to go back to an older version of Mac OS. There is a set of changes around Mac OS 8 and 8.1 that seem to "pull up the ladder" to the Mac OS treehouse. Once you have EVER installed a later OS, the earlier ones are somehow identified as no longer appropriate for this Mac, and will refuse to install. There may be similar changes around Mac OS 8.6 to Mac OS 9.
    They way to eliminate this prejudice is to reset the PRAM. The Mac then uses the factory default, which allows the older OS to seem appropriate again. Then it can be installed.
    Even if you do not believe this explanation, it is easy to test. Reset the PRAM, and before you let the later Mac OS run again, boot from the CD and try the Install again.

  • Help needed installing sol10/8 x86

    hello all
    i hope somebody can help me.
    i successfully install sol10/8 x86 on my new laptop - lenovo r61 -
    it works, but char-special-files in /devices are missed:
    display(nvidia), audio, nid (e1000g) mybe more
    what did i wrong??
    btw: i tried twice the DVD distribution, does NOT work
    (at least on this sys) the CD dist is OK.
    thanks for help and time.

    Hello,
    1)I am going to try the export/import option using P6 professional client. Could you please let me know whether I be able to copy all the data from existing DB to the new EPPMDB using this method ?
    Everything related with the projects, but not related with the application, you can't export layouts, users, privileges, user preferences, etc in the xer files.
    2)I followed the manual upgrade procedure and then installed P6 once again. This time, the configuration tool accepted the DB and completed the deployment.
    But nothing seems to work except the weblogic admin application. (http://server:7001/console). All other URLs (P6, PR etc.) are showing 'page cannot be displayed', even though the status of all the applications is 'Running' in the weblogic admin
    Well, in my experience I know that is not possible to upgrade from PPM to EPPM because the database schemas are differents. I don't know how you did it.... It seems that your issue with the web applications is a different issue and not related with the database, because of the error: 'page cannot be displayed' is related to the web applications and not related with your database issue. I believe that you are trying to say that the managed server are running (server tab) and the applications should be in "active" status,right?
    3)Do you think I can migrate the entire DB following the above guide to version 8.2, instead of doing the export import.
    that guide is to upgrade from a eppm database to a eppm database. I'm almost sure that upgrade from ppm to eppm will give you more issues.
    You can check if your database is ok, runing the validate.bat file (in the media folder) and also you can test your database using the EPPM P6 windows client, instead of P6 web access, for test purposes only.
    Best Regards

  • Help Needed Installing Boot Camp

    Hi,
    Hope someone out there is able to help. I have tried searching the forum but none found.
    I have just upgraded my harddisk using Carbon Copy Cloner.
    The new harddisk boots up fine.
    But when I tried to install Boot Camp on the new harddisk using the Boot Camp Assistant, it gave me this error
    " The startup disk cannot be partitioned or restored to a single partition".
    I have already partitioned using Disk Utility as a single Mac OS Extended (Journaled) volume.
    I have also Repair Disk Permissions.
    The OS is Leopard 10.5.4
    Please help. I could not even get pass the first step in installing Boot Camp.
    Thanks

    Problem solved.
    1) Repartitioned in GUID.
    2) Carbon Copy to clone the harddisk.
    3) Run Boot Camp Assistant.

  • Help needed installing xp on a wiped laptop

    Hello
    Wondering if any1 can help just purchased a 2nd hand toshiba satellite pro laptop
    It was wiped clean and when I loaded it up It has come up in dos mode but wont let you enter any commands all it says is -
    PXE-E61:Media test failure check cable
    PXE-M0F: Exiting PXE ROM
    Operating system not found
    If you press any key it just re-starts, I have loaded my XP installation disk but it will not auto run. You are able to F2 at start but cant seem to find anything that will help run the disk.
    Any info greatly appreciated and I have limited computer technical knowledge so any as easy to understand as possible thanks
    Dean

    I'm not sure on that model as I haven't seen one so don't know how the bios works.  You'll have to try using some of the arrow keys to see how to move the CD to above the hard drive.   When it boots up it have an F12 option (at the same time you see the F2 prompt to enter the bios) that takes you to the Boot Manager Menu, but like I said, they don't sell that model over here so I've never seen it so I don't know if it's there or not.  You'll need to ask over in the Euro forum where they sell it how that works.
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • Help Needed - installing tuner software on a laptop with no CDrom

    Hi there,
    I recently purchased an Asus Mini Laptop and was given an MSI Digi Vox Micro HD tuner for free with my purchase. I was so excited because I had really wanted to buy a TV tuner, not owning a television and all.
    Anyway, only later when I opened the box did I realise that I couldn't install the software for the Tuner because I don't have a CDrom drive! All the drivers and everything installed fine, but obviously I cant make use of the tuner without the software.
    I have looked at the official page for the tuner but they only offer driver downloads, not software downloads. Does anyone know how I can make this work? I really, really want to get it up and running.
    Thanks in advance.

    you can copy cd contents to usb key on another computer.

  • Help needed with applying a track matte

    hi.
    i'm trying to apply a track matte for the first time. i'm using this article http://www.adobepress.com/articles/article.asp?p=2039925&seqNum=2 as a guide but instead of only 2 footage layers i also use a shape layer - I want to create a "hole" in the top footage so that the contents of the bottom footage could be visible through it. So my layer stack has this order: 1. Shape Layer 2. Top Footage 3. Bottom Footage. On the Top Footage I applied "Alphe Matte Shape Layer" but instead of seeing a part of the Bottom Footage through the Shape Layer, the whole Bottom Footage is shown on the screen. Just to be sure, i tried to change the order of the layers and also tried Alpha Inverted and Luma mattes, but did not achieve the result i want. What is wrong with this composition?

    SOLUTION: i placed the Bottom Footage above the Top Footage and selected "Alpha Matte Shape Layer 1" and got the result i wanted. So, this is the other way around of how i understand this statement: "The underlying layer (the fill layer) gets its transparency values from the values of certain channels in the track matte layer—either its alpha channel or the luminance of its pixels " . So, the underlying layer (the Top Footage in my comp) should have gotten its transparency values from a track matte above - and if the track matte above is a small rectangle (with 0% opacity) this rectangle should have cut a transparent hole in the fill layer below? Plus, on the underlying layer below a track matte there was selected "Alpha Matte Shape Layer 1" which means (correct me if i wrong) that the layer below the track matte accepts transparency information from a matte above?
    In my project, only a small part of the Top Footage should have been transparent so that a part of the underlying Bottom Footage's contents could be visible. I though it to be logical to place the Top Footage above the Bottom Footage but i achieved the result i wanted with placing the Bottom above the Top.

  • Help needed: Installing ODM Problem!

    I have installed Oracle 9.2 enterprise ed. and a new database is created for testing Oracle Data Mining.
    I followed the procedure noted on the ODM documentation, I have alter user odm and odm_mtr, but when I tried to exec dm_start_monitor it reports:
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DM_START_MONITOR' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Would anyone please tell me what I should do to install and start the Oracle Data Mining.
    THX n best regards
    Alex

    Try this.
    Put your optical drives like CD-ROM drive to IDE 1 and set as Primary Master aka Master mode and put your HDD to IDE 2 and set as Secondary Master aka Master mode also.
    Btw, what is your PSU specs?

Maybe you are looking for

  • Reading MS Project Data from a SAP program

    I have a requirement to read a Microsoft Project data into SAP.  In other words, the client wants to do his planning in MS Project and then when he has finished, this plan needs to be read into SAP, that is the tasks, start date and end date. Has som

  • How do I create text with Automator

    I am trying to create a very simple macro, or text substation. I would like to hit 5 on my keyboard, and have a long text message appear, like a signature line at the end of an email. When I use record in Automator, it works. However, I cannot get th

  • BAPI for Creation of return sales order

    Folks: I have to create return sales order through BAPI from Billing document. I am using BAPI "'BAPI_SALESORDER_CREATEFROMDAT2" and giving billing document as reference document and sales order is created and billing document data is but the documen

  • Moving Markers with Clips in Multitrack View?

    Say for example I want to set a marker at 10:50 on a clip in Multitrack view, but then I move the clip forward by 5 minutes. To my knowledge, the only way I can set a marker is if I set it on the Multitrack itself, and not the clips within the multit

  • Ibook g3 logic board horror history

    Hi people, I don't expect much of this post, I just want to let my history out so you would reconsider buying apple products in the future. I'm a Mexico studend and got an ibook g3 almost three years ago (will be three years in january next year). I