Problem in mixing DB2 V8 type4 driver and DB2 V7 type3 driver

Hello,
I have an application using CMP on Weblogic server 6.1 SP4. This application connects to 2 datasources on DB2 V7 with a type3 driver.
One of the Database is migrating to DB2 V8 and we need to use type4 driver.
Then we have one datasource on DB2 V7 with type3 driver and one on DB2 V8 with type4 driver :
<JDBCConnectionPool CapacityIncrement="5"
DriverName="COM.ibm.db2.jdbc.net.DB2Driver"
InitialCapacity="5"
MaxCapacity="60" Name="pasrelv3Pool"
Properties="user=db2pasv3;password=db2pasv3;language=fr_FR"
RefreshMinutes="5" Targets="pasrelv3Server"
TestConnectionsOnReserve="true"
     URL="jdbc:db2://db2_srv:60000/PASREL"/>
<JDBCConnectionPool CapacityIncrement="5"
DriverName="com.ibm.db2.jcc.DB2Driver"
InitialCapacity="5"
MaxCapacity="60" Name="pasrelv3ArchiPool"
Properties="user=db2;password=db2;language=fr_FR"
RefreshMinutes="5" Targets="pasrelv3Server"
TestConnectionsOnReserve="true"
URL="jdbc:db2://db2_srv:50002/E_PRO"/>
When we start Weblogic , it seems that weblogic.jdbc.common.internal.ConnectionEnvFactory register the type4 driver but try to use type3 for connection (bold code in the following).
Here is an extract of jdbc log :
JDBC log stream started at Wed Mar 28 14:25:23 CEST 2007
DriverManager.initialize: jdbc.drivers = null
JDBC DriverManager initialized
registerDriver: driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
DriverManager.getDriver("jdbc:db2://db2_srv:60000/PASREL")
trying driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
getDriver returning driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
Server db2_srv port 60000 source PASREL
Server db2_srv port 60000 source PASREL
Server db2_srv port 60000 source PASREL
Server db2_srv port 60000 source PASREL
Server db2_srv port 60000 source PASREL
DB2 Peak statements = 1
registerDriver: driver[className=com.ibm.db2.jcc.DB2Driver,com.ibm.db2.jcc.DB2Driver@3789b4ac]
DriverManager.getDriver("jdbc:db2://db2_srv:50002/E_PRO")
trying driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
getDriver returning driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
Server db2_srv port 50002 source E_PRO
SQLException: SQLState(08S01) vendor code(-99999)
COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0615E Erreur lors de la r?ception de donn?es provenant du socket. Le ser
veur ne r?pond pas. SQLSTATE=08S01
at COM.ibm.db2.jdbc.net.SQLExceptionGenerator.throwReceiveError(SQLExceptionGenerator.java:500)
at COM.ibm.db2.jdbc.net.DB2Request.receive(DB2Request.java:727)
at COM.ibm.db2.jdbc.net.DB2Request.sendAndRecv(DB2Request.java:587)
at COM.ibm.db2.jdbc.net.DB2Connection.SQLConnect(DB2Connection.java(Compiled Code))
at COM.ibm.db2.jdbc.net.DB2Connection.create(DB2Connection.java(Compiled Code))
at COM.ibm.db2.jdbc.net.DB2Connection.create(DB2Connection.java(Compiled Code))
at COM.ibm.db2.jdbc.net.DB2Connection.<init>(DB2Connection.java:245)
at COM.ibm.db2.jdbc.net.DB2Driver.connect(DB2Driver.java:215)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java(Compiled Code))
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java(Compiled Code))
at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java(Compiled Code))
at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:283)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:671)
at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:110)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java(Compiled Code))
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:286)
at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:239)
at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:199)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled Code))
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled Code))
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java(Compiled Code))
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
at $Proxy30.updateDeployments(Unknown Source)
at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:3015)
at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:376)
at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:164)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled Code))
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled Code))
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java(Compiled Code))
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
at $Proxy41.start(Unknown Source)
at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.ja
va:480)
at weblogic.management.Admin.startApplicationManager(Admin.java:1309)
at weblogic.management.Admin.finish(Admin.java:650)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:547)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:214)
at weblogic.Server.main(Server.java:35)

Cedric BEURTHERET wrote:
Hello,
I have an application using CMP on Weblogic server 6.1 SP4. This application connects to 2 datasources on DB2 V7 with a type3 driver.
One of the Database is migrating to DB2 V8 and we need to use type4 driver.
Then we have one datasource on DB2 V7 with type3 driver and one on DB2 V8 with type4 driver :
<JDBCConnectionPool CapacityIncrement="5"
DriverName="COM.ibm.db2.jdbc.net.DB2Driver"
InitialCapacity="5"
MaxCapacity="60" Name="pasrelv3Pool"
Properties="user=db2pasv3;password=db2pasv3;language=fr_FR"
RefreshMinutes="5" Targets="pasrelv3Server"
TestConnectionsOnReserve="true"
     URL="jdbc:db2://db2_srv:60000/PASREL"/>
<JDBCConnectionPool CapacityIncrement="5"
DriverName="com.ibm.db2.jcc.DB2Driver"
InitialCapacity="5"
MaxCapacity="60" Name="pasrelv3ArchiPool"
Properties="user=db2;password=db2;language=fr_FR"
RefreshMinutes="5" Targets="pasrelv3Server"
TestConnectionsOnReserve="true"
URL="jdbc:db2://db2_srv:50002/E_PRO"/>Hi. I see the problem. We are loading both your
driver classes, but we are calling DriverManager.getDriver(URL)
to get the driver we use for making connections, and
unfortunately both the drivers you name take the same
URL, and the second pool is being given the first driver
by DriverManager. I suggest making an official support case
for this. This could be quickly fixed.
Joe
>
>
When we start Weblogic , it seems that weblogic.jdbc.common.internal.ConnectionEnvFactory register the type4 driver but try to use type3 for connection (bold code in the following).
Here is an extract of jdbc log :
JDBC log stream started at Wed Mar 28 14:25:23 CEST 2007
DriverManager.initialize: jdbc.drivers = null
JDBC DriverManager initialized
registerDriver: driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
DriverManager.getDriver("jdbc:db2://db2_srv:60000/PASREL")
trying driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
getDriver returning driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
Server db2_srv port 60000 source PASREL
Server db2_srv port 60000 source PASREL
Server db2_srv port 60000 source PASREL
Server db2_srv port 60000 source PASREL
Server db2_srv port 60000 source PASREL
DB2 Peak statements = 1
registerDriver: driver[className=com.ibm.db2.jcc.DB2Driver,com.ibm.db2.jcc.DB2Driver@3789b4ac]
DriverManager.getDriver("jdbc:db2://db2_srv:50002/E_PRO")
trying driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
getDriver returning driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
Server db2_srv port 50002 source E_PRO
SQLException: SQLState(08S01) vendor code(-99999)
COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0615E Erreur lors de la r?ception de donn?es provenant du socket. Le ser
veur ne r?pond pas. SQLSTATE=08S01
at COM.ibm.db2.jdbc.net.SQLExceptionGenerator.throwReceiveError(SQLExceptionGenerator.java:500)
at COM.ibm.db2.jdbc.net.DB2Request.receive(DB2Request.java:727)
at COM.ibm.db2.jdbc.net.DB2Request.sendAndRecv(DB2Request.java:587)
at COM.ibm.db2.jdbc.net.DB2Connection.SQLConnect(DB2Connection.java(Compiled Code))
at COM.ibm.db2.jdbc.net.DB2Connection.create(DB2Connection.java(Compiled Code))
at COM.ibm.db2.jdbc.net.DB2Connection.create(DB2Connection.java(Compiled Code))
at COM.ibm.db2.jdbc.net.DB2Connection.<init>(DB2Connection.java:245)
at COM.ibm.db2.jdbc.net.DB2Driver.connect(DB2Driver.java:215)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java(Compiled Code))
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java(Compiled Code))
at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java(Compiled Code))
at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:283)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:671)
at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:110)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java(Compiled Code))
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:286)
at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:239)
at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:199)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled Code))
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled Code))
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java(Compiled Code))
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
at $Proxy30.updateDeployments(Unknown Source)
at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:3015)
at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:376)
at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:164)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled Code))
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled Code))
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java(Compiled Code))
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
at $Proxy41.start(Unknown Source)
at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.ja
va:480)
at weblogic.management.Admin.startApplicationManager(Admin.java:1309)
at weblogic.management.Admin.finish(Admin.java:650)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:547)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:214)
at weblogic.Server.main(Server.java:35)

Similar Messages

  • J2EE1.3.1 and sql200 type4 driver wont work.....

    J2EE1.3.1 dont support sql2000(type4) driver ??
    Any success with any one ???
    I tried to connect j2ee1.3.1 to sql2000(type4) drivers.
    I am using j2sdke1.4.1 on win2k os

    I honestly don't know. I don't really understand what exactly what the fixes are doing and why they're needed. I put the ms jdbc driver jars into system/lib under the j2ee install so I wouldn't have security problems like this. Why doesn't the section below take care of the driver jars?
    // Drivers and other system classes should be stored in this
    // code base.
    grant codeBase "file:${com.sun.enterprise.home}/lib/system/-" {
    permission java.security.AllPermission;
    Is is because the SocketPermission needed by the driver doesn't fall under java.security.AllPermission? If that's the case, why doesn't the cloudscape driver need it too? I may be wrong about this but doesn't it ultimately connect on a socket through rmi?
    Also, I've put this in instead on the "<<ALL FILES>>" line and it also works. Does this lock the secruity down better?
    permission java.io.FilePermission "${com.sun.enterprise.home}${/}lib${/}system${/}msutil.jar", "read";
    One more question. Does the added grant section appy to all code running under the j2ee server since it doesn't have a codeBase qualifier? If so, maybe it could be locked down better with a codeBase. I'm through experimenting for now, though, but will continue to watch this thread for new posts.
    Scott

  • Can't back-up new iMac with fusion HD.  The back-up proceeds to within 10% of the total storage needed and then the "of" number increases.  I suspect there is a problem with backing up the fusion drive.  We have a new 3 TB time Capsule.  Any ideas?

    Can't back-up new iMac with fusion HD.  The back-up proceeds to within 10% of the total storage needed and then the "of" number increases.  I suspect there is a problem with backing up the fusion drive.  We have a new 3 TB time Capsule.  I tried excluding different parts of the software from the back-up but it didn't make any difference.  I even tried exluding "invisible items" to no avail.  Any ideas?

    When you setup the wireless and ethernet in the computer.. ipv6 will be on automatic.. this is wrong for the latest TC firmware and airport utility. http://support.apple.com/kb/TS4597
    Go to the wireless and ethernet setup in preferences and change ipv6 to link local.
    Once you do the big backup by ethernet the wireless will function fine for incremental.. it is obviously not estimating the size correctly..
    A full back-up on the iMac would be about 650 GB.  The partial updates that I have been trying start out at 115MB and keep growing indefinitely.  The original back-up never finished nor have any of the follow-up attempts.
    The first estimate should be the full backup but it will keep growing as the backup advances.. I would also delete any inprogress files to make sure it is not messing up .. delete even a sparsebundle if there is one for the imac on the TC and start afresh once you have ethernet connection.
    See A10 here.
    Pondini may have some other clues there to give you an idea of why the backup is slow or not finishing.. there is a lot of issues with TM when it decides not to work.

  • PE 13 crashes due to incompatible video driver detected. Running on Win 7 SP1 with ATI 540v video card/driver.  Deleting bad driver file in adobe program data does not fix the problem,  it simply replaces the text file and crashes again.  My video driver

    PE 13 crashes due to incompatible video driver detected. Running on Win 7 SP1 with ATI 540v video card/driver.  Deleting bad driver file in adobe program data does not fix the problem,  it simply replaces the text file and crashes again.  My video driver is just fine.  Any help out there?

    rb
    Your video card driver may be fine for something, but just not compatible with Premiere Elements 13/13.1.
    For those with the display card error, the answers include
    a. assure your video card/graphics card driver version is up to date according to the web site of the manufacturer of the card -
    if necessary consider a driver roll back.
    b. determine in Device Manager/Display Adapters if the computer is using 2 cards instead of 1
    c. delete the BadDrivers.txt file
    the rationale for that deletion is found in post 10 of the following older post...principle applies to 13 as well as 9.
    Re: Premiere Elements 9 Tryout Serious Display Problem
    Have you looked for computer ATI card settings that might be more compatible with Premiere Elements 13/13.1?
    When is the program crashing - just opening a new project or rather crashing if editing a particular video format at the Timeline level?
    ATR

  • My iMac suddenly has a USB problem. I can connect to drives and printers. I am able to pul info off from drives. When I try to send info to a drive or printer, the connection is lost. All USB ports appear to have the same problem. Can anyone help?

    My iMac suddenly has a USB problem. I can connect to drives and printers. I am able to pul info off from drives. When I try to send info to a drive or printer, the connection is lost. All USB ports appear to have the same problem. Can anyone help?

    Please do 2-3 SMC and PRAM resets back to back and retest. Also use new cables, they can go bad.
    Intel iMac SMC and PRAM resets

  • Is there free jdbc type4 driver for oracle?

    i neen to connect to oracle to develop my application, but there's a problem when tryin' to resolve peoblem of character set. in oracle, as i know, it uses unicode that resulting in the font code, which is not falling into the character set of unicode, whould cause failure in translating user defined font code. beside, for i do not know what kind of license that oracle jdbc type4 driver publishes, hope someone are able to tell me wheather there's any software like freetds in sql2000, because, if necessary, i may need to redistrubite the jdbc driver for my own use!
    thanks in advice,

    Oracle has drivers available from their site (free ones) for java and the specific version of Oracle you are running.

  • Since upgrading to 7.0.3 (iPhone 5 64gb, with iTunes Match enabled) all of my music wiped off my phone.  Downloading it again, most of the artwork has been mixed up with other artists, and I'm no longer able to stream or download over 3G? Any ideas?

    Since upgrading to 7.0.3 (iPhone 5, 64gb, with iTunes Match enabled) almost all of my music has vanished from my phone (weirdly some hasn't).
    Downloading it again, most of the artwork has been mixed up with other artists, and I'm no longer able to stream or download over 3G (all tracks greyed out), though my network settings etc are all set correctly.
    Lastly since upgrading to iOS 7.0.1 (and beyond) Genuis has become effectively useless: it continually asks me to connect to wi-fi, and if I do it creates playlists mostly composed of tracks by the same artists or those very obviously linked to them- previously it created brilliant, nuanced playlists.
    Are these things connected, and how do I fix them?

    I have done this on numerous occasions but I think that my Iphone has a defect. After many tries, reinstalls, deletion of content, changing content to be stored on external hard drive, deleting itunes and cleaning computer I managed to get all of the songs on and things seemed okay for a while.
    The problem returned about a week ago after downloading a new album from Itunes. I now have 12.5k of songs leaving 10gb spare on Iphone which should be more than enough room to operate properly. Last night it seemed to be dowloading ok (after doing all of the above again for the umpteenth time) this morning it revealed that it had just synched 2.5k of songs and 18gb of "other" on the contents bar. it wont synch now as it says its over capacity. So the 18gb of "other" would probably be corrupted data that means it must corrupt each song as it tries to synch it.
    The 2.5k of songs it did synch are working on the Iphone as is every song in the library on Itunes. I did completely delete the new album I bought and redownloaded it from the store then tried to synch just that album and it worked fine.
    Just about time to dump apple I think!

  • J2EE1.3.1 dont support sql2000(type4) driver ??

    J2EE1.3.1 dont support sql2000(type4) driver ??
    Any success with any one ???
    I tried to connect j2ee1.3.1 to sql2000(type4) drivers.
    I am using j2sdke1.4.1 and os is win2k

    thanks for reply.....
    I am presently using clouscape without any problems....
    I have set classpath,default.properties and resource.properties properly and I have put the sql driver jar files in proper j2ee directory and made given the security permission in j2ee server.policy file.
    these r 2 lines I have added in default.properties
    jdbc.drivers=com.microsoft.jdbc.sqlserver.SQLServerDriver
    jdbc.datasources=jdbc/sqlserver|jdbc:microsoft:sqlserver://MR_T:1433;user=sa;password=sa;databasename=pubs
    these r lines added in resource.properties
    jdbcDataSource.5.name=jdbc/sqlserver
    jdbcDataSource.5.url=jdbc\:microsoft\:sqlserver\://MR_T\:1433;user\=sa;password\=sa;databasename\=pubs
    jdbcDriver.1.name=com.microsoft.jdbc.sqlserver.SQLServerDriver
    When i tried with simple java application with sql2000 type4 driver it works fine.
    I can see sql driver binding when I start j2ee server....finally I getting the following exception ....if I use sql2000 driver(type4)
    this is error which I am getting.........
    javax.ejb.CreateException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
         at EJBBean.ejbCreate(Unknown Source)
         at EJBBean_RemoteHomeImpl.create(EJBBean_RemoteHomeImpl.java:22)
         at EJBBeanRemoteHomeImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(GenericPOAServerSC.java:520)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(GenericPOAServerSC.java:210)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(GenericPOAServerSC.java:112)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:255)
         at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
         at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
    If u have any idea
    waiting for ur reply.........eagrly
    thanks

  • My Iphone 4s is not being recognized by itunes at all. There is no connection, the cable i am using is not the problem because itunes will recognize my Ipad2 and Ipod thru it. I have the most current itunes and phone software I need help!

    My Ihone 4s is not being recognized by Itunes.There seems to be  no connection, the cable i am using is not the problem because itunes will recognize my Ipad2 and Ipod thru it. I have the most current itunes and phone software I need help!

    Thank you allan this worked, the final thing was updating the driver softwar for the AMDS in device manager. Thanks again.

  • The problem is the media or the driver ?

    I have a MATSHITA DVD-R UJ-846 in my iMac G5 iSight and recently, after a year, the driver starts misbehaving: in some cases (not always) while burning DVDs it almost stops at about one third of the DVD making various noises, but after a while it resumes.
    During the verification that follows, in some cases the disk is ejected with error message at the same point (roughly one third), and then it is not readable, in others it completes and the disk seems OK.
    Well, not really. Again in some cases this disk (after troubled burning and verification OK) is readable by all players I have (2 Macs and 1 DVD player connected to my TV), in others it causes the application "DVD Player" on both Macs to stop with Error Message "try cleaning the DVD" or something alike, but it DOES work on the consumer DVD player.
    I used both the Apple 8x DVD-R and some TDK 16x DVD-R: I couldn't do many tests but so far I had the problem above only with Apple DVD-R and not with the TDK.
    The questions I have are:
    - is this problem more likely due to some deterioration of the drive or to the media I used ?
    - I had the feeling that bad disks burning was related with the drive temperature: most of bad disks were burned during (a quite hot) summer and the ejected disks were really hot. I then tried to burn just after switching the system ON to make sure it was not overheated: it seemed to work.
    Might the temparature be the real problem in your experience ?
    - I also decided to burn 8x disks at 4x to make the burning more reliable. Might this help ?
    Or, more simply, I have to get my drive replaced ...?
    Thanks for your help.
    Piero

    Yes. I used both Apple DVD-R (5 Pack 8x) and TDK Inkjet printable DVD-Rs in single packs. Never used media on spindles for DVD. I did for CDs, but I never had problems so far.
    For years Apple DVD-R didn't cause any problem. But I have been using this 20" iSight iMac for only one year; before I had a 17" flat panel iMac that always worked perfectly with Apple DVD-Rs.
    So basically my feeling is: either I ran into a bad stock of Apple DVD-Rs or into a bad Matshita driver in my iMac... I hope the former is the right answer...
    Piero

  • I see that i have a problem after installing my new hard drive on my macbook pro mid 2009 version. I put a new hard drive, with all of my information from my old drive installed on it, into the computer. but now have the blinking question mark folder

    i see that i have a problem after installing my new hard drive on my macbook pro mid 2009 version. I put a new hard drive, with all of my information from my old drive installed on it, into the computer. but now have the blinking question mark folder. I see that it means that it isn't reading the new hard drive.
    did i miss a step between transferring all of my information from my old hard drive to the new hard drive and installing the new hard drive into the computer. I believe that i installed properly. it was quite easy.
    thanks for your help

    It means there is no bootable system on the drive. If you still have access to the old drive, then I suggest you boot from it then clone it to the new internal drive. Use OPTION boot to boot from the Recovery HD on the old drive:
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         1. Select Disk Utility from the main menu then press the Continue
             button.
         2. Select the destination volume from the left side list.
         3. Click on the Restore tab in the DU main window.
         4. Select the destination volume from the left side list and drag it
             to the Destination entry field.
         5. Select the source volume from the left side list and drag it to
             the Source entry field.
         6. Double-check you got it right, then click on the Restore button.
    Source means the external old drive. Destination means the new internal drive.

  • Printing problems after installing the Epson Printer Driver 2.16

    Has anyone experienced any problems after installing the Epson Printer Driver 2.16 through Software Update? I am having problems printing. It denotes an error message, specifically the rastertoescpii.app isn't working?

    Oops, wanted everyone to know that the driver that Software Update downloaded and installed was 2.18, not 2.16 (which was the last one that worked for me). I just got done downloading the 2.18 driver directly from the Apple support website and installing it. Guess what? My printer is now working and everything is fine. If you are having issues, I suggest this route. Guess I solved my own problem, but hope this helps someone else.

  • Oracle Type4 driver (ojdbc14.jar) connection proble

    Hi,
    I'm trying to connect to my oracle 8i installed in my local machine through type4 driver.
    I've downloaded ojdbc14.jar and included its path to classpath
    The following lines are included in my code
    Class.forName("oracle.jdbc.OracleDriver");
    cn = DriverManager.getConnection("jdbc:oracle:thin:scott/tiger@localhost:1521:dbmsConnect ")
    I've created the DSN as follows (in Windows XP)
    Control Panel - Administrative Tools - Data Sources - Add - Took Oracle ODBC Driver - entered DSN name as dbmsConnect -added user id as scott
    When I ran the code, Igot following exception
    Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135286784)(ERR=12505)
    (ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    Could anyone help me please

    You may need a later version of the driver:
    http://www.dbforums.com/showthread.php?t=971271
    Pl. also see:
    http://forum.java.sun.com/thread.jspa?threadID=563288&messageID=2773243
    http://forum.java.sun.com/thread.jspa?threadID=300137&messageID=1189780

  • System Hang up problem in CS-5 (5.0.0 and 5.02 both ver.)

    System Hang up problem in CS-5 (5.0.0 and 5.02 both ver.) I have HP machine with i 7 windows 7 and 8GB RAM. Here I'm pasting information from windows application errors:
    09/24/2010 1:43PM Description A problem caused this program to stop interacting with Windows. Faulting Application Path:     C:\Program Files\Adobe\Adobe Premiere Pro CS5\Adobe Premiere Pro.exe  Problem signature Problem Event Name:     AppHangB1 Application Name:     Adobe Premiere Pro.exe Application Version:     5.0.2.0 Application Timestamp:     4c731297 Hang Signature:     db9d Hang Type:     0 OS Version:     6.1.7600.2.0.0.768.3 Locale ID:     1033 Additional Hang Signature 1:     db9d73861cc870992719a1805a937a6a Additional Hang Signature 2:     54f8 Additional Hang Signature 3:     54f896ba0ceb58b7b8c95873e69e4a38 Additional Hang Signature 4:     db9d Additional Hang Signature 5:     db9d73861cc870992719a1805a937a6a Additional Hang Signature 6:     54f8 Additional Hang Signature 7:     54f896ba0ceb58b7b8c95873e69e4a38  Files that help describe the problem AppCompat.txt Adobe Premiere Pro.exe.xml WERInternalMetadata.xml memory.hdmp minidump.mdmp  View a temporary copy of these files Warning: If a virus or other security threat caused the problem, opening a copy of the files could harm your computer.

    Hi,
    if you post message, it would be great if you could include more information on the errors you are encountering. "startsap does not work" is not useful to give advises. You also may have get a quicker answer if you split up your long messages into smaller ones. In the middle of the text I found a simple question:
    How will I create the db2support file? Can you give me the command for this?
    Just use the db2support tool, which is described in detail in the DB2 documentation.
    I know that multiple customers has managed to setup SAP on DB2 using HACMP. In addition some customers use the new Tivoli System Automation for Multiplatforms (SAMP).
    Oh, I currently see that your message is from last year. I suppose you have solved the problems already.
    Regards, Jens

  • I am looking to make the switch from pc to mac and have been eyeing the MBP 13". I would like to know whether it is fine to add RAM and SSD myself? any compatibility or warranty problems? what brand/type of RAM and SSD is the best fit? thank you.

    i am looking to make the switch from pc to mac and have been eyeing the MBP 13". I would like to know whether it is fine to add RAM and SSD myself? any compatibility or warranty problems? what brand/type of RAM and SSD is the best fit? thank you.

    Chamar wrote:
    I'm possibly wrong here but I suspect opening a brand new MBP to add parts yourself will void the warranty.  It is probably in the small print.  I certainly would not risk it for an expensive Apple product.
    Some (Windows) laptops have easy access to memory and disk slots that do not necessitate taking the complete back cover off.  However, Apple does not make life easy for you.
    However, if you are going for a 'used' machine it is probably worth a try.
    Not possibly, definitely wrong, Ram and Hard Drive are considered user replaceable and will not void the warranty if changed.

Maybe you are looking for

  • Urgent Please help RadioButton + Jsp

    I am doing an project named an online exam. I have various questions say about 10 questions.And there are 4 radiobutton are given as option.In the next page I want to retrive the answers clicked by the user for each of the question.I am getting the v

  • Saving Scans with Officjet Pro 6830

    I am having trouble saving scans. The documents scan OK to PDF but when I try and save it, I get a message saying "cannot save to this location" or words to that effect. I have tried chaning the destination in advanced settings but this does not help

  • How can I make a member of one class accessible from another class?

    I thought by making a data member protected it was available to all members of the package, but the compiler is giving me an error. If I put the class name dot the data object it thinks it is a function and gives an error.

  • How to keep the photoshop selection to directly use in afx?

    I need to draw a line around a form created in photoshop. How can I keep the selection photoshop and then convert it directly with "draw line effect" on After Effects to save time? (i speak french so sorry for my english..)

  • IPod touch no audio with FaceTime

    connected iPod touch with iMac using FaceTime, video is great but the iPod has no audio, the iMac works fine, so only missing the audio on the iPod. Tried iPod head set and reloading the FaceTime software on the iMac, no joy. Suggestions?