Hi All,
I am installing manager server 6.5 and also mywebmethods server.
I fellow following steps for installation of manager server.
- Created the database user.
2)Run the installer for Manager server 6.5.
3)after completing of installation i granted all the privalages by running [FONT=PalatinoLinotype-Roman][SIZE=2]
ora_cmn_c_ddl_user.sql script.
4)The i run the oracle.bat for all the three component.Analysis,process Tracker,Process audit.
But while running the oracle.bat i get the error in all 3 component.like
INSERT INTO operation_mgr *
ERROR at line 1:
ORA-00942: table or view does not exist
this above error i got in all the 3 component.
and other error i also got
In Analysis
…
CREATE UNIQUE INDEX BMCSTMTR_PKX ON BAM_CUSTOM_TREE
*
ERROR at line 1:
ORA-01658: unable to create INITIAL extent for segment in tablespace
WEBMINDX_MDA
…
In Process Tracker
…
CREATE TABLE BAM_PT_ERROR_INST (
*
ERROR at line 1:
ORA-01658: unable to create INITIAL extent for segment in tablespace
WEBMDATA_MDA
…
In process Audit
…
CREATE TABLE WMPROCESSIMAGE (
*
ERROR at line 1:
ORA-01658: unable to create INITIAL extent for segment in tablespace
WEBMDATA_MDA
…
when i have seen in database there is no table is created by name operation_mgr.
But i am able to see the manager server admin page.
but while running the controller i am getting some error and also controller stops automatically.The Error is.
[Thread : main] ======== Begin StackTrace ======
java.sql.SQLException: [wm-cjdbc34-0042][Oracle JDBC Driver][Oracle]ORA-00942: t
able or view does not exist
at com.wm.dd.jdbc.base.BaseExceptions.createException(Unknown Source)
at com.wm.dd.jdbc.base.BaseExceptions.getException(Unknown Source)
at com.wm.dd.jdbc.oracle.OracleImplStatement.execute(Unknown Source)
at com.wm.dd.jdbc.base.BaseStatement.commonExecute(Unknown Source)
at com.wm.dd.jdbc.base.BaseStatement.executeQueryInternal(Unknown Source
)
…
[Thread : main] ======== Begin StackTrace ======
java.lang.NullPointerException
at com.webMethods.optimize.legacy.ControllerLegacyConverter.addConfigSch
ema(ControllerLegacyConverter.java:89)
at com.dante.config.controller.ConfigRepository.addSchemaFromDb(ConfigRe
pository.java:639)
at com.dante.config.controller.ConfigInstanceStorage.loadSchemas(ConfigI
nstanceStorage.java:212)
at com.dante.config.controller.ConfigInstanceStorage.(ConfigInstan
ceStorage.java:42)
at com.dante.config.controller.ConfigInstanceStorage.instance(ConfigInst
anceStorage.java:53)
at com.dante.config.controller.ConfigRepository.onStart(ConfigRepository
.java:62)
…
FATAL ERROR: Can’t initialize webapp.
com.dante.station.StationInitializerRuntimeException: javax.management.InstanceN
otFoundException: station.role.ui:name=Event Service
at com.dante.Initializer.(Initializer.java:100)
at com.dante.Initializer.start(Initializer.java:134)
at com.webMethods.optimize.servlet.WebappInitializer.contextInitialized(
WebappInitializer.java:36)
…
Can u pls let me know how to solve that problem
thx in advance
Sgour
[/SIZE][/FONT]