Author |
Message
|
Gemz |
Posted: Tue Sep 02, 2008 1:35 am Post subject: Creating Default Configuration Manager |
|
|
 Centurion
Joined: 14 Jan 2008 Posts: 124
|
Hi,
I tried to create a default configuration manager and am getting the following error in the log file while creating the database.
!SESSION 2008-09-02 10:14:54.466 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi3223ifx-20070323 (JIT enabled)
J9VM - 20070322_12058_lHdSMR
JIT - 20070109_1805ifx3_r8
GC - WASIFIX_2007
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product com.ibm.etools.msgbroker.tooling.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.ibm.etools.msgbroker.tooling.ide
!ENTRY org.eclipse.help 4 0 2008-09-02 10:15:08.935
!MESSAGE Error occurred processing file toc.xml.
!STACK 0
java.lang.RuntimeException: toc label==null
at org.eclipse.help.internal.toc.Toc.<init>(Unknown Source)
at org.eclipse.help.internal.toc.TocFileParser.startElement(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at org.eclipse.help.internal.toc.TocFileParser.parse(Unknown Source)
at org.eclipse.help.internal.toc.TocBuilder.buildTocFile(Unknown Source)
at org.eclipse.help.internal.toc.TocFile.build(Unknown Source)
at org.eclipse.help.internal.toc.TocBuilder.build(Unknown Source)
at org.eclipse.help.internal.toc.TocManager.build(Unknown Source)
at org.eclipse.help.internal.toc.TocManager.<init>(Unknown Source)
at org.eclipse.help.internal.HelpPlugin.getTocManager(Unknown Source)
at org.eclipse.help.internal.base.HelpDisplay.displayHelpResource(Unknown Source)
at org.eclipse.help.ui.internal.DefaultHelpUI.displayHelpResource(Unknown Source)
at org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelpResource(Unknown Source)
at org.eclipse.ui.internal.intro.impl.model.url.ShowHelpURLHandler.showHelpTopic(Unknown Source)
at org.eclipse.ui.internal.intro.impl.model.url.IntroURL.showHelpTopic(Unknown Source)
at org.eclipse.ui.internal.intro.impl.model.url.IntroURL.doExecute(Unknown Source)
at org.eclipse.ui.internal.intro.impl.model.url.IntroURL$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at org.eclipse.ui.internal.intro.impl.model.url.IntroURL.execute(Unknown Source)
at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartLocationListener.changing(Unknown Source)
at org.eclipse.swt.browser.Browser$2.handleEvent(Unknown Source)
at org.eclipse.swt.ole.win32.OleEventTable.sendEvent(Unknown Source)
at org.eclipse.swt.ole.win32.OleEventSink.notifyListener(Unknown Source)
at org.eclipse.swt.ole.win32.OleEventSink.Invoke(Unknown Source)
at org.eclipse.swt.ole.win32.OleEventSink.access$1(Unknown Source)
at org.eclipse.swt.ole.win32.OleEventSink$1.method6(Unknown Source)
at org.eclipse.swt.internal.ole.win32.COMObject.callback6(Unknown Source)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Unknown Source)
at org.eclipse.core.launcher.Main.run(Unknown Source)
at org.eclipse.core.launcher.Main.main(Unknown Source)
can you light on wer the prob is...? |
|
Back to top |
|
 |
jeeth_m |
Posted: Tue Sep 02, 2008 2:38 am Post subject: |
|
|
Voyager
Joined: 21 Jan 2002 Posts: 93
|
Gemz,
Could you try creating the config manager by yourself. I mean without using the toolkit.
Jeeth |
|
Back to top |
|
 |
Gemz |
Posted: Tue Sep 02, 2008 3:03 am Post subject: |
|
|
 Centurion
Joined: 14 Jan 2008 Posts: 124
|
I got the above exception while creating the database using default configuration wizard.
Wen i tried to create the db in command prompt, i got the following result.
C:\Program Files\IBM\MQSI\6.1>mqsicreatedb DEFBKDB1 -i mbuser -a passwd1
BIP9824I: Creating the DatabaseInstanceMgr Service Component.
BIP9832I: Starting the DatabaseInstanceMgr Service Component.
BIP9833I: Stopping the DatabaseInstanceMgr Service Component.
BIP9826I: Removing the DatabaseInstanceMgr Service Component.
BIP8024E: Unable to locate the component's executable.
The component's executable is not in the expected directory.
Ensure that the product has not been moved from its installation directory. Check that executable 'bipservice' is in the product's 'bin' directory.
I checked the bipservice file.
bipservice2.exe file is present in 'C:\Program Files\IBM\MQSI\6.1\bin' folder.
I think bipservice2.exe is the file that expects. |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Sep 02, 2008 8:34 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
You should have a bipservice.exe file inside your bin directory. I don't know where bipservice2.exe comes from; check your install was successful and that it hasn't been tampered with. |
|
Back to top |
|
 |
Gemz |
Posted: Tue Sep 02, 2008 9:08 am Post subject: |
|
|
 Centurion
Joined: 14 Jan 2008 Posts: 124
|
Even i am not sure how bipservice2 has come.
If I rename the bipservice2.exe to bipservice.exe, I am able to create all the default configuration components.
But wen i try to deploy the bar file, am getting the following error in Event log.
-----------------
BIP4395E: Java exception: 'com.ibm.broker.schemadeploy.MbXSDInternalError'; thrown from class name: 'com.ibm.broker.schemadeploy.MbXSDDeployDirector', method name: 'compileMessageSetSchemas', file: 'MbXSDDeployDirector.java', line: '525'
The message contains that data associated with a Java exception.
No user action required.
-----------------
BIP5024E: The creation and preprocessing of the XML schemas in message set 'AVL_IAR_INS_UP_DEL.xsdzip' has failed.
Review previous messages to find out why the error occurred.
----------------
Now do i need to reinstall the broker and toolkit...? !!!! |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Sep 02, 2008 9:22 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Kimbert may be able to pinpoint the parser error for you.
If not, you may have to reinstall the runtime; I'm concerned how your runtime install got messed up, forcing you to rename executable files. The errors are not toolkit ones, so you shouldn't need to reinstall this. |
|
Back to top |
|
 |
kimbert |
Posted: Tue Sep 02, 2008 2:57 pm Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
The error message from the XMLNSC parser is an internal error. First thing to do is re-install the runtime and see whether it goes away. If not, post again on this thread and we can take it from there. |
|
Back to top |
|
 |
|