Problem w/ WL 5.1 and SP3

This problem has popped up before in other posts, but I haven't yet seen
a resolution. Apologies in advance if I missed the answer somewhere
along the way.
Anyway, I'm evaluating WebLogic. I'm particularly interested in the
beta EJB 2.0 support (I realize there's a separate newsgroup for that,
but this is an SP3 issue).
System config: NT 4.0 SP5, Sun Java 2 SDK 1.3
I have the server and service pack installed. To the best of my
knowledge, I followed the directions exactly. However, when running the
server on the command line, I get exceptions (see end of message for
stack trace). I can start the server from the menu. I figure the
error is caused by a difference between the environments of the command
line and menu item. I did attempt to make the relevant changes to both
(wlconfig output at end of message).
This wouldn't be that big of a deal except that the weblogic.ejbc
application throws the same exception when used, so I can't build and
install the 2.0 sample beans. I tried making the JAVA_CLASSPATH in
startWebLogic.cmd script match the CLASSPATH variable given by wlconfig,
but that ended up failing immediately (i.e. the only message from the
server is "server did not start up properly).
Anyway, if anyone out there can help me figure out how to get this up
and running, I'd appreciate it.
********************* server stack trace, command line
The WebLogic Server did not start up properly.
Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:141)
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
(RecursiveReloadOnModifyClassLoader.java:53)
at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
at
weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1392)
at
weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:516)
at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
java.lang.NoSuchMethodError
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:141)
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
at
weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1392)
at
weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:516)
at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
**************** wlconfig output
WebLogic startup settings are presently:
CLASSPATH Prefix
d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar
CLASSPATH
d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar;d:\tools\internet\weblogic\jre1_2\lib\tools.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\rt.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\i18n.jar;d:\tools\internet\weblogic\license;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\classes;d:\tools\internet\weblogic\lib\weblogicaux.jar;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar
JAVA_HOME d:\tools\internet\weblogic\jre1_2
WEBLOGIC_LICENSEDIR d:\tools\internet\weblogic\license
WEBLOGIC_HOME d:\tools\internet\weblogic
system properties:
java.security.manager
java.security.policy==d:\tools\internet\weblogic\weblogic.policy
weblogic.system.home=d:\tools\internet\weblogic
java.compiler=symcjit
weblogic.class.path=d:\tools\internet\weblogic\ejb20.jar;d:\tools\internet\weblogic\lib\weblogic510sp3.jar;d:\tools\internet\weblogic\license;d:\tools\internet\weblogic\classes;d:\tools\internet\weblogic\myserver\serverclasses;d:\tools\internet\weblogic\lib\weblogicaux.jar
INITIAL_HEAP 64 MB
MAX_HEAP 64 MB
SERVERCLASSPATH
d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\rt.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\i18n.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar
**************** classpath variables in startWebLogic.cmd
WEBLOGIC_CLASSPATH=d:\tools\internet\weblogic\ejb20.jar;d:\tools\internet\weblogic\lib\weblogic510sp3.jar;d:\tools\internet\weblogic\license;d:\tools\internet\weblogic\classes;d:\tools\internet\weblogic\myserver\serverclasses;d:\tools\internet\weblogic\lib\weblogicaux.jar
JAVA_CLASSPATH=d:\tools\internet\weblogic\weblogic510sp3boot.jar;d:\tools\internet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar

I don't have the solution and I am having the same problem. Furthermore, I
get an exception saying "javai.dll" cannot be found, though the server boots
up fine after I click ok. Is this normal? There is no "javai.dll" anywhere
on my system. Also, the prompt displays "JIT not found, interpreter will be
used" or something like that. Is it because I have set JAVA_HOME to jdk1.3
instead (instead of the default jre under the WebLogic directory)? Any
idea? Thanks in advance.
I am using Windows 2000 Server, WebLogic 5.1 w/ SP3, EJB 2.0 beta 1, and Sun
JDK 1.3.
--David
"John Knutson" <[email protected]> wrote in message
news:[email protected]...
This problem has popped up before in other posts, but I haven't yet seen
a resolution. Apologies in advance if I missed the answer somewhere
along the way.
Anyway, I'm evaluating WebLogic. I'm particularly interested in the
beta EJB 2.0 support (I realize there's a separate newsgroup for that,
but this is an SP3 issue).
System config: NT 4.0 SP5, Sun Java 2 SDK 1.3
I have the server and service pack installed. To the best of my
knowledge, I followed the directions exactly. However, when running the
server on the command line, I get exceptions (see end of message for
stack trace). I can start the server from the menu. I figure the
error is caused by a difference between the environments of the command
line and menu item. I did attempt to make the relevant changes to both
(wlconfig output at end of message).
This wouldn't be that big of a deal except that the weblogic.ejbc
application throws the same exception when used, so I can't build and
install the 2.0 sample beans. I tried making the JAVA_CLASSPATH in
startWebLogic.cmd script match the CLASSPATH variable given by wlconfig,
but that ended up failing immediately (i.e. the only message from the
server is "server did not start up properly).
Anyway, if anyone out there can help me figure out how to get this up
and running, I'd appreciate it.
********************* server stack trace, command line
The WebLogic Server did not start up properly.
Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:141)
>
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:112)
>
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:104)
>
at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
(RecursiveReloadOnModifyClassLoader.java:53)
at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
init>(RecursiveReloadOnModifyClassLoader.java:149)
>
at
weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
pl.java:1392)
>
at
weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
516)
>
at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
java.lang.NoSuchMethodError
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:141)
>
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:112)
>
at
weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
a:104)
>
at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
iveReloadOnModifyClassLoader.java:53)
>
at
weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
init>(RecursiveReloadOnModifyClassLoader.java:149)
>
at
weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
pl.java:1392)
>
at
weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
516)
>
at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:558)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1302)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
**************** wlconfig output
WebLogic startup settings are presently:
CLASSPATH Prefix
d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\webl
ogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.
jar
>
CLASSPATH
d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\webl
ogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.
jar;d:\tools\internet\weblogic\jre1_2\lib\tools.jar;d:\tools\internet\weblog
ic\jre1_2\jre\lib\rt.jar;d:\tools\internet\weblogic\jre1_2\jre\lib\i18n.jar;
d:\tools\internet\weblogic\license;d:\tools\internet\weblogic\classes\boot;d
:\tools\internet\weblogic\classes;d:\tools\internet\weblogic\lib\weblogicaux
.jar;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.jar
>
JAVA_HOME d:\tools\internet\weblogic\jre1_2
WEBLOGIC_LICENSEDIR d:\tools\internet\weblogic\license
WEBLOGIC_HOME d:\tools\internet\weblogic
system properties:
java.security.manager
java.security.policy==d:\tools\internet\weblogic\weblogic.policy
weblogic.system.home=d:\tools\internet\weblogic
java.compiler=symcjit
weblogic.class.path=d:\tools\internet\weblogic\ejb20.jar;d:\tools\internet\w
eblogic\lib\weblogic510sp3.jar;d:\tools\internet\weblogic\license;d:\tools\i
nternet\weblogic\classes;d:\tools\internet\weblogic\myserver\serverclasses;d
:\tools\internet\weblogic\lib\weblogicaux.jar
>
INITIAL_HEAP 64 MB
MAX_HEAP 64 MB
SERVERCLASSPATH
d:\tools\internet\weblogic\lib\weblogic510sp3boot.jar;d:\tools\internet\webl
ogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\cloudscape.
jar;d:\tools\internet\weblogic\jre1_2\jre\lib\rt.jar;d:\tools\internet\weblo
gic\jre1_2\jre\lib\i18n.jar;d:\tools\internet\weblogic\classes\boot;d:\tools
\internet\weblogic\eval\cloudscape\lib\cloudscape.jar
>
>
>
>
**************** classpath variables in startWebLogic.cmd
WEBLOGIC_CLASSPATH=d:\tools\internet\weblogic\ejb20.jar;d:\tools\internet\we
blogic\lib\weblogic510sp3.jar;d:\tools\internet\weblogic\license;d:\tools\in
ternet\weblogic\classes;d:\tools\internet\weblogic\myserver\serverclasses;d:
\tools\internet\weblogic\lib\weblogicaux.jar
>
>
JAVA_CLASSPATH=d:\tools\internet\weblogic\weblogic510sp3boot.jar;d:\tools\in
ternet\weblogic\classes\boot;d:\tools\internet\weblogic\eval\cloudscape\lib\
cloudscape.jar
>
>
>
>

Similar Messages

  • Problems with Cocoon 2.03 and Weblogic 6.1 SP3

    I am having problems with Cocoon 2.03 and Weblogic 6.1 SP3, when I try to deploy
    the cocoon.war.
    Cocoon works fine when I unpack the cocoon.war into ...\mydomain\applications
    (after I changed cocoon.xconf to use the following transformer factory: org.apache.xalan.processor.TransformerFactoryImpl).
    However, when I deploy the cocoon.war through the weblogic console and try to
    invoke cocoon (http://localhost:7001/cocoon/) I get the following error:
    ERROR (2002-09-26) 11:28.40:859 [sitemap] (/cocoon/) ExecuteThread: '7' for
    queue: 'default'/Handler: Error compiling sitemap
    java.util.zip.ZipException: The system cannot find the file specified
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:110)
         at java.util.zip.ZipFile.<init>(ZipFile.java:125)
         at weblogic.utils.zip.ZipURLConnection.getInputStream(Handler.java:49)
         at org.apache.cocoon.components.source.URLSource.getInputStream(URLSource.java:151)
         at org.apache.cocoon.components.source.URLSource.getInputSource(URLSource.java:223)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generateResource(ProgramGeneratorImpl.java:318)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:282)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:196)
         at org.apache.cocoon.sitemap.Handler.run(Handler.java:228)
         at java.lang.Thread.run(Thread.java:484)
    I understood that there were problems when the cocoon.war file that did occur
    when you unpacked the war, but I believed that these problems did not occur with
    WLS6.1 SP3.
    Has anyone else encountered this problem and solved it? Any help would be greatly
    appreciated.
    Thanks in advance.
    Paul

    This how I got Cocoon 2.04 up and running on WLS 6.1.4
    Download the Cocoon source from http://xml.apache.org/cocoon/dist/
    Remove all but the following JARs from lib/optional:
    commons-jxpath-1.0.jar
    jing-20020724.jar
    resolver-20020130.jar
    servlet_2_2.jar
    commons-logging-1.0.jar
    jtidy-04aug2000r7-dev.jar
    rhino-1.5r3.jar
    xt-19991105.jar
    Update lib/jars.xml to reflect these changes
    Issue build commands:
    ./build.sh clean (Note: Always clean first!)
    ./build.sh -Dinclude.webapp.libs=yes -Dexclude.webapp.samples=yes -Dexclude.webapp.documenation=yes
    -Dexclude.webapp.javadocs=yes webapp
    Copy the following JARs to your WLS instance’s lib directory:
    xercesImpl-2.0.0.jar
    xml-apis.jar
    xalan-2.3.1.jar
    xt-19991105.jar
    java/lib/tools.jar
    Sample of config/SERVER_NAME.setenv
    LIB=/path/to/lib
    JARS=$LIB/xercesImpl-2.0.0.jar:$LIB/xml-apis.jar:$LIB/xalan-2.3.1.jar:$LIB/xt-19991105.jar:/opt/java1.3/lib/tools.jar
    JAVACLASSPATH=$JARS:.:$JAVACLASSPATH
    JAVA_HOME=/opt/java1.3
    Deploy the resluting cocoon.war and you should have a Cocoon up and running that
    can do the XML->HTML Hello World sample. The status page works fine too.
    My advice is to launch this stripped configuration first and if needed add more
    features later by adding the JARs of your choice to the class path (or add the
    to your webapp-build if you are confident that WLS are capable of handling their
    manifests).
    Good luck
    /Peter
    "Paul Petley" <[email protected]> wrote:
    >
    >
    I am having problems with Cocoon 2.03 and Weblogic 6.1 SP3, when I try
    to deploy
    the cocoon.war.
    Cocoon works fine when I unpack the cocoon.war into ...\mydomain\applications
    (after I changed cocoon.xconf to use the following transformer factory:
    org.apache.xalan.processor.TransformerFactoryImpl).
    However, when I deploy the cocoon.war through the weblogic console and
    try to
    invoke cocoon (http://localhost:7001/cocoon/) I get the following error:
    ERROR (2002-09-26) 11:28.40:859 [sitemap] (/cocoon/) ExecuteThread:
    '7' for
    queue: 'default'/Handler: Error compiling sitemap
    java.util.zip.ZipException: The system cannot find the file specified
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:110)
         at java.util.zip.ZipFile.<init>(ZipFile.java:125)
         at weblogic.utils.zip.ZipURLConnection.getInputStream(Handler.java:49)
         at org.apache.cocoon.components.source.URLSource.getInputStream(URLSource.java:151)
         at org.apache.cocoon.components.source.URLSource.getInputSource(URLSource.java:223)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generateResource(ProgramGeneratorImpl.java:318)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:282)
         at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:196)
         at org.apache.cocoon.sitemap.Handler.run(Handler.java:228)
         at java.lang.Thread.run(Thread.java:484)
    I understood that there were problems when the cocoon.war file that did
    occur
    when you unpacked the war, but I believed that these problems did not
    occur with
    WLS6.1 SP3.
    Has anyone else encountered this problem and solved it? Any help would
    be greatly
    appreciated.
    Thanks in advance.
    Paul

  • Migration Assistant: Problems transferring data from PC (XP SP3) to new Mac Pro 2012 - can not get Migration Assistant to work as PC will not display verfify passcode

    Migration Assistant: Problems transferring data from PC (XP SP3) to new Mac Pro 2012 - can not get Migration Assistant to work as PC will not display verfify passcode
    Hello, I am having problems migrating data from my old PC running XP (SP3) to my new Mac Pro 2012 using the Migration Assistant.
    - I downloaded and installed the Windows Migration Assistant from Apple
    - My Mac recognized PC and displays passcode
    - The sasscode does not show / display on my PC
    - My Mac is then stuck in "authenticating" loop and the PC is stuck "waiting for Mac to connect."
    - Both computers are connected on same network (have connected PC on WIFI and using ethernet to Reuter)
    I have looked on support site and only response I saw says to reinstall Windows Migration Assistant (which I have done)
    Any ideas?  If cant get this to workare there instructions for manually bring across relevant data eg itunes music and apps, photos, picasa data etc?

    Why not turn off the Windows firewall and uninstall any other firewall software you have installed?
    If you are using a Norton product uninstall it and discard it. To fully unistall most Norton products you have to go to the Norton website and download a soecial program to completely get rid of it. The normal uninstall feature built into the program will not remove all of it.

  • Re: WebLogic server 5.1 and SP3

    I am trying to install Cocoon with WebLogic server 5.1 and wondering if I
    need to install the SP3 to get this working.
    Any suggestions are welcome.
    SK

    I know of no reason that SP3 should be required with Cocoon. In general
    regardless of the SP you may need to have Cocoon classes first as you may
    bet XML parser conflicts.
    cheers
    mbg
    In article <395cc7ec$[email protected]>, [email protected] says...
    I am trying to install Cocoon with WebLogic server 5.1 and wondering if I
    need to install the SP3 to get this working.
    Any suggestions are welcome.
    SK
    ==================================================
    NewsGroup Rant
    ==================================================
    Rant 1.
    The less info you provide about your problem means
    the less we can help you. Try to look at the
    problem from an external perspective and provide
    all the data necessary to put your problem in
    perspective.

  • I downloaded a new version of firefox. It said it had problems with my norton toolbar and now it doesn't feature it in the window. I'm not that comp savvy. How do I either get the Norton toolbar up or go back to the old firefox? Thank you.

    I downloaded a new version of firefox. It said it had problems with my norton toolbar and now it doesn't feature it in the window. I'm not that comp savvy. How do I either get the Norton toolbar up or go back to the old firefox? Thank you.

    Please authorize ADE 3 with same credentials that you used with older version of ADE

  • Problem dual booting Windows 8 and windows 7 G480

    I bought new laptop g480 and it comes with windows 8  single language and I want to dual boot it with windows 7 Ultimate. So I create one partition 50 Gig using Minitool Partition Wizard, after that I boot into USB device ( I've bootable Windows 7 USB and already disable secure boot in BIOS). The process went fine until it ask me where to install the windows, so I choose the partition 50 Gig I created before but I get this message "Windows cannot be installed to this disk of the GPT partition style". Help me guys how to solve this problem, I've searched solution for this but non of them seems working for me. Step by step will be good for me.  I hope to get quick reply for this because I've this problem since 2 days ago and never get solution .
    Thank you.
    Solved!
    Go to Solution.

    Hi @CharlyAR
    I tried your solution before I posted the message here but it didn't work but then I give it try again and I manage to install the Windows 7 ultimate. Now my pc dual boot with windows 7 and windows 8 (windows 8 is the main OS).
    p.s. This is important guys, if u want to make windows 7 bootable USB by following the tutorial on youtube it wont work if you pc/laptops is pure GPT (UEFI) because most of them  using MBR to make the tutorial thats why it look easy and works for them, it's almost same but there's "add-on" with GPT mode. You have to make the windows 7 bootable USB in GPT (UEFI) mode or it wont let you install. I couldn't find tutorial for this GPT mode on youtube.
    All I do is search my old DVD-RW and erase it and  I follow the tutorial here, same what @CharlyAR told me
    http://www.youtube.com/watch?v=z7rRsQGew28

  • After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!

    After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!
    iTunes is a mess! It couldn't find it's own libraries and I was forced to create a new one. Now I don't know where my music is or if any's missing.

    columbus new boy wrote:
    How crap is that?
    It's not crap at all.
    It's not that simple. For example, I've 3500 songs on my MacBook but don't want them all on my phone, so I have to manually select each song again???
    There has to be a solution.
    Why not simply make a playlist with the songs you want on the iPhone?
    and maintain a current backup of your computer.

  • I tried downloading a free app and it asked for my billing information and when i entered it, it says that there was a billing problem with a previoud purchase and i have to update it. I keep updating it and it wont let me verify it and i cant get apps

    I tried downloading a free app and it asked for my billing information and when I entered it, it said that there was a billing problem with a previous purchase and I have to update it. I keep updating it and it wont let me verify it and I cant get any apps even if they are free, and I just Deleted some apps to make room for my new upate!

    The message says: "The payment method has been denied, try another method"
    I'm living in the same country and city since I was born, so I don't think the location is the problem.
    And yes, I paid with the card a meal in Burguer King today. And nothing more.

  • Hi. I am just about to move from the UK to Kuwait. Will I have any problems using my iPhone 4 and able to join a local carrier using this device please?

    Hi. I am just about to move from the UK to Kuwait. Will I have any problems using my iPhone 4 and able to join a local carrier using this device please?

    If your phone is locked to a particular carrier, you must contact them to request they unlock it. Once they've taken care of that and you've followed the instructions to complete the unlock process, you will be able to use the phone elsewhere.
    ~Lyssa

  • HT3552 I have been trying to download apps from the app store and every time it tells me there is a problem with my previous billing and direct me to put in new billing information and every time i do that it still will not let me download any apps.

    I have been trying to download apps from the app store and every time it tells me there is a problem with my previous billing and direct me to put in new billing information and every time i do that it still will not let me download any apps.

    Have a look here >  http://support.apple.com/kb/TS1646

  • Communication problem with Adobe 9.0 and HP Printer when I scan

    I'm having a problem getting a .pdf file to come up when I scan from a HP 5610 All-in-one printer. Have uninstalled and reinstalled HP software three times but when I scan and want a pdf file it won't communicate with Adobe 9.0 reader for some reason. Is there a setting in Adobe reader that's a problem?
    Thanks.

    Thanks...found out that an HP5610xi All-in-One will not completely communicate with Adobe 9.0   Had to go to Adobe 6.0
    Date: Thu, 17 Dec 2009 03:19:49 -0700
    From: [email protected]
    To: [email protected]
    Subject: Communication problem with Adobe 9.0 and HP Printer when I scan
    May be that the HP software doesn't support Adobe Reader 9.
    >

  • Problem with java swing button and loop

    Problem with java swing button and loop
    I�m using VAJ 4.0. and I�m doing normal GUI application. I have next problem.
    I have in the same class two jswing buttons named start (ivjGStart) and stop (ivjGStop) and private static int field named Status where initial value is 0. This buttons should work something like this:
    When I click on start button it must do next:
    Start button must set disenabled and Stop button must set enabled and selected. Field status is set to 1, because this is a condition in next procedure in some loop. And then procedure named IzvajajNeprekinjeno() is invoked.
    And when I click on stop button it must do next:
    Start button must set enabled and selected and Stop button must set disenabled.
    Field status is set to 0.
    This works everything fine without loop �do .. while� inside the procedure IzvajajNeprekinjeno(). But when used this loop the start button all the time stay (like) pressed. And this means that a can�t stop my loop.
    There is java code, so you can get better picture:
    /** start button */
    public void gStart_ActionEvents() {
    try {
    ivjGStart.setEnabled(false);
    ivjGStop.setEnabled(true);
    ivjGStop.setSelected(true);
    getJTextPane1().setText("Program is running ...");
    Status = 1;
    } catch (Exception e) {}
    /** stop button */
    public void gStop_ActionEvents() {
    try {
    ivjGStart.setEnabled(true);
    ivjGStart.setSelected(true);
    ivjGStop.setEnabled(false);
    getJTextPane1().setText("Program is NOT running ...");
    Status = 0;
    } catch (Exception e) {
    /** procedure IzvajajNeprekinjeno() */
    public void IzvajajNeprekinjeno() {  //RunLoop
    try {
    int zamik = 2000; //delay
    do {
    Thread.sleep(zamik);
    PreberiDat(); //procedure
    } while (Status == 1);
    } catch (Exception e) {
    So, I'm asking what I have to do, that start button will not all the time stay pressed? Or some other aspect of solving this problem.
    Any help will be appreciated.
    Best regards,
    Tomi

    This is a multi thread problem. When you start the gui, it is running in one thread. Lets call that GUI_Thread so we know what we are talking about.
    Since java is task-based this will happen if you do like this:
    1. Button "Start" is pressed. Thread running: GUI_Thread
    2. Event gStart_ActionEvents() called. Thread running: GUI_Thread
    3. Method IzvajajNeprekinjeno() called. Thread running: GUI_Thread
    4. Sleep in method IzvajajNeprekinjeno() on thread GUI_Thread
    5. Call PreberiDat(). Thread running: GUI_Thread
    6. Check status. If == 1, go tho 4. Thread running: GUI_Thread.
    Since the method IzvajajNeprekinjeno() (what does that mean?) and the GUI is running in the same thread and the event that the Start button has thrown isn't done yet, the program will go on in the IzvajajNeprekinjeno() method forever and never let you press the Stop-button.
    What you have to do is do put either the GUI in a thread of its own or start a new thread that will do the task of the IzvajajNeprekinjeno() method.
    http://java.sun.com/docs/books/tutorial/uiswing/index.html
    This tutorial explains how to build a multi threaded gui.
    /Lime

  • Memory Problem With 4gb Crucial Ballistix and Asus M4A785TD-V EVO

    motherBoard: ASUS M4A785TD-V EVO
    bios Version :2005
    Video: amd hd5750
    Processor: AMD PHENON II X2 550 3.100MHZ
    Memory: Crucial
    Modele Memory: blt4g3d1608dt1tx0
    Capacity: 4GB
    greetings to all
    i have asus m4a785td-v evo mobo. i ve bought 4 gb crucial ballistix ram today. it says on product its 1600 mhz and cl8 but it shows on my pc 1333 mhz and cl9.  when i was searching for this problem i came across this topic: http://forum.crucial.com/t5/Crucial-Ballistix-gaming-memory/Memory-Probleme-With-8GO-Crucial-Ballistix-and-Asus-M4A785TD-V/td-p/9464 can i apply the same settings? how can i fix that?  is it possible via bios settings? thx in advance and sry for my bad english. here is some screenshots: 

    I am not good at RAM setting but the 'Timings Table' shows there is XMP-1600 profile available so I believe it would be enough to turn on that memory profile in BIOS.

  • I have problem with syncing in itunes and it stared since i installed new version of itunes.it stuck in backup step for houres.what shud i do?

    I have problem with syncing in itunes and it stared since i installed new version of itunes.it stuck in backup step for houres.what shud i do?

    So, in iTunes, when you look at the shuffle's content (in the sidebar) and click on the playlist under the shuffle, over to the right, the songs are in your desired order, correct?  Where do you look, or what do you do, that indicates the playlists are in alphabetical order?  Are you saying that when you play the songs while using the shuffle, they play in alphabetical order?
    If so, when you listen to the songs on the shuffle, are you using the playlist, or are you using the All Songs list? If you are in the default All Songs list, with the shuffle's power switch set to play-in-order (the middle position), the songs play alphabetically, I believe. 
    The 3rd gen shuffle uses VoiceOver.  If you are in the All Songs list, you need to use VoiceOver to switch to the playlist (see manual linked below for details).  When you are in the playlist (with the shuffle's power switch set to play-in-order), then the songs should play in playlist order.
    There are more details in the manual for the 3rd gen shuffle, which is online here
    http://manuals.info.apple.com/en_US/iPod_shuffle_3rdGen_UG.pdf
    See page 22 for the section about setting up and using VoiceOver.  The part about switching playlists starts on page 23 (Using the Playlist Menu).

  • TS1646 hello  I have problem with regist my visa and I cannot buy from store the message came in the end of form is says the phone number must be a 7-digit number and I have writed but not accepted iam from saudi arabia my mobile is 966504850992 pls answe

    hello 
    I have problem with regist my visa and I cannot buy from store
    the message came in the end of form is says
    the phone number must be a 7-digit number
    and I have writed but not accepted
    iam from saudi arabia
    my mobile is 966504850992
    pls answer
    thanks
    dfr aldossary

    Wow, Karan Taneja, you've just embarrassed yourself on a worldwide support forum.  Not only is your post ridiculous and completely inappropriate for a technical support forum, but it also shows your ignorance as to whom you think the audience is.  Apple is not here.  It's users, like you. 
    If you would have spent half the time actually reading the Terms of Use of this forum that YOU agreed to by signing up to post, as you did composing that usesless, inappropriate post, you (and the rest of us on this forum) would have been much better off.

Maybe you are looking for

  • MM Flow

    Hi All,, can u give me instructions how to do the below mentioned steps..m i suppose to do this in development server?when i search for goods receipt -101 in migo t-code am nt getting any po numberswith respect to it.. also can u breif me about mm fl

  • High Sea Purchase

    Dear Experts I want to map high sea purchase cycle in the system.this is basically a typical indian procurement scenario where vendor A procures imported material on behalf of myself from imported vendor and sells it to me.Here condition is all the c

  • Problems getting a resultset out of a stored procedure

    We're having a problem getting a resultset out of a stored procedure with JDBC. The third parameter for the procedure is an out REF CURSOR. Connection to the database is fine, we just keep getting the following error when we do the GetCursor(3) state

  • MacBook Air keeps dropping wifi

    My MacBook Air Won't stay connected to wifi.  All other computers stay connected without a problem. Frank

  • Printer output to Officejet 4252 All-in-one poor from networked PCs

    Hi I thought this was an issue with one of my PCs which is running Windows 7 but it is also occuring with one running under Windows XP Pro. I have two PCs running XP Pro and the printer is attached to one of them. The Test page is perfect from the ho