Bug in 6.1 SP6 + 8.1 SP2 in WebAppServletContext.setAttribute

          Althoug I found a depending Fixed Problem Message for BEA 7.0, I get the following
          NullPointer Exception with BEA Weblogic Server 6.1 SP6 (in SP 4 it works fine)
          and in 8.1 SP2.
          The J2EE Spec allowes to use setAttribute("xy", null) and it should be handled
          in the same way like caling removeAttribute("xy").
          11:19:37,573 ERROR (AdministrationConstantReloadTab.java:101) - Fehler beim Anzeigen
          des AdministrationAntragReloadTabs
          java.lang.NullPointerException
          at java.util.Hashtable.put(Hashtable.java:389)
          at weblogic.servlet.internal.WebAppServletContext.setAttribute(WebAppServletContext.java:669)
          at de.abc.elektra.administration.control.AdministrationConstantReloadTab.handleAction(AdministrationConstantReloadTab.java:90)
          at de.abc.elektra.common.control.TabHandler$TabFormListener.formSubmitted(TabHandler.java:216)
          at com.javelin.swinglets.SForm.processFormEvent(SForm.java:168)
          at com.javelin.swinglets.SForm.processEvent(SForm.java:132)
          at com.javelin.swinglets.SComponent.dispatchEvent(SComponent.java:1179)
          at com.javelin.swinglets.ServletManager.handle(ServletManager.java:256)
          at de.abc.elektra.common.control.WindowHandler.handleContext(WindowHandler.java:44)
          at de.abc.elektra.common.control.Navigator.process(Navigator.java:239)
          at de.abc.elektra.common.control.Navigator.doPost(Navigator.java:117)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
          at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
          at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
          at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
          at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
          at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
          http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#setAttribute(java.lang.String,
          java.lang.Object)
          javax.servlet
          Interface ServletContext
          setAttribute
          public void setAttribute(java.lang.String name,
          java.lang.Object object)Binds an object to a given attribute
          name in this servlet context. If the name specified is already used for an attribute,
          this method will replace the attribute with the new to the new attribute.
          If listeners are configured on the ServletContext the container notifies them
          accordingly.
          If a null value is passed, the effect is the same as calling removeAttribute().
          Attribute names should follow the same convention as package names. The Java
          Servlet API specification reserves names matching java.*, javax.*, and sun.*.
          Parameters:
          name - a String specifying the name of the attribute
          object - an Object representing the attribute to be bound
          It is not really a problem if you have the chance to quickly change your implementation
          as you can use removeAttribute(String). But if there is a BEA employee reading
          this, then that bug should be fixed in the upcoming Service Packs.
          Guido Reiff
          

I think we are running into a related issue with WLS6.1 SP6. We use struts
          and on re-loading some of the action classes, we see a NPE on a
          getServletContext call in org.apache.structs.action.RequestProcessor. This
          worked fine in WLS6.1 SP4.
          - Prasad
          "greiff" <[email protected]> wrote in message
          news:[email protected]...
          >
          > Althoug I found a depending Fixed Problem Message for BEA 7.0, I get the
          following
          > NullPointer Exception with BEA Weblogic Server 6.1 SP6 (in SP 4 it works
          fine)
          > and in 8.1 SP2.
          >
          > The J2EE Spec allowes to use setAttribute("xy", null) and it should be
          handled
          > in the same way like caling removeAttribute("xy").
          >
          >
          > 11:19:37,573 ERROR (AdministrationConstantReloadTab.java:101) - Fehler
          beim Anzeigen
          > des AdministrationAntragReloadTabs
          > java.lang.NullPointerException
          > at java.util.Hashtable.put(Hashtable.java:389)
          > at
          weblogic.servlet.internal.WebAppServletContext.setAttribute(WebAppServletCon
          text.java:669)
          > at
          de.abc.elektra.administration.control.AdministrationConstantReloadTab.handle
          Action(AdministrationConstantReloadTab.java:90)
          > at
          de.abc.elektra.common.control.TabHandler$TabFormListener.formSubmitted(TabHa
          ndler.java:216)
          > at com.javelin.swinglets.SForm.processFormEvent(SForm.java:168)
          > at com.javelin.swinglets.SForm.processEvent(SForm.java:132)
          > at
          com.javelin.swinglets.SComponent.dispatchEvent(SComponent.java:1179)
          > at
          com.javelin.swinglets.ServletManager.handle(ServletManager.java:256)
          > at
          de.abc.elektra.common.control.WindowHandler.handleContext(WindowHandler.java
          :44)
          > at
          de.abc.elektra.common.control.Navigator.process(Navigator.java:239)
          > at
          de.abc.elektra.common.control.Navigator.doPost(Navigator.java:117)
          > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
          > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          > at weblogic.servlet.internal.ServletStubImpl$ServletInvocationActi
          on.run(ServletStubImpl.java:971)
          > at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          :402)
          > at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          :305)
          > at
          weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
          ebAppServletContext.java:6350)
          > at
          weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubjec
          t.java:317)
          > at
          weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
          > at
          weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
          ntext.java:3635)
          > at
          weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
          :2585)
          > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
          > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
          >
          >
          >
          http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#setAttribute(java.lang.String,
          > java.lang.Object)
          > --------------------------------------------------------
          >
          > javax.servlet
          > Interface ServletContext
          > setAttribute
          >
          > public void setAttribute(java.lang.String name,
          > java.lang.Object object)Binds an object to a
          given attribute
          > name in this servlet context. If the name specified is already used for an
          attribute,
          > this method will replace the attribute with the new to the new attribute.
          > If listeners are configured on the ServletContext the container notifies
          them
          > accordingly.
          >
          > If a null value is passed, the effect is the same as calling
          removeAttribute().
          >
          >
          > Attribute names should follow the same convention as package names. The
          Java
          > Servlet API specification reserves names matching java.*, javax.*, and
          sun.*.
          >
          > Parameters:
          > name - a String specifying the name of the attribute
          > object - an Object representing the attribute to be bound
          >
          >
          > It is not really a problem if you have the chance to quickly change your
          implementation
          > as you can use removeAttribute(String). But if there is a BEA employee
          reading
          > this, then that bug should be fixed in the upcoming Service Packs.
          >
          > Guido Reiff
          

Similar Messages

  • BUG: Access Connect Abort, when I create a new network profile.

    Where can I report bugs?
    My system is windows xp sp2 on X60.
    I have been using AC-4.42(Access Connection) for a long time. And before,  there is no problem when I added new network profile into it.
    But yesterday, I wanted to add a new profile into it. I opened the "create profile" window and input the name of the new profile (I have two network adapters, wired and wireless. So by default, the both are selected. And I left the default selection unchanged.), then "Next". The 2nd window is about wireless config, I configured everything, then go on "Next", at this moment, an error occured and AC aborted with four error windows. The titles of those windows are "ACMainGUI.exe error" and "ACMainGUIWnd: ACMainGUI.exe".
    Then I did it again, I opened the "create profile" window, and this time, in this (1st) window, I changed the selection of network adapter, besides inputing the name of the new profile. I only selected the wired adapter, and then "Next". Sadly, this time the 2nd(next) window did not appear(pop up) at all. Instead, those four error windows poped up one by one.  AC aborted again.
    I repeated the above operations many times, and everytime, AC aborted.
    So I went to the online "support and download" to look for some updates about AC. And I found AC-4.52 with luck. After downloading and installing, unfortunately the problem still exists. AC-4.52 still aborts when I create a new network profile.
    So now, what to do. I have no ways. I am expecting the developers could note this problem and fix it and give me a newer update as soon as possible.
    Sigh...

    I have exactly the same issue. Next to the actions mentioned by ixbm I have also fully uninstalled and reinstalled the AC-4.52, but this didn't help.
    Any idea on how to solve, installing older version?
    regards,
    Bart

  • Select directory bug?

    I have a strange bug(?) found in DW.
    Since today I can't select the folder I want to because DW selects the folder above.
    For example:
    I go to Sites > Manage Sites > New > click the folder icon and go to /root/websites/example.com/public/ and click ok. Normally DW selects 'public' as my local root but now it selects example.com as my local root directory. So the last folder will always be skipped. Don't know why and I haven't found anything in the web about that. I also wrote a bug report to Adobe, but that doesn't solve my problem.
    Does anybody here knows this? Some ideas to fix it?
    Thanks!!

    Yes, it's a known bug. It was introduced by Vista SP2 and Windows 7, both of which were released after Dreamweaver CS4. It affects all versions of Dreamweaver. At the moment, the only thing you can do is type in the folder name manually.

  • Cannot extract the embedded font 'F2'. Some characters may not display or print correctly.

    This question was previously published but no answer has been found.
    Error message is :
    "Cannot extract the embedded font 'F2'. Some characters may not display or print correctly."
    Many pdf documents display this error with Adobe Reader 8.1.0. We have errors for embedded fonts 'F0','F3','F7' and so on.
    It looks like a Adobe Reader bug because :
    - All PDF files can be opened with Acrobat Reader 5.0.5, 6.x and 7.x, can't be opened with 8.1.0 version.
    - the 8.1.1 update removes only the bug for 'F0' error message (issue #1572280).
    The solution :
    - to publish a 8.1.2 update to fix this important bug
    - is there a registry parameter or tool option to disable the checking added in 8.x version of Adobe Reader ? The 8.x version catches more errors to be compliant with Adobe specification but Adobe reader must be
    compliant with all documents generated by third party products.
    This Adobe Reader bug applies to Windows Vista, XP Pro SP2, 2000.
    Thx,
    Regards

    Just to let you know, for anyone else with this problem. I had this problem occur on a MAC when you tried to do save to PDF in excel. This was all happening at the point of generation of the PDF in my case.
    The fix was to delete ALL the microsoft preferences, but perahps only the font cache needed to be deleted.
    I deleted the following areas from the local users userprofile on the mac. On windows, I would probably log in as a differnet user to try to see if the problem just exsists for one particular user.
    Here are the sections I deleted:
    Library/caches/metadata/Microsoft*
    Username/library/preferences/com.microsoft* ( and anyhting with microsoft in it)
    I did leave the entourage settings though.
    hope it helps someone with a similar issue.

  • Dynamic database connection using JNDI

    How to pass the userid and password in get the database connection in weblogic 8.1 app server?
    The following method throws exception while getting the database connection from oracle.
    DataSource.getConnection(String username,String password)
    Please advise if I need to use any other weblogic's method to get the dynamic connection. Every user of this application uses their own useid and password to connect to the database.
    Any help is appreciated.

    ANITA BERDIN wrote:
    Hi,
    I upgraded from WL8.1sp2 to sp4 and basically had to redo everything.
    But since my understanding is that all patches and fixes are already
    incorporated in this version, so I did not apply any patches. Now my
    application which was previously working is getting an error with my
    stateless session bean that I have not had before. This is the error
    I get: I wonder why I would get oracle.jdbc.driver.Accessor.isNull
    error now. Am I missing something in my install? Thanks for any help.
    at oracle.jdbc.driver.Accessor.isNull(I)ZAccessor.java:1682)
         at oracle.jdbc.driver.OracleStatement.wasNullValue()Z(OracleStatement.java:3026)
         at oracle.jdbc.driver.OracleResultSetImpl.wasNull()Z(OracleResultSetImpl.java:111)Hi. You should not have had to redo everything.... Yes, sp4 should contain
    most all of the patches you may have been running for sp2, except for any
    that you may have gotten fairly recently (found recently in sp2, but not
    fixed in time for sp4)...
    The exception above is an internal Oracle thin driver bug (it seems), so
    the difference between sp2 and sp4 may have to do with the version of Oracle's
    thin driver installed. If you want, you can try swapping out the sp4 version of
    the thin driver, and trying the one from sp2, or the latest from oracle etc.
    What is the full stacktrace of the exception? Is that it? No message?
    Joe
         at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_OracleResultSetImpl.wasNull()Z(Unknown Source)
         at com.merial.wwppsv1.client.ejb.UserDetailListBean.getItems()Ljava.util.List;(UserDetailListBean.java:222)
         at com.merial.wwppsv1.client.ejb.UserDetailListBean_i8as44_ELOImpl.getItems()Ljava.util.List;(UserDetailListBean_i8as44_ELOImpl.java:99)
         at com.merial.wwppsv1.client.action.SearchMenu.execute(Lorg.apache.struts.action.ActionMapping;Lorg.apache.struts.action.ActionForm;Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)Lorg.apache.struts.action.ActionForward;(SearchMenu.java:76)
         at org.apache.struts.action.RequestProcessor.processActionPerform(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;Lorg.apache.struts.action.Action;Lorg.apache.struts.action.ActionForm;Lorg.apache.struts.action.ActionMapping;)Lorg.apache.struts.action.ActionForward;(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet..ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(Optimized Method)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(Optimized Method)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(Optimized Method)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)

  • Reader 9.3.2 crashes when using search & closing bookmarks pane

    I have some PDFs that were created with the Bookmarks pane left open -- i.e. the Bookmarks pane is open every time I open the file. That means the actual page display is too small to read.  I can close the Bookmarks pane and all is OK.
    However, I use the search-index feature a lot -- I have a .idx file indexing a bunch of PDFs, and I search through the PDFs with that index.
    If I search for something, then select a search link, the file opens with Bookmarks pane open.  If I close the Bookmarks pane after having searched for something, *kaboom*.  Reader crashes.
    BTW it also crashes if I resize the window -- so I can't even increase the page size without closing the Bookmarks pane.
    I'm going to see if a co-worker can use her copy of Acrobat Pro to edit the files, close the Bookmarks pane, and re-save the files.  But in the meantime this is a very annoying bug.
    Running on Vista Home Premium SP2 32bit.

    Open Reader, go to Edit-->Preferences-->Documents and select "Restore last view settings when reopening documents".
    So now when you reopen a pdf file whose bookmarks bar you have closed earlier after checking this option, you will see that the bookmark bar will be closed.

  • Chunked header line gets removed

    Some webserver at akamai (for instance: www.fedex.com ) delivers the data chunked.
    A snoop trace indicated that the server sends a header line "Transfer-Encoding: chunked". The proxy (3.6 SP6 on Solaris) removes this header as it sends it to the client. The content however still has all chunk sizes within. So, in the browser, we see the content with lots of 8-digit hex-numbers in between.
    Is this a bug in 3.6 SP6?
    Best regards,
    Jeroen Besse

    > Hi all,
    > I have to use a function
    > CLAF_CLASSIFICTION_OF_OBJECTS'
    > inside a BADI called BATCH_Master.
    > Now the thing is that the data which I have to read
    > gets fetched in one of the tables of function
    > module.
    >
    > Following CODE works fine if <b>I am not using
    > BADI.</b>
    >
    > Data: P_CLASS like SCLASS occurs 0 with header line,
    > P_OBJECTDATA like CLOBJDAT occurs 0 with header
    > line.
    >
    > *
    > *
    > Call Function 'CLaff_Classification_OF OBjects'
    > *
    > *
    > TABLES
    > T_CLASS = P_Class
    > T_OBJECTDATA = P_OBJECTDATA.
    > *
    > *
    >
    > LOOP AT P_OBJECTDATA.
    > WRITE: / P_OBJECTDATA-AUSP1.
    > ENDLOOP.
    >
    > <b>But if I am use BADI then I can't use header
    > line.</b>
    > Data:
    > P_Class TYPE STANDARD TABLE OF SCLASS initial size 0,
    >
    > P_Objectdata TYPE STANDARD TABLE OF CLOBJDAT initial
    > size 0.
    >
    > Now I can't print the values of P_Objectdata because
    > I am not using header line since I am using BADI.
    >
    > How can I print P_Objectdata because I can't use
    > header line in BADI while declaring any table (Due to
    > OO Concept) ?
    If you declare your table without header line, make sure that the internal table is passed to a function call with the brackets
    Call Function 'CLaff_Classification_OF OBjects'
    TABLES
    T_OBJECTDATA = itab[].
    >
    Also you need a workarea for your loop.
    loop at itab into wa.
    endloop.
    Hope this helps
    Christian

  • SAP data collection framework - owner change

    Hi,
    in the data collection framework there is an owner assigned to all data collectors. In general the owner is the SID system itself.
    If another system (i.e. solman) is connected to the system, the owner of the data collector changes to that system.
    The data collection does not work any longer and creates a lot of errors.
    I can change back the owner, but it changes immediately to the connected system.
    Why does the data collector not work with the "foreign" owner? And why does the owner change at all?
    Best regards
    Arne

    Dear Mr. Knoeller,
    Your SAP_BASIS SP and release would be helpful, both for SolMan and the managed system.
    Until then, could you please check the following notes and KBAs, in this order:
    1927012 - SYB: DBACockpit shows warnings about data collectors not
    being properly set up or having a different version
    1972114 - SYB: Error in DCF ownership transfer - should solve your issue in my opinion
    1712802 - SYB: Change ownership of Data Collection Framework /
    ATM
    1623182 - SYB: Authorization issues in DBACockpit
    In case this is a test system, if the mentioned notes do not offer you a propper resolution, I would also drop all the collectors (Framework Collecter would be the last one, of course) and reassign it to Solution Manager. This also depends on your NW release, SP and DBA Cockpit rellease.
    Relevant notes regarding DBA Cockpit version known by me:
    1757928 - SYB: DBA Cockpit Release Notes 7.02 SP11, 7.30 SP6, 7.31
    SP2
    1758182 - SYB: DBA Cockpit Release Notes 7.02 SP12, 7.30 SP8, 7.31
    SP5
    1758496 - SYB: DBA Cockpit Release Notes 7.02 SP13, 7.30 SP9, 7.31
    SP7
    1814258 - SYB: DBA Cockpit Release Notes 7.02 SP14, 7.30 SP10, 7.31
    SP9, 7.40 SP4
    Kind Regards,
    Ionut

  • Cost Code problem in Contract Manager 12.0

    Has anyone encountered problem creating a Cost Code? When
    we tried to create one with the "Planned to Commit" value
    greater than 999, it simply refuse to work.
    It
    states that the field would not accept comma, but Contract
    Manager automatically puts a comma in there when the value
    is greater than 999.
    It essentially makes
    Contract Manager 12.0 useless to us. I am wondering if
    Contract Manager 12.0 is a Beta release.

    This was a bug in v12. Fixed in v12 SP2.

  • I can't open any sites. Other browsers works normal.

    i can't open any sites. I see only 'Nie odnaleziono serwera'. Other browsers works normal. Other computer with forefox works normal at the same wifi. I have win xp sp2.

    hello jedenchuj, this is currently a bug in firefox 36 and windows xp sp2 that mozilla's developers are looking into. are you able to update your operating system to SP3?

  • WLS daemon - Startup Fails

    Running WLS5.1, sp6,WLCS2.01,sp2, Solaris 2.7, JDK1.2.2_05a, Weblogic OCI
    JDBC driver, Oracle 8.1.6.
    Oracle is starting in init level 2.
    Trying to set up WLS to start in init level 3. but some strange things are
    happening.
    The startup script (basically invoking StartCommerce.sh) executes fine,
    BUT....all db connections fail with the infamous 24327 error.
    If i login as root and run the script in rc3.d, everything starts up fine.
    can't understand why the startup script is failing like this. Any insight
    appreciated.

    Hi Judd,
    don't know if this will solve your problem, but I remember there was a
    change in sp2 which would disallow having the same name for both the
    server and the domain in your configuration. Please check and make sure
    that the server and the domain use different names.
    Nils
    Judd Smith wrote:
    >
    I have been running 6.1 successfully for some time. Yesterday I installed sp2.
    Now when I start the server it fails with this message ...
    weblogic.management.configuration.ConfigurationException: invalid value CoremaContextServer
    for attribute Name of MBean "CoremaContextServer:Name=CoremaContextServer,Type=Server"
    I am using the same config.xml I have been using for weeks.
    Any idea what is going wrong here?
    Thanks,
    Judd--
    ============================
    [email protected]

  • Adobe LiveCycle loses its mind when generating the XML source

    Could somebody tell me what is causing Adobe LiveCyle to lose its mind and generate hundreds of lines that are merely repeats of this:
    <?templateDesigner StyleID aped0?>
    Here's an example of what it looks like for one field on a form.  The tag is border. 
    <border presence="hidden">
    The line is repeated 250 times !! 
    Is this a LiveCycle bug or did I do something screwy to cause this? 
    Could I just delete the duplicate lines from the XML?
      <field minH="8.2042mm" minW="33.02mm" name="CPN" x="99.1101mm" y="8.2042mm">
    <ui>
    <textEdit>
    <border presence="hidden">
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?>
    <?templateDesigner StyleID aped0?></border>
    <margin/>
    </textEdit>
    </ui>
    <font typeface="Arial" weight="bold"/>
    <margin bottomInset="0.254mm" leftInset="1mm" rightInset="1mm" topInset="1mm"/>
    <para vAlign="middle"/>
    <caption placement="top" reserve="2.54mm">
    <font baselineShift="0pt" size="5.8pt" typeface="Arial"/>
    <para marginLeft="0pt" marginRight="0pt" spaceAbove="0pt" spaceBelow="0pt" textIndent="0pt" vAlign="middle"/>
    <value>
    <text>4. COMPLAINT NO</text>
    </value>
    </caption>
    <border>
    <edge presence="hidden"/>
    <corner presence="hidden"/>
    <edge/>
    <edge/>
    <edge presence="hidden"/>
    <corner/>
    <corner/>
    <corner presence="hidden"/>
    </border>
    <event activity="enter">
    <script contentType="application/x-javascript">if (testscripts.enterFld(this)) {
    var back="parent.Ten98";
    var next="parent.IncidentNature";
    jscripts.setTab(this,next,back);
    jscripts.boxEdges(this);
    }</script>
    </event>
    <event activity="exit">
    <script contentType="application/x-javascript">if (testscripts.exitFld(this)) {
    this.rawValue = IncidentNumber.formatIncNum(this.rawValue);
    MNPD.Form130.MNPDTrackingNumber.rawValue = TrackingNumber.createTrackingNumber("AFR-FORM130",
    MNPD.ND_Host.rawValue,
    MNPD.ND_atsEmployeeNumber.rawValue,
    this.rawValue);
    console.println(MNPD.Form130.MNPDTrackingNumber.rawValue);
    xfa.resolveNode("MNPD.#pageSet[0].PageArea1.CPN").rawValue = this.rawValue;
    var r = testscripts.validateFld(this);
    jscripts.unboxEdges(this);
    testscripts.stepFld(this,r);
    }</script>
    </event>
    <event activity="change">
    <script contentType="application/x-javascript">xfa.resolveNode("MNPD.#pageSet[0].PageArea1.CPN"). rawValue = this.rawValue;</script>
    </event>
    <bind match="none"/>
    </field>

    That was a bug in ES and was fixed in SP2..
    http://blogs.adobe.com/ADEP/2009/03/post.html
    Either you can manually delete those statements or upgrade your Designer with SP2.
    Thanks
    Srini

  • Screen Issue with HP G7000 laptop

    Hi there,
    I bought a second hand HP G7000 laptop preinstalled with Windows Vista Home Premium x86 a few days ago, the problem with it was that the screen wouldn't light up even when plugged the laptop was plugged in using the AC adapter which I also had to buy seperately as the original one was misplaced and only cost me £10 for a compatible one off the Internet, the screen wasn't shattered and showed no signs of wear and tear, I took it to my local PC repair shop for £40 in which the contacts behind the screen needed connecting back up and with a little soldering for some other parts of the repair, however when I tookit  back to my place the screen lit up fine in which I decided to perform a factory restore to make it feel like it was brand new and that it belonged to me. After restoring the laptop successfully, I noticed that a lot of stuff was a little out-of-date and decided to update it to make it compliant with the latest security fixes as well as the latest bug fixes i.e. to upgrade to SP2 etc, however upon updating and turning on the laptop every so often the display kept going funny i.e. black and white and wouldn't display anything clearly in which I had to keep forcing the laptop to shut down with using the power button in which I don't like doing as this will corrupt the hard drive eventually, however upon researching this problem on the Internet I stumbled across this forum thread http://www.techsupportforum.com/forums/f108/hp-g7000-screen-issue-529809.html using Google describing a very similar problem to me, the problem not only seems to be with tilting the angle of the screen but also the surface in which the unit is placed down on, I've tried various surfaces including my USB fan cooler, glass and wood and all produce various results from time to time. So I guess the answer is to place the unit down on a flat surface that isn't shiny and screen not tilting when using the laptop? I thought the purpose of a laptop was to make computing mobile regardless of what surface you place the unit  down on and what angle you have the screen at. Your feedback and suggestions would be much appreciated.
    Kind regards,
    RocknRollTim
    P.S. I also suspect that the problem is related to interference and lighting conditions as well as heating conditions and the battery as the battery sometimes retains its charge whereas sometimes it doesn't and have to use the AC adapter when this happens, don't know whether flashing the BIOS has helped the battery to retain its charge though.
    This question was solved.
    View Solution.

    Hello @RocknRollTim,
    I understand that your notebook computer is experiencing an issue with the display screen as well as keeping a charge with the battery, and I would be happy to assist you in this matter!
    To further diagnose the integrity of your computer's battery, I recommend following this document on Calibrating the Notebook Battery (Windows Vista). This should help re-synchronize the battery with your notebook. 
    Because the display intermittently stays on the screen when moved a certain angle, I believe the display panel cables are defective. According to the Maintenance and Service Guide for your computer, this part can be replaced with a camera (462455-001) or without (454932-001), and can be found from the multiple vendors below:
    (With Webcam)
    https://www.google.com/search?q=462455-001&oq=462455-001&aqs=chrome..69i57.133j0j4&sourceid=chrome&e...
    (Without Webcam)
    https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=454932-001
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Transaction Session, Rollback and Redelivery

     

              Well, apparently this is a bug in Weblogic 6.1 up to sp2. (I can not comment if this
              bug either exists or does not exist in 6.0 and below or 7.0 and above.) Bug ID is
              :CR080301 if this is impacting anyone else. I'll post the final outcome and if
              it gets fixed.
              (I would also ask everyone if you post a question and end up going to BEA, customer
              support, if you could post the outcome, that would make everyone's life so much easier.)
              To respond to me via E-mail, simply pull the weeds. =)
              Tom Barnes <[email protected]> wrote:
              >Hi Mike,
              >
              >As far as I know, Zach's response still stands. The behavior you are seeing,
              >given
              >the limited information posted, doesn't ring any bells. Please forward
              >your issue to
              >customer
              >support, with enough information to reproduce along with a SP number and
              >thread-dumps.
              >They will know if your particular problem has been seen before...
              >
              >If you like, post your reproducer code here, with thread-dumps.
              >
              >Tom
              >
              >P.S. Email addresses on this forum tend to be "bogus" because this is not
              >a formal
              >forum. Think of it as a free Anne Landers for JMS. Posters are volunteers,
              >posting
              >on "their own time".
              >
              >Mike Wiles wrote:
              >
              >> Was there ever any outcome to this issue? I am experiencing the same
              >behavior and
              >> since both of these E-mail addresses are pretty much bogus, it is impossible
              >to get
              >> some sort of follow-up.
              >>
              >> Mike
              >>
              >> To send me an E-mail, simply pull the WEEDS.
              >>
              >> "Zach" <[email protected]> wrote:
              >> >Very strange behavior. You should file a support case.
              >> >_sjz.
              >> >
              >> >"Bart Simpson" <[email protected]> wrote in message
              >> >news:[email protected]...
              >> >>
              >> >> Hi,
              >> >>
              >> >> I am trying to understand, how rollback works with transaction session
              >> >in
              >> >WLS
              >> >> 6.1 sp1. What should happen when session.rollback() is called? After
              >> >calling
              >> >> rollback() couple of times, the server program receiving the messages
              >> >just
              >> >hangs?
              >> >> I have configured redelivery delay to 3000 and redelivery tries to
              >3.
              >> >However,
              >> >> if I restart the server program, then I see the normal redelivery
              >> >happening again.
              >> >> Is this a feature or bug?
              >> >>
              >> >> Here is the client program:
              >> >> package com.malani.jms.client;
              >> >>
              >> >> import java.util.*;
              >> >>
              >> >> import javax.jms.*;
              >> >> import javax.naming.*;
              >> >>
              >> >> import com.malani.jms.resources.*;
              >> >>
              >> >> public class Client {
              >> >>
              >> >> public static void sendMessage(QueueSender aSender, Session aSession,
              >> >int
              >> >> i)
              >> >> throws JMSException
              >> >> {
              >> >> aSender.send(aSession.createTextMessage("" + i));
              >> >> }
              >> >>
              >> >> public static void printUsage() {
              >> >> System.out.println("Usage:");
              >> >> System.out.println(Client.class.getName() + " jndi_queue_name");
              >> >> System.exit(1);
              >> >> }
              >> >>
              >> >> public static void main(String[] args) {
              >> >> if (args.length != 1) {
              >> >> printUsage();
              >> >> }
              >> >>
              >> >> QueueSender aSender = null;
              >> >> QueueSession aSession = null;
              >> >> QueueConnection aConnection = null;
              >> >> try {
              >> >> Properties p = new Properties();
              >> >>
              >> >p.load(JMSProperties.class.getResourceAsStream("jms.properties"));
              >> >> InitialContext aIC = new InitialContext(p);
              >> >> QueueConnectionFactory aFactory = (QueueConnectionFactory)
              >> >aIC.lookup(
              >> >> p.getProperty("queue.connection.factory.name")
              >> >> );
              >> >> aConnection = aFactory.createQueueConnection();
              >> >> aConnection.start();
              >> >> aSession = aConnection.createQueueSession(
              >> >> false,
              >> >> QueueSession.AUTO_ACKNOWLEDGE
              >> >> );
              >> >> Queue aQueue = (Queue) aIC.lookup(args[0].trim());
              >> >> aSender = aSession.createSender(aQueue);
              >> >>
              >> >> int i = 0;
              >> >> for (; i < 20; i++) {
              >> >> sendMessage(aSender, aSession, i);
              >> >> }
              >> >> } catch (Exception e) {
              >> >> e.printStackTrace();
              >> >> } finally {
              >> >> try {
              >> >> if (aSender != null) {
              >> >> aSender.close();
              >> >> }
              >> >> } catch (JMSException e) {}
              >> >> try {
              >> >> if (aSession != null) {
              >> >> aSession.close();
              >> >> }
              >> >> } catch (JMSException e) {}
              >> >> try {
              >> >> if (aConnection != null) {
              >> >> aConnection.stop();
              >> >> aConnection.close();
              >> >> }
              >> >> } catch (JMSException e) {}
              >> >> }
              >> >> }
              >> >> }
              >> >>
              >> >> Here is the server program:
              >> >> package com.malani.jms.transaction;
              >> >>
              >> >> import java.util.*;
              >> >>
              >> >> import javax.jms.*;
              >> >> import javax.naming.*;
              >> >>
              >> >> import com.malani.jms.resources.*;
              >> >>
              >> >> public class Server {
              >> >> public static final String JNDI_QUEUE_NAME =
              >> >"transaction_queue_jndi_name";
              >> >>
              >> >> public static void main(String[] args) {
              >> >> QueueReceiver aReceiver = null;
              >> >> QueueSession aSession = null;
              >> >> QueueConnection aConnection = null;
              >> >> try {
              >> >> Properties p = new Properties();
              >> >>
              >> >p.load(JMSProperties.class.getResourceAsStream("jms.properties"));
              >> >> InitialContext aIC = new InitialContext(p);
              >> >> QueueConnectionFactory aFactory = (QueueConnectionFactory)
              >> >aIC.lookup(
              >> >> p.getProperty("queue.connection.factory.name")
              >> >> );
              >> >> aConnection = aFactory.createQueueConnection();
              >> >> aConnection.start();
              >> >> aSession = aConnection.createQueueSession(
              >> >> true,
              >> >> -1 // doesn't really matter
              >> >> );
              >> >> Queue aQueue = (Queue) aIC.lookup(JNDI_QUEUE_NAME);
              >> >> aReceiver = aSession.createReceiver(aQueue);
              >> >> final QueueSession aQS = aSession;
              >> >> MessageListener aML = new MessageListener() {
              >> >> public void onMessage(Message m) {
              >> >> try {
              >> >> TextMessage aTM = (TextMessage) m;
              >> >> String s = aTM.getText();
              >> >> System.out.println("Text is:\t" + s);
              >> >> int i = Integer.parseInt(s);
              >> >> if (i < 15) {
              >> >> aQS.commit();
              >> >> } else {
              >> >> aQS.rollback();
              >> >> }
              >> >> } catch (JMSException e) {
              >> >> e.printStackTrace();
              >> >> }
              >> >> }
              >> >> };
              >> >> aReceiver.setMessageListener(aML);
              >> >> byte[] b = new byte[1];
              >> >> System.in.read(b);
              >> >> } catch (Exception e) {
              >> >> e.printStackTrace();
              >> >> } finally {
              >> >> try {
              >> >> if (aReceiver != null) {
              >> >> aReceiver.close();
              >> >> }
              >> >> } catch (JMSException e) {}
              >> >> try {
              >> >> if (aSession != null) {
              >> >> aSession.close();
              >> >> }
              >> >> } catch (JMSException e) {}
              >> >> try {
              >> >> if (aConnection != null) {
              >> >> aConnection.stop();
              >> >> aConnection.close();
              >> >> }
              >> >> } catch (JMSException e) {}
              >> >> }
              >> >> }
              >> >> }
              >> >>
              >> >> Here is the properties file:
              >> >> #
              >> >> java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
              >> >> java.naming.provider.url=t3://localhost:7001
              >> >> queue.connection.factory.name=weblogic.jms.ConnectionFactory
              >> >>
              >> >#queue.connection.factory.name=weblogic.jms.MessageDrivenBeanConnectionFacto
              >> >ry
              >> >> #queue.connection.factory.name=transaction_connection_factory_jndi_name
              >> >>
              >> >> Here is the JMSProperties file:
              >> >> package com.malani.jms.resources;
              >> >>
              >> >> public class JMSProperties {
              >> >> }
              >> >>
              >> >> The first time the server is run, it hangs at 16. Messages 17, 18,
              >and
              >> >19
              >> >are
              >> >> not processed. Is this correct behavior:
              >> >> Text is: 0
              >> >>
              >> >> Text is: 1
              >> >>
              >> >> Text is: 2
              >> >>
              >> >> Text is: 3
              >> >>
              >> >> Text is: 4
              >> >>
              >> >> Text is: 5
              >> >>
              >> >> Text is: 6
              >> >>
              >> >> Text is: 7
              >> >>
              >> >> Text is: 8
              >> >>
              >> >> Text is: 9
              >> >>
              >> >> Text is: 10
              >> >>
              >> >> Text is: 11
              >> >>
              >> >> Text is: 12
              >> >>
              >> >> Text is: 13
              >> >>
              >> >> Text is: 14
              >> >>
              >> >> Text is: 15
              >> >>
              >> >> Text is: 16
              >> >>
              >> >>
              >> >> What happened to message 17, 18, and 19?
              >> >>
              >> >> Now, if I stop the server, and start it again, I see the requequing
              >and
              >> >redelivery
              >> >> of the messages as shown below:
              >> >> Text is: 15
              >> >>
              >> >> Text is: 16
              >> >>
              >> >> Text is: 17
              >> >>
              >> >> Text is: 18
              >> >>
              >> >> Text is: 19
              >> >>
              >> >> Text is: 15
              >> >>
              >> >> Text is: 17
              >> >>
              >> >> Text is: 16
              >> >>
              >> >> Text is: 18
              >> >>
              >> >> Text is: 19
              >> >>
              >> >> Text is: 15
              >> >>
              >> >> Text is: 17
              >> >>
              >> >> Text is: 16
              >> >>
              >> >> Text is: 18
              >> >>
              >> >> Text is: 19
              >> >>
              >> >> Text is: 17
              >> >>
              >> >> Text is: 18
              >> >>
              >> >> Text is: 19
              >> >>
              >> >>
              >> >> Is there some optimization going on?
              >> >>
              >> >> Thank you so much....
              >> >>
              >> >>
              >> >
              >> >
              >
              

  • Bug with Access connexions with Windows vista Pro SP2

    I wish to use Thinkvantage Access connexions on my Lenovo G550.
    I previously used Acces connexions on Thinkpad and i like this tool.
    I have installed Access connexions but I have troubleshooting beause my computer runs uner Windows vista Pro SP2.
    Is a solution exist to resolve this bug ?

    Hi and welcome to the forum!
    As far as I know, Access Connections is only compatible with ThinkPads and few lenovo 3000 systems, see following from support page: http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/85cv28ww.txt
    Hope this answers your question.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

Maybe you are looking for

  • Applescript to trigger a Mail Rule

    I'm trying to do something I thought would be simple ... but I can't figure it out. My goal is to get specific messages from one mailbox and put them into my Inbox. I've used a rule with a MailTags deadline to get the messages into the box, and I hav

  • Bank Details in the Payslip

    Hi All,     I am on a support project, SAP HR went live and the client started running the payroll w.e.f April 2009. Till now there was no problem with the payroll run, but this time all of a sudden the "Bank Account Number" for around 15 employees i

  • Hing conected to monitor case and wires broken on HP Pavilion dv6-6c13cl

    Hello, I have a monitor with broken hing/monitor case and the wires that connect the monitor to the computer is also broken. (I know I droped it in is such way that the monitor is okay but the hings broken from over extension.) I need to replace the

  • Disk IO performance tuning of oracle 10g 64bit  on rhel5 64bit

    Hi Friends, I am very new on oracle database tuning part. I am facing some issues on the oracle disk io data transfer rate on rhel5. Please help me. Details of issue is below. I am using the iscsi san storage to install the database. My san storage i

  • How to restrict for same char in Query designer

    Hi Experts, We have a requirement where we have to display the TRansfer amount Where transfer from contract and transfer to contract Sould not be equal. Is there any way by which in query designer we can put condition on Chars. Please suggest. Thanks