J2ee1.3.1 please help unable to run deploytool

Can somebody please help J2ee 1.3.1 casuing a big headache why cant I get it to work
I have problem with J2ee 1.3.1 deploytool and I get the error message below
No local string for enterprise.tools.deployment.main.error_creating_ui
Unable to create UI: java.lang.ExceptionInInitializerError
can somebody contact me here or email me on [email protected]
I really need to get it up and running.
Thanks
Ian McNerlin

Just add lib/j2eetools.jar to the classpath.
(My apology for my earlier posting in one of the threads advising j2ee.jar instead)

Similar Messages

  • Sign into iCloud pop-up message on iPad2 won't disappear off screen, have reset password multiple times but it is saying incorrect. Please HELP unable to use iPad as message appears every few seconds, iPad was working fine until now.

    Sign into iCloud pop-up message on iPad2 won't disappear off screen, have reset password multiple times but it is saying incorrect. Please HELP unable to use iPad as message appears every few seconds, iPad was working fine until now.

    After the restore did the phone work properly for a while? Say, a day or so?
    If so it is possible you have an app that doesn't let go of memory properly. I reboot my iPhone ( hold sleep/wake and hole till you see the apple logo) every few days. This resets the memory. The iPhone OS has doesn't seem to mange memory very well yet. So a reboot will help with that. I have had my phone almost slow to a stop before I started rebooting. Always reboot after installing a new app. Also do you close all pages in Safari when you are done? This is a good practice. Safari will run in the background and use processor time and drain your battery quicker. Create a new blank page then close all others when you are done browsing for a while. I have also found that certain web site that have animated images like weather maps will turn the phone into molasses. As soon as i close that page it gets faster.
    If all of the above have no effect then as Tamara said it is time for a trip to the Genius bar.
    Good luck

  • I sign up for TAPJOY.While signing in,they install something in my PROFILE CONFIGURATION...When I check my Settings-General,I can't see the PROFILE OPTION! Please help me :) Im running ios 6.0.1

    I sign up for TAPJOY.While signing in,they install something in my PROFILE CONFIGURATION...When I check my Settings-General,I can't see the PROFILE OPTION! Please help me Im running ios 6.0.1

    Well, after another call with Apple support and the engineers, no success.  After spending over 20 hours trying to debug this, I give up.  Apple was basically fishing for a solution with trial-and-error settings on the iphone.  Then they wanted me to plug in software to log my iphone connections to the router, etc, etc., etc., at which point I decided I no longer wanted to participate in their testing process and will simply return the router.
    25 hours of my life I'll never get back.
    Big bummer, and frustrating for all the obvious reasons.

  • Please help me to run this CMP BEAN, I need help urgently, I am running out of time :(

    Hi,
    I am facing this problem, Please help me, I am attaching the source files
    also along with the mail. This is a small CMP EJB application, I am using
    IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
    me the working copy of the same. I need these urgent. I am porting all my
    beans from bea weblogic to Iplanet. Please help me dudes.
    Err.........
    [06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
    caught
    in kcp skeleton, exception = java.lang.NoSuchMethodError
    [06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
    java.lang.NoSuchMethodError
    at
    com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
    ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
    nyHo
    me.java:205)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:297)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Caught an exception.
    java.rmi.RemoteException: SystemException: exid=UNKNOWN
    at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
    at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:324)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Thanks in advance
    Shravan
    [Attachment iplanet_app.jar, see below]
    [Attachment iplanet_src.jar, see below]

    One reason that I sometimes get 'NoSuchMethodError' is when I make a change to a
    java class that is imported into another java class. When I go to run the
    importing class, it will throw a 'NoSuchMethodError' on any methods that I've
    changed in the imported class. The solution is to recompile the importing class
    with the changed classes in the classpath.
    shravan wrote:
    Hi,
    I am facing this problem, Please help me, I am attaching the source files
    also along with the mail. This is a small CMP EJB application, I am using
    IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
    me the working copy of the same. I need these urgent. I am porting all my
    beans from bea weblogic to Iplanet. Please help me dudes.
    Err.........
    [06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
    caught
    in kcp skeleton, exception = java.lang.NoSuchMethodError
    [06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
    java.lang.NoSuchMethodError
    at
    com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
    ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
    nyHo
    me.java:205)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:297)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Caught an exception.
    java.rmi.RemoteException: SystemException: exid=UNKNOWN
    at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
    at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
    at
    com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
    mpanyHome.java:324)
    at
    com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
    e.java:89)
    at
    com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
    wn Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    Thanks in advance
    Shravan
    Name: iplanet_app.jar
    iplanet_app.jar Type: Java Archive (application/java-archive)
    Encoding: x-uuencode
    Name: iplanet_src.jar
    iplanet_src.jar Type: Java Archive (application/java-archive)
    Encoding: x-uuencode

  • Please help, I am running Windows 7 Home Premium and have problems with loading FLASH Player

    Everytime I attempt to load Adobe Flash Player, it says it is installing but then I get a screen that say, must close Internet Explorer, which I do, then the down load continues.  It eventually takes me to a window that is for Adobe Photoshop Elements 11, it loads a trial version and then eventually it says Flash Player successfully Installed.
    When I go to open a web video, it says, you must have Flash Player installed to view this video.  Which when i click on the Adobe download link, it takes me back through the same loop with the same results.  Seaching in my programs it does not show Adobe Flash Player loaded, only the 32 bit version, which I am still unable to view web videos with>>>>
    What is going on here?  Do I need to download something additional to correctly install Adobe Flash Player?  Please Help, Thanks in advance for your response and recommendations!
    Dan

    Thanks for reply... But when i am trying clean install of windows 8pro 64 it says dat u can only upgrade it from the previous versions of windows ... As i told that i got an upgrade pack of windows 8pro ... Soo how can i install it directly ???

  • This is urgent please help!  long running job in sm37 but not in sm66

    Hi,
    Can someone please help for an explanation as to why if you call sm37, you can see that the job is long running (example about 70,000 sec), but when you look at the PID where the job is running in sm66 it does not show 70,000 sec but only around 6,000 sec.
    Can someone please explain why?  Thank you very much

    For background processes, additional information is available for the background job that is currently running. You can only display this information, if you are logged onto the instance where the job is running, or if you choose Settings and deselect Display only abbreviated information, avoid RFC. In any case, the job must still be running.
    Regards
    Anilsai

  • 'unable to join the network...' wifi network error ! please help, 'unable to join the network...' wifi network error ! please help

    im on pay as you go.. still trying to set up wifi to my home network.. im putting in the password (sky broadband) and i keep getting the message
    Unable to join the network...
    driving me crazy now - please help !

    Other possibilities:
    Your router firmware is out of date. Check the manufacturer's website for an update
    You have MAC (Media Access Control) filtering enabled on the router, that restricts access to "known" devices and the new iPhone is not on the table of known devices
    Your router has a setting limiting the number of simultaneous allowed devices
    Your routers SSID ("name") is still the default (e.g., LINKSYS, DLINK, NETGEAR, etc). Your phone has encountered other routers with the same name as you have traveled, and the phone is confused as to which router is the real one. If your router's name is still the default you should change it.

  • Please help: unable to set preferences for planning from workspace.

    Hi Experts,
    unable to set preferences for planning from workspace.(file--->preferences----->planning), when doing this task prompts " An Error occured" preferences works fine with other components IR, FR, WEB ANALYSIS.problem is only with the planning.
    1) i restarted the workspace and planning services but even then the same issue.
    Please help me out on this issue.
    Thanks.

    Hi,
    Do you get the same problem if you access planning directly ? http://<planningmachine>:8300/HyperionPlanning/
    Just trying to understand if it related directly to planning and maybe you will get a different error message.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Please Help With WRT54G Running WWW Server

    Can someone please help me with a problem I am having setting up a WWW server?
    I installed a wireless network in my home last week. I’ve spent days trying to configure the network so that I can run a WWW server on port 80. Right now I have it configured as two separate networks so I can access the WWW server on an additional roadrunner IP on PC1 that is the reason for the hub.
    PC1 wired to EFAH05W 5 port hub ---> Linksys LNE100TX network adapter
    PC2 wired to WRT54G ---> Linksys LNE100TX network adapter
    PC3 wired to WAP54G ---> Linksys LNE100TX network adapter
    Mac note book wireless WAP54G ---> MacAirport
    Motorola SB 5100 Surfboard Modem ---> Linksys EFAH05W 5 port hub ---> Linksys WRT54G V 6.0 ---> Linksys WAP54G v3.01
    I want to cancel the extra IP and remove the hub and still access the www server from outside my network! I want the WWW server to run on PC3 which is hard wired to the WAP54G.  I have all of the ports forwarded correctly and no firewalls! I can access all three computers on the private network with no problem and they all can access the internet but… When I go to the PC1 with the road runner IP I can’t I can’t access the WWW server running on PC3.
    I have the WAP54G set as a client and the IP addresses begin at 192.168.1.100 and run through 192.168.1.105 wireless is on channel 6 and security is 128bit wep.  
    While I am here I might as well address another issue I have.  I up-graded the firmware on the WRT54G V 6.0 to v1.02.0 and now I cant get the WAP54G to work in repeater mode which seems to have been fixed by going back to v1.01.0 firmware  but I cant find v1.01.0 anywhere does anyone know where I can find it?
    I know I should have backed up the firmware but… I didn’t  !
    Thanks

    Sorry, but the way you describe your network setup is hard to understand. It would be easier if you started from the internet connection and said how everything is wired/connected from there.
    "PC1 wired to EFAH05W 5 port hub ---> Linksys LNE100TX network adapter"
    I suppose that means your PC1 has a LNX100TX which is wired to the EFA, etc... Because later you only have a "--->" and it does not say anymore if it is wired or wireless...
    I guess the WAP is in repeater mode/WDS thus the WAP is connected wireless to the WRT and bridges to PC3.
    It also seems to me as if you are running two DHCP servers: one on the WAP and one on the WRT. This is a bad idea as well. In a LAN you should run only a single DHCP server.
    You also don't clear say how you are trying to access the web server. I suppose you enter your public IP address into your browser on a PC behind the WRT. You don't say exactly what is not working. You don't write exactly what error messages you get. If you enter the public IP address of the WRT router into your browser on a computer inside your LAN you will only get the web configuration page of the router. You cannot connect to a server port which is forwarded on the router. You must attempt the access from outside, i.e. the internet. Use an anonymizer service or a html validator for a quick glimpse what you can access from the internet.
    Old firmware: look on ftp://ftp.linksys.com/ for old firmware version. The U.S. versions are in the directory /pub/network You must keep in mind that the v6 is compatible with the v5. The directory is a little bit a mess. It is tricky to find the files which are relevant. I found the following two.
    ftp://ftp.linksys.com/pub/network/WRT54Gv5_v1010_000.bin
    ftp://ftp.linksys.com/pub/network/wrt54gv5_v6_fw_1.00.9_US_code.zip

  • Please Help:(,Unable to capture from camcorder using Audigy 2 ZS Video Edi

    Hi there! Well I have been trying to use the Sound Blaster Audigy 2 zs video editor to transfer Hi8 tapes from my camcorder (Samsung SLC860) to my laptop (Compaq presario, AMD Athlon 64 3200+, .25 GB RAM, xp). I have successfully done this before *sort of*. Before i was able to capture video from my camcorder without the sound. But now I cant even capture video! I get an error when using Ulead VideoStudio 8 SE reading: 5065:29:0. Please help, anything would be great! Thank you! Oh, i've tried reinstalling the drivers already, didnt work. P.S. I connect the camcorder to the Creative Audigy using S-Video. I have also tried A/V out from the camcorder to video-in on the Audigy. I have also downloaded VidCap and other driver updates from Creative but those didn't work either. I've tried VidCap other capture programs, none worked. Any help would be great. Thank you!
    Message Edited by DjShadowalker on <SPAN class=date_text>06-06-2006 <SPAN class=time_text>:09 AM
    Message Edited by DjShadowalker on 06-06-2006 :09 AM

    Hi there! Thanks for the reply, unfortunately, I've tried VidCap and it wont let me capture either. The Start button on Step 3 isn't acti've. Its not bold, and when i click on it nothing happens. But under device manager and Sound, Video and game controllers, there are alot of things. They are as followed: Audio Codecs, Legacy Audio Drivers, Legacy Video Capture Drivers, Media Control Devices, Sound Blaster Audigy 2 ZS Video Editor Audio Device, Sound Blaster Audigy 2 ZS Video Editor Video Device, SoundMAX Intergrated Digital Audio, Video Codecs. Do you think any of these could be interfering with one another? If so, which ones can be safely disabled? I've also tried downloading all the necessary updates for VidCap and I've even tried reinstalling the Audigy card many times. I am able to see the preview of the video on both programs VidCap and VideoStudio but I just can't capture. Once again, the error message on VideoStudio is: 5065:29:0. Thank you so much, hopefully I hear from ya soon and this can be fixed.

  • PLEASE HELP - Unable to restore all messages from my backup file (.bbb) - 21800 messages and I need them all

    Hi.
    This is not the first time I encountered this issue. The backup file itself is 18.5MB in size. The critical stuff is my 21800 messages (emails for 7 different email accounts). Whenever I do a restore, the DM only reads 13859 messages and unfortunately not in reverse order. So I end up with no emails for the last 7 months! BIG PROBLEM for me! I have done a selective restore. I have done a complete wipe and then a full restore (no success), then deleted all data and tried a selective restore and only selected the messages (still only around 13,500 messages).
    There appears to be a limitation around the 13500 mark for messages.
    PLEASE, PLEASE, PLEASE help.

    It's been a while since I used Apple's Backup, but you should be able to select "Restore" from within the app to find an iCal backup file. When you find your most recent backup file restore it to your main computer. An iCal backup should look like this: "iCal - 10/31/06.icbu". Once you have the file you can just double click on it and iCal will open and give a warning about overwriting your current database file. You can just select "Revert" to overwrite the current file since you have nothing in it now. Everything should then go back to the state it was in since your last backup. You might lose some of your most recent entries if they were not in the backup, but you should get back most of what you lost. Good Luck!!

  • Please help, unable to synchronize and run Applications NW2004s

    Hi All,
    I am newbie (no only for mobile, them for SAP)  i can't run any example! and i really need for your help:
    I have a Pentium IV +2GB RAM + Windows server 2003 + Oracle ( I them try to install the system in a Xeon but i have problems with the SDM password so i can't update the Java Components to  SP 10).
    <b>The Enviroment:</b>
    <b>Sever called erick:</b>
    1) First i install NW2004s  ABAP + JAVA + MI 7.0, SP 6 over Oracle 10.2
    2) After that i Update:
    Kernel to version 83
    SAINT, ABA, Basis to SP 10
    JSPM, NWCLIENT, NWLAP, NWADMIN, NWDRIVERS to SP 10 for MI 7.0
    3) After that, i used the MI template going to my server: http://erick:50100/nwa, login as J2EE_ADMIN, deploy & changes.... it appears to work... but when a login into the web system it says:
       System Landscape Directory is not accessible.
       Local System Only can be administrate. (maybe here is the key)
    <b>On the Client side:</b>
    Windows XP + NW developer Studio Version: 7.0.10 + MI Client (I extract this from the NWCLIENTNT10_0-20000910.SCA, SAP Mobile Infrastructure, Version MI 70 SP10 Pacht 0 )
    NW developer Studio is Configured in this form (Using Windows -> Preferences -> MI Development)
    MI Folder: C:\Archivos de programa\SAP Mobile Infrastructure (Archivos de Programas  (Spanish) = Program Files)
    Java SDK tools.jar file: C:/j2sdk1.4.2_08/lib/tools.jar, I can't change it.
    MI server name: localhost (I think this is Wrong, this have to be erick?, i will try with this)
    MI weapp TCP port: 4444
    Command line to launch browser: cmd /C    start iexplorer
    Awt runtime:
    MI Home Folder: C:\Archivos de programa\SAP Mobile Infrastructure (C) (I extract this from the NWCLIENTNT10_0-20000910.SCA too)
    MI Logon Information: eilarraza, this user was the one that i create to update the system in the server, it has: SAP_ALL, and SAP_NEW permissions.
    Password: The Master Password of the system.
    When a push the Test Setting button, it works!
    <b>MI Client Configuration:</b>
    USER: eilarraza
    Client: 000
    Languaje: EN
    Country: Venezuela
    Time Zone: ACT
    <b>Synchronization:</b>
    Protocol: http
    Host: erick
    Port: 50100
    System: ERI
    Proxy: NO, we used DHCP.
    <b>Problem:</b>
    I am Unable to synchronize with MI server.
    I import a .war file, i export It, but a i can't run It.
    Searching in the forum i arrive to a Excellent BLOG: http://jogel.sdn.googlepages.com/milad
    (Literally i read all the BLOG, is very good for the newbies, it is a excellent work)
    I Install the mobile application using a tool called LAD, i restart the MI Client, and the application is Installed!!! But when a try to Syncronized it i received the same error:
    Syncronization Started.
    Connection Set up (without proxy) to http://erick:50100/sap/bc/MJC/mi_host?~sysid=ERI&
    Connection to server failled
    Problems in the Syncrhonization Not Found 404; The server has not found anything matching the URI given.
    Basically i can't Syncrhonaze the MI Client with the Server. I search in the Forum, Documentation, Google, Blogs, etc etc, Surely is a configuration problem, please i need some tips.
    Best Regards,
    Erick Ilarraza

    Hi Jo Santiago, Sivakumar V
    Thanks a lot for your help! 
    <b>Jo</b>: I made Pings to erick:
    Ping statistics for xxx.xxx.xxx.xxx: (i removed the local ip)
    Packects: Sent = 4, Received = 4, Lost = 0  (0% loss), Works perfect.
    nslookup does not work, maybe because all the machines are in a local network.
    I am investigating about: ICM Logon and SLD. I don't know what it is that, i Remember that in the installation phase i say NO when he ask me to install the SLD.
    <b>Sivakumar:</b>
    After the 3 Steps, the services (that were down) now are UP but when a try to test the service he ask me for:
    Enter username and password for "SAP Web Application Server [ERI] at http://erick:8001
    I try with <b><i>J2EE_ADMIN + Master Password</i></b>, I always use this user to go into the Web Server.
    Logon failed.
    Note
    Logon performed in system ERI .
    Logon performed for client 001 and language EN.
    Them i try with: SAP*, and eilarraza (SAP_ALL, SAP_NEW permissions)
    It does not work.
    After i try to synchronize the MI Client (with the services mi_host and mi_services UP). But it does not work. 
    So who is exactly the middleware user? The J2EE_ADMIN? or the one that i create with SAP* to update the system to SP10 (It has SAP_ALL, SAP_NEW permissions, in my case is called eilarraza) Maybe the problem is that i a not using the correct user in the MI Client configuration neither in the test of the service.
    Best Regards,
    Erick Ilarraza

  • Please help unable to view my pictures on ovi suit...

    Hope some one can help, have made several posting on this subject but generated no reply? Am running on version  2.1.0.87: o/s XP: nokia 5800 :   when I sync with my phone all records transfer but I am unable to view my pictures or album art on ovi suite, just see grey default image . Thanks for any help john

    hotvltr wrote:
    We have the same problem.The new desktop software only works with windows XP service pack 3...we have service pack 2 ony. I'm also looking how to install or update BB Desktop software using my laptop which has XP SP2 only. 
    Hi and Welcome to the Community!
    As with all things of this nature, no software vendor can forever remain compatible with every historical PC platform...XPSP2 has indeed been dropped from compatibility with the current version of the RIM Desktop Software. Your choices are:
    Update to XPSP3 (which, if I recall correctly, is completely free)
    Fall back to a version of the Desktop Software that is compatible with XPSP2...you can find older versions here:
    http://www.blackberryos.com/downloads.php?do=cat&i​d=110
    Sorry, but I no longer recall exactly which versions support which XP levels...you will have to do some experimenting I suspect.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Re-Occurring Blue Screen~Dump files included~Please Help~Unable to verify timestamp for ntkrnlpa.exe

    Hello,
    Starting yesterday I started getting the BSOD. I have uploaded my dump files to this dropbox account:
    www.dropbox.com/sh/w3ryago8pfcw2y2/AAAR5i6Crx5q-p--xdESJjnMa
    There are lots of them as my PC crashed many times.
    I attempted to analyze them with windbg but all I can see is:
    Unable to load image \SystemRoot\system32\ntkrnlpa.exe, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for ntkrnlpa.exe
    Also I ran sfc /scannow and it found no integrity violations.
    After the first BSOD I was barely able to get Windows to load without another immediate crash. I couldn't boot my PC last night but today seems okay so far. CPU temp was fine, actually quite cool as I had my window open right by the PC with the side off
    the case and it was cold last night. Today, so far, seems to be running okay...so far anyways..
    Windows update recently installed a driver for my on-board video card (Nvidia GeForce 6150n) on the 18th I think as I started using a 2nd monitor using the on-board card in addition to my PCI Express Ati Radeon HD. To use the second screen, I switched
    the primary video in CMOS to on-board instead of PCI-E 16x so the on-board Nvidia card would be enabled.
    I also installed brand new ram (4gb DDR2) about a month ago
    and a new power supply 2 months ago. The power supply is not "exactly" the same voltage as the one that was in there but it's dang close. But I don't have any power leeching components.
    Other than that nothing new has happened. After I got the crash, I tried to enter CMOS yesterday and it glitched out on me twice. I hope it's not my motherboard..
    I am willing to do a system re-format as I am running Windows 7 32bit on a 64bit AMD so I wouldn't mind having 64 bit Windows anyways but I'd like to know what the problem is before I do this. Thank you.
    Update: Just did a MalwareByte's Anti-Malware scan and no malware but found these items: 
    Scan Date: 5/22/2014
    Scan Time: 6:08:00 PM
    Logfile: 
    OS: Windows 7 Service Pack 1
    CPU: x86
    File System: NTFS
    Scan Type: Threat Scan
    Result: Completed
    Objects Scanned: 261539
    Time Elapsed: 8 min, 10 sec
    Processes: 0
    (No malicious items detected)
    Modules: 0
    (No malicious items detected)
    Registry Keys: 0
    (No malicious items detected)
    Registry Values: 0
    (No malicious items detected)
    Registry Data: 0
    (No malicious items detected)
    Folders: 2
    PUP.Optional.CrossRider.A, C:\Users\Justin\AppData\Local\Google\Chrome\User Data\Default\Extensions\ecoccdldklbjglocbgbfpmpehjegkode, , [dd97c58f413a74c2503e7106649ec23e], 
    PUP.Optional.CrossRider.A, C:\Users\Justin\AppData\Local\Google\Chrome\User Data\Default\Extensions\ecoccdldklbjglocbgbfpmpehjegkode\0.1_0, , [dd97c58f413a74c2503e7106649ec23e], 
    Files: 9
    PUP.Optional.OptimumInstaller.A, C:\Users\Justin\Downloads\Player-Chrome.exe, , [6b090a4a4437d363a05f361717ea718f], 
    PUP.Optional.Outbrowse, C:\Users\Justin\Downloads\install-flashplayer.exe, , [561ee173fe7d1125edf4d9a443be5aa6], 
    PUP.Optional.CrossRider.A, C:\Users\Justin\AppData\Local\Google\Chrome\User Data\Default\Extensions\ecoccdldklbjglocbgbfpmpehjegkode\0.1_0\icon-128.png, , [dd97c58f413a74c2503e7106649ec23e], 
    PUP.Optional.CrossRider.A, C:\Users\Justin\AppData\Local\Google\Chrome\User Data\Default\Extensions\ecoccdldklbjglocbgbfpmpehjegkode\0.1_0\icon-16.png, , [dd97c58f413a74c2503e7106649ec23e], 
    PUP.Optional.CrossRider.A, C:\Users\Justin\AppData\Local\Google\Chrome\User Data\Default\Extensions\ecoccdldklbjglocbgbfpmpehjegkode\0.1_0\icon-48.png, , [dd97c58f413a74c2503e7106649ec23e], 
    PUP.Optional.CrossRider.A, C:\Users\Justin\AppData\Local\Google\Chrome\User Data\Default\Extensions\ecoccdldklbjglocbgbfpmpehjegkode\0.1_0\jquery-1.10.2.min.js, , [dd97c58f413a74c2503e7106649ec23e], 
    PUP.Optional.CrossRider.A, C:\Users\Justin\AppData\Local\Google\Chrome\User Data\Default\Extensions\ecoccdldklbjglocbgbfpmpehjegkode\0.1_0\manifest.json, , [dd97c58f413a74c2503e7106649ec23e], 
    PUP.Optional.CrossRider.A, C:\Users\Justin\AppData\Local\Google\Chrome\User Data\Default\Extensions\ecoccdldklbjglocbgbfpmpehjegkode\0.1_0\tweetwiki.js, , [dd97c58f413a74c2503e7106649ec23e], 
    PUP.Optional.CrossRider.A, C:\Users\Justin\AppData\Local\Google\Chrome\User Data\Default\Extensions\ecoccdldklbjglocbgbfpmpehjegkode\0.1_0\_DS_Store, , [dd97c58f413a74c2503e7106649ec23e], 
    Physical Sectors: 0
    (No malicious items detected)

    Hi,
    All of the attached DMP files are of the
    WHEA_UNCORRECTABLE_ERROR (124) bug check.
    A fatal hardware error has occurred. This fatal error displays data from the Windows Hardware Error Architecture (WHEA).
    If we run an !errrec on the 2nd parameter of the bug check (address of the WER structure) we get the following:
    BugCheck 124, {0, 867d2024, b2000010, 10c0f}
    ===============================================================================
    Section 2 : x86/x64 MCA
    Descriptor @ 867d2134
    Section @ 867d22bc
    Offset : 664
    Length : 264
    Flags : 0x00000000
    Severity : Fatal
    Error : BUSLG_OBS_ERR_*_NOTIMEOUT_ERR (Proc 0 Bank 4)
    Status : 0xb200001000010c0f
    This is a pretty complicated error compared to other possibilities it could have been, as it implies you have a hardware fault somewhere along the bus (not very definitive on its own).
    In our case however, we can go a bit deeper with this one:
    0: kd> .formats 0xb200001000010c0f
    Evaluate expression:
    Hex: b2000010`00010c0f
    Decimal: -5620492266238833649
    Octal: 1310000001000000206017
    Binary: 10110010 00000000 00000000 00010000 00000000 00000001 00001100 00001111
    Chars: ........
    Time: ***** Invalid FILETIME
    Float: low 9.61613e-041 high -7.45059e-009
    Double: -7.41853e-068
    Now that we have this info, we'd refer to the AMD manual:
    63 VAL Valid
    62 OVER Status Register Overflow
    61 UC Uncorrected Error
    60 EN Error Condition Enabled
    59 MISCV Miscellaneous-Error Register Valid
    58 ADDRV Error-Address Register Valid
    57 PCC Processor-Context Corrupt
    56–32 Other Information
    31–16 Model-Specific Error Code
    15–0 MCA Error Code
    In our specific case, bit 63 of the status code is set, so it is valid. Bit 62 of the status code is
    unset, therefore there's no overflow. Bit 61 implies an uncorrected error has occurred, and Bit 60 implies an error condition was enabled. Last but not least, Bit 57 is
    set and implies a corrupted processor context.
    If we take a look at the last 15 bits of the binary:
    Binary: [trimming] 00001100 00001111
    In our case, the MSB in binary (00001100 ), implies a bus error occurred (as I mentioned above). We need to further decode the bits to understand more:
    [0000]1100 00001111
    0000 = 1PPT RRRR IILL.
    PP = Participation Processor, T = Timeout,
    R = Memory Transaction Type, I = Memory and/or I/O, and finally
    L = Cache Level.
    With this said, it appears we actually have a faulty motherboard as the processor seems fine, etc. The only other thing I see possible is bad RAM, which you can figure out whether or not is the case by running no less than ~8 passes of Memtest:
    Memtest86+:
    Download Memtest86+ here:
    http://www.memtest.org/
    Which should I download?
    You can either download the pre-compiled ISO that you would burn to a CD and then boot from the CD, or you can download the auto-installer for the USB key. What this will do is format your USB drive, make it a bootable device, and then install the necessary
    files. Both do the same job, it's just up to you which you choose, or which you have available (whether it's CD or USB).
    Do note that some older generation motherboards do not support USB-based booting, therefore your only option is CD (or Floppy if you really wanted to).
    How Memtest works:
    Memtest86 writes a series of test patterns to most memory addresses, reads back the data written, and compares it for errors.
    The default pass does 9 different tests, varying in access patterns and test data. A tenth test, bit fade, is selectable from the menu. It writes all memory with zeroes, then sleeps for 90 minutes before checking to see if bits have changed (perhaps because
    of refresh problems). This is repeated with all ones for a total time of 3 hours per pass.
    Many chipsets can report RAM speeds and timings via SPD (Serial Presence Detect) or EPP (Enhanced Performance Profiles), and some even support changing the expected memory speed. If the expected memory speed is overclocked, Memtest86 can test that memory performance
    is error-free with these faster settings.
    Some hardware is able to report the "PAT status" (PAT: enabled or PAT: disabled). This is a reference to Intel Performance acceleration technology; there may be BIOS settings which affect this aspect of memory timing.
    This information, if available to the program, can be displayed via a menu option.
    Any other questions, they can most likely be answered by reading this great guide here:
    http://forum.canardpc.com/threads/28864-FAQ-please-read-before-posting
    Regards,
    Patrick
    “Be kind whenever possible. It is always possible.” - Dalai Lama

  • PLEASE HELP iTUNES WONT RUN!!!

    I have uninstalled and downloaed iTunes numerous times.
    Before it just would not open.
    I thought it might be a virus so i went out and spent another $50 on virus protection program.
    I reinstalled iTunes again, installed service pack 2, and installed new verion of Quicktime.
    I've done everything I can think of.
    now when I try to open iTunes I get a message saying:
    " iTunes requires Windows 2000 or later.
    Please make sure compatibility mode is disabled in the Compatibility tab of the properties for iTunes.exe. "
    I have a Windows XP and installed SP2 which is what the iPod box says is required.
    I am so fed up.
    I worked to save up for the brand new iPod I have been wanting forever now and cant even use it.
    Ive done as much as I can do and ive run out of ideas.
    I dont know how to check the compatibility mode thing its asking me to check.
    PLEASE SOMEONE HELP ME OUT HERE?!?!?
    thank you.

    Hi judy123,
    Welcome to Apple Discussions!
    Give THIS this a try and see if it helps.
    Good Luck,
    John

Maybe you are looking for