Weblogic8.1 and mysql connection failure, please help

Pardon me for repeating this topic. I have spent 2 days on this but still ended
up with failure.
The similar configuration works very well under wls7.0.
It should not be a problem of jdbc driver or its classpath setting, since the
system console say "successful..."
But when I try to access jsp and servlets, it always throws execeptions. All projects
run successfully under wls7.0 don't work.
Please give me some advice, thanks in advance.
The following is my connection pool setting found in config.xml:
<JDBCConnectionPool DriverName="com.mysql.jdbc.Driver"
Name="MySQLConnectionPool" Password="{3DES}aMsyd4ZSbSg="
Properties="user=root" Targets="cgServer" URL="jdbc:mysql://localhost/userdb"/>
<JDBCTxDataSource EnableTwoPhaseCommit="true"
JNDIName="MySQLDataSource" Name="MySQLDataSource"
PoolName="MySQLConnectionPool" Targets="cgServer"/>
The screen shot of the exceptions is as below:
<2003-8-21 ÏÂÎç17ʱ14·Ö08Ãë EST> <Notice> <WebLogicServer> <BEA-000355> <Thread
"ListenThread.Default" listening on port 7001, ip address *.*>
java.lang.NoClassDefFoundError: weblogic/jdbc/wrapper/PoolConnection
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
3)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
ClassLoader.java:476)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClass
Loader.java:181)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
Loader.java:223)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:217)
at weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenera
tor.java:71)
at weblogic.utils.wrapper.WrapperFactory.generateWrapperClass(WrapperFac
tory.java:331)
at weblogic.utils.wrapper.WrapperFactory.getWrapperClass(WrapperFactory.
java:167)
at weblogic.jdbc.wrapper.JDBCWrapperFactory.getWrapper(JDBCWrapperFactor
y.java:66)
at weblogic.jdbc.pool.Driver.allocateConnection(Driver.java:242)
at weblogic.jdbc.pool.Driver.connect(Driver.java:158)
at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:444)
at weblogic.jdbc.jts.Driver.connect(Driver.java:138)
at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
ce.java:298)
at jsp_servlet.__testmysql._jspService(__testmysql.java:129)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1053)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:387)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:431)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:6310)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3622)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2569)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
<2003-8-21 ÏÂÎç17ʱ14·Ö42Ãë EST> <Error> <HTTP> <BEA-101017> <[ServletContext(id
=2960804,name=forum,context-path=/forum)] Root cause of ServletException.
java.sql.SQLException: Cannot obtain connection: driverURL = jdbc:weblogic:pool:
MySQLConnectionPool, props = {enableTwoPhaseCommit=false, jdbcTxDataSource=true,
connectionPoolID=MySQLConnectionPool, dataSourceName=MySQLDataSource}.
Nested Exception: java.lang.RuntimeException: Failed to Generate Wrapper Class
at weblogic.utils.wrapper.WrapperFactory.createWrapper(WrapperFactory.ja
va:141)
at weblogic.jdbc.wrapper.JDBCWrapperFactory.getWrapper(JDBCWrapperFactor
y.java:73)
at weblogic.jdbc.pool.Driver.allocateConnection(Driver.java:242)
at weblogic.jdbc.pool.Driver.connect(Driver.java:158)
at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:444)
at weblogic.jdbc.jts.Driver.connect(Driver.java:138)
at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
ce.java:298)
at jsp_servlet.__testmysql._jspService(__testmysql.java:129)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1053)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:387)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:431)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:6310)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3622)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2569)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
at weblogic.jdbc.jts.Driver.wrapAndThrowSQLException(Driver.java:395)
at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:448)
at weblogic.jdbc.jts.Driver.connect(Driver.java:138)
at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
ce.java:298)
at jsp_servlet.__testmysql._jspService(__testmysql.java:129)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1053)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:387)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:431)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:6310)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3622)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2569)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
>

1. This assumes that you have downloaded the mysql database and configured it and started
it by running mysqld. In my case, I installed it in d:/mysql.
2. It also assumes that you have configured a user on the database.
I configured a user "test" with password "test" on the database "mysql" on "localhost" using
mysql --user=root mysql
grant all privileges on *.* to test@localhost identified by 'test' with grant option;
3. It assumes that you have downloaded the Connector/J zip file and pulled out the jar file.
In my case, I renamed it and copied it to d:/mysql/lib/jdbc.jar.
4. It is absolutely necessary that you put the jar file in your server classpath. It won't
work without doing that. Then I booted the server.
5. I used the WLS 8.1 console to configure the connection pool and associated data source.
In my case, they look like the following:
<JDBCConnectionPool DriverName="org.gjt.mm.mysql.Driver"
Name="mysql" Password="test"
Properties="user=test"
Targets="myserver"
TestTableName="SQL SELECT 1"
URL="jdbc:mysql://localhost:3306/mysql"/>
<JDBCTxDataSource
JNDIName="myDataSource"
Name="myDataSource"
PoolName="mysql"
Targets="myserver"/>
Note that the console uses the old class name for the driver. There is a new class name but
the old name still exists and we figured it would cover folks using the old and new classes.
6. I'll attach a client program that looks up the datasource associated with the connection pool,
gets a connection, and does some stuff with the connection.
The user/password combination must have security priviledges in WLS to reserve a connection
on the pool.
The code for this program is taken almost entirely from the WLS JDBC documentation.
This is all pretty standard stuff.
"Roland" <[email protected]> wrote in message news:[email protected]...
>
Pardon me for repeating this topic. I have spent 2 days on this but still ended
up with failure.
The similar configuration works very well under wls7.0.
It should not be a problem of jdbc driver or its classpath setting, since the
system console say "successful..."
But when I try to access jsp and servlets, it always throws execeptions. All projects
run successfully under wls7.0 don't work.
Please give me some advice, thanks in advance.
The following is my connection pool setting found in config.xml:
<JDBCConnectionPool DriverName="com.mysql.jdbc.Driver"
Name="MySQLConnectionPool" Password="{3DES}aMsyd4ZSbSg="
Properties="user=root" Targets="cgServer" URL="jdbc:mysql://localhost/userdb"/>
<JDBCTxDataSource EnableTwoPhaseCommit="true"
JNDIName="MySQLDataSource" Name="MySQLDataSource"
PoolName="MySQLConnectionPool" Targets="cgServer"/>
The screen shot of the exceptions is as below:
<2003-8-21 ÏÂÎç17ʱ14·Ö08Ãë EST> <Notice> <WebLogicServer> <BEA-000355> <Thread
"ListenThread.Default" listening on port 7001, ip address *.*>
java.lang.NoClassDefFoundError: weblogic/jdbc/wrapper/PoolConnection
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
3)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
ClassLoader.java:476)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClass
Loader.java:181)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
Loader.java:223)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:217)
at weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenera
tor.java:71)
at weblogic.utils.wrapper.WrapperFactory.generateWrapperClass(WrapperFac
tory.java:331)
at weblogic.utils.wrapper.WrapperFactory.getWrapperClass(WrapperFactory.
java:167)
at weblogic.jdbc.wrapper.JDBCWrapperFactory.getWrapper(JDBCWrapperFactor
y.java:66)
at weblogic.jdbc.pool.Driver.allocateConnection(Driver.java:242)
at weblogic.jdbc.pool.Driver.connect(Driver.java:158)
at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:444)
at weblogic.jdbc.jts.Driver.connect(Driver.java:138)
at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
ce.java:298)
at jsp_servlet.__testmysql._jspService(__testmysql.java:129)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1053)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:387)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:431)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:6310)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3622)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2569)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
<2003-8-21 ÏÂÎç17ʱ14·Ö42Ãë EST> <Error> <HTTP> <BEA-101017> <[ServletContext(id
=2960804,name=forum,context-path=/forum)] Root cause of ServletException.
java.sql.SQLException: Cannot obtain connection: driverURL = jdbc:weblogic:pool:
MySQLConnectionPool, props = {enableTwoPhaseCommit=false, jdbcTxDataSource=true,
connectionPoolID=MySQLConnectionPool, dataSourceName=MySQLDataSource}.
Nested Exception: java.lang.RuntimeException: Failed to Generate Wrapper Class
at weblogic.utils.wrapper.WrapperFactory.createWrapper(WrapperFactory.ja
va:141)
at weblogic.jdbc.wrapper.JDBCWrapperFactory.getWrapper(JDBCWrapperFactor
y.java:73)
at weblogic.jdbc.pool.Driver.allocateConnection(Driver.java:242)
at weblogic.jdbc.pool.Driver.connect(Driver.java:158)
at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:444)
at weblogic.jdbc.jts.Driver.connect(Driver.java:138)
at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
ce.java:298)
at jsp_servlet.__testmysql._jspService(__testmysql.java:129)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1053)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:387)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:431)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:6310)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3622)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2569)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
at weblogic.jdbc.jts.Driver.wrapAndThrowSQLException(Driver.java:395)
at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:448)
at weblogic.jdbc.jts.Driver.connect(Driver.java:138)
at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
ce.java:298)
at jsp_servlet.__testmysql._jspService(__testmysql.java:129)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1053)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:387)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:431)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:6310)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3622)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2569)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
>[mysql.java]

Similar Messages

  • TS2734 I left my iPod at a friends house. She doesnt have internet. So its not connencted to the internet. And i had never charged it so its been dead for about a week. Can I use iCloud while its turned off and not connected? Please help me!! I need to fi

    I left my ipod touch at a friends house. She doesnt have internet. So it's not connected to the internet. And I had never charged it so it's been dead for about a week now. Can I use iCloud while it's turned off and not connected? Like, will it show a message and ring if it's not connected to the internet and turned on? Please help me ): I really need to find it!!!

    " Can I use iCloud while it's turned off and not connected? "
    No.
    "Like, will it show a message and ring if it's not connected to the internet and turned on?"
    No.
    There is nothing you can do other than look for it,

  • MySql - Connection Props - Please help - willing to pay

    Hi,
    My setup:
    Windows XP
    IIS ver 5
    MySQL databse
    Dreamweaver MX 2004
    Language ASP.NET VB
    This is driving me round the bend have searached all forums
    and nothing is pointing me in the right direction.
    1) First question, can I actually use dreamweaver MX 2004 to
    create ASP.NET VB pages and connect to a MYSQL database?
    The reason I ask is I have set up a system DSN in >
    control panel > administrative tools > Datasources (ODBC)
    All works fine connection is successful etc. (MySQl ODBC 3.51
    Driver)
    I then open dreamweaver, create new ASP.NET VB page. Go to
    the databases panel click the + sign and have 2 options:
    OLE DB connection or SQL Server connection. I assume its not
    the latter as that is for SQL seerver not MySQL. I have tried every
    combination of the OLE DB connection (2options - Templates or
    Build)
    Templates:
    Oracle (Microsoft Provider)
    Oracle (Oracle Provider)
    Microsoft SQL Server
    Microsoft Access 97 (Jet 3.5 provider)
    Microsoft Access 2000 (Jet 4 provider)
    UDL File
    I don't think any of the above are correct for connecting to
    a MySQL database, so I try:
    BUILD
    List of providers this time are :
    Microsoft ISAM 1.1 OLE DB Provider
    Microsoft Jet 4.0 OLE DB Provider
    Microsoft OLE DB Provider for Data Mining Services
    Microsoft OLE DB Provider for Indexing Service
    Microsoft OLE DB Provider for ODBC Drivers (***** I Guess its
    this one? ****)
    Microsoft OLE DB Provider for OLAP Services 8.0
    Microsoft OLE DB Provider for Oracle
    Microsoft OLE DB Provider for SQL Server
    Microsoft OLE DB Simple Provider
    MSDatashape
    OLE DB Provider for Microsoft Directory Services.
    So I choose the one highlighted above for ODBC drivers as I
    think this one is correct?
    1st option - Use data source name which has a dropdown box
    and I can choose my dsn as mentioned earlier.
    or 'Use connection String' - I Don't use
    2nd Option Logon to server info
    Username ***Is this the username and password of mySQL
    database because if so it doesn't work, have also tried leaving it
    bland and every time i do a test after choosing the initial catalog
    to use I get the eror message:
    Test connection failed because of an error in intialising
    provider. Catastrophic failure!
    All I want to is connect to a bl**dy databse so I can teach
    myself the basics but can't get past this first hurdle.
    Someone please help! Thanks in advance.
    Password

    For your eMac, you will need to go with a *miniDV camcorder*, such as the Canon ZR series (current lineup is the ZR900/930/950/960). They all have image stabilization & take stills; the 900, 930 and 960 also have an external mic input.
    You may also want to look into an earlier Canon Optura or Elura series camcorder or similar miniDV camcorder from Sony, JVC, Panasonic, etc. There aren't many new miniDV models available anymore, but you can still find them and they are on the lower end of the price scale these days!
    B&H Photo is a great supplier to deal with and you will be hard pressed to find prices lower elsewhere.
    The eMac does not support AVCHD, so that eliminates any of those newer camcorders (you need an Intel based Mac to capture & edit AVCHD video). The Canon FS line unfortunately records to MPEG2 MOD files, which needs to be converted before it can be imported into iMovie or Final Cut Express. And the conversion is not simple.

  • How can i fix my my iPad i downgraded it to 8.1.3 to 8.1.2 and when some error occured the iPad suddenly shut down and reopen and it only show the icon of iTunes and the connect symbol  please help urgently needed

    Hi please help me i try to downgrade my iPad ios to 8.1.3 to 8.1.2 and an error occursd and can't open my iPad only the icon of iTunes and charger appeared please help

    That means that it's gone into recovery mode - connect the iPad to your computer's iTunes and reset it back to factory defaults.
    Downgrading the iOS version isn't supported by Apple.

  • I have an iPad mini iphone 5 and have just bought an Apple TV can I get the Apple TV to connect to the Bluetooth on my sofa have been trying with no success my phone and iPad connect fine please help.

    Can't get my Apple TV to connect to the Bluetooth on my sofa but it connects fine with iPhone iPad mini etc

    Bluetooth in the AppleTV is for connecting to Bluetooth keyboards, and also for Airplay device discovery only.
    Unless your sofa supports Airplay (unlikely) or has a bluetooth keyboard, your AppleTV won't be able to connect to it.

  • I just got the new ipod touch (5th generation) and it will show up on my computer but it will not show up on itunes and it won't connect. Please help!

    I just got the new ipod touch (5th generation) and it will show up on my computer but it will not show up on itunes and it won't connect. Please help!

    See:
    iOS: Device not recognized in iTunes for Windows
    You need iTunes version 10.7

  • I connect my iphone 4g on charging after some time it is complete dead and very heat up please help me.

    i connect my iphone 4g on charging after some time it is complete dead and very heat up please help me.
    helllllllllllllllllpppppppeeeeeeeee me

    There is no such thing as an iPhone 4G.

  • Trying to download songs from Itunes store. Keeps saying unable to connect. I have tried from store on computer and on phone. Please help i have weddings to do and need these songs!!!!!!!!!!!!!!!

    Trying to download songs from Itunes store. Keeps saying unable to connect. I have tried from store on computer and on phone. Please help i have weddings to do and need these songs!!!!!!!!!!!!!!!

    Hey everybody Amazon.com works perfectly and no problems so Bye, Bye Itunes fix your junk *** program and ****** customer service telling me it's my computer and connection. Oh is that also why my phone can't download them either on a seperate cell network. Nice try garbage In the time it took for them to run me around i downloaded the songs i needed via Amazon.

  • My phone has gone into recovery mode on its own.  says to connect to itunes.  i have restored it 10 times and it does nothing please help me i am out of the country and desparate

    my phone has gone into recovery mode on its own.  says to connect to itunes.  i have restored it 10 times and it does nothing please help me i am out of the country and desparate

    Open iTunes on computer. Connect iPhone to computer. If the iPhone is recognized in Recovery Mode, then Restore the Firmware. If not recognized, then hold both Home and Power Buttons until the iPhone is recognized in Recovery Mode. Usually takes about 20 seconds of holding both buttons. Restore the iPhone Firmware.

  • TS1702 After changing my phone number on iPhone, my iPad will not connect to my iMessage or FaceTime. Keeps giving me a message (could not sign in. Please check your network and try again).  Please help!!!

    After changing my phone number on iPhone, my iPad will not connect to my iMessage or FaceTime. Keeps giving me this message (Could not sign in. Please check your network and try again).  Please help!!!

    iPhone 4 and iPod touch (4th generation): Using FaceTime
    http://support.apple.com/kb/HT4319
    iPhone 4 and iPod touch (4th generation): Using FaceTime behind a firewall
    http://support.apple.com/kb/HT4245

  • I can not pair my itouch with my mac book pro version 10.6.6 .. it seems that maybe my itouch is having trouble connecting as my mac seems to pair, then waits for my itouch and it never works. please help!!

    can not pair my itouch with my mac book pro version 10.6.6 .. it seems that maybe my itouch is having trouble connecting as my mac seems to pair, then waits for my itouch and it never works. please help!!

    I am not certain this will fix your problem but I suggest you assign the printer a static IP address.
    Using the printer's front panel, select Menu > Network > WLAN > TCP/IP > Boot method, and change it to "static". Provide a static IP address that is on your LAN's subnet.
    For example, if you are using an AirPort Extreme, you might give it an IP address of 10.0.1.100. If you are using a Netgear or Linksys router that defaults to issuing 192.168.x.x addresses, you might give it an address of 192.168.1.100. That way, the printer will always "reside at the same address" on your network. If your router has the ability, you should reserve that address so that the router does not attempt to assign it to another DHCP device.
    Then, go to System Preferences > Print & Scan, and delete your existing printer with the "–" (minus) button. Add it again, using the "+" (plus) button. In the window that appears, select the IP pane, and from the Protocol menu select "Line Printer Daemon (LPD)". In the Address field type the IP address you gave your printer.
    If all goes well the "Pring Using" field will detect the printer at that address and automatically select the appropriate driver. You will see something similar to the following screenshot ("name" can be whatever you decide, and "location" is optional):
    Click Add, then you can close System Preferences.
    There are other possible reasons your printer is "not responding" which could include wireless interference from competing wireless networks, but try this "static IP" method first. It should mitigate the problem.

  • I lost my iPhone 3 days ago.. it wasn't connet to internet and I don't know how find it without the connection.. please help me and give me some advices!!

    I lost my iPhone 3 days ago.. it wasn't connet to internet and I don't know how find it without the connection.. please help me and give me some advices!!

    Change your passwords.

  • I cannot download any apps on IPhone 5. It keeps saying "cannot connect to itunes store" even when I am perfectly logged in Itunes Store and App Store. Please help !

    I cannot download any apps on IPhone 5. It keeps saying "cannot connect to itunes store" even when I am perfectly logged in Itunes Store and App Store. Please help !

    I have this problem too since ios6 upgrade.
    4S iphone  I can connect to itunes on 3g and download an app no problem.
    I can connect to wifi no problem and use safari , facebook etc...I can connect to appstore but cannot install any apps over the wifi. 'Unable to conect to itunes'.....
    Driving me insane.............

  • HT1477 When i disconnect my iPod 2nd Gen from my laptop, its display turns off and working freezes. Please help me.

    When i disconnect my iPod 2nd Gen from my laptop, its display goes off and working freezes. Please help me.

    The computer freezes?  There may be something wrong with the USB port.  If the laptop has more than one port, does this happen on any port?  If you are disconnecting the shuffle cable from the computer, does it make any difference if you disconnect the shuffle at the other end of the cable first, then disconnect the cable from computer?  Or if you currently disconnect the shuffle from cable first, try it the other way.
    You may be able to work around this problem, if you get a self-powered USB hub.  Something like this one
    http://eshop.macsales.com/item/NewerTech/USB2HB7PRO/
    There are many choices, but be sure to get one that has its own power supply.  You can leave the shuffle cable connected to the hub, and connect the shuffle to the hub, instead of directly to the computer.  This may provide a "buffer" for whatever is causing your laptop to shut off when the shuffle is disconnected.  Since the hub has its own power supply, it will not rely on the computer for power to re-charge the battery.

  • PHP and MySQL Connection problem

    I am trying to make a PHP MySQL on a remote server connection in Dreamwesaver CS3.
    When I enter the information (host, user, password, etc.) and hit TEST, I get the following error message.
    "Access Denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured."
    I know the user, password, etc. work, as I can access the MySQL database with other software.
    I checked with my host and they say there are no permission problems on their end.
    I have checked the settings on the Test Server page in Site Setup and everything looks correct and works there.
    I have not seen this particular problem described in other forum postings (although there are a LOT of postings on this topic!).
    Any help would be appreciated.

    I thought my testing server was the remote server and is always on as far as I know. I don't know how to turn it on or off.
    Is there some other testing server that I should be aware of?
    Frank
    Date: Wed, 3 Jun 2009 15:43:02 -0600
    From: [email protected]
    To: [email protected]
    Subject: PHP and MySQL Connection problem
    I know you are using remote, but is your testing server on? if not turn that on and see if that does it. it just happened to me working on remote server and could not get mysql conn to work, until I turn on my testing (developer server), then I was able to connect to mysql and the tables that I created in phpmyadmin remotly was downloaded.
    >

Maybe you are looking for

  • Add button in WebClient UI

    Hi expert! We need to add a button in the WebClient UI, in BT116h_srvo component (quotation header). We do the following steps: 1. Tcode SM34 - Create an enhancement set (ZSET_CABECERA) in cluster view BSPWDVC_CMP_EXT 2. Tcode SM30 - Assign the enhan

  • Xfa.host.exportData and Reader

    I've created a dynamic xml PDF form in Adobe LiveCycle designer. Inside the form I placed a button and on the click event I call xfa.host.exportData("",0); Then opened the file in Acrobat Professional, clicked the button and it works Yay! Then I Save

  • How to adjust the brightness of a video clip/still pictures ?

    Hi there, I have a video & a still picture on the timeline. But the video & picture are very dark. I wanna apply an effect to increrase its brightness. Where is the brightness effects located ? Sorry, I cannot seem to be able to find it in the Video

  • Plz, Help me to Install IDES ECC5.0

    Sorry, If this section is not relation Installation. Plz, Help me to Install IDES ECC5.0 I install Oracle and Central database is successful and after that I have error log like this. Please Help me, How I have to do. Thank you. ERROR 2017-10-03 01:5

  • Prob with selected data store: OracleConnection.ConnectionString is invalid

    I am trying to do the example in "Using Oracle Providers for ASP.NET" (URL = http://www.oracle.com/technology/obe/11gr2_db_prod/appdev/dotnet/aspprovider/aspprovider_otn.htm) ... I was able to do the prereq ("Building ASP.NET Web Applications with Or