• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Bea Start up problems

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hei,
My Bea Weblogic doesn't want to start and generates the output provided below. This happened after I've installed Macromedia Dreamweaver on my pc. Now I've unistalled that software and re-installed Weblogic, but it generates the same output.
What do I have to do now?
Thanks in advance. M.
 
Maria Selivanova
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the generated output is:
C:\bea\weblogic700\samples\server\config\examples>echo off
CLASSPATH=C:\bea\jdk131_03\lib\tools.jar;C:\bea\weblogic700\server\lib\weblogic_
sp.jar;C:\bea\weblogic700\server\lib\weblogic.jar;C:\bea\weblogic700\server\lib\
webservices.jar;C:\bea\jdk131_03\lib\tools.jar;C:\bea\weblogic700\samples\server
\eval\pointbase\lib\pbserver42ECF183.jar;C:\bea\weblogic700\samples\server\eval\
pointbase\lib\pbclient42ECF183.jar;C:\bea\weblogic700\samples\server\stage\examp
les\clientclasses;C:\bea\weblogic700\samples\server\stage\examples\serverclasses
;C:\bea\weblogic700\samples\server\stage\common;C:\bea\weblogic700\samples\serve
r\stage\examples\clientclasses\utils_common.jar
PATH=.;C:\bea\weblogic700\server\bin;C:\bea\jdk131_03\bin;C:\oracle\ora81\bin;C:
\Programfiler\Oracle\jre\1.1.7\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\
Wbem
***************************************************
* 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 *
***************************************************
C:\bea\weblogic700\samples\server\config\examples>"C:\bea\jdk131_03\bin\java" -h
otspot -Xms32m -Xmx200m -Dweblogic.security.SSL.trustedCAKeyStore=C:\bea\weblogi
c700\server\lib\cacerts -DHostnameVerificationIgnored=true -Dweblogic.Name=examp
lesServer -Dbea.home="C:\bea" -Dweblogic.management.username=weblogic -Dweblogic
.management.password=weblogic -Dweblogic.ProductionModeEnabled= -Djava.security.
policy="C:\bea\weblogic700\server\lib\weblogic.policy" weblogic.Server
Starting WebLogic Server...
<26.mar.03 13:39:21 CET> <Notice> <Management> <140005> <Loading configuration C
:\bea\weblogic700\samples\server\config\examples\.\config.xml>
<26.mar.03 13:39:31 CET> <Notice> <Security> <090082> <Security initializing usi
ng realm myrealm.>
<26.mar.03 13:39:31 CET> <Notice> <WebLogicServer> <000327> <Starting WebLogic A
dmin Server "examplesServer" for domain "examples">
<26.mar.03 13:40:10 CET> <Notice> <Management> <141052> <Application Poller star
ted for development server.>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
After the server has booted, your browser should
automatically launch and point to the WebLogic Server
Index running on this server. If your browser
fails to launch, point your browser to the URL
"http://WS5630:7001/examplesWebApp/index.jsp"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<26.mar.03 13:40:15 CET> <Notice> <WebLogicServer> <000354> <Thread "SSLListenTh
read.Default" listening on port 7002>
<26.mar.03 13:40:15 CET> <Notice> <Management> <141030> <Starting discovery of M
anaged Server... This feature is on by default, you may turn this off by passing
-Dweblogic.management.discover=false>
<26.mar.03 13:40:15 CET> <Notice> <WebLogicServer> <000354> <Thread "ListenThrea
d.Default" listening on port 7001>
<26.mar.03 13:40:15 CET> <Notice> <WebLogicServer> <000331> <Started WebLogic Ad
min Server "examplesServer" for domain "examples" running in Development Mode>
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised:
java.lang.NullPointerException
at weblogic.management.commo.Commo.backupCommoConfiguration(Commo.java:8
21)
at weblogic.management.AdminServerAdmin$1.handleNotification(AdminServer
Admin.java:504)
at weblogic.management.internal.MBeanProxy.sendNotification(MBeanProxy.j
ava:856)
at weblogic.management.internal.BaseNotificationListenerImpl.handleNotif
ication(BaseNotificationListenerImpl.java:71)
at com.sun.management.jmx.MBeanServerNotificationListener.handleNotifica
tion(MBeanServerNotificationListener.java:48)
at javax.management.NotificationBroadcasterSupport$Triple.fire(Notificat
ionBroadcasterSupport.java:40)
at javax.management.NotificationBroadcasterSupport.sendNotification(Noti
ficationBroadcasterSupport.java:121)
at weblogic.management.internal.DynamicMBeanImpl.sendNotification(Dynami
cMBeanImpl.java:962)
at weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:26
1)
at weblogic.logging.LogManager.run(LogManager.java:416)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:785)
at weblogic.logging.LogManager.log(LogManager.java:346)
at weblogic.logging.MessageLogger.log(MessageLogger.java:17)
at weblogic.t3.srvr.T3SrvrLogger.logStartedAdminServerDevelopment(T3Srvr
Logger.java:2511)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:886)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
javax.management.RuntimeOperationsException: Exception in backupCommoConfigurati
on().
at weblogic.management.commo.Commo.convertException(Commo.java:1260)
at weblogic.management.commo.Commo.backupCommoConfiguration(Commo.java:8
81)
at weblogic.management.AdminServerAdmin$1.handleNotification(AdminServer
Admin.java:504)
at weblogic.management.internal.MBeanProxy.sendNotification(MBeanProxy.j
ava:856)
at weblogic.management.internal.BaseNotificationListenerImpl.handleNotif
ication(BaseNotificationListenerImpl.java:71)
at com.sun.management.jmx.MBeanServerNotificationListener.handleNotifica
tion(MBeanServerNotificationListener.java:48)
at javax.management.NotificationBroadcasterSupport$Triple.fire(Notificat
ionBroadcasterSupport.java:40)
at javax.management.NotificationBroadcasterSupport.sendNotification(Noti
ficationBroadcasterSupport.java:121)
at weblogic.management.internal.DynamicMBeanImpl.sendNotification(Dynami
cMBeanImpl.java:962)
at weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:26
1)
at weblogic.logging.LogManager.run(LogManager.java:416)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:785)
at weblogic.logging.LogManager.log(LogManager.java:346)
at weblogic.logging.MessageLogger.log(MessageLogger.java:17)
at weblogic.t3.srvr.T3SrvrLogger.logStartedAdminServerDevelopment(T3Srvr
Logger.java:2511)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:886)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
at weblogic.Server.main(Server.java:32)
Reason: Fatal initialization exception
Throwable: javax.management.RuntimeOperationsException: Exception in backupCommo
Configuration().
java.lang.NullPointerException
at weblogic.management.commo.Commo.backupCommoConfiguration(Commo.java:8
21)
at weblogic.management.AdminServerAdmin$1.handleNotification(AdminServer
Admin.java:504)
at weblogic.management.internal.MBeanProxy.sendNotification(MBeanProxy.j
ava:856)
at weblogic.management.internal.BaseNotificationListenerImpl.handleNotif
ication(BaseNotificationListenerImpl.java:71)
at com.sun.management.jmx.MBeanServerNotificationListener.handleNotifica
tion(MBeanServerNotificationListener.java:48)
at javax.management.NotificationBroadcasterSupport$Triple.fire(Notificat
ionBroadcasterSupport.java:40)
at javax.management.NotificationBroadcasterSupport.sendNotification(Noti
ficationBroadcasterSupport.java:121)
at weblogic.management.internal.DynamicMBeanImpl.sendNotification(Dynami
cMBeanImpl.java:962)
at weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:26
1)
at weblogic.logging.LogManager.run(LogManager.java:416)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:785)
at weblogic.logging.LogManager.log(LogManager.java:346)
at weblogic.logging.MessageLogger.log(MessageLogger.java:17)
at weblogic.t3.srvr.T3SrvrLogger.logStartedAdminServerDevelopment(T3Srvr
Logger.java:2511)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:886)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
javax.management.RuntimeOperationsException: Exception in backupCommoConfigurati
on().
at weblogic.management.commo.Commo.convertException(Commo.java:1260)
at weblogic.management.commo.Commo.backupCommoConfiguration(Commo.java:8
81)
at weblogic.management.AdminServerAdmin$1.handleNotification(AdminServer
Admin.java:504)
at weblogic.management.internal.MBeanProxy.sendNotification(MBeanProxy.j
ava:856)
at weblogic.management.internal.BaseNotificationListenerImpl.handleNotif
ication(BaseNotificationListenerImpl.java:71)
at com.sun.management.jmx.MBeanServerNotificationListener.handleNotifica
tion(MBeanServerNotificationListener.java:48)
at javax.management.NotificationBroadcasterSupport$Triple.fire(Notificat
ionBroadcasterSupport.java:40)
at javax.management.NotificationBroadcasterSupport.sendNotification(Noti
ficationBroadcasterSupport.java:121)
at weblogic.management.internal.DynamicMBeanImpl.sendNotification(Dynami
cMBeanImpl.java:962)
at weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:26
1)
at weblogic.logging.LogManager.run(LogManager.java:416)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:785)
at weblogic.logging.LogManager.log(LogManager.java:346)
at weblogic.logging.MessageLogger.log(MessageLogger.java:17)
at weblogic.t3.srvr.T3SrvrLogger.logStartedAdminServerDevelopment(T3Srvr
Logger.java:2511)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:886)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
at weblogic.Server.main(Server.java:32)
***************************************************************************
C:\bea\weblogic700\samples\server\config\examples>ENDLOCAL
C:\bea\weblogic700\samples\server\config\examples>ENDLOCAL
C:\bea\weblogic700\samples\server\config\examples>
 
Everybody! Do the Funky Monkey! Like this tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic