ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Bar file deploy error

Post new topic  Reply to topic
 Bar file deploy error « View previous topic :: View next topic » 
Author Message
lozaza
PostPosted: Mon Nov 17, 2014 7:43 pm    Post subject: Bar file deploy error Reply with quote

Apprentice

Joined: 04 Mar 2013
Posts: 27

I am trying to deploy a bar file in IIB V9.0.0.2 and gave me following errors,

Review related error messages to determine why the administration request failed.

BIP3946E: The map script generation for QName 'NewMAP' has failed, with the following details: 'java.lang.RuntimeException: IXJXE0800E: [ERR XQ102231][ERR XPST0003] An expression is not a valid instance of the grammar defined for XQuery. '.

The generation of the map has failed.

Review and resolve the problems indicated in the message from the map generation.

( IB9NODE.default ) An error occurred during the processing of a message. The error message is ''java.lang.RuntimeException: IXJXE0800E: [ERR XQ102231][ERR XPST0003] An expression is not a valid instance of the grammar defined for XQuery.
Cause: 'com.ibm.xltxe.rnm1.xtq.ast.parsers.xpath.ParseException: IXJXE0945E: [ERR 0756] The input symbol '<?' is not expected.; SystemID: http://www.example.org/NewMAP/:NewMAP; Line#: 1; Column# 1'
IXJXE0800E: [ERR XQ102231][ERR XPST0003] An expression is not a valid instance of the grammar defined for XQuery.
Cause: 'com.ibm.xltxe.rnm1.xtq.ast.parsers.xpath.ParseException: IXJXE0945E: [ERR 0756] The input symbol '<?' is not expected.; SystemID: http://www.example.org/NewMAP/:NewMAP; Line#: 1; Column# 1'

My xslt is very simple as following:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:xalan="http://xml.apache.org/xslt"
    xmlns:math="http://exslt.org/math"
    xmlns:str="http://exslt.org/strings"
    xmlns:set="http://exslt.org/sets"
    xmlns:date="http://exslt.org/dates-and-times"
    xmlns:exsl="http://exslt.org/common"
    xmlns:in="http://www.example.org/Book1Schema"
    xmlns:xs4xs="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:out="http://www.example.org/Book2Schema"
    xmlns:map="http://www.example.org/NewMAP"
    xmlns:msl="http://www.ibm.com/xmlmap"
    exclude-result-prefixes="in math str set date exsl str map xalan msl"
    version="1.0">
  <xsl:output method="xml" encoding="UTF-8" indent="no"/>

  <!-- root wrapper template  -->
  <xsl:template match="/">
    <xsl:choose>
      <xsl:when test="msl:datamap">
        <msl:datamap>
          <xsl:element name="dataObject">
            <xsl:attribute name="xsi:type">
              <xsl:value-of select="'out:Book2'"/>
            </xsl:attribute>
            <xsl:call-template name="map:NewMAP2">
              <xsl:with-param name="Book1" select="msl:datamap/dataObject[1]"/>
            </xsl:call-template>
          </xsl:element>
        </msl:datamap>
      </xsl:when>
      <xsl:otherwise>
        <xsl:apply-templates select="in:Book1" mode="map:NewMAP"/>
      </xsl:otherwise>
    </xsl:choose>
  </xsl:template>

  <xsl:template name="copyNamespaceDeclarations">
    <xsl:param name="root"/>
    <xsl:for-each select="$root/namespace::*[not(name() = '')]">
      <xsl:copy/>
    </xsl:for-each>
  </xsl:template>
</xsl:stylesheet>


Googled but only can find this:
http://www-01.ibm.com/support/docview.wss?uid=swg1IT02600

is there anything wrong with my broker, Thanks very much.

JS
Back to top
View user's profile Send private message
lozaza
PostPosted: Tue Nov 18, 2014 3:37 am    Post subject: Dont know why but I re-created the broker and seems working Reply with quote

Apprentice

Joined: 04 Mar 2013
Posts: 27

not sure what fixed it
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Bar file deploy error
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.