Serious problem: EJB not accessible after exception thrown

Hi All,
I'm using iAS 6.0 SP3 TestDrive on Solaris. I got a pretty serious problem
here, which a few of my developers are also experiencing. We notice after an
EJB (esp. Stateful Session Bean) throws an Exception, the EJB becomes
unaccesible and the <java.rmi.NoSuchObjectException> is thrown subsequently
when the same method is called until it is being created again.
This pose a serious problem to us. Has anyone else encounter the same
problem, I'll appreciate it very much if you can share with us your
experience of overcoming it. Our exception classes extends from the
Exception class and they implements Serializable. Also the Transaction type
of the EJB, it is set to "Container" and the trans-attribute is set to
"Required" for all the methods. Anything wrong with that?
Please help.
Christopher Lam

Hi Christopher ,
It appears that your EJB is throwing a SYstem Exception . A System Exception is a RuntimeExecption or any of its subclasses including EJBException
The appserver invalidates the reference to the Stateful Session Bean after a runtime exception is thrown because it cannot guarentee the integrity of state of the bean
Please view the logs to see if there are any runtime exception logged

Similar Messages

  • Did not realize  init() exception thrown by servlet FacesServlet

    Dear Programmers
    I have written a little application using JSF. It works fine on my machine (I use WSAD) but when I deploy it to the server I get the exception:
    [08:47:55:656 IST 06/10/05] 39b61791 ServletInstan E SRVE0100E: Did not realize init() exception thrown by servlet FacesServlet: javax.servlet.ServletException
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:99)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
         at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:870)
         at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
         at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
         at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1272)
         at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:277)
         at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:400)
         at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:218)
         at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1004)
         at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
         at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:415)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:351)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:268)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:485)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.tivoli.jmx.modelmbean.MMBInvoker.invoke(Unknown Source)
         at com.tivoli.jmx.modelmbean.MMBInvoker.invokeOperation(Unknown Source)
         at com.tivoli.jmx.modelmbean.DynamicModelMBeanSupport.invoke(Unknown Source)
         at javax.management.modelmbean.RequiredModelMBean.invoke(Unknown Source)
         at com.tivoli.jmx.GenericMBeanSupport.invoke(Unknown Source)
         at com.tivoli.jmx.MBeanAccess.invoke(Unknown Source)
         at com.tivoli.jmx.MBeanServerImpl.invoke(Unknown Source)
         at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:658)
         at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:141)
         at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.perform(ApplicationDeploymentCollectionAction.java:315)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1791)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java(Inlined Compiled Code))
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java(Compiled Code))
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java(Inlined Compiled Code))
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java(Compiled Code))
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java(Compiled Code))
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java(Compiled Code))
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:80)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:214)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:116)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:615)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    What does it mean???
    How can I solve the problem?

    Cross-post
    http://forum.java.sun.com/thread.jspa?threadID=683318&tstart=0

  • IdeaPad S205: BIOS/EFI menu not accessible after adding a new boot entry using the bcfg command

    Hi community,
    I just got a new S205 and wanted to install Win7 and archlinux in dual boot (GPT formatted SSD).
    Win7 installation worked like a charm. Archlinux worked well aswell, unfortunately i couldn't make a boot entry following this guide: https://wiki.archlinux.org/index.php/Beginners%27_Guide#EFISTUB
    So i had to manually create the boot entry using bcfg command in an efi shell:
    https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface#bcfg
    The first attempt (I double checked that i got the right filesystem [fs0] and so on) failed and resulted in an automatic reboot. After this I immediately reentered the efi shell and tried again. This time I could create the boot entry.
    Now if I reboot everything seems fine (I can dual boot Win and arch) BUT I cannot access BIOS/EFI menu via F2 anymore. It seems like it just does not exist anymore. How do I get it back? Should I just flash over with the original EFI from the Lenovo download page? I could theoretically do that (I can still change boot order using my arch live medium), but i could not reset EFI prior to flashing... which is always recommended to do.
    So I am - again - pretty stuck with this EFI. I hope you can help and tell me what to do.
    This EFI-Implementation on the S205 must be the worst piece of "engineering" ever.
    Nothing works the way it is intended to... I would not dare to wash my hands clean off any faults, but ADDING a boot entry resulting in a not accessible BIOS/EFI menu... there's just something wrong.

    At least I now know what the problem is:
    It seems like the S205 can only keep 7 boot entries in NVRAM (Can anybody concern?).
    As I already have 7 boot entries:
    adding a new entry using efibootmgr tool does not work (fails without error) and gummiboot doesn't work either. Nevertheless, adding a boot entry (for rEFInd) from within the UEFI shell works, but seems to result in deleting "Boot0000" aka Setup which then breaks my EFI. Breaking meaning that I cannot access it anymore.
    I can however (and did so twice yesterday) flash the original EFI from within Windows and thus gain access to the EFI menu again. Nevertheless this resets my boot entries again so the refind (or gummiboot) bootloader gets deleted again and only Win7 is bootable.
    Now what would be the smartest way to dual boot this system? Which of the boot entries is safe to delete so i could install refind/gummiboot instead? For instance, I don't know where USB FDD and USB CD come from. Can I delete them? Or won't I be able to boot from external CD-ROM or USB drive anymore if I delete them?
    Or would it be best to delete the Win7 bootloader and try to have refind/gummiboot boot it? And will they at all be able to still find the Win7 boot files once I deleted Win7's boot entry? When I install refind as bootloader and manually add an boot entry for it using the bcfg boot add command it is able to load Windows7. But will this still be possible if I delete the Win7 boot entry? It would most likely be possible - I assume - if the Win7 boot files (on the EFI system partition) were still there even after deleting the boot entry. Can someone tell me how deleting a boot entry exactly works and which files get or don't get deleted?
    Best regards.

  • BPM Multiple message not stopped after exception

    Hello All,
    I have scenario:
    DB -> XI -> SAP (IDOC)
    In one message from DB I am sending multiple rows which I am transforming to multiple IDOCs. Everything works fine until one of rows have an error in data. When error occur BPM process stops and is not sending rest of the rows. I would like this scenario to not break after error row and send all messages except error ones.
    I tried to use exception, but it does not work the way I want - it does not sent rest of messages.
    Thank You in advance for your help.
    best regards
    Dawid

    Hi Dawid,
    1. what kind of error do you mean ? mapping error ?
    if it's a mapping error maybe you can catch it inside your mapping
    so that it will not result in an exception and you can just
    remove the incorrect IDOC from the R3 (bd87) and the rest would be
    processed correctly?
    2. <b>why do use use a BPM to map DB to multiple IDOCs?</b>
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • One of two wiki is not accessible after upgrade to maverick

    Hello,
    I migrated a 10.8.5 server to 10.9.1 today.  I use the wiki and profile manager on the server.  My problem is that I can see my two wiki, but one of them is not accessible.  When I click over it I have an error message that the page you search for is not found.  It is not an error from safari, is more an error from the wiki itself.
    I think that my problem is the name of the wiki got an accent in it. The name of the wiki is "Procédure et standard" and the url in safari when I click over is "/wiki/projects/procédureetstandard/Procdure_et_standard.html"  It is possible to search for an article in this wiki, and I will find him without any problem.
    I tryed the command
    wikiadmin fixPermissions
    wikiadmin updateSchema
    without success.  I have a time machine backup from the server 10.8.5.  What can I try?
    Thanks

    This is not that simple to do, all the process is for a 10.6.4 server.  In 10.9 everything changed.  I have less than 50 posts in the wiki.  I think I will start a new wiki, and move all the article by the interface.  It will be more "clean".
    Thanks to try to help me Linc

  • Connector problem : root not accessible

    I'm running a midlet and i try to get a file text from the computer i'm using with the wireless toolkit.
    But these lines don't work :
    String uri = "file:///c:/testinput.txt";
    InputConnection conn = (InputConnection) Connector.open( uri, Connector.READ );
    When I run it i get the message "is it OK to read your files?", i select yes and then i get an IOException : "Root is not accessible". Do I have to set permissions or something else?
    I am also suspecting MIDlets only being able to get data via http... I hope it's not that.
    I would be sooo happy if you helped me, I have no idea what's going on with this unaccessible root.

    My first guess would be that your mix of Support Package levels is giving you problems.

  • Livecache lock server not accessible after system refresh

    Hello,
    I have performed a refresh of SCM + livecache from production to QA when starting the livacache from LC10 i get a message Livecache lock server not accessible. The livecache is started but when i look at the status there is a warning SQL access not possible.
    I did an export of the config table and reimport and the server named are correctly defined for:
    LCA
    LDA
    LEA
    From the administration report of LCA
    Initialize livecache
    Follow-up Processing: /SAPAPO/DELETE_LC_ANCHORS
    Start Livecache
    Follow-up Processing: SLCA_LCK_SYNCHOWNERS
    By running those program in se38
    SLCA_LCK_SYNCHOWNERS (Livecache lock server not accessible)
    SLCA_NON_LC_RELEVANT_CLIENT (Could not create a connection to livecache)
    I checked and the relevant client is selected.
    When i check the alert monitor from livecache - lca - connectivity - dbmrfc and native sql is in red with the following message:
    SQL Statement Execution Instance Online, but no SQL access possible.
    Also from SM21 i have errors saying Database error -4025 at CON
    Let me know if you already encountered this issue and how it was resolved.
    Thank you,
    Martin Mayer
    Edited by: Martin Mayer on Jan 4, 2012 4:02 PM
    Edited by: Martin Mayer on Jan 4, 2012 4:07 PM

    I have checked that tread already the thing is when performing the check In db59, I´ve the LCA,LDA,LEA it fails.
    1. Connect. test with "dbmcli db_state"                         Successful
    2. Connect. test with command mode "dbmrfc db_state"            Successful
    3. Connect. test with session mode "dbmrfc db_state"            Successful
    4. Connect. test with "native SQL"  ( LCA )                     No connection
       SQL Code: 4025
    Edited by: Martin Mayer on Jan 4, 2012 5:26 PM

  • Can retrieve value from one table, but not the other (exception thrown)

    Hi
    I hope some friendly soul can help me out here. I have a local Access database file. I am able to get a value from all tables except for one, which throws this error: "System.NullReferenceException:
    Object reference has not been specified to an object".
    The rather simple lines of code when working is this:
    Dim email As Object
    value = MyDataSet.Tables("Table")(0)(1).ToString
    Msgbox(email)
    However, when simply changing from "Table" to "AnotherTable", the exception is thrown. I
    have seriously no idea why. I've made sure the datatypes are the same and that the values are not NULL.
    What gives?

    Hello,
    Going with your last reply, you should be accessing data via the strong typed classes that get generated.
    Example using Microsoft Northwind database accessing the customers table in a MS-Access database. Note the check for Rows, we could even go farther if we are questioning issue with the data via try-catch statements writing errors to the IDE Output window.
    I would highly recommend never referencing rows without first checking if there are rows and secondly never reference columns by ordinal index, always use the column name. One example with ordinal positioning, suppose someone did SomeDataTable.Columns("SomeColName").SetOrdinal(3)
    and you expect the ordinal position to be 1 ? things will crash-n-burn. Food for thought :-)
    Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    Me.CustomersTableAdapter.Fill(Me.MainDataSet.Customers)
    End Sub
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    If MainDataSet.Customers.Rows IsNot Nothing Then
    Dim FirstCompanyName As String = MainDataSet.Customers.FirstOrDefault.CompanyName
    MessageBox.Show(FirstCompanyName)
    Else
    MessageBox.Show("No rows in customer table")
    End If
    End Sub
    End Class
    In this case we get the first record from below in Button1 Click
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • Losing SFSB after exception thrown - how can I avoid this?

    I am using Sun Java System Application Server 9.0
    I am using a State Full Session Bean (SFSB) via a Remote Business Interface. In this SFSB I do a �try/catch� to perform an update on an entity with child entities. My catches look for an OptimisticLockException and any other exception. When Oracle throws an OptimisticLockException the catch does not recognize this and catches the any other exception. In both case another exception is thrown, see below for the code. But when this happens the SFSB is destroyed and no longer available causing the client to fail when it tries to use one of the SFSB�s business interface methods.
    Can anyone please tell me how I avoid losing the SFSB or how to reload it automatically and quickly?
    A plus would be can you tell me why the Oracle exception is not caught by the correct catch? The full exception is oracle.toplink.essentials.exceptions.OptimisticLockException and I have no idea whether is a subclass of another exception type.
    } catch (OptimisticLockException ole) {
         Debug.debugPrintln("OrderControllerBean.updateOrder() - optimistic lock exception: " + ole.getMessage());
         throw new EntityAlreadyUpdatedDeleted("Order number: "
                        + oldOrderHeader.getOrderNumber()
                        + "cannot be updated because it has changed or been deleted since you last looked at it");
    } catch (Exception ex) {
         Debug.debugPrintln("OrderControllerBean.updateOrder() - other exception persist failed orderNumber: "
                        + oldOrderHeader.getOrderNumber()
                        + " exception: " + ex.getMessage());
         throw new EJBException(ex);
    Many thanx����.
    Edited by: jdraven on Mar 27, 2008 11:06 PM

    No worries!
    Thank you for sharing the solution to your problem with the community!
    Kameralina
    Ask NI (ni.com/ask)
    Search The KnowledgeBase
    NI Developer Zone
    Measure It. Fix It. ni.com/greenengineering/
    NI Vision ni.com/vision/

  • Dock and finder not accessible after 10.5.8 update

    I updated my aluminum imac through the software update last night, unaware that I had only a few GB free space on the hard drive.
    Right after it restarted, it says the dock has crashed, and gives me the option of Ignore, Report(?), Relaunch. I select Relaunch but it's unresponsive.
    I've tried restarting the machine normally and on safe mode but still the dock and finder/spotlight all crash at the very beginning, or right after I try to access it.
    I've then tried verifying / repairing the disk and disk permissions, it says the volume appears to be OK, but still I encounter the same problems.
    I know I have made several mistakes:
    1. using "software update"
    2. having insufficient hard drive space
    3. no backup
    I'm thinking if I am able to delete some things and free up about 10gb of space, the mac should be able to run?
    Currently I am only able to access / delete things on my desktop, but there are only small files there.
    How can I access other folders? Finder does not work for me... I've also tried just dragging files from the dock to the trash but it crashes the dock. I'm stumped!
    Any help/enlightenment is appreciated!
    P.S. I'd prefer not to bring it to the Genius bar for help because it's very heavy and hard to grab onto.

    Nothing's changed after that. There's a couple of user accounts on the computer, and I tried deleting the com.apple.finder.plist in all of them. I've also restarted in Single User mode, and fsck-ed, put the computer into firewire target disk mode and run disk utility from another machine. No joy.

  • Source file not accessible after Move project

    After moving a project, one of the source code files cannot be opened. The message:
    Resource '/Culinaria/src/SearchMenu.mxml' does not exist.
    But it does exist - it's residing in the src directory as it always has and is visible in the package explorer. Double clicking to open it provokes the error. The other files in the project can be opened normally.
    As said, this problem has surfaced after a Move of the project.
    The problem goes away and then comes back after shutting down Flash Developer and starting it up again.
    Also, I cannot view one of the source modules in Design mode - I just get an empty gray screen. Again not the case for every file but just one and it persists after shutting down and restarting Flash Developer. It happens to be the main application file  and it shows up on the tab as a simple text file when opened in source mode. Here is the first line:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    xmlns:ns1="*"
                    width="1500" height="1134.0151"
                    backgroundImage="../image/SilvesterTischDeko.jpg" backgroundAlpha="0.85"  creationComplete="initCollections();"
                    layout="absolute">

    Hi Amy,
    yes I did Clean the project and a new .swf file is generated (dtLastMod at time of Clean). I can open the module (it's the main application) in source mode but the IDE does not offer the Source/Design buttons and the file icon on the tab is that of a simple text file.
    Somehow the Flash Dev. doesn't realize that it is mxml file representing the application even though the header line (see above) is unmistakable.

  • File sharing system not accessible after Apple update

    *Hi all,*
    *i've just made a mac os x server online update (10.6.3) and the file sharing service is not anymore accessible from users accounts (my admin account works). Authentication seems to succeed (/Library/Logs/PasswordService/ApplePasswordServer.Server.log):*
    May 19 2010 11:32:13 RSAVALIDATE: success.
    May 19 2010 11:32:13 AUTH2: {0x48dcf82a0f1aef720000001300000013, marc} DIGEST-MD5 authentication succeeded.
    *i was looking for some helpful log in /var/log, i noticed that system.log is always updated with the following messages:*
    May 19 11:36:56 osxserver com.apple.launchd[1] (com.apple.kdcmond[34130]): posix_spawn("/usr/sbin/kdcmond", ...): No such file or directory
    May 19 11:36:56 osxserver com.apple.launchd[1] (com.apple.kdcmond[34130]): Exited with exit code: 1
    May 19 11:36:56 osxserver com.apple.launchd[1] (com.apple.kdcmond): Throttling respawn: Will start in 10 seconds
    May 19 11:36:59 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60868] connect
    May 19 11:36:59 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:02 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60871] connect
    May 19 11:37:02 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:04 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60872] connect
    May 19 11:37:04 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:06 osxserver com.apple.launchd[1] (com.apple.kdcmond[34138]): posix_spawn("/usr/sbin/kdcmond", ...): No such file or directory
    May 19 11:37:06 osxserver com.apple.launchd[1] (com.apple.kdcmond[34138]): Exited with exit code: 1
    May 19 11:37:06 osxserver com.apple.launchd[1] (com.apple.kdcmond): Throttling respawn: Will start in 10 seconds
    May 19 11:37:07 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60875] connect
    May 19 11:37:07 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:10 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60876] connect
    May 19 11:37:10 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:13 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60879] connect
    May 19 11:37:13 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:16 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60882] connect
    May 19 11:37:16 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:16 osxserver com.apple.launchd[1] (com.apple.kdcmond[34142]): posix_spawn("/usr/sbin/kdcmond", ...): No such file or directory
    May 19 11:37:16 osxserver com.apple.launchd[1] (com.apple.kdcmond[34142]): Exited with exit code: 1
    May 19 11:37:16 osxserver com.apple.launchd[1] (com.apple.kdcmond): Throttling respawn: Will start in 10 seconds
    May 19 11:37:18 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60883] connect
    May 19 11:37:18 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:22 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60886] connect
    May 19 11:37:22 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:24 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60887] connect
    May 19 11:37:24 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7] is being rate limited
    May 19 11:37:26 osxserver com.apple.launchd[1] (com.apple.kdcmond[34146]): posix_spawn("/usr/sbin/kdcmond", ...): No such file or directory
    May 19 11:37:26 osxserver com.apple.launchd[1] (com.apple.kdcmond[34146]): Exited with exit code: 1
    May 19 11:37:26 osxserver com.apple.launchd[1] (com.apple.kdcmond): Throttling respawn: Will start in 10 seconds
    May 19 11:37:27 osxserver jabberd/c2s[350]: [7] [::ffff:10.0.102.7, port=60890] connect
    *i dont know if it's related but actually /usr/sbin/kdcmond doesn't exist!*
    *in /var/log the file system.log is the only one that changes when i try to login according to "ls -lt", any suggestions? a dns problem? it sounds weird but in the passed i had problems with ldap and dns... thanks in advance!*
    K

    *in /var/log/krb5kdc/kdc.log*
    May 19 11:43:35 osxserverny01x.osxserver.org krb5kdc[96](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 10.0.102.101: CLIENTNOTFOUND: marc@LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897 for krbtgt/LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897@LKDC:SHA1.E12D05537EF D9FE67BF53BDB2C8D7725916B4897, Client not found in Kerberos database
    May 19 11:43:35 osxserverny01x.osxserver.org krb5kdc[96](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 10.0.102.101: CLIENTNOTFOUND: marc@LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897 for krbtgt/LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897@LKDC:SHA1.E12D05537EF D9FE67BF53BDB2C8D7725916B4897, Client not found in Kerberos database
    May 19 11:44:27 osxserverny01x.osxserver.org krb5kdc[96](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 10.0.102.101: CLIENTNOTFOUND: admin@LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897 for krbtgt/LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897@LKDC:SHA1.E12D05537EF D9FE67BF53BDB2C8D7725916B4897, Client not found in Kerberos database
    May 19 11:44:27 osxserverny01x.osxserver.org krb5kdc[96](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 10.0.102.101: CLIENTNOTFOUND: admin@LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897 for krbtgt/LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897@LKDC:SHA1.E12D05537EF D9FE67BF53BDB2C8D7725916B4897, Client not found in Kerberos database
    May 19 11:44:31 osxserverny01x.osxserver.org krb5kdc[96](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 10.0.102.101: CLIENTNOTFOUND: admin@LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897 for krbtgt/LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897@LKDC:SHA1.E12D05537EF D9FE67BF53BDB2C8D7725916B4897, Client not found in Kerberos database
    May 19 11:44:31 osxserverny01x.osxserver.org krb5kdc[96](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 10.0.102.101: CLIENTNOTFOUND: admin@LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897 for krbtgt/LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897@LKDC:SHA1.E12D05537EF D9FE67BF53BDB2C8D7725916B4897, Client not found in Kerberos database
    May 19 11:44:43 osxserverny01x.osxserver.org krb5kdc[96](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 10.0.102.101: CLIENTNOTFOUND: marc@LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897 for krbtgt/LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897@LKDC:SHA1.E12D05537EF D9FE67BF53BDB2C8D7725916B4897, Client not found in Kerberos database
    May 19 11:44:43 osxserverny01x.osxserver.org krb5kdc[96](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 10.0.102.101: CLIENTNOTFOUND: marc@LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897 for krbtgt/LKDC:SHA1.E12D05537EFD9FE67BF53BDB2C8D7725916B4897@LKDC:SHA1.E12D05537EF D9FE67BF53BDB2C8D7725916B4897, Client not found in Kerberos database
    *none of the two accounts are found in Kerberos database but admin can actually login*

  • ResetButton not working after exception

    Hallo,
    I've got resetButton which works fine when I open page with form and enter some values to it. It seems it doesn't work when I commit that form and catch exception after data validation.
    <resetButton textAndAccessKey="${nls.RESET_BUTTON_LABEL_SPRAWYKLIAS}" formName="dataForm" rendered="${'true'==createMode}"/>
    Any ideas, how to make it work?
    Regards,
    Kuba
    Message was edited by:
    jgradon

    JTP51,
    I recommend you start a new thread with the details of your problem.
    It's very highly unlikely that you have the same issue, as you are using ADF Faces, which was released in 2006, the original post was in 2005.
    John

  • BeX not accessible after installing SAPGUI 6.40

    Hi all,
    I am new here at the portal and I have an urgent issue.
    I had a SAPGUI om my laptop, that was updated to 6.40 with all patches written below in this thread. I did this because I could not save my ODS settings at the time. Now I can save the settings, but when I try to open the BeX I get error messages. It doesn't matter if I try accessing through SAP transaction RRMX or through the Start menu of Windows=>Business Explorer=>analyzer.
    If I use RRMX I get the message: Name or password incorrect. That doesn't make any sense since I already am logged on to SAP. If I try loggin on too many times, I get locked. After entering RRMX I get a SAP logon screen. I think this should not appear also.
    If I use the startmenu from Windows, I get the error :
    A critical program error occured. Program has to close. Please refer to the trace for further information.
    All authorisations are correct, so that is ruled out also.
    Can anyone help me?
    Message was edited by: Savita Nejal

    Hi A.H.P,
    I just tried that. According to tool there are no Errors.
    I don't know what is causing the problem :s
    Excel version is 2003.
    Message was edited by: Savita Nejal
    Message was edited by: Savita Nejal

  • MBAM console not accessible after new installation and self service re-direct to give foreign key issue

    Hello Everyone,
    i am novice to MBAM and i have gone thru the virtual lab and material and i am in process of implementing it for my Organization. i am having 2 issues :-
    1) After installation, i am confused how to access the console or does there is no Admin console and it is just servername:portnumber\helpdesk only.
    2) If i enter just servername:portnumber\ then it get redirected to selfservice portal which is not an issue. Issue is after accepting agreement and clicking continue i am getting below error :-
    A required anti-forgery token was not supplied or was invalid. 
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.Web.Mvc.HttpAntiForgeryException: A required anti-forgery token was not supplied or was invalid.
    Source Error: 
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
    Stack Trace: 
    [HttpAntiForgeryException (0x80004005): A required anti-forgery token was not supplied or was invalid.]
       System.Web.Mvc.ValidateAntiForgeryTokenAttribute.OnAuthorization(AuthorizationContext filterContext) +546706
       System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor) +128
       System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +658100
       System.Web.Mvc.Controller.ExecuteCore() +125
       System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__4() +48
       System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
       System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +15
       System.Web.Mvc.Async.WrappedAsyncResult`1.End() +85
       System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +51
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +454
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263
    I have checked and usersupportservice.svc is leading to the pade giving below page which i believe it is working OK or kindly correct me if i am thinking wrong :-
    This is a Windows© Communication Foundation service.
    Metadata publishing for this service is currently disabled.
    only thing which i deviated from process was because of some condition i have to rename my MBAM server before installation however by before rename SQL and IIS was installed.
    i will really appreciate any help in this regard.

    If that is the only link or admin console as well then if anyone can confirm what rights difference a user get when he is member of MBAM helpdesk, MBAM Advanced Helpdesk and MBAM Administrator group.
    Also if i can get any help with the self service portal redirection then that will be really helpful. i was also checking if this could be because of any kind of certificate issue as server name was renamed after SQL and IIS installation.

Maybe you are looking for

  • Outlook 2013 Stripping Select Attachments

    It was recently brought to my attention that select attachments are getting stripped from E-mails. .docx, .xslx, .pdf 's all come and go with no issue. However, emails that contain other attachments (in particular .sldprt,.slddrw (SolidWorks) and .7z

  • TV audio Issues

    I have a vizio 42 inch lcd tv the sound is just making a buzzing noise I've tried different hdmi cables and ports on different devices still same noise and tried av same thing called vizio they said I was out of warranty and I had to call hd repairs

  • Help about movie clips

    hi ive created a movieclip of camera flash - white screen that fades at the end of it i want it to make itself invisiable so i could press the buttons under it   how can i do CAMflash.visible = false; (CAMflash is the name of the mc) from inside the

  • I am getting a Remote Panel displayed on the remote display outside of browser. How tdo I force the panel to display in browser.

    I have several machines running LabVIEW 8.2.1 my application uses remote panels embedded in a browser to display the front panel of the running VI. One machine is responding with the brower window coming up, but when the VI is launched it is displaye

  • Same membership on two Macs?

    I have been a member of Creative Cloud for six months. In my office I use an Imac (stationary), but now I have bought a new MacBook to use at home. Can I download and install applications on both Macs with the same membership?