For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 18 years, 8 months ago by
Loyal Water.
-
AuthorPosts
-
netgorkMemberI’ve been using MyEclipse 5.1.0 GA with no problems. Yesterday I installed MyEclipse 6.0.1. I copied my com.genuitec.eclipse.easie.weblogic8.prefs from my existing MyEclipse so my WebLogic config would be exactly the same. Since it uses the same config.xml the Weblogic environment should be exactly the same. But the connection to the DB times out and I have no connection pools. These are the error messages.
<Dec 13, 2007 11:40:07 AM GMT-05:00> <Error> <JDBC> <BEA-001150> <Connection Pool “tsc” deployment failed with the following error: 0:Could not create pool connection. The DBMS driver exception was: The application requester cannot establish the connection. (Connection timed out: connect).>
<Dec 13, 2007 11:40:07 AM GMT-05:00> <Error> <JDBC> <BEA-001151> <Data Source “tscDataSource” deployment failed with the following error: DataSource(tscConnection) can’t be created with non-existent Pool (connection or multi) (tsc).>
<Dec 13, 2007 11:40:07 AM GMT-05:00> <Error> <JDBC> <BEA-001151> <Data Source “tscReadOnlyDataSource” deployment failed with the following error: DataSource(tscReadOnlyConnection) can’t be created with non-existent Pool (connection or multi) (tsc).>I have no idea why this is. We are using DB2 on an AS400. Any Ideas?
Thanks,
BobDecember 13, 2007 at 11:17 am #279632
Loyal WaterMemberBob,
Can you reconfigure the connector in your 6.0.1 install instead of copying the prefs file and check if the errors go away ?Do you get these errors when you start the server ?
December 13, 2007 at 1:12 pm #279650
netgorkMemberNipun,
I tried it and it does the exact same thing when I start WebLogic from MyEclipse 6. It still works fine from MyEclipse 5. Is there a way I can send you my connector config file?
December 14, 2007 at 8:40 am #279675
Loyal WaterMemberWhen your in your original workspace, go to File > Export > General > Preferences and export your preferences. Then after switching to the new workspace go to File > Import > General > Preferences and import your preferences. That should do the trick.
December 14, 2007 at 9:19 am #279680
netgorkMemberThat’s great, I didn’t know you could do that. I will share that with my group. But it still doesn’t work. I get the exact same error. There must be something different about the way you start the VM for WebLogic. Maybe you put extra things in the path or classpath. Only the DB connections are effected. Maybe it’s a VM permissions problem. The DB is on another machine. Try to find out if any changes were made in that area. I will ask the DBA if he can see me trying to connect. I will also look at VM options to see what I can see.
Thanks
December 14, 2007 at 11:28 am #279692
netgorkMemberNipum,
It was my stinken PC firewall. Sorry to have wasted your time.
December 14, 2007 at 12:06 pm #279699
Loyal WaterMemberGlad it worked. Thanks for letting me know.
-
AuthorPosts
