- This topic has 7 replies, 6 voices, and was last updated 20 years, 5 months ago by
jason poley.
-
AuthorPosts
-
tbrownagcMemberWhen I try to start a Weblogic 8.1 domain from within eclipse, I get the following error:
– System Setup ——————————-
Operating System and version: Windows XP SP1
Eclipse version: 3.0.0
Eclipse build id: 200406251208
Fresh Eclipse install (Yes):
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 3.8.1
Eclipse JDK version: 200408201200-3.8.1
Application Server JDK version: JDK 1.4.2_03
Are there any exceptions in the Eclipse log file?<Aug 27, 2004 6:29:00 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_03-b02 from Sun Microsystems Inc.>
<Aug 27, 2004 6:29:01 PM EDT> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
<Aug 27, 2004 6:29:01 PM EDT> <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 >
<Aug 27, 2004 6:29:01 PM EDT> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at D:\bea\user_projects\domains\platformDomain\config.xml.>
<Aug 27, 2004 6:29:06 PM EDT> <Notice> <Log Management> <BEA-170019> <The server log file D:\bea\user_projects\domains\platformDomain\cgServer\cgServer.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
***************************************************************************– Message Body ——————————-
August 27, 2004 at 6:44 pm #213872
Scott AndersonParticipantI ran a script to search all the jars under my WebLogic 8.1 installation and there is no com.bea.wsrp.* defined anywhere. I’m guessing that you’re not running WebLogic server, but rather portal, integration server, or some variant. If that’s the case, you’ll need to augment the connector’s classpath to include the additional jars that the particular WebLogic varient requires. The preference for that is located at Window > Preferences > MyEclipse > Application Servers > WebLogic 8 > Paths > Append to Classpath.
August 27, 2004 at 8:52 pm #213876
tbrownagcMemberThe domain that I was trying to start ws configured as a Portal Domain. If I create a basic server domain, I can start it from with MyEclipse. I guess if I added the additional jars to my classpath, I could probably start a Portal Domain.
August 27, 2004 at 9:12 pm #213877
Scott AndersonParticipantI guess if I added the additional jars to my classpath, I could probably start a Portal Domain.
That’s the ticket. I know we’ve had several users report that they’ve gotten WebLogic portal configured correctly. You can likely search the forums to find some helpful links on what they did, but IIRC it was basically adding all the right jars.
August 31, 2004 at 5:40 am #214031You also possibly have to start Pointbase manually, if you use features using it.
You can get the start and stop command for Pointbase from the startWeblogic.cmd
December 1, 2004 at 12:26 am #220304right ! (“server” not localhost)
I can deploy to it fine (from MyEclipse)
But I have to go outside eclipse to start & stop the server.
(then the app runs fine).Any ideas why I can’t start/stop Sun 8 from MyEclipse ?
(I’ve configured Jboss 4 and Tomcat 4 with no problems)December 1, 2004 at 6:53 am #220317
Riyad KallaMemberipnfrg1,
I’ve added a new category to the FAQ showing a proper setup, check it out.February 10, 2005 at 8:10 pm #224950
jason poleyMemberthis post (nor the faq) helped me. i have a portal domain (platform domain) that is on 8.1 sp4 and i have no idea what extra jars to add…
does anyone else have this list? -
AuthorPosts