facebook

Weblogic configuration in eclipse

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #252401 Reply

    anindya_y2k
    Member

    when i am starting weblogic from eclipse i am getting the following error.Will some one help me out ?

    MyEclipse configuration is:

    bean home directory: D:\bea
    Weblogic installation directory : D:\bea\weblogic91
    adminusername: weblogic
    password:weblogic
    Execution domain root :D:\bea\user_projects\domains\chasecigDomain
    Execution domain name:chasecigDomain
    Execution server name: portalServer
    Hostname:PortNumber:localhost:7001
    Security policy file E:\bea\weblogic91\server\lib\weblogic.policy

    JDK is the one which is being shipped with the weblogic

    Error :

    <May 23, 2006 12:10:46 PM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_04-b05 from Sun Microsystems Inc.>
    <May 23, 2006 12:10:46 PM GMT+05:30> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <May 23, 2006 12:10:46 PM GMT+05:30> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic XMLX Module 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973 >
    <May 23, 2006 12:10:47 PM GMT+05:30> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at D:\bea\user_projects\domains\chasecigDomain\config.xml.>
    <May 23, 2006 12:10:50 PM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The server log file D:\bea\user_projects\domains\chasecigDomain\portalServer\portalServer.log is opened. All server side log events will be written to this file.>
    ***************************************************************************
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/bea/wsrp/util/debug/Debug
    at com.bea.wsrp.security.WSRPIdentityAsserterProviderImpl.<clinit>(WSRPIdentityAsserterProviderImpl.java:45)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.createSecurityProvider(SecurityServiceManagerDelegateImpl.java:232)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:939)
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:257)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.java:698)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:731)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:874)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:717)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    Reason: com/bea/wsrp/util/debug/Debug
    ***************************************************************************

    #252424 Reply

    Riyad Kalla
    Member

    Be sure youa re using the WEbLogic 9 connector, also make sure you are using the JDK from the WebLogic install to run it. Also make sure you left all the Paths settings empty for now, you shouldn’t need to add all your JARs there, the connector will pick them up.

    #252718 Reply

    anindya_y2k
    Member

    the weblogic9 was a typo.i am connecting with the weblogic8 connector and still getting the same error.

    Weblogic configuration

    Bea home directory: D:\bea
    Weblogic installation directory : D:\bea\weblogic81
    Admin username: weblogic
    Admin password: weblogic
    Execution domain root : D:\bea\user_projects\domains
    Execution domain name: portalChaseDomain
    Execution server name: portalServer
    Hostname:PortNumber: localhost:7001
    Security policy file: D:\bea\weblogic81\server\lib\weblogic.policy

    i am using the following JDK connections. i have added the weblogic JDK as follows

    JRE type: Standard VM
    JRE name: jdk1_4_2
    JRE home directory: D:\bea\jdk142_04
    Default VM Arguments: kept blank
    JRE system libraries:
    <checked >Use default system libraries

    I have the following configuration under Launch

    External Mangement Server : This server is running standalone ( checked)
    Start Weblogic Launches in : Run mode ( checked )

    Under my path configuration, all the paths are blank

    i have the following domains created in my machine through configuration wizard

    D:\bea\user_projects\domains\chasecigDomain
    D:\bea\user_projects\domains\CRDomain
    D:\bea\user_projects\domains\portalChaseDomain —- i am using this domain

    I thought that my domain configuration was bad and created a new domain “portalChaseDomain” but still i am in a mess.I dont have a restriction of running the weblogic server from command prompt but I was looking for a quick solution from inside eclipse.

    #252725 Reply

    Riyad Kalla
    Member

    If you change WL to run in Debug mode, does it start up? Also just to confirm, it starts up fine from the command line? Also to confirm you are getting the ClassNotFoundException?

    #252759 Reply

    anindya_y2k
    Member

    Changing WL to run in Debug mode dont solve the problem.When i am starting weblogic from command prompt, it goes up well but i am having a certificate error. is this the reason ,i am unable to start up the server from eclipse ? is there any way to solve this ?

    <May 30, 2006 3:54:48 PM GMT+05:30> <Notice> <Security> <BEA-090150> <Trusted ce
    rtificate has expired: [
    [
    Version: V1
    Subject: CN=GTE CyberTrust Root, O=GTE Corporation, C=US
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4

    Key: SunJSSE RSA public key:
    public exponent:
    010001
    modulus:
    b8e64fba db987c71 7caf44b7 d30f46d9 64e593c1 428ec7ba 498d352d 7ae78bbd
    e5053159 c6b12f0a 0cfb9fa7 3fa20966 84561e37 291b87e9 7e0cca9a 9fa57ff5
    1594a3d5 a24682d8 684cd137 150668af bdf8b0b3 f029f595 5a091661 770a2225
    d44f45aa c7bde596 dff9d4a8 8e42cc24 c01e9127 4ab56d06 806339c4 a25e3803
    Validity: [From: Sat Feb 24 04:31:00 GMT+05:30 1996,
    To: Fri Feb 24 05:29:00 GMT+05:30 2006]
    Issuer: CN=GTE CyberTrust Root, O=GTE Corporation, C=US
    SerialNumber: [ 01a3]

    ]
    Algorithm: [MD5withRSA]
    Signature:
    0000: 12 B3 75 C6 5F 1D E1 61 55 80 00 D4 81 4B 7B 31 ..u._..aU….K.1
    0010: 0F 23 63 E7 3D F3 03 F9 F4 36 A8 BB D9 E3 A5 97 .#c.=….6……
    0020: 4D EA 2B 29 E0 D6 6A 73 81 E6 C0 89 A3 D3 F1 E0 M.+)..js……..
    0030: A5 A5 22 37 9A 63 C2 48 20 B4 DB 72 E3 C8 F6 D9 ..”7.c.H ..r….
    0040: 7C BE B1 AF 53 DA 14 B4 21 B8 D6 D5 96 E3 FE 4E ….S…!……N
    0050: 0C 59 62 B6 9A 4A F9 42 DD 8C 6F 81 A9 71 FF F4 .Yb..J.B..o..q..
    0060: 0A 72 6D 6D 44 0E 9D F3 74 74 A8 D5 34 49 E9 5E .rmmD…tt..4I.^
    0070: 9E E9 B4 7A E1 E5 5A 1F 84 30 9C D3 9F A5 25 D8 …z..Z..0….%.

    ]>

    Note:
    Also i have configured weblogic 9 in eclipse which is running fine.I dont think that having two weblogic configured is causing the problem as i am getting this error much before i have installed weblogic 9.

    #252768 Reply

    Riyad Kalla
    Member

    Anindya,
    You are correct, having 8 and 9 configured is fine. Also I doubt that having the certificate exceptions is causing the startup problem. Do you still have the weblogic installation media? Would you be able to install a new copy of WebLogic to a new directory, say C:\testweblogic, then after doing that, set up a new domain, then point MyEclipse at it and see if it worked?

    #252845 Reply

    anindya_y2k
    Member

    Riyad

    Thats the last option i have. i have thought about it before but wanted to solve the situation. I have a Weblogic installer with service pack 5. i will try out it and will let you know.I have not mentioned that i am using Weblogic with service pack3. Hope myeclipse dont have a configuration problem with different service packs.

    #252911 Reply

    anindya_y2k
    Member

    Riyad

    i have tried to reinstall the weblogic but i am getting the same error once again. even i have created a new domain altogether this time. let me now if you need any more information about my eclipse weblogic configuration

    #252923 Reply

    Riyad Kalla
    Member

    Just to confirm, you are still seeing:

    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/bea/wsrp/util/debug/Debug
    at com.bea.wsrp.security.WSRPIdentityAsserterProviderImpl.<clinit>(WSRPIdentityAsserterProviderImpl.java:45)

    And are still using exactly these settings:

    Weblogic configuration

    Bea home directory: D:\bea
    Weblogic installation directory : D:\bea\weblogic81
    Admin username: weblogic
    Admin password: weblogic
    Execution domain root : D:\bea\user_projects\domains
    Execution domain name: portalChaseDomain
    Execution server name: portalServer
    Hostname:PortNumber: localhost:7001
    Security policy file: D:\bea\weblogic81\server\lib\weblogic.policy

    i am using the following JDK connections. i have added the weblogic JDK as follows

    JRE type: Standard VM
    JRE name: jdk1_4_2
    JRE home directory: D:\bea\jdk142_04
    Default VM Arguments: kept blank
    JRE system libraries:
    <checked >Use default system libraries

    I have the following configuration under Launch

    External Mangement Server : This server is running standalone ( checked)
    Start Weblogic Launches in : Run mode ( checked )

    Under my path configuration, all the paths are blank

    ?

    #252994 Reply

    anindya_y2k
    Member

    yes you are right .i am geeting the same error. i am using the above configuration only. i have created a new domain again just to confirm that i am not making mistakes in the domain creation.

    Execution domain root : D:\bea\user_projects\domains
    Execution domain name: portalJPMCDomain

    After reinsatlling the weblogic sp 5, i am not getting the certificate error. From command prompt it a clean startup i am attaching the log for that too

    .
    .
    JAVA Memory arguments: -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=
    32m -XX:MaxPermSize=128m
    .
    WLS Start Mode=Development
    .
    CLASSPATH=;D:\bea\WEBLOG~1\server\lib\weblogic_knex_patch.jar;D:\bea\WEBLOG~1\co
    mmon\lib\log4j.jar;D:\bea\WEBLOG~1\server\lib\debugging.jar;D:\bea\WEBLOG~1\serv
    er\lib\knex.jar;D:\bea\WEBLOG~1\javelin\lib\javelin.jar;D:\bea\WEBLOG~1\server\l
    ib\wlw-lang.jar;D:\bea\JDK142~1\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogi
    c_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar;D:\bea\WEBLOG~1\server\lib\ant\
    ant.jar;D:\bea\JDK142~1\jre\lib\rt.jar;;D:\bea\WEBLOG~1\common\eval\pointbase\li
    b\pbclient44.jar;D:\bea\WEBLOG~1\server\lib\webserviceclient.jar;D:\bea\WEBLOG~1
    \server\lib\webserviceclient+ssl.jar;D:\bea\WEBLOG~1\server\lib\xbean.jar;D:\bea
    \WEBLOG~1\server\lib\wlxbean.jar;D:\bea\WEBLOG~1\server\lib\xqrl.jar;D:\bea\WEBL
    OG~1\server\lib\netui\netui-compiler.jar;D:\bea\WEBLOG~1\server\lib\wli.jar;D:\b
    ea\WEBLOG~1\integration\adapters\sample\lib\sample-eis.jar;D:\bea\WEBLOG~1\porta
    l\lib\wps_system.jar
    .
    PATH=D:\bea\WEBLOG~1\server\bin;D:\bea\JDK142~1\jre\bin;D:\bea\JDK142~1\bin;.;C:
    \apache-ant-1.6.5\bin;D:\oracle\ora92\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\Sy
    stem32\Wbem;D:\Tool\SecureCRT 3.0;D:\Tool\F-Secure\SSHTRI~1;C:\Program Files\IBM
    \Trace Facility;C:\Program Files\Personal Communications;C:\Program Files\Ration
    al\ClearCase\bin;C:\Program Files\Rational\common;D:\bea\weblogic81\server\bin;C
    :\cruisecontrol\main\bin;C:\Program Files\Rational\ClearCase\bin;C:\maven\bin\mv
    n.bat;C:\maven\bin;C:\apache-ant-1.6.5\bin;C:\Program Files\Java\jdk1.5.0_06\bin
    ;C:\Program Files\Java\jdk1.5.0_06;.;C:\Program Files\Java\jdk1.5.0_06\bin;C:\Pr
    ogram Files\Java\jdk1.5.0_06;D:\bea\WEBLOG~1\server\bin\oci920_8
    .
    ***************************************************
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    ***************************************************
    starting weblogic with Java version:
    java version “1.4.2_08”
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
    Starting WLS with line:
    D:\bea\JDK142~1\bin\java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket
    ,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx256m -XX:Com
    pileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m -Xverify:none -ea -da
    :com.bea… -da:javelin… -da:weblogic… -Dplatform.home=D:\bea\WEBLOG~1 -Dwls
    .home=D:\bea\WEBLOG~1\server -Dwli.home=D:\bea\WEBLOG~1\integration -Dlog4j.con
    figuration=file:D:\bea\WEBLOG~1\common\lib\workshopLogCfg.xml -Dweblogic.managem
    ent.discover=true -Dweblogic.ProductionModeEnabled= -Dejbruntime.database=pointb
    ase44 -Dweblogic.security.SSL.ignoreHostnameVerify=false -Dwlw.iterativeDev=true
    -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.Name=portalServ
    er -Djava.security.policy=D:\bea\WEBLOG~1\server\lib\weblogic.policy weblogic.
    Server
    === Debugging ===
    This window is necessary for debugging code using WebLogic Workshop
    <Jun 2, 2006 1:33:44 PM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Startin
    g WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_08-b03 from Sun
    Microsystems Inc.>
    <Jun 2, 2006 1:33:44 PM GMT+05:30> <Info> <Configuration Management> <BEA-150016
    > <This server is being started as the administration server.>
    <Jun 2, 2006 1:33:44 PM GMT+05:30> <Info> <Management> <BEA-141107> <Version: We
    bLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic Integration 8.1 SP5 Wed Sep 21 21:56:54 PDT 2005 643163
    WebLogic Portal 8.1 SP5 Wed Sep 21 21:52:35 PDT 2005 643163>
    <Jun 2, 2006 1:33:45 PM GMT+05:30> <Notice> <Management> <BEA-140005> <Loading d
    omain configuration from configuration repository at D:\bea\USER_P~1\domains\POR
    TAL~1\.\config.xml.>
    <Jun 2, 2006 1:33:49 PM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The s
    erver log file D:\bea\user_projects\domains\portalJPMCDomain\portalServer\portal
    Server.log is opened. All server side log events will be written to this file.>

    <Jun 2, 2006 1:33:56 PM GMT+05:30> <Notice> <Security> <BEA-090082> <Security in
    itializing using security realm myrealm.>
    <Jun 2, 2006 1:33:56 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000327> <Start
    ing WebLogic Admin Server “portalServer” for domain “portalJPMCDomain”>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading tru
    sted certificates from the jks keystore file D:\bea\weblogic81\server\lib\DemoTr
    ust.jks.>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading tru
    sted certificates from the jks keystore file D:\bea\JDK142~1\jre\lib\security\ca
    certs.>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <Security> <BEA-090170> <Loading the
    private key stored under the alias DemoIdentity from the jks keystore file D:\b
    ea\weblogic81\server\lib\DemoIdentity.jks.>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <Security> <BEA-090171> <Loading the
    identity certificate stored under the alias DemoIdentity from the jks keystore
    file D:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading tru
    sted certificates from the jks keystore file D:\bea\weblogic81\server\lib\DemoTr
    ust.jks.>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading tru
    sted certificates from the jks keystore file D:\bea\JDK142~1\jre\lib\security\ca
    certs.>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000331> <Start
    ed WebLogic Admin Server “portalServer” for domain “portalJPMCDomain” running in
    Development Mode>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000355> <Threa
    d “ListenThread.Default” listening on port 7001, ip address *.*>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Serve
    r started in RUNNING mode>
    <Jun 2, 2006 1:34:15 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000355> <Threa
    d “SSLListenThread.Default” listening on port 7002, ip address *.*>

    #253002 Reply

    Riyad Kalla
    Member

    I noticed that when you run WL from inside MyEclipse you are using 1.4.2_08 and outside 1.4.2_05 which makes me think the settings might be squirrely. Also did you duplicate the

    -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=
    32m -XX:MaxPermSize=128m

    arguments in the Optional JDK arguments for the connector in MyEclipse?

    #253077 Reply

    anindya_y2k
    Member

    Riyad

    i have not duplicated the JDK arguments. Thats the echoing of Java memory Arguments in start weblogic. i am still getting the error. i am attching the configuration again along with the error. the JDK which i am using is that shipped with the weblogic 8.1 SP 5
    it seems that myeclipse is not able to locate the JDK

    i am using

    Eclipse SDK
    Version: 3.1.2
    Build id: M20060118-1600

    with
    MyEclipse JSF Support

    Version: 4.1.1
    Build id: 20060309-4.1.1-GA

    and
    WebLogic Server 8.1 SP5

    Weblogic 8
    —————–

    Bea home directory: D:\bea
    Weblogic installation directory : D:\bea\weblogic81
    Admin username: weblogic
    Admin password: weblogic
    Execution domain root : D:\bea\user_projects\domains\portalJPMCDomain
    Execution domain name: portalJPMCDomain
    Execution server name: portalServer
    Hostname:PortNumber: localhost:7001
    Security policy file: D:\bea\weblogic81\server\lib\weblogic.policy

    JDK
    ——————
    JRE type: Standard VM
    JRE name: jdk1_4_2_0_8
    JRE home directory: D:\bea\jdk142_08
    Default VM Arguments: kept blank
    JRE system libraries:
    <checked >Use default system libraries

    Optional Java VM arguments:
    <kept blank>

    Launch
    ——————-
    External Mangement Server : This server is running standalone ( checked)
    Start Weblogic Launches in : Run mode ( checked )

    PATH
    ——————–
    all the paths are blank

    i have the following domain created in my machine through configuration wizard

    D:\bea\user_projects\domains\portalJPMCDomain

    <Jun 5, 2006 12:16:26 PM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_08-b03 from Sun Microsystems Inc.>
    <Jun 5, 2006 12:16:27 PM GMT+05:30> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Jun 5, 2006 12:16:27 PM GMT+05:30> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
    <Jun 5, 2006 12:16:27 PM GMT+05:30> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at D:\bea\user_projects\domains\portalJPMCDomain\config.xml.>
    <Jun 5, 2006 12:16:30 PM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The server log file D:\bea\user_projects\domains\portalJPMCDomain\portalServer\portalServer.log is opened. All server side log events will be written to this file.>
    ***************************************************************************
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/bea/wsrp/util/debug/Debug
    at com.bea.wsrp.security.WSRPIdentityAsserterProviderImpl.<clinit>(WSRPIdentityAsserterProviderImpl.java:45)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.createSecurityProvider(SecurityServiceManagerDelegateImpl.java:232)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:976)
    at weblogic.security.service.adapters.AdapterFactory.getAuthenticationProvider(AdapterFactory.java:77)
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:173)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:283)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:734)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:821)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
    at weblogic.Server.main(Server.java:32)
    Reason: com/bea/wsrp/util/debug/Debug
    ***************************************************************************

    MY weblogic log if started from command prompt

    JAVA Memory arguments: -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=
    32m -XX:MaxPermSize=128m
    .
    WLS Start Mode=Development
    .
    CLASSPATH=;D:\bea\WEBLOG~1\server\lib\weblogic_knex_patch.jar;D:\bea\WEBLOG~1\co
    mmon\lib\log4j.jar;D:\bea\WEBLOG~1\server\lib\debugging.jar;D:\bea\WEBLOG~1\serv
    er\lib\knex.jar;D:\bea\WEBLOG~1\javelin\lib\javelin.jar;D:\bea\WEBLOG~1\server\l
    ib\wlw-lang.jar;D:\bea\JDK142~1\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogi
    c_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar;D:\bea\WEBLOG~1\server\lib\ant\
    ant.jar;D:\bea\JDK142~1\jre\lib\rt.jar;;D:\bea\WEBLOG~1\common\eval\pointbase\li
    b\pbclient44.jar;D:\bea\WEBLOG~1\server\lib\webserviceclient.jar;D:\bea\WEBLOG~1
    \server\lib\webserviceclient+ssl.jar;D:\bea\WEBLOG~1\server\lib\xbean.jar;D:\bea
    \WEBLOG~1\server\lib\wlxbean.jar;D:\bea\WEBLOG~1\server\lib\xqrl.jar;D:\bea\WEBL
    OG~1\server\lib\netui\netui-compiler.jar;D:\bea\WEBLOG~1\server\lib\wli.jar;D:\b
    ea\WEBLOG~1\integration\adapters\sample\lib\sample-eis.jar;D:\bea\WEBLOG~1\porta
    l\lib\wps_system.jar
    .
    PATH=D:\bea\WEBLOG~1\server\bin;D:\bea\JDK142~1\jre\bin;D:\bea\JDK142~1\bin;.;D:
    \bea\jdk142_08\bin;D:\bea\jdk142_08\lib;C:\apache-ant-1.6.5\bin;D:\oracle\ora92\
    bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;D:\Tool\SecureCRT 3.0;D:\T
    ool\F-Secure\SSHTRI~1;C:\Program Files\IBM\Trace Facility;C:\Program Files\Perso
    nal Communications;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rati
    onal\common;D:\bea\weblogic81\server\bin;C:\cruisecontrol\main\bin;C:\Program Fi
    les\Rational\ClearCase\bin;C:\maven\bin\mvn.bat;C:\maven\bin;C:\apache-ant-1.6.5
    \bin;C:\Program Files\Java\jdk1.5.0_06\bin;C:\Program Files\Java\jdk1.5.0_06;.;C
    :\Program Files\Java\jdk1.5.0_06\bin;C:\Program Files\Java\jdk1.5.0_06;D:\bea\WE
    BLOG~1\server\bin\oci920_8
    ***************************************************
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    ***************************************************
    starting weblogic with Java version:
    java version “1.4.2_08”
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
    === Debugging ===
    This window is necessary for debugging code using WebLogic Workshop
    Starting WLS with line:
    D:\bea\JDK142~1\bin\java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket
    ,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx256m -XX:Com
    pileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m -Xverify:none -ea -da
    :com.bea… -da:javelin… -da:weblogic… -Dplatform.home=D:\bea\WEBLOG~1 -Dwls
    .home=D:\bea\WEBLOG~1\server -Dwli.home=D:\bea\WEBLOG~1\integration -Dlog4j.con
    figuration=file:D:\bea\WEBLOG~1\common\lib\workshopLogCfg.xml -Dweblogic.managem
    ent.discover=true -Dweblogic.ProductionModeEnabled= -Dejbruntime.database=pointb
    ase44 -Dweblogic.security.SSL.ignoreHostnameVerify=false -Dwlw.iterativeDev=true
    -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.Name=portalServ
    er -Djava.security.policy=D:\bea\WEBLOG~1\server\lib\weblogic.policy weblogic.
    Server
    <Jun 5, 2006 2:07:31 PM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Startin
    g WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_08-b03 from Sun
    Microsystems Inc.>
    <Jun 5, 2006 2:07:31 PM GMT+05:30> <Info> <Configuration Management> <BEA-150016
    > <This server is being started as the administration server.>
    <Jun 5, 2006 2:07:31 PM GMT+05:30> <Info> <Management> <BEA-141107> <Version: We
    bLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic Integration 8.1 SP5 Wed Sep 21 21:56:54 PDT 2005 643163
    WebLogic Portal 8.1 SP5 Wed Sep 21 21:52:35 PDT 2005 643163>
    <Jun 5, 2006 2:07:31 PM GMT+05:30> <Notice> <Management> <BEA-140005> <Loading d
    omain configuration from configuration repository at D:\bea\USER_P~1\domains\POR
    TAL~1\.\config.xml.>
    <Jun 5, 2006 2:07:34 PM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The s
    erver log file D:\bea\user_projects\domains\portalJPMCDomain\portalServer\portal
    Server.log is opened. All server side log events will be written to this file.>

    <Jun 5, 2006 2:07:37 PM GMT+05:30> <Notice> <Security> <BEA-090082> <Security in
    itializing using security realm myrealm.>
    <Jun 5, 2006 2:07:38 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000327> <Start
    ing WebLogic Admin Server “portalServer” for domain “portalJPMCDomain”>
    <Jun 5, 2006 2:07:46 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading tru
    sted certificates from the jks keystore file D:\bea\weblogic81\server\lib\DemoTr
    ust.jks.>
    <Jun 5, 2006 2:07:46 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading tru
    sted certificates from the jks keystore file D:\bea\JDK142~1\jre\lib\security\ca
    certs.>
    <Jun 5, 2006 2:07:46 PM GMT+05:30> <Notice> <Security> <BEA-090170> <Loading the
    private key stored under the alias DemoIdentity from the jks keystore file D:\b
    ea\weblogic81\server\lib\DemoIdentity.jks.>
    <Jun 5, 2006 2:07:46 PM GMT+05:30> <Notice> <Security> <BEA-090171> <Loading the
    identity certificate stored under the alias DemoIdentity from the jks keystore
    file D:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    <Jun 5, 2006 2:07:46 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading tru
    sted certificates from the jks keystore file D:\bea\weblogic81\server\lib\DemoTr
    ust.jks.>
    <Jun 5, 2006 2:07:46 PM GMT+05:30> <Notice> <Security> <BEA-090169> <Loading tru
    sted certificates from the jks keystore file D:\bea\JDK142~1\jre\lib\security\ca
    certs.>
    <Jun 5, 2006 2:07:47 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000331> <Start
    ed WebLogic Admin Server “portalServer” for domain “portalJPMCDomain” running in
    Development Mode>
    <Jun 5, 2006 2:07:47 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Serve
    r started in RUNNING mode>
    <Jun 5, 2006 2:07:47 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000355> <Threa
    d “SSLListenThread.Default” listening on port 7002, ip address *.*>
    <Jun 5, 2006 2:07:47 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000355> <Threa
    d “ListenThread.Default” listening on port 7001, ip address *.*>

    #253136 Reply

    Riyad Kalla
    Member

    Since I cannot reproduce this locally, I did some searching. This posted mentioned something about a “managed server”:
    http://forums.bea.com/bea/thread.jspa?threadID=600014264&messageID=600035213
    http://forums.bea.com/bea/thread.jspa?messageID=600035011&tstart=0

    So now I would go back to my original suggestion on May 30th of installing a second copy of weblogic or even trying it on another machine. I just have a plain jane copy installed locally with no modifications that I use for testing and it’s working as it should.

    Are there different types of WebLogic? Like an Express, Enterprise, etc. version that could be causing the issue?

    Alternatively I would suggest you could try finding which JAR provides the class that the app server is complaining about, then forcefully add it to the classpath from the Connector settings under “PATHS”. That might do the trick.

Viewing 13 posts - 1 through 13 (of 13 total)
Reply To: Weblogic configuration in eclipse

You must be logged in to post in the forum log in