|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
mqsiapplybaroverride on MBv7001 give JavaException |
« View previous topic :: View next topic » |
Author |
Message
|
jkhaw |
Posted: Tue Aug 10, 2010 4:53 am Post subject: mqsiapplybaroverride on MBv7001 give JavaException |
|
|
Newbie
Joined: 21 Oct 2005 Posts: 5
|
MB - Broker version: '7001' (build 'S700-FP01') Platform: 'Microsoft Windows XP', '5.1 build 2600 Service Pack 3', 'x86'
MB Toolkit - Version: 7.0.0.1 Build id: 7.0.0.1-20100630_0750
Top level build.xml gives the following error
+++++++++++++++++++++++++
BJ_Buildbarfile_Override:
[echo] Applying overrides in Broker Archive file - C:\BJ\BrokerComponents\Broker_Workspace\Server_BARs\BJ_REL1_V1-0-0-RC20100805-1130\BJ_TLOG.bar
[exec] BIP1137I: Applying overrides using toolkit mqsiapplybaroverride...
[exec] BIP1144W: Ignoring property override ''
[exec]
[exec] The property override '' was ignored because it does not correspond to an existing property value that can be replaced, nor is it in the correct format for a property identifier.
[exec]
[exec] If the override was intended to be a property identifier, ensure that the format of the identifier is 'flow#node.property' or 'flow#property'. Use the mqsireadbar command to list the property names that can be overridden in a specific broker archive file. . If the override was intended to be a an existing property value, ensure that the property value is currently set in the deployment descriptor. If the value exists in the deployment descriptor, it may not have been found because it had already been set to something else earlier in the override processing. For example, if using mqsiapplybaroverride with both the -p and -m flags set, note that overrides specified through -p are made before overrides specified through -m. This means that the manual overrides will be made to a deployment descriptor that has already had any substitutions from the overrides file made.
[exec] BIP1140I: Overriding property ESB_Log_Service_MF#ErrorLog_Database.dataSource with 'EREPD0'...
[exec] BIP1140I: Overriding property ESB_Log_Service_MF#EventLog_Database.dataSource with 'EREPD0'...
[exec] BIP1144W: Ignoring property override ''
[exec]
++++++++++++++++++++++
----------------------------------
Then I turn on "-v" option on mqsiapplybaroverride.exe and there is a JavaException
2010-08-03 08:53:26.0562 main........... } com.ibm.broker.config.proxy.BarFile.<init>()
2010-08-03 08:53:26.0562 main........... com.ibm.broker.config.proxy.BarFile.loadBarFile() threw an exception: error in opening zip file. Stack trace follows.
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:125)
at java.util.zip.ZipFile.<init>(ZipFile.java:86)
-----------------------------------
the brokerxml_DEV.properties file is as follows:-
===================
# Override settings for the development environment
# $Revision: 1.0 $
ESB_Log_Service_MF#ErrorLog_Database.dataSource=EREPD0
ESB_Log_Service_MF#EventLog_Database.dataSource=EREPD0
ETTP_ARTS_NONPCI#POSLOG_to_NON_PCI_OR.dataSource=OREPD0
ETTP_ARTS_PCI#POSLOG_to_PCI_OR.dataSource=OREPCD0
TLog_Batch_Splitter_MF#Update_Reconciliation_PCI.dataSource=OREPCD0
TLog_Batch_Splitter_MF#Update_Reconciliation_NonPCI.dataSource=OREPD0
======================
Anyone ran into this problem? Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Aug 10, 2010 4:58 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
try using a shorter path to the bar file on the mqsiapplybaroverrides command, i.e. do something like
cd C:\BJ\BrokerComponents\Broker_Workspace\Server_BARs\BJ_REL1_V1-0-0-RC20100805-1130\
mqsisapplybaroveride <blah> .\BJ_TLOG.bar
Try confirming that the bar file is readable and writable by the user issuing mqsiapplybaroverride.
Try confirming that there is enough space in C:\BJ\BrokerComponents\Broker_Workspace\Server_BARs\BJ_REL1_V1-0-0-RC20100805-1130\ and on the C drive in general to extract the contents of the bar file.
AAAAANNNNDDD...
Try removing the blank lines from the override file.  |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|