JDeveloper to WebLogic Server 6.1 connectivity problem

Hello,
I am try to connect to WebLogic Server 6.1 from JDeveloper Version 9.0.3.9.93.
The JDeveloper is installed in Windows XPe. The WebLogic Server is installed in a Sun Box.
The weblogic.jar is already in the lib/ext directory in my local machine whether the JDeveloper runs. Any help in rectifying this is greatly appreciated.
Below is the error :
javax.naming.AuthenticationException [Root exception is java.lang.SecurityException:
attempting to add an object which is not an instance o java.security.Principal to a Subject's Principal Set
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Take a look at this otn thread
oracle9i3.0_prev /weblogic problem
Seems that WebLogic has its own java.security.Principal Class. The only workaround is....
Edit bin\jdev.conf and added the following line:
AddJavaLibFile ../lib/ext/weblogic.jar
Place this new line before any other AddJavaLibFile.
This is a problem with only a specific version of WebLogic.

Similar Messages

  • Error while deploying my project from jDeveloper to Weblogic Server 10.3

    I am trying to deploy my project from Oracle jDeveloper to remote Weblogic Server.
    I am getting an SQL Exception. See below log:
    [11:09:55 PM] ---- Deployment started. ---- [11:09:55 PM] Target platform is (Weblogic 10.3). [11:09:55 PM] Running dependency analysis... [11:09:55 PM] Building... [11:10:04 PM] Deploying profile... [11:10:04 PM] Updating revision id for the SOA Project 'bpm_poc_project.jpr' to '1.0'.. [11:10:04 PM] Wrote Archive Module to /xyz/home/abc/jdeveloper/mywork/bpm_poc_app/bpm_poc_project/deploy/sca_bpm_poc_project_rev1.0.jar [11:10:04 PM] Deploying sca_bpm_poc_project_rev1.0.jar to partition "default" on server AdminServer [http://localhost:7001] [11:10:04 PM] Processing sar=/xyz/home/akrishn2/jdeveloper/mywork/bpm_poc_app/bpm_poc_project/deploy/sca_bpm_poc_project_rev1.0.jar [11:10:04 PM] Adding sar file - /xyz/home/akrishn2/jdeveloper/mywork/bpm_poc_app/bpm_poc_project/deploy/sca_bpm_poc_project_rev1.0.jar [11:10:04 PM] Preparing to send HTTP request for deployment [11:10:04 PM] Creating HTTP connection to host:localhost, port:7001 [11:10:04 PM] Sending internal deployment descriptor [11:10:04 PM] Sending archive - sca_bpm_poc_project_rev1.0.jar [11:11:26 PM] Received HTTP response from the server, response code=500 [11:11:26 PM] Error deploying archive sca_bpm_poc_project_rev1.0.jar to partition "default" on server AdminServer [http://localhost:7001] [11:11:26 PM] HTTP error code returned [500] [11:11:26 PM] Error message from server: There was an error deploying the composite on AdminServer: javax.ejb.EJBException: EJB Exception: ; nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))"); nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))"): EJB Exception: ; nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))"); nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))").
    Can someone give some pointers ?
    Edited by: 853032 on Apr 18, 2011 11:22 PM

    If you can, the best way would be to to change the column name from SUBTYPE to something that isn't a SQL reserved key word.
    You might get around this particular problem by adding @Column(name = "\"SUBTYPE\"") on your attribute. This will force eclipselink to add quotation marks in the generated SLQ, but I think it will cause problems when it comes to some more complicated queries.
    In my opinion, the only safe way here is to not use column names that are in conflict with SLQ reserved key words.
    Pedja

  • JDeveloper and Weblogic Server - DOESN't WORK

    Hi All,
    Yesterday, I was working fine with JDeveloper 11.1.1.6 until I tried to do a deployment (like normally I do) and Weblogic wouldn't start. It was giving me an error, something like 'premature end of file' and security stuff. However, my colleagues told me to rename the folder defaultDomain under C:\Users\Alejandro\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92. So I did. It didn't help.
    I restarted the computer, reinstalled JDeveloper in a new middleware nothing. I created a new Windows user and repeated the process. Nothing.
    My log when creating the domain is
    Log File: C:\Users\Alejandro\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1
    Product Home: C:\OracleClean\Middleware\jdeveloper\jdev\
    Domain: C:\Users\Alejandro\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain
    "C:\OracleClean\Middleware\oracle_common\common\bin\wlst.cmd" "C:\Users\Alejandro\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > >CLASSPATH=C:\ORACLE~2\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORACLE~2\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORACLE~2\MIDDLE~1\JDK160~1\lib\tools.jar;>C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\ORACLE~2\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\web>services.jar;C:\ORACLE~2\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\ORACLE~2\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\ORACLE~2\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf->wlstman.jar;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF->SH~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~>1\common\wlst\RESOUR~1\IGFWLS~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf->wlst.jar;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\ORACLE~2\MIDD>LE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\comm>on\wlst\RESOUR~1\wsm-wlst.jar
    wlst >
    wlst > >PATH=C:\ORACLE~2\MIDDLE~1\patch_wls1035\profiles\default\native;C:\ORACLE~2\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\bin;C:\ORACLE~2\>MIDDLE~1\modules\ORGAPA~1.1\bin;C:\ORACLE~2\MIDDLE~1\JDK160~1\jre\bin;C:\ORACLE~2\MIDDLE~1\JDK160~1\bin;;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > >CLASSPATH=C:\ORACLE~2\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORACLE~2\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORACLE~2\MIDDLE~1\JDK160~1\lib\tools.jar;>C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\ORACLE~2\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\web>services.jar;C:\ORACLE~2\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\ORACLE~2\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\ORACLE~2\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf->wlstman.jar;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF->SH~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~>1\common\wlst\RESOUR~1\IGFWLS~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf->wlst.jar;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\ORACLE~2\MIDD>LE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\ORACLE~2\MIDDLE~1\ORACLE~1\comm>on\wlst\RESOUR~1\wsm-wlst.jar;C:\ORACLE~2\MIDDLE~1\utils\config\10.3\config->launch.jar;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\ORACLE~2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbytools.jar;;
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst > I am currently moving to a next computer to see because I cant keep spending time by solving this. Any help? Or should I just reinstall windows? I cant use linux because I need to work under VPN connection and I didn't managed to set it up.

    Really don't know much about your problem but whenever i have weired problem like these..... (it has happened twice in last one year) I just renamed that sytem 11.1.1.6.38.61.92 folder
    next time i start Jdev, it creates this folder and everything started working fine.... the main problem here is that.... you have to setup your connections, version control and other weblogic specific items again...... from my experience, that has been worked out well.....
    -R

  • Integration with JMS Weblogic server, Couldn't connect to any host

    Hi ,
    I am doing XI to JMS integration(weblogic JMS server) ,have created a communication channel of type JMS and gave the following parameters.
    Transport Protocal  : Access JMS Provider with JNDI
    Message protocal    : JMS 1.X
    JNDI Lookup name with
    queueconnectionfactory :MyJMSConnectionFactory
    JNDI Lookup name with JMS Queue : MyJMSQueue
    Name of JNDI initial context factory : weblogic.jndi.WLInitialContextFactory
    <b>JNDI Server Address: http://isccap:7001/</b>
    all these parameters are working fine when used in a Client java program by which i am able to put and retrive message from Weblogic JMS server queue.
    But the same is not working in XI adapter ,
    I am getting the following error in adapter monitoring
    Zsrl_JMS_Reciever Receiver channel. Details: <u>Couldn't connect to any host</u>
    I guess the problem is with <b>JNDI Server Address: http://isccap:7001/</b>
    Is the format "http://host:port"  correct for weblogic server,
    are the JMS port and JNDI port same or different .
    I have deployed the required drivers "wlclient.jar" in XI server .
    Thanks in advance ,
    srikanth Lanka

    weblogic works on the Tenga3 protocol and hence the URL to connect to the JNDI provider of weblogic is
    t3://host:port
    At least in case of Weblogic you connect to your J2EE resources using your JNDI registry so the port would be the same.
    Rgds,
    Amol

  • Jbuilder 6 enterprise and weblogic server 6.1 integration problem

    hello,
    i am using jbuilder 6 enterprise and weblogic server 6.1. i just got a new
    workstation and imported my old project from cvs into jbuilder and
    everything is fine up to this point.
    the application in question is using servlet filters, so i absolutely need
    web application version 2.3. it seems, though, that my jbuilder believes for
    some reason that only tomcat 4 and borland enterprise server are capable of
    using servlet filters. i cannot remember how i fixed this last time around,
    but i did somehow. i had a recollection that the jb6_all_001 patch did the
    trick, but obviously it didn't this time, at least. what is really annoying
    is that the wizard does not allow me to create servlet filters and the
    webapp dd editor does not allow me to configure filters, either. of course,
    i can edit web.xml manually, but starting the server changes the dtd back to
    2.2 and removes everything that is 2.3 specific.
    please help me fix this?

    at the moment it is possible for me to work, though. i worked around the
    problem and i set web.xml as a read only file. i still can't use wizards to
    create servlets and i can't edit web.xml with jbuilder.

  • JDeveloper 11G - Weblogic 10.3 - SOA Deployment problem

    I have jDeveloper 11g configured with SOA Suite, Weblogic 10.3 server, I have created new domain in Weblogic server integrated with jDeveoper. But the weblogic server only supports jee application deployment. I unable to find SOA server deployment option.Any additional config required in Weblogic server? Thanks

    HI ,
    To find SOA Server while deploying your composite u need to install the following :
    1. RCU
    2. WLS
    3. SOA SUITE
    4. JDEVELOPER
    5. Create Domain and select SOA SUITE for developeers and EM also .
    U can see the SOA SERVERS in EM whether they are there or not , Basically u need to have SOA -INFRA up for and SOA Composite deplyoment
    http://download.oracle.com/docs/cd/E21764_01/install.1111/e14318/toc.htm
    check this out !!
    Cheers ,
    Abhinav

  • MS SQL Server 2K JDBC Connection Problem

    Hi,
    I have installed Sql Server 2000 with mixed mode authentication. I am able to connect to connect through ODBC with both Windows and server authentication.
    The same when i try with JDBC, i am not able to connect. I have added the driver jars to the classpath also.
    Heres the Code :
    try{
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
    con = java.sql.DriverManager.getConnection("jdbc:microsoft:sqlserver://localhost:1433;databaseName=pubs","sa","");
    if(con!=null) System.out.println("Connection Successful!");
    }catch(Exception e){
    e.printStackTrace();
    System.out.println("Error Trace in getConnection() : " + e.getMessage());
    Here is the error :
    java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:115)
    at Connect.main(Connect.java:31)
    Error Trace in getConnection() : com.microsoft.jdbc.sqlserver.SQLServerDriver
    Kindly help.
    Thanks in Advance

    Thanks for the reply.
    I am not using any IDE, but the problem exists if i
    add the jar files into my classpath. I extracted the
    required files as suggested and tried, this time it
    works fine.
    If anyone could let me know why this problem is
    occuring it would be helpful.
    Thanks once againIt occured because MS didn't package their jar properly. You could try to re-jar the files or use a driver from another vendor.

  • Weblogic server 9.1 upgrade problem

    We had our application running on WLS 8.1.
    Trying to upgrade to 9.2 using teh upgrade.sh script ( which uses 'java weblogic.Upgrade' inside ).
    Even after it has reported that it has successfully upgraded the domain, when I login using the admin console, I see that the managed servrs are missing. So are all the resources ( JMS, connectionpool etc ) and all our EJBs.
    Essentially we end up with a new admin server with nothing in it.
    Has somebody else experienced this problem ?
    If yes, are there any work arounds.
    --sony                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    This was fixed by removing everything except teh following files from the original ( 8.1 ) domain directory
    1. config.xml
    2. SerializedSystemIni.dat
    3. *.ldift
    4. applications directory
    Is this a bug in the upgrade tool ? Or did I miss a part of the documentation ?
    Thanks
    --sony                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Weblogic Server 8.1 startup problem

    We are trying to install Weblogic 8.1 server in a isolated lab with no internet
    access. The opearting system is Solaris 8.
    The problem we are experiencing is that during start up it will attempts to contact
    jakarta.apache.org and time out after ~ 25 minutes. I am hoping someone can direct
    me to a web page with inforamtion on how to remove the need to contact the website
    or reduce the timeout period. I hae looked all over e-docs.bea.com for the information
    and I could not find an answer. Thanks in advance.
    Felix

    start ur admin first as ./startweblogic.sh or double click on startweblogic.cmd if in windows OS
    Then modify ur startmanagedweblogic file with admin url and port and also server name as ur managed servers name
    Save that file as (save as option) startManagedWeblogic_M1.cmd and startManagedWeblogic_M2.cmd to start them
    the admin url and port would be the same form M1 and M2
    only the server_name will be different, M1 for M1 and M2 for M2
    Next start ur managed servers and let me know

  • Oracle WebLogic Server - How to connect to IBM DB2-400

    Hi to all,
    I'm afraid I'm going to ask a f.a.q... anyway... I'm trying to define a Connection Pool to Db2/400. I see that Oracle App Server do support DB2 on windows and linux O.S;
    what about DB2 on a iSeries / iOs machine ?
    Thank you in advance for your help.

    1. Can OSB connect to JMS Queue which resides within the IBM Maximo Application? If yes can you please provide any documents/link which outlines the steps.Yes. You can use a OSB proxy service with jms transport to dequeue the messages from remote weblogic jms.
    2. Do I need to configure a Messaging Bridge or a Foreign JNDI provider in Weblogic? Which is the best optionNot required.
    3. What information do we need to configure in Weblogic to connect to the JMS Queue in IBM Maximo Application? Configure a proxy service with jms transport. Here you have to provide the transport URI hostname/port part you have to give details of the maximo WLS server host and part.Since jms transport involves rmi communication between two weblogic domains, you also need to setup either global trust between the domains or cross domain security.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e13707/domain.htm#i1176046

  • SQL Server 2005 Database connecting problem

    Hi,
    I have installed MDM 5.5 SP06 - 64bit servers,  32bit clients and  SQL server 2005  in Vista 64 bit operating system.
    But I can't able to connect the server...
    I believe sa is reserved user name but in SQL server management studio I couldn't able to connect the server and registered the Server.
    Can you guys please guide me in this regard how to fix this problem ASAP?
    Thanks,
    Pooja

    Hi,
    Thanks for your time and help, but I couldn't able to see the database itself.
    as I know my computer name is database name but SQL Server is not providing that.
    and its showing network data base names.
    If I type the database name and user is sa...but there is no luck in connecting...
    is there any way that we can define server name and user names??? also it doesn't ask for any database name or user name during installation of SQL Server 2005
    I'm not a SQL person so, please help me in this regard.
    Thanks, Pooja

  • Nokia Exchange Server always on connection problem

    Hi,
    I do hope somebody can help me. I'm having the following problem. When i connect to my exchange server with a 15 min. interval everything works fine. When i use the always on solution i get on my N73 the message that my Exchange Server doesnt support always on. I searched everywhere and hhtp push support is enabled but i cant find the solution. I dont use a secure ssl connection but just a normal connection.
    I really hope so that anybody can help me please???
    Greetings,
    Niels
    Netherlands

    Try installing exchange SP2 on your exchange server(s).

  • MS SQL Server 7.0 Connectivity problems

    Hello,
    I am creating applets which display information taken in a MS SQL Server 7.0. My SQL requests are very simple. I program with JBuilder 3.5. As a new Java programer, I have some basic problems:
    -1- Do I have to GET the JDBC/ODBC driver? or is that possible to manage without?
    -2- If it is needed, where can I find it for FREE? The ones proposed by Atinav Inc. are really expensive!
    -3- Why are they not in the installation CD of SQL Server?
    Thank you for answering to a newby.

    The jdbc-odbc bridge comes with all version of sun java back to about 1.1.4.
    ODBC (non-java issue) requires that you set up a DSN on each client machine. This can't be done is java unless you want to use JNI. This might not be ideal for an applet.
    There is a free tds driver (although I can't find the name) for SQL server. It is java only solution and requires no setup on client machine.

  • SQL Server 2005 Express Connection problems

    Hello,
    I have been trying for the past 2 hours to connect CFMX 8 to SQL Server 2005 Express on my windows7 laptop and it is throwing all kinds of errors.
    "Connection verification failed for data source: sqlHPV
    java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Unknown host: SQLExpress
    The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Unknown host: SQLExpress"
    Please I need help.

    Try using an IP address instead of SQLExpress for the host name. If it is on the same box, use 127.0.0.1 and make sure SQLExpress in configured for IP communication.

  • CF8 and SQL Server Express 2005 connection problem

    Hi. I'm new to SQL Server (I'm running Express 2005 SP2 on
    Vista - local machine) and I can't seem to connect to my datasource
    with CF Admin. I submit the following information to CF Admin:
    CF Data Source Name: MySampleDB
    Database: MySampleDB
    Server: MyMachine\MSSMLBIZ Port: 1433
    User name: Me
    Password: **********
    I get the following error:
    Connection verification failed for data source: MySampleDB
    java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]No
    more data available to read.
    The root cause was that: java.sql.SQLException:
    [Macromedia][SQLServer JDBC Driver]No more data available to read.
    Log On is using built-in account: Local System
    Here's what else i have done so far:
    I have tried using 127.0.0.1 as the server
    I made sure Windows firewall had an exception to allow port
    1433
    I tried ports 1434 and 8500
    I made sure TCP/IP is enabled in SSCM protocols
    I even tried leaving the username and pwd blank and I get the
    following message:
    Connection verification failed for data source: MySampleDB
    java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver]Error establishing socket to host and port: 127.0.0.1:1433.
    Reason: Connection refused: connect
    The root cause was that: java.sql.SQLException:
    [Macromedia][SQLServer JDBC Driver]Error establishing socket to
    host and port: 127.0.0.1:1433. Reason: Connection refused: connect
    I'm not sure where I'm going wrong. Thanks in advance for
    your help!
    -Kris

    Hi,
    The port might have been blocked. Try setting a new port for
    your sqlserver. That may work for you.
    (Because SP2 always blocks port 1433)

Maybe you are looking for

  • Problem with gifview animate

    lolilolicon wrote:gifview --animate -new--window root  animated.gif does not work $ gifview --animate -new--window root 1.gif gifview: unrecognized option '-n' gifview: unknown value '--window' for option '-w' gifview: (Possibilities are 'root' and '

  • IChat screen sharing- shared screen is green/grey pixelated

    Have a strange problem trying to share the screen of my parent's MacBook Pro: request accepted, but I can't see their screen. I get a first glimpse and it works, but then it degrades to grey/green pixelated, in general, unreadable. Both computers are

  • Pages with JavaScript open extremely slow IE 10/Win 8

    Few weeks ago, started noticing some pages opening extremely slow. Top 2 examples are nbcnews.com and oregonlive.com, with the commonality between the 2, lots of scripting (javascript). The sites don't allow me to scroll right away, takes about 20 se

  • Java cmd doesn't find a created package during execution

    Hi all, I created a package and modified the CLASSPATH in order to compile a program using my package. The compilation passed without errors nor warnings. Problem: When I invoked my program by using the following cmd line: java <Main Class Name> I go

  • How do i make a justifiable text box in Photoshop CS5

    Hi I tried to justify text but find it hard, any quick and simple ways to do it? Thanks