Java.lang.NegativeArraySizeException in comm.channel

Hello,
have this error in RWB for comm.channel for file adapter.
java.lang.NegativeArraySizeException
We don´t have something special in the adapter of the comm.channel.
This is the source directory: $DATA1.SSBWSLS
Any idea where this comes from?
Best regards
Dirk

Hi Michal,
last entry in trace is from 10th, this error came up yesterday!
We moved to SP14 on 24th!
So I think this is my way to OSS!
Thanks for remembering me to the Vis Admin!
Best regards
Dirk
Beg your pardon for not giving any points. The function disappeared from my log in as the score too!
Don`t know what`s going on there!
Wait for answer from SDN support!

Similar Messages

  • ExecuteBatch() with java.lang.NegativeArraySizeException

    Friends,
    I'm using this code :
    try {
    conn.setAutoCommit(false);
    PreparedStatement pstat = conn.prepareStatement("INSERT INTO tb_fre_tran_in (fre_tran_id, fre_tran_in_tlv_seq, fre_tran_in_tlv_value) VALUES (?, ?, ?)");
    for (iCount=0; iCount<in.getSizeFields(); iCount++) {
    pstat.setInt(1, iFreTranId);
    pstat.setInt(2, Integer.parseInt(in.getFieldTag(iCount)));
    pstat.setString(3, in.getFieldValue(iCount));
    pstat.addBatch();
    System.out.println(iCount + "-> " + iFreTranId + "Passei pelo addBatch()");
    int[] res = pstat.executeBatch();
    System.out.println(iFreTranId + "-->" + res.length);
    conn.commit();
    pstat.close();
    } catch (Exception e) {
    e.printStackTrace();
    When the program going to execute the "int[] res = pstat.executeBatch();" line I got a error telling that "java.lang.NegativeArraySizeException"
    Somebody has some idea whats happening ???
    Thanks a lot,
    Juliano

    Anyone how solved this problem?
    I get the same one. I run with jdbc-odbc bridge.
    Not good att all. It fails always in my application.
    while((txtFileRow=reader.readLine())!=null & txtFileRow.length()>0)
    System.out.println(txtFileRow);
    char firstChar=txtFileRow.charAt(0);
    if(firstChar=='1') {
    stmt.setInt(1, nextIdInsert); //id
    stmt.setInt(2, seqnrInsert++); //sequence
    else if(firstChar=='2') {
    stmt.setInt(1, nextIdUpdate); //id
    stmt.setInt(2, seqnrUpdate++); //sequence
    stmt.setInt(3, 1); //status
    stmt.setString(4, "DATA"); //record_type
    stmt.setInt(5, 63); //length ????????????????????????
    stmt.setString(6, txtFileRow); //message_part1
    stmt.addBatch();
    rownr++;
    if(rownr%100==0){
    int[] result=stmt.executeBatch(); //!!!!!!!!!!!!!!!!!!!!
    stmt.clearBatch();
    int[] result=stmt.executeBatch(); //!!!!!!!!!!!!!!!!!!

  • JRun process (Jrun 4 updater 4) suddenly down with exception "java.lang.NegativeArraySizeException"

    We are using Jrun 4 updater 4 in Solaris 8 server, however,
    the JRun process suddenly down with core file generated.
    Exception "java.lang.NegativeArraySizeException" can be seen
    in Jrun debug log as below, anybody can help!
    09/10 22:28:45 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:28:45 debug Demultiplexer terminating on exception
    java.lang.NegativeArraySizeException
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:96)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:28:45 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:28:47 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:28:47 debug Demultiplexer terminating on exception
    java.lang.NegativeArraySizeException
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:96)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:28:47 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:28:51 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:28:51 debug Demultiplexer terminating on exception
    java.io.EOFException
    at
    java.io.DataInputStream.readFully(DataInputStream.java:153)
    at
    java.io.DataInputStream.readFully(DataInputStream.java:126)
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:97)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:28:58 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:28:58 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:28:58 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:28:58 debug Demultiplexer terminating on exception
    java.lang.NegativeArraySizeException
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:96)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:28:58 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:28:58 debug Demultiplexer terminating on exception
    java.io.EOFException
    at
    java.io.DataInputStream.readFully(DataInputStream.java:153)
    at
    java.io.DataInputStream.readFully(DataInputStream.java:126)
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:97)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:21 debug Demultiplexer terminating on exception
    java.io.EOFException
    at
    java.io.DataInputStream.readFully(DataInputStream.java:153)
    at
    java.io.DataInputStream.readFully(DataInputStream.java:126)
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:97)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:03 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:21 debug Demultiplexer terminating on exception
    java.io.EOFException
    at
    java.io.DataInputStream.readFully(DataInputStream.java:153)
    at
    java.io.DataInputStream.readFully(DataInputStream.java:126)
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:97)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:21 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:03 debug Demultiplexer terminating on exception
    java.io.EOFException
    at
    java.io.DataInputStream.readFully(DataInputStream.java:153)
    at
    java.io.DataInputStream.readFully(DataInputStream.java:126)
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:97)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:21 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:03 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:21 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:03 debug Demultiplexer terminating on exception
    java.io.EOFException
    at java.io.DataInputStream.readInt(DataInputStream.java:338)
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:95)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:21 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:17 debug Demultiplexer terminating on exception
    java.io.EOFException
    at
    java.io.DataInputStream.readFully(DataInputStream.java:153)
    at
    java.io.DataInputStream.readFully(DataInputStream.java:126)
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:97)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:21 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:21 debug Demultiplexer terminating on exception
    java.io.EOFException
    at
    java.io.DataInputStream.readFully(DataInputStream.java:153)
    at
    java.io.DataInputStream.readFully(DataInputStream.java:126)
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:97)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:21 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:21 debug Demultiplexer terminating on exception
    java.lang.NegativeArraySizeException
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:96)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:21 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:21 debug MultiplexConnectionServer accept()'ed
    connection
    09/10 22:29:22 debug Demultiplexer terminating on exception
    java.lang.NegativeArraySizeException
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:96)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:22 debug Demultiplexer terminating on exception
    java.io.EOFException
    at java.io.DataInputStream.readInt(DataInputStream.java:338)
    at
    jrun.jms.core.kernel.mipc.MessageInputStream.receive(MessageInputStream.java:95)
    at
    jrun.jms.core.kernel.mipc.Demultiplexer.run(Demultiplexer.java:164)
    at
    jrun.jms.core.kernel.mipc.MultiplexConnection.run(MultiplexConnection.java:228)
    09/10 22:29:21 debug MultiplexConnectionServer accept()'ed
    connection

    Someone suggested it could be a serialisation issue but I I'm not sure how to go about checking that.
    Any suggestions ?

  • (OMS) java.lang.NegativeArraySizeException

    Running RedHat 7.2 RDBMS 9.2
    When I start the OMS (oemctl start oms) about 1 minute later I see the following in the oms.nohup:
    The OMS is now started and ready.
    java.lang.NegativeArraySizeException:
    at java.lang.String.(String.java)
    at java.lang.String.(String.java)
    at oracle.sysman.vxn.VxnBootService.run(VxnBootService.java:118)
    At this point the jobs and events and all other functionailty appears to function properly, but the oem console will not come up nor can I stop or get status of the OMS server. My only option is to kill -9 the OMS via the OS and restart every time I wish the access the OEM console. Futhermore, If I bring up the GUI (oem console) prior to the error I have full functionailty of the Console even after the error. Although once the error is encounterd I cannot open a new console. This problem has shown itself all of a sudden after the system have been working properly for about six months. My orginal confiuration was RDBMS 8.1.7.2 the I upgraded to 9.0.1 the problem still exists, then I reinstall the RDBMS and OMS v9.2 with no configuration other then the basic load and the problem still presists.
    I think that it may either some with the JRE version (which is currently 1.1.8) or something with OS.
    PATH variable in the $OH/bin/oemctl is
    PATH=/apps/oracle/jre/1.1.8/bin:$PATH
    export PATH
    [oracle@]$ jre
    Java(tm) Runtime Loader Version 1.1.8
    Usage: jre [-options] classname [arguments]
    I am working with Oracle Support with this issue but no resolve has come yet..
    If anyone has encounted this error or has input your ideas are welcomed..
    Thanks in advance
    Valentine

    Hi Michal,
    last entry in trace is from 10th, this error came up yesterday!
    We moved to SP14 on 24th!
    So I think this is my way to OSS!
    Thanks for remembering me to the Vis Admin!
    Best regards
    Dirk
    Beg your pardon for not giving any points. The function disappeared from my log in as the score too!
    Don`t know what`s going on there!
    Wait for answer from SDN support!

  • JAVA error : java.lang.NegativeArraySizeException

    Hello Experts,
    We have a JAVA application which runs the below query. The application is scheduled to run as a job once every month. We notice that when the application runs for the 1st time, then we get the below error :
    **************Failed to execute SQL: select tablespace_name, total_mb, used_mb, pct_used, free_mb, recycle_mb, extendible_mb from all_mspace where tablespace_name in ('ORAUSER') order by tablespace_name
    Caused by: java.lang.NegativeArraySizeException
    at oracle.net.ano.CryptoDataPacket.decryptAndChecksum(CryptoDataPacket)
    at oracle.net.ano.CryptoDataPacket.receive(CryptoDataPacket)
    at oracle.net.ns.NetInputStream.getNextPacket(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:970)
    at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:940)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:431)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:180)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:419)
    at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:895)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:451)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:985)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2887)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2928)
    at #####################.exec(Tablespaces.java:78)
    ... 4 more
    However, the second run of the job is successful.Could you please help on this issue.
    Sorry but I cannot tell you the lines mentioned as ####### and *******  due to confidentiality.
    Thanks,
    Haider

    We have a JAVA application which runs the below query. The application is scheduled to run as a job once every month. We notice that when the application runs for the 1st time, then we get the below error :
    **************Failed to execute SQL: select tablespace_name, total_mb, used_mb, pct_used, free_mb, recycle_mb, extendible_mb from all_mspace where tablespace_name in ('ORAUSER') order by tablespace_name
    Sorry but I cannot tell you the lines mentioned as ####### and *******  due to confidentiality.
    Sorry - but if you won't post the info needed to help you then you won't get any help.
    You haven't posted ANY info about the Java version, JDBC jar version, databse name and version, Nor have you posted ANY of the Java code involved in creating the connection or executing the JDBC code.
    And the query you did post is either wrong or uses a custom table/view named 'all_mspace'.
    All of the above means we can't try to reproduce the problem or even SEE the line of code that might be causing the problem.
    It also means we can't even guess what else your application might be doing BEFORE the problem part of the code executes or  WHERE the problem might be. I have no reason to think the problem is in the driver or, as the other responder's link mentions, that you are even using a connection pool.
    No one expects people to post confidential info. You need to create the SMALLEST section of code that reproduces the problem and then post that. You need to do that just for your own troubleshooting purposes: remove ALL unnecessary code, and keep removing stuff, until the problem goes away or you get down to a small section of code. Then you can begin troubleshooting.
    Good luck with your problem.

  • Java.lang.NegativeArraySizeException:allocArray

    Hello All,
    Need your help in resoving the below issue.
    Our application is deplover over weblogic 10.3.0.0
    Jrockit_160_05.
    We see only the below messge in stdout logs all of sudden, in production, but not in uat.
    Only difference between uat nad prod is the jrockit version.
    jdk_1.60_65_Unlimited
    Error receiving mcast package. Sleeping 500ms
    java.lang.NegativeArraySizeException: allocArray
            at org.apache.catalina.tribes.membership.MemberImpl.getMember(MemberImpl.java:335)
            at org.apache.catalina.tribes.membership.MemberImpl.getMember(MemberImpl.java:282)
            at org.apache.catalina.tribes.membership.MemberImpl.getMember(MemberImpl.java:379)
            at org.apache.catalina.tribes.membership.McastServiceImpl.receive(McastServiceImpl.java:282)
            at org.apache.catalina.tribes.membership.McastServiceImpl$ReceiverThread.run(McastServiceImpl.java:364)
    Error receiving mcast package. Sleeping 500ms
    java.lang.NegativeArraySizeException: allocArray
            at org.apache.catalina.tribes.membership.MemberImpl.getMember(MemberImpl.java:335)
            at org.apache.catalina.tribes.membership.MemberImpl.getMember(MemberImpl.java:282)
            at org.apache.catalina.tribes.membership.MemberImpl.getMember(MemberImpl.java:379)
            at org.apache.catalina.tribes.membership.McastServiceImpl.receive(McastServiceImpl.java:282)
            at org.apache.catalina.tribes.membership.McastServiceImpl$ReceiverThread.run(McastServiceImpl.java:364)

    This is a known bug when using global scoped work manager with max thread constraints set to -1.
    You can contact the support for a patch from CR384080 or can do the following workaround :
    1. Use application scoped work manager instead of global work manager.
    2. Use a positive integer value (say 5) as setting for the Maximum Threads Constraint Count instead of the default -1.
    3. Create a global work manager and delete the Maximum Threads Constraint. Create it later with a positive value when required and avoid using -1.

  • Java.lang.NegativeArraySizeException

    Following the tutorial part 2 at http://developers.sun.com/techtopics/mobility/midp/articles/tutorial2/ i've run into this problem:
    I start the emulator, launch the application and click connect. I allow it to use air-time, and then this exception shows up in KToolBar:
    java.lang.NegativeArraySizeException
         at HitMIDlet.connect(+37)
         at HitMIDlet.access$000(+4)
         at HitMIDlet$1.run(+7)
    The servlet runs fine in my webbrowser

    Well, this could depend on your webserver/servlet configuration. The http server does not need to give you the length of the content (in great if you make large dymanic pages, you don't need do hold them in memory, just flush them directly to the other side). In that case, you cannot check the length, and have to work with other methods.

  • ASC 2.0 - switch statement causes crash with java.lang.NegativeArraySizeException

    Compiling the following program using ASC 2.0 (it should be a minimal testcase):
    $ ./mxmlc Main.as
    package {
        import flash.display.Sprite ;
        public class Main extends Sprite {
            public function Main() {
                var i:int = 0;
                switch {
                    case -0x3A073416:
                        return;
                    case 0x75B22630:
                        return;
                    default:
                        return;
                return;
    gives the following crash:
    Internal error: java.lang.NegativeArraySizeException
            at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_lookup_switchStm t(ABCGeneratingReducer.java:5773)
            at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_switchStmt(ABCGe neratingReducer.java:5659)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.action_455(CmcEmitter.java:6411)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:92 14)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39436)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39413)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 464)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39435)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39413)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 455)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39435)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39413)
            at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39715)
            at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
            at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
            at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
            at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
            at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.finishClassDefinitio n(ClassDirectiveProcessor.java:487)
            at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:424)
            at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
            at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
            at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
            at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
            at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
            at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
            at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
            at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:866)
            at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
            at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
            at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
            at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
            at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
            at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
            at java.util.concurrent.FutureTask.run(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
                    public function Main() {
                    ^

    Hi,
    The range between the min and case case values was causing an overflow, as it was larger than 2^3 -1.  I have just fixed this bug.
    Until the next compiler drop, you can work around the problem by making one of the case values non-const (example below), which will cause the compiler to not try and create a lookup switch table and avoid the buggy code path.
    var i:int = 0;
    var caseValue:int = -0x3A073416;
    switch
              case caseValue:
            return;
        case 0x75B22630:
            return;
        default:
            return;

  • Java.lang.NegativeArraySizeException ERROR, Help!!!!

    Hi,
    I am running the following line of code and it is generating an error, I am not sure what is causing this error. ANy thoughts or pointers???
    Command:
    C:\Users\Sheetal\marcxml\marc4j>java org.marc4j.util.MarcXmlWriter summerland.xml
    Error
    java.lang.NegativeArraySizeException
    at org.marc4j.MarcReader.parse(Unknown Source)
    at org.marc4j.marcxml.MarcXmlReader.parse(Unknown Source)
    at org.apache.xalan.transformer.TransformerIdentityImpl.transform(Unknow
    n Source)
    at org.marc4j.marcxml.Converter.convert(Unknown Source)
    at org.marc4j.marcxml.Converter.convert(Unknown Source)
    at org.marc4j.util.MarcXmlWriter.main(Unknown Source)
    Total time: 61 miliseconds
    thanks
    sheetal

    The xml document is probably malformed and it exposes a bug in MarcReader (bad error handling)
    Kaj

  • Image upload java.lang.NegativeArraySizeException

    Hi all,
    When I am trying to upload image(176 x 220) to server its giving the following error
    java.lang.NegativeArraySizeException
    at HelloServlet.doPost(HelloServlet.java:55)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Unknown Source)
    why its giving this error?.....can anyone help me please
    Thanks in advace,
    siv
    Edited by: siv on Apr 26, 2008 9:13 AM

    You really need to provide your code. My guess is that you are accessing an invalid index in an array on line #55 of HelloServlet.java

  • Java.lang.NullPointerException in File Channel

    Hi All,
    I have a File scenario running in system since 1 year. the sender file channel is scheduled at 4.00 AM in the morning every day. It works fine. But suddenly i got an error Error occurred while connecting to the FTP server "XXXXXXXXX:21": java.lang.NullPointerException
    The channel again ran at 4:20AM and it was successful. I am not able to find the exact error and the reason behind it.
    Can anybody suggest me what could be probable reason/s and how to find them? (I got this error in communication channel monitoring)
    Thanks in Advance.
    Sanjay

    Hi Install tcpgw and configure the TCPGateway in a way that it points to the FTP Server address
    Enter the following data in the screen
    Listen Port : 21
    Target Hostname : <Enter hostname>
    Target Port : 21
    /people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway
    /people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

  • ! java.lang.OutOfMemoryError in 8.1.6.3.0 !

    Today I have installed path 8.1.6.3.0 on my 8.1.6.0.0 OracleEE (Sun Solaris8 x86). Before that action my JServer work correctly, but after this patch JServer was down. It cannot process any action (loadjava, sess_sh and so on) and always generate the java.lang.OutOfMemoryError or java.lang.NegativeArraySizeException!!!
    What is the problem?
    the trace file:
    Dump file /oracle/app/oracle/admin/PHNET3/bdump/s000_18344.trc
    Oracle8i Enterprise Edition Release 8.1.6.3.0 - Production
    With the Partitioning option
    JServer Release 8.1.6.3.0 - Production
    ORACLE_HOME = /oracle/app/oracle/product/8.1.5
    System name: SunOS
    Node name: phnet3
    Release: 5.8
    Version: Generic
    Machine: i86pc
    Instance name: PHNET3
    Redo thread mounted by this instance: 1
    Oracle process number: 11
    Unix process pid: 18344, image: oracle@phnet3 (S000)
    *** 2001-06-18 10:08:46.137
    *** SESSION ID:(17.1876) 2001-06-18 10:08:46.124
    java.lang.OutOfMemoryError
    at oracle.aurora.rdbms.security.SchemaProtectionDomain.fabricateAccessContext(SchemaProtectionDomain.java)
    at java.security.AccessController.getStackAccessControlContext(AccessController.java)
    at java.security.AccessController.checkPermission(AccessController.java)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java)
    at oracle.aurora.rdbms.SecurityManagerImpl.checkPermission(SecurityManagerImpl.java)
    at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java)
    at oracle.aurora.rdbms.SecurityManagerImpl.checkPropertyAccess(SecurityManagerImpl.java)
    at java.lang.System.getProperty(System.java)
    at oracle.aurora.rdbms.Compiler.setMemory(Compiler.java)
    at oracle.aurora.rdbms.Compiler.doCompile(Compiler.java)
    at oracle.aurora.rdbms.Compiler.compile(Compiler.java)
    java.lang.OutOfMemoryError
    at oracle.aurora.rdbms.security.SchemaProtectionDomain.fabricateAccessContext(SchemaProtectionDomain.java)
    at java.security.AccessController.getStackAccessControlContext(AccessController.java)
    at java.security.AccessController.checkPermission(AccessController.java)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java)
    at oracle.aurora.rdbms.SecurityManagerImpl.checkPermission(SecurityManagerImpl.java)
    at oracle.aurora.security.JServerPermission.check(JServerPermission.java)
    at oracle.aurora.vm.OracleRuntime.setMaxMemorySize(OracleRuntime.java)
    at oracle.aurora.rdbms.Compiler$1.run(Compiler.java)
    at java.security.AccessController.doPrivileged(AccessController.java)
    at oracle.aurora.rdbms.Compiler.setMemory(Compiler.java)
    at oracle.aurora.rdbms.Compiler.setNumberOfClassesResolved(Compiler.java)
    *** 2001-06-18 10:36:52.247
    *** SESSION ID:(15.1950) 2001-06-18 10:36:52.247
    java.lang.OutOfMemoryError
    at oracle.aurora.rdbms.security.SchemaProtectionDomain.fabricateAccessContext(SchemaProtectionDomain.java)
    at java.security.AccessController.getStackAccessControlContext(AccessController.java)
    at java.security.AccessController.checkPermission(AccessController.java)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java)
    at oracle.aurora.rdbms.SecurityManagerImpl.checkPermission(SecurityManagerImpl.java)
    at oracle.aurora.security.JServerPermission.check(JServerPermission.java)
    at oracle.aurora.vm.OracleRuntime.setMaxMemorySize(OracleRuntime.java)
    at oracle.aurora.rdbms.Compiler$1.run(Compiler.java)
    at java.security.AccessController.doPrivileged(AccessController.java)
    at oracle.aurora.rdbms.Compiler.setMemory(Compiler.java)
    at oracle.aurora.rdbms.Compiler.doCompile(Compiler.java)
    at oracle.aurora.rdbms.Compiler.compile(Compiler.java)
    java.lang.OutOfMemoryError
    at oracle.aurora.rdbms.security.SchemaProtectionDomain.fabricateAccessContext(SchemaProtectionDomain.java)
    at java.security.AccessController.getStackAccessControlContext(AccessController.java)
    at java.security.AccessController.checkPermission(AccessController.java)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java)
    at oracle.aurora.rdbms.SecurityManagerImpl.checkPermission(SecurityManagerImpl.java)
    at oracle.aurora.security.JServerPermission.check(JServerPermission.java)
    at oracle.aurora.vm.OracleRuntime.setMaxMemorySize(OracleRuntime.java)
    at oracle.aurora.rdbms.Compiler$1.run(Compiler.java)
    at java.security.AccessController.doPrivileged(AccessController.java)
    at oracle.aurora.rdbms.Compiler.setMemory(Compiler.java)
    at oracle.aurora.rdbms.Compiler.setNumberOfClassesResolved(Compiler.java)
    P.S.: I try to reinstall JServer usinf javavm/insatall scripts. But the errors still occur.
    null

    I am having similar problems.
    ** 2001-08-09 09:29:09.772
    ** SESSION ID:(13.67) 2001-08-09 09:29:09.772
    ox_call_java_pres_: caught
    RA-04031: unable to allocate 4032 bytes of shared memory ("large
    pool","unknown object","joxu heap init","ioc_allocate_pal")
    I edited the init.ora in $ORACLE_HOME/dbs/ and changed or added the line:
    shared_pool_size=100000000
    java_pool_size=70000000
    I added java_pool_size line because there was no line like that in the typical install of oracle8.1.7 on solaris.
    Then, I used dbshut to shut down all the oracle processes. I also used the listener ctl program in $ORACLE_HOME/bin to stop the listener. Then, I ran dbstart.
    That should re-initialize oracle and the jserver should use the settings in init.ora, right?
    But when I run an entity bean program, i still get the same error (at the top of this message). I get similar problems when I run the basic or entity (customer) demo.
    Am I doing something wrong?
    null

  • Still java.lang.NoClassDefFoundError:

    Im trying to connect a TINI board up to my pc using the serial interface and therefore require javax.comm api. I have downloaded this and followed the instructions to install including placing the comm.jar file in C:\Program Files\Java\jdk1.5.0_03\lib yet when i try to run the JavaKit application provided by the TINI developers (that uses the comm.jar api) i get the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/comm/Commport
    I know that this means that windows cant find the class files for the app but i have added them to the CLASSPATH and this is obvious from echoing the classpath variable.
    Furthermore I have also extracted the comm.jar file to see if the CommPort class is inside the jar file and it definitely is.
    I know that javax is no longer supported by Java but I just wandered if someone could lend a hand to solve my problem.
    Much appreciated
    Ozzie

    including placing the comm.jar file in C:\Program Files\Java\jdk1.5.0_03\libit needs to go into the jre/lib/ext directory.
    I know that this means that windows cant find the class files for the appNo, it means java cannot find the class file for javax.comm.Commport
    i have added them to the CLASSPATH and this is obvious from echoing the classpath variable.Well, if you are executing this from an IDE for instance, the CLASSPATH environment variable is ignored.
    I know that javax is no longer supported by JavaWhat the?

  • Java.lang.NullPointerException while creating Communication Channel

    Dear friends
    First of all, I have already looked at many existing postings with java Null Pointer problems and also looked at the links that other users had suggested. It hasn't helped and therefore I am posting this question here.
    I am trying to create Communication Channel using Integration Scenario Configurator.
    I get to a stage where it gives a java.lang.NullPointerException error + an InternatlError. Here is the log of internal error. However, if i Continue ignoring the error message, it creates two communication channels that I wanted (Sender Soapadapter and Receiver RFC adapter), but the values in these adapters will not be completely filled.
    Has anybody seen this problem before. We are using the latest and gratest SAP that is available in the market.
    (PLEASE SCROLL DOWN TO SEE THE ERROR MESSAGES)
    Thanks
    Ram
    #17 13:33:42 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.FrameworkException: com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
         at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.init(ExceptionDialog.java:116)
         at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.<init>(ExceptionDialog.java:93)
         at com.sap.aii.utilxi.swing.toolkit.Guitilities.showExceptionDialog(Guitilities.java:1137)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.CreateChannelAgent$CreateChannelWizardController.processPageEvent(CreateChannelAgent.java:500)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizard.firePageEvent(BasicWizard.java:64)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizard.finish(BasicWizard.java:202)
         at com.sap.aii.utilxi.swing.framework.wizard.FinishAction.actionPerformed(FinishAction.java:39)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at java.awt.Window.setVisible(Unknown Source)
         at java.awt.Dialog.setVisible(Unknown Source)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizardDialog.showDialog(BasicWizardDialog.java:78)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizardDialog.showDialog(BasicWizardDialog.java:82)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.CreateChannelAgent$WizardDialog.startWizard(CreateChannelAgent.java:797)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.CreateChannelAgent$CreateChannelWithTemplateAction.actionPerformed(CreateChannelAgent.java:340)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at java.awt.Window.setVisible(Unknown Source)
         at java.awt.Dialog.setVisible(Unknown Source)
         at com.sap.aii.utilxi.swing.framework.ModalDialog.showDialog(ModalDialog.java:65)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.ConnectionConfigurator.showDialog(ConnectionConfigurator.java:202)
         at com.sap.aii.ibdir.gui.scenario.UsabilityPanel$createConfigurateConnectionListener.mouseClicked(UsabilityPanel.java:238)
         at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #16 13:33:42 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
    #15 13:33:41 [AWT-EventQueue-0] FINE AutoLog.created.java.lang.NullPointerException: java.lang.NullPointerException
         at com.sap.aii.ib.gui.cpa.generic.GenericGuiHandler.getMetaData(GenericGuiHandler.java:75)
         at com.sap.aii.ib.gui.cpa.generic.GenericGuiHandler.getTransportProtocols(GenericGuiHandler.java:166)
         at com.sap.aii.ibdir.gui.cpa.ChannelGenerator.getDefaultGenericChannel(ChannelGenerator.java:194)
         at com.sap.aii.ibdir.gui.cpa.ChannelGenerator.getDefaultChannel(ChannelGenerator.java:179)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.CreateChannelAgent$CreateChannelWizardController.processPageEvent(CreateChannelAgent.java:497)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizard.firePageEvent(BasicWizard.java:64)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizard.finish(BasicWizard.java:202)
         at com.sap.aii.utilxi.swing.framework.wizard.FinishAction.actionPerformed(FinishAction.java:39)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at java.awt.Window.setVisible(Unknown Source)
         at java.awt.Dialog.setVisible(Unknown Source)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizardDialog.showDialog(BasicWizardDialog.java:78)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizardDialog.showDialog(BasicWizardDialog.java:82)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.CreateChannelAgent$WizardDialog.startWizard(CreateChannelAgent.java:797)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.CreateChannelAgent$CreateChannelWithTemplateAction.actionPerformed(CreateChannelAgent.java:340)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at java.awt.Window.setVisible(Unknown Source)
         at java.awt.Dialog.setVisible(Unknown Source)
         at com.sap.aii.utilxi.swing.framework.ModalDialog.showDialog(ModalDialog.java:65)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.ConnectionConfigurator.showDialog(ConnectionConfigurator.java:202)
         at com.sap.aii.ibdir.gui.scenario.UsabilityPanel$createConfigurateConnectionListener.mouseClicked(UsabilityPanel.java:238)
         at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #14 13:33:41 [AWT-EventQueue-0] DEBUG AutoLog.created.java.lang.NullPointerException: null
    #13 13:33:41 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    java.lang.NullPointerException: null
         at com.sap.aii.ib.gui.cpa.generic.GenericGuiHandler.getMetaData(GenericGuiHandler.java:75)
         at com.sap.aii.ib.gui.cpa.generic.GenericGuiHandler.getTransportProtocols(GenericGuiHandler.java:166)
         at com.sap.aii.ibdir.gui.cpa.ChannelGenerator.getDefaultGenericChannel(ChannelGenerator.java:194)
         at com.sap.aii.ibdir.gui.cpa.ChannelGenerator.getDefaultChannel(ChannelGenerator.java:179)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.CreateChannelAgent$CreateChannelWizardController.processPageEvent(CreateChannelAgent.java:497)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizard.firePageEvent(BasicWizard.java:64)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizard.finish(BasicWizard.java:202)
         at com.sap.aii.utilxi.swing.framework.wizard.FinishAction.actionPerformed(FinishAction.java:39)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at java.awt.Window.setVisible(Unknown Source)
         at java.awt.Dialog.setVisible(Unknown Source)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizardDialog.showDialog(BasicWizardDialog.java:78)
         at com.sap.aii.utilxi.swing.framework.wizard.BasicWizardDialog.showDialog(BasicWizardDialog.java:82)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.CreateChannelAgent$WizardDialog.startWizard(CreateChannelAgent.java:797)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.CreateChannelAgent$CreateChannelWithTemplateAction.actionPerformed(CreateChannelAgent.java:340)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at java.awt.Window.setVisible(Unknown Source)
         at java.awt.Dialog.setVisible(Unknown Source)
         at com.sap.aii.utilxi.swing.framework.ModalDialog.showDialog(ModalDialog.java:65)
         at com.sap.aii.ibdir.gui.scenario.generator.dialogs.ConnectionConfigurator.showDialog(ConnectionConfigurator.java:202)
         at com.sap.aii.ibdir.gui.scenario.UsabilityPanel$createConfigurateConnectionListener.mouseClicked(UsabilityPanel.java:238)
         at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #12 13:32:27 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: com.sap.aii.utilxi.swing.framework.PersistenceException: Object Configuration Scenario IS_CustomerSearch not found
         at com.sap.aii.ib.gui.editor.XiDocument.load(XiDocument.java:320)
         at com.sap.aii.ib.gui.operations.RevertCommand.reloadDocuments(RevertCommand.java:237)
         at com.sap.aii.ib.gui.operations.RevertCommand.execute(RevertCommand.java:190)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)
         at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #11 13:32:27 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: Object Configuration Scenario IS_CustomerSearch not found
    #10 13:32:26 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.utilxi.misc.api.BaseRuntimeException: com.sap.aii.utilxi.misc.api.BaseRuntimeException: Invalid key element attribute id "NAMESPACE". Valid values are: .
         at com.sap.aii.ib.bom.gen.XiTypeInformation.validateKeyElementAttributeId(XiTypeInformation.java:890)
         at com.sap.aii.ib.bom.gen.XiTypeInformation.getKeyElementIndex(XiTypeInformation.java:905)
         at com.sap.aii.ib.bom.gen.XiKey.getPosition(XiKey.java:169)
         at com.sap.aii.ib.bom.gen.XiKey.getKeyfield(XiKey.java:162)
         at com.sap.aii.ib.bom.gen.XiKey.getNamespace(XiKey.java:157)
         at com.sap.aii.ib.bom.docu.InternalDocuServiceDefault.getDocuKey(InternalDocuServiceDefault.java:143)
         at com.sap.aii.ib.bom.docu.DocuServiceProvider$DocuServiceImpl.getDocuKey(DocuServiceProvider.java:164)
         at com.sap.aii.ib.gui.editor.XiDocument.getDocumentationKey(XiDocument.java:892)
         at com.sap.aii.ib.gui.editor.XiDocument.getDocumentationDocument(XiDocument.java:879)
         at com.sap.aii.ib.gui.misc.ApplicationBase.getDocumentsForLinks(ApplicationBase.java:327)
         at com.sap.aii.ib.gui.operations.RevertCommand.execute(RevertCommand.java:186)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)
         at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #9 13:32:26 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.utilxi.misc.api.BaseRuntimeException: Invalid key element attribute id "NAMESPACE". Valid values are: .
    #8 13:31:54 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    MESSAGE ID: com.sap.aii.ib.core.roa.rb_all.ROA_MOA_NOTCOMPLETED
    com.sap.aii.utilxi.misc.api.ResourceException: Attempt to access the 1 requested objects on 1 failed. Detailed information:
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Unable to read object Adapter Metadata RFC | http://sap.com/xi/XI/System (3b787a80-35c1-11d6-bbe0-efe50a1145a5) of type AdapterMetaData from application REPOSITORY on system REPOSITORY. Detailed information: Software component version with GUID 3b787a80-35c1-11d6-bbe0-efe50a1145a5 does not exist
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Unable to read object Adapter Metadata RFC | http://sap.com/xi/XI/System (3b787a80-35c1-11d6-bbe0-efe50a1145a5) of type AdapterMetaData from application REPOSITORY on system REPOSITORY. Detailed information: Software component version with GUID 3b787a80-35c1-11d6-bbe0-efe50a1145a5 does not exist
         at com.sap.aii.ib.sbeans.gen.GeneralSessionBean.wrap(GeneralSessionBean.java:156)
         at com.sap.aii.ib.sbeans.gen.GeneralSessionBean.wrap(GeneralSessionBean.java:131)
         at com.sap.aii.ib.sbeans.misc.MiscServicesBean.getAdapterMetadata(MiscServicesBean.java:242)
         at com.sap.aii.ib.sbeans.misc.MiscServicesRemoteObjectImpl10.getAdapterMetadata(MiscServicesRemoteObjectImpl10.java:2028)
         at com.sap.aii.ib.sbeans.misc.MiscServicesRemoteObjectImpl10p4_Skel.dispatch(MiscServicesRemoteObjectImpl10p4_Skel.java:285)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Serialized server exceptions:
    MESSAGE ID: com.sap.aii.ib.core.roa.rb_all.ROA_MOA_NOTCOMPLETED (serialized)
    com.sap.aii.utilxi.misc.api.ResourceException: Attempt to access the 1 requested objects on 1 failed. Detailed information:
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Unable to read object Adapter Metadata RFC | http://sap.com/xi/XI/System (3b787a80-35c1-11d6-bbe0-efe50a1145a5) of type AdapterMetaData from application REPOSITORY on system REPOSITORY. Detailed information: Software component version with GUID 3b787a80-35c1-11d6-bbe0-efe50a1145a5 does not exist
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Unable to read object Adapter Metadata RFC | http://sap.com/xi/XI/System (3b787a80-35c1-11d6-bbe0-efe50a1145a5) of type AdapterMetaData from application REPOSITORY on system REPOSITORY. Detailed information: Software component version with GUID 3b787a80-35c1-11d6-bbe0-efe50a1145a5 does not exist
         at com.sap.aii.ib.server.cpa.AdapterMDCache.readObject(AdapterMDCache.java:228)
         at com.sap.aii.ib.server.cpa.AdapterMDCache.actualize(AdapterMDCache.java:209)
         at com.sap.aii.utilxi.misc.api.LRUMapBasedCache.get(LRUMapBasedCache.java:34)
         at com.sap.aii.ib.server.cpa.AdapterMDCache.get(AdapterMDCache.java:171)
         at com.sap.aii.utilxi.misc.api.Cache.get(Cache.java:40)
         at com.sap.aii.utilxi.misc.api.Cache.get(Cache.java:40)
         at com.sap.aii.ib.sbeans.misc.MiscServicesBean.getAdapterMetadata(MiscServicesBean.java:238)
         at com.sap.aii.ib.sbeans.misc.MiscServicesRemoteObjectImpl10.getAdapterMetadata(MiscServicesRemoteObjectImpl10.java:2028)
         at com.sap.aii.ib.sbeans.misc.MiscServicesRemoteObjectImpl10p4_Skel.dispatch(MiscServicesRemoteObjectImpl10p4_Skel.java:285)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    MESSAGE ID: com.sap.aii.ib.core.roa.rb_all.ROA_MOA_NOTCOMPLETED (serialized)
    com.sap.aii.ib.core.roa.RoaMultiObjectAccessException: Attempt to access the 1 requested objects on 1 failed. Detailed information:
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Unable to read object Adapter Metadata RFC | http://sap.com/xi/XI/System (3b787a80-35c1-11d6-bbe0-efe50a1145a5) of type AdapterMetaData from application REPOSITORY on system REPOSITORY. Detailed information: Software component version with GUID 3b787a80-35c1-11d6-bbe0-efe50a1145a5 does not exist
    com.sap.aii.ib.core.roa.RoaObjectAccessException: Unable to read object Adapter Metadata RFC | http://sap.com/xi/XI/System (3b787a80-35c1-11d6-bbe0-efe50a1145a5) of type AdapterMetaData from application REPOSITORY on system REPOSITORY. Detailed information: Software component version with GUID 3b787a80-35c1-11d6-bbe0-efe50a1145a5 does not exist
         at com.sap.aii.ib.core.roa.RoaMultiObjectAccessException.newObjectAccessNotCompleted(RoaMultiObjectAccessException.java:98)
         at com.sap.aii.ib.core.roa.RoaServiceImpl.createObjectArrayFromRoaOutput(RoaServiceImpl.java:317)
         at com.sap.aii.ib.core.roa.RoaServiceImpl.readObjectsImpl(RoaServiceImpl.java:231)
         at com.sap.aii.ib.core.roa.RoaServiceImpl.readObjects(RoaServiceImpl.java:329)
         at com.sap.aii.ib.server.cpa.AdapterMDCache.readObject(AdapterMDCache.java:219)
         at com.sap.aii.ib.server.cpa.AdapterMDCache.actualize(AdapterMDCache.java:209)
         at com.sap.aii.utilxi.misc.api.LRUMapBasedCache.get(LRUMapBasedCache.java:34)
         at com.sap.aii.ib.server.cpa.AdapterMDCache.get(AdapterMDCache.java:171)
         at com.sap.aii.utilxi.misc.api.Cache.get(Cache.java:40)
         at com.sap.aii.utilxi.misc.api.Cache.get(Cache.java:40)
         at com.sap.aii.ib.sbeans.misc.MiscServicesBean.getAdapterMetadata(MiscServicesBean.java:238)
         at com.sap.aii.ib.sbeans.misc.MiscServicesRemoteObjectImpl10.getAdapterMetadata(MiscServicesRemoteObjectImpl10.java:2028)
         at com.sap.aii.ib.sbeans.misc.MiscServicesRemoteObjectImpl10p4_Skel.dispatch(MiscServicesRemoteObjectImpl10p4_Skel.java:285)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #7 13:28:46 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "ConfAsstntHelp" is not registered in the service class Type Service - Type Information
         at com.sap.aii.ib.core.service.ServiceBase.getServiceImpl(ServiceBase.java:71)
         at com.sap.aii.ib.bom.gen.TypeServiceImpl.getTypeInformation(TypeServiceImpl.java:82)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.getTypeInfo(InternalXiItemService.java:23)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.createEmptyXiItem(InternalXiItemService.java:92)
         at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.createEmptyXiItem(XiItemServiceProvider.java:97)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemServiceBase.<init>(InternalXiItemServiceBase.java:38)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemServiceBase.<init>(InternalXiItemServiceBase.java:25)
         at com.sap.aii.ibdir.gui.xiitem.DirInternalXiItemService$ForConfAssistantHelp.<init>(DirInternalXiItemService.java:607)
         at com.sap.aii.ibdir.gui.applcomp.StartupCodeEntry.localStartup(StartupCodeEntry.java:119)
         at com.sap.aii.ibdir.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:73)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:383)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:209)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:429)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #6 13:28:46 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "ConfAsstntHelp" is not registered in the service class Type Service - Type Information
    #5 13:28:46 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "TypeGroupFolder" is not registered in the service class Type Service - Type Information
         at com.sap.aii.ib.core.service.ServiceBase.getServiceImpl(ServiceBase.java:71)
         at com.sap.aii.ib.bom.gen.TypeServiceImpl.getTypeInformation(TypeServiceImpl.java:82)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.getTypeInfo(InternalXiItemService.java:23)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.createEmptyXiItem(InternalXiItemService.java:92)
         at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.createEmptyXiItem(XiItemServiceProvider.java:97)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemServiceBase.<init>(InternalXiItemServiceBase.java:38)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemServiceBase.<init>(InternalXiItemServiceBase.java:25)
         at com.sap.aii.ibdir.gui.xiitem.DirInternalXiItemService$ForFolder.<init>(DirInternalXiItemService.java:752)
         at com.sap.aii.ibdir.gui.applcomp.StartupCodeEntry.localStartup(StartupCodeEntry.java:113)
         at com.sap.aii.ibdir.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:73)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:383)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:209)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:429)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #4 13:28:46 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "TypeGroupFolder" is not registered in the service class Type Service - Type Information
    #3 13:28:46 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "TypeConntestObj" is not registered in the service class Type Service - Type Information
         at com.sap.aii.ib.core.service.ServiceBase.getServiceImpl(ServiceBase.java:71)
         at com.sap.aii.ib.bom.gen.TypeServiceImpl.getTypeInformation(TypeServiceImpl.java:82)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.getTypeInfo(InternalXiItemService.java:23)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.createEmptyXiItem(InternalXiItemService.java:92)
         at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.createEmptyXiItem(XiItemServiceProvider.java:97)
         at com.sap.aii.ib.gui.xiitem.InternalXiItemServiceForNameNamespaceObjects.addType(InternalXiItemServiceForNameNamespaceObjects.java:68)
         at com.sap.aii.ib.gui.xiitem.InternalXiItemServiceForNameNamespaceObjects.<init>(InternalXiItemServiceForNameNamespaceObjects.java:55)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.guiStartup(StartupCodeEntry.java:151)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:108)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ibdir.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:52)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:383)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:209)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:429)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #2 13:28:46 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "TypeConntestObj" is not registered in the service class Type Service - Type Information
    #1 13:28:46 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "versConflList" is not registered in the service class Type Service - Type Information
         at com.sap.aii.ib.core.service.ServiceBase.getServiceImpl(ServiceBase.java:71)
         at com.sap.aii.ib.bom.gen.TypeServiceImpl.getTypeInformation(TypeServiceImpl.java:82)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.getTypeInfo(InternalXiItemService.java:23)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemServiceBase.<init>(InternalXiItemServiceBase.java:44)
         at com.sap.aii.ib.gui.xiitem.CommonInternalXiItemService$ForVersionConflictList.<init>(CommonInternalXiItemService.java:326)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.guiStartup(StartupCodeEntry.java:147)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:108)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ibdir.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:52)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:383)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:209)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:429)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #0 13:28:46 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "versConflList" is not registered in the service class Type Service - Type Information

    Thanks guys for the response..
    I checked the IR and the SAP Basis has been added. Here are the details I got.
    Name:     SAP_BASIS
    Version:  700
    SWCV:     SAP BASIS 7.00
    Available Support Packages:  12
    Any more suggesions/feedback will be greatly appreciated.
    Thanks

  • Error in Communication channel java.lang.NullPointerException

    Hello Experts,
    We have a file adaptor which we using to send data to the file sytem. We are getting the following  error
    Message could not be forwarded to the JCA adapter. Reason: java.lang.NullPointerException: while trying to invoke the method com..pi.af.adapter.sftp.ReceiverAdapter.process(com.sap.engine.interfaces.messaging.api.Message, java.lang.String) of an object returned from com..pi.af.adapter.sftp.XIConfiguration.getReceiverAdapter(java.lang.String)
    Any idea why we get this error.
    BR

    Yes Adaptor module is fine  we have not done any changes in the adaptor module . the channel was working fine and was able to delivery data successfully and suddenly it stop working.. We haven't made any change to the  communication channel

Maybe you are looking for

  • Shuffle??

    Hi i like the new nano, dont like not being able to turn it off (vote with your feet leave feedback on the apple website!) but have a slight problem with it i hope someone can help me with! My Nano appears to shuffle each individual album, not all of

  • Bootable AirDisk

    Is it possible to create a bootable AirDisk with an external hd. I have a USB external hard drive with 10.4.11 PPC on it. I only made 1 partition for the disk. Basically, I want a USB hard drive thats connected to an AirPort Extreme/Time Capsule to b

  • Complete Newbie with Organizing Question

    Please understand that I'm a complete Neophyte at Mac, and iPhoto. Please respond accordingly. I'm a Windows guy who has succumbed to the intrigue and mystery of the Mac. I've got the Intel Dual Core iMac with 250GB HDD and 1 GB RAM. I just got it le

  • HT1338 if i update to the new os x will i loose all my programs on my system i have now?

    if i update my IMAC to the new server will i loose my programs on my imac i currently have?

  • Help. firefox 19.0 says norton toolbar 2013.2.4.2 is not compatible

    Upgraded to 19.0 and lost norton toolbar 2013.2.4.2. Ran liveupdate but 2013.2.4.2 is the latest version.