NullPointerException Updating BAM exception

Hello,
I got this exception while the engine was updating BAM database. After this exception I noticed that the process data were not stored into the database. Since this executes many times per day I've to find out what went wrong.
This began to happen after a new deploy of the whole project. Anyone can say something more about it?
As far as I know:
- the deployment steps were correct and I got no exceptions.
- the organizational unit it's ok and it matches the one I have in development environment.
- the role assignment into the processes are ok and the related participants exists.
Any suggestion will be apreciated!
Thanks a lot
Giubodi
Here follows the exception:
[<D> 12/10/09 14:22:58] Executing statement [
SELECT inst.activityname as activityId FROM pprocinstance inst WHERE processId=? AND inst.instid=? AND inst.threadid=0
[<D> 12/10/09 14:22:58] Executing statement [
SELECT inst.activityname as activityId FROM pprocinstance inst WHERE processId=? AND inst.instid=? AND inst.threadid=0
[<D> 12/10/09 14:22:58] Running updater for engine [ALBPM60_LH_ENG]
[<D> 12/10/09 14:22:58] process from 2009-10-07 08:23:27.0 to 2009-10-07 08:28:26.0
[<D> 12/10/09 14:22:58] filling workload
[<D> 12/10/09 14:22:58] loading previous snapshot records from [2009-10-07 08:23:27.0]
[<D> 12/10/09 14:22:58] Executing query: [
SELECT ACTIVITYIN, ROLEIN, PARTICIPANTIN, ORIGACTIVITYIN, WAITACTIVITYIN, QUANTITY, AVGTIMETASK, AVGTIMEPROCESS, MEANTIMETASK, MEANTIMEPROCESS , (many "V_" variables...) FROM BAM_WORKLOAD WHERE SNAPSHOTTIME = ?]
[<D> 12/10/09 14:22:58] Executing query[
SELECT EV.TYPE AS EVENTTYPE, EV.PARTICIPANT AS PARTICIPANTIN, EV.PROCESSID AS PROCESSIN, EV.INSTID AS INSTANCEIN, EV.THREADID AS THREADIN FROM PPROCINSTEVENT EV WHERE EV.EVENTTIME <= ? AND (EV.TYPE = 12 OR EV.TYPE = 13 OR EV.TYPE = 3 ) ORDER BY EV.EVENTID ASC, EV.EVENTTIME ASC
[<S> 12/10/09 14:22:58] java.lang.NullPointerException
java.lang.NullPointerException
at fuego.analyzer.WorkloadLoader.loadParticipantsByInstances(WorkloadLoader.java:690)
at fuego.analyzer.WorkloadLoader.load(WorkloadLoader.java:101)
at fuego.analyzer.DailyWorkloadLoader.load(DailyWorkloadLoader.java:41)
at fuego.analyzer.Updater.fillWorkload(Updater.java:926)
at fuego.analyzer.Updater.fillWarehouse(Updater.java:909)
at fuego.analyzer.Updater.update(Updater.java:287)
at fuego.analyzer.DailyUpdater.update(DailyUpdater.java:49)
at fuego.analyzer.UpdaterRunner.runUpdaterForEngines(UpdaterRunner.java:413)
at fuego.analyzer.UpdaterRunner.run(UpdaterRunner.java:282)
at fuego.analyzer.UpdaterRunner.runUpdater(UpdaterRunner.java:183)
at fuego.analyzer.service.BAMUpdaterRunnerService.run(BAMUpdaterRunnerService.java:135)
at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.runItem(WarehouseService.java:421)
at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.run(WarehouseService.java:354)

Hello,
I got this exception while the engine was updating BAM database. After this exception I noticed that the process data were not stored into the database. Since this executes many times per day I've to find out what went wrong.
This began to happen after a new deploy of the whole project. Anyone can say something more about it?
As far as I know:
- the deployment steps were correct and I got no exceptions.
- the organizational unit it's ok and it matches the one I have in development environment.
- the role assignment into the processes are ok and the related participants exists.
Any suggestion will be apreciated!
Thanks a lot
Giubodi
Here follows the exception:
[<D> 12/10/09 14:22:58] Executing statement [
SELECT inst.activityname as activityId FROM pprocinstance inst WHERE processId=? AND inst.instid=? AND inst.threadid=0
[<D> 12/10/09 14:22:58] Executing statement [
SELECT inst.activityname as activityId FROM pprocinstance inst WHERE processId=? AND inst.instid=? AND inst.threadid=0
[<D> 12/10/09 14:22:58] Running updater for engine [ALBPM60_LH_ENG]
[<D> 12/10/09 14:22:58] process from 2009-10-07 08:23:27.0 to 2009-10-07 08:28:26.0
[<D> 12/10/09 14:22:58] filling workload
[<D> 12/10/09 14:22:58] loading previous snapshot records from [2009-10-07 08:23:27.0]
[<D> 12/10/09 14:22:58] Executing query: [
SELECT ACTIVITYIN, ROLEIN, PARTICIPANTIN, ORIGACTIVITYIN, WAITACTIVITYIN, QUANTITY, AVGTIMETASK, AVGTIMEPROCESS, MEANTIMETASK, MEANTIMEPROCESS , (many "V_" variables...) FROM BAM_WORKLOAD WHERE SNAPSHOTTIME = ?]
[<D> 12/10/09 14:22:58] Executing query[
SELECT EV.TYPE AS EVENTTYPE, EV.PARTICIPANT AS PARTICIPANTIN, EV.PROCESSID AS PROCESSIN, EV.INSTID AS INSTANCEIN, EV.THREADID AS THREADIN FROM PPROCINSTEVENT EV WHERE EV.EVENTTIME <= ? AND (EV.TYPE = 12 OR EV.TYPE = 13 OR EV.TYPE = 3 ) ORDER BY EV.EVENTID ASC, EV.EVENTTIME ASC
[<S> 12/10/09 14:22:58] java.lang.NullPointerException
java.lang.NullPointerException
at fuego.analyzer.WorkloadLoader.loadParticipantsByInstances(WorkloadLoader.java:690)
at fuego.analyzer.WorkloadLoader.load(WorkloadLoader.java:101)
at fuego.analyzer.DailyWorkloadLoader.load(DailyWorkloadLoader.java:41)
at fuego.analyzer.Updater.fillWorkload(Updater.java:926)
at fuego.analyzer.Updater.fillWarehouse(Updater.java:909)
at fuego.analyzer.Updater.update(Updater.java:287)
at fuego.analyzer.DailyUpdater.update(DailyUpdater.java:49)
at fuego.analyzer.UpdaterRunner.runUpdaterForEngines(UpdaterRunner.java:413)
at fuego.analyzer.UpdaterRunner.run(UpdaterRunner.java:282)
at fuego.analyzer.UpdaterRunner.runUpdater(UpdaterRunner.java:183)
at fuego.analyzer.service.BAMUpdaterRunnerService.run(BAMUpdaterRunnerService.java:135)
at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.runItem(WarehouseService.java:421)
at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.run(WarehouseService.java:354)

Similar Messages

  • Problems to update BAM

    Hi,
    we configured the BAM process monitoring without problem, but when we start it.. ./albpmwharehouse start we are getting the error bellow and the BAM doesn`t work..
    [<S> 29/08/08 11:05:11] Updater runtime exception.
    Caused by: There is no registered connector provider for [alsb.deployment:AquaLogic Service Bus].
    Detail:Verify that the appropiate plug-ins are loaded
    fuego.analyzer.UpdaterRuntimeException: Updater runtime exception.
         at fuego.analyzer.UpdaterRuntimeException.wrapException(UpdaterRuntimeException.java:87)
         at fuego.analyzer.UpdaterRunner.run(UpdaterRunner.java:286)
         at fuego.analyzer.UpdaterRunner.runUpdater(UpdaterRunner.java:183)
         at fuego.analyzer.service.BAMUpdaterRunnerService.run(BAMUpdaterRunnerService.java:135)
         at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.runItem(WarehouseService.java:421)
         at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.run(WarehouseService.java:354)
    Caused by: fuego.connector.ConnectorException: There is no registered connector provider for [alsb.deployment:AquaLogic Service Bus].
    Detail:Verify that the appropiate plug-ins are loaded
         at fuego.connector.ConnectorException.factoryNotFound(ConnectorException.java:124)
         at fuego.connector.spi.ConnectorFactory.getFactory(ConnectorFactory.java:94)
         at fuego.connector.spi.ConnectorFactory.getFactory(ConnectorFactory.java:72)
         at fuego.connector.ConnectorService.checkFactories(ConnectorService.java:769)
         at fuego.connector.ConnectorService.init(ConnectorService.java:693)
         at fuego.connector.ConnectorService.createFromDirectory(ConnectorService.java:271)
         at fuego.analyzer.UpdaterRunner.startConnectorService(UpdaterRunner.java:431)
         at fuego.analyzer.UpdaterRunner.run(UpdaterRunner.java:278)
         ... 4 more
    Someone could you help us with this problem.. ?

    Hello,
    How did you solve the problem???
    Thanks in advance, best regards.

  • [Solved] Updating everything except the Linux kernel

    Hello,
    Since a few weeks, wicd has problems with recent versions of kernel on my computer. Is there a way to update everything except the linux package?
    Thanks in advance.
    Last edited by Marin M. (2012-05-02 14:20:52)

    You can hold any package from updating by uncommenting the IgnorePkg option on your pacman.conf and listing said package(s) there.
    https://wiki.archlinux.org/index.php/Pa … g_upgraded

  • I have iphone 4s and it's running on ios 5 , so i need to update to ios 6.1.3 to get ios 7 because nothing appear on the software update screen except update to 6.1.3 please answer me ...

    i have iphone 4s and it's running on ios 5 , so i need to update to ios 6.1.3 to get ios 7 because nothing appear on the software update screen except update to 6.1.3 please answer me ...

    why update ios 7 Not appearing on the iphone software update and the itunes

  • Update MRP Exception Messages...in Oracle Database

    Hi All,
    I am working on MRP Exception Messages.
    I am using the BAPI_MATERIAL_MRP_LIST for my MRP Messages.
    For the above BAPI The Inputs are 1.Material Number 2. Plant.
    I have the Plant and Material numbers (57,000 i inserted using BAPI_MATERIAL_GETLIST) Tables With Data in my Oracle Database.
    I would like to update the MRP Messages Table in in my Oracle Database.
    My logic is I took the plant numbers and put into the repeater and the same Material too. I am giving linking the both to BAPI inputs,material and Plant. Is it right what I am going?
    Can you give some ideas how to do it.
    Thanks
    R M

    I think this is a duplicate of your other MRP Exception Message.  Please close this one since the other one is receiving all the responses.
    Thanks,
    Mike

  • BB Hub is not updating anything except emails after installing update 10.1.0.273

    Haye Everyone,
    My BB Hub stops updating Facebook, SMS/MMS, BBM, PIN, Whatsapp, YIM..
    I had tired all the given suggestions on different pages, threads except a security wipe.
    After a reboot, notifications come up for a couple of minutes and works fine with everything. But when i try to open or mark read any Facebook notification/message it went down again.
    after clicking the Facebook notification/message nothing updates in HUB, even if i made changes in HUB everything is just paused. all changes comes up after a reboot.
    Facebook and SMS notifications are set ON in HUB Management.
    I had reset the HUB but all in vain.
    One more thing i am facing is, when ever i connect my phone to LINK it says for an update, and surprisingly update version is same everytime and it downloads & installs in 10~20seconds, so phone reboots.
    I had tried same via BlackBerry Update website. same comes up. Even today i had tried updating my phone more than 30 times.
    I dont know what's really messy because i am not able to get messages at time and a delayed reply is creating problems for me.
    My OS details are as under,
    OS
    BlackBerry 10
    Softare Release
    10.1.0.273
    Build ID
    508730
    Flash Player Version
    11.1.121.147
    AIR Version
    3.1.0.147

    Hi registered and welcome to the BlackBerry Support Community Forums!
    When you start having problems with missing notifications, are you connected to Wi-Fi or to your Mobile Network? Do you receive any emails while you are not getting application notifications?
    In regards to the updates, if you have removed any pre-installed applications, the update server will detect this and inform you that an update is available (to reinstall the pre-loaded applications). 
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Encore project from linked Premiere project, everything updates dynamically EXCEPT Chapter Markers.

    The link process works perfectly but for this one issue. Make a change in Premiere (CS6), it instantly shows in Encore. The exception is chapter markers. I can close and re-open both the Premiere and Encore projects, and there's no change in the Encore project to reflict this change in Premiere. I end up MANUALLY inserting or removing them in Encore. Is there any way to change this behavior?

    Many users set chapters in Encore. So an auto update for chapter markers would create chaos. Adobe's solution was to require you to update markers.
    But it is just about impossible to find that little "update markers" command.
    You must right click on the timeline itself in the timeline viewer panel to get the command.

  • 10.4.3 Update OK Except DVD PLayer Problem?

    Hi Folks. I did the 10.4.3 update last week successfully on my iBook G4. I ran many app tests and so far, everything has performed fine. Actually, I am noticing a performance boost. The only problem I am having is with DVD Player 4.6.1, the latest version. It plays commercial DVD movies OK, but everytime a selection is made on the menu like changing a screen view, the beachball just spins. It is like the app has a mind of its own and in control by itself. It seems the 10.4.3 update is not compatible with it. Has anyone else had this trouble? I dumped the DVD plist pref file, but that didn't improve anything. Can someone advise a cure or workaround. I've got movies to run. Does Apple know about this glitch? steveB5

    Shawn,
    I had the same problem just a few days ago. I went to the Genius bar and we were able to repair my directories from the single user login. I had to install X.4.0 and then upgrade again. Lost alot of settings but it all came back.
    I had tried to fix it while booting from my DVD but the repairs would not take. Apparently, it had a conflict in my login window and got stuck there. The problem files were left-overs from a Virex problem I had when I upgraded to Panther.
    I thought I had cleaned all of those files out but apparently I hadn't.
    If it is the same problem as mine, it is fixable without wiping everything out. I am not very good in single user mode but that was the only way the Apple guy could fix it.
    Hope that helps.
    B

  • [KIND OF SOLVED]Updating everything except the kerne

    Hey all,
    Recently, I updated my system and it automatically updated the kernel to 3.7 (as i remember)  but the wifi adapter stopped working. In previous kernel i used the following driver and "modprobe wl" to make the wifi work: Driver. After I updated, modprobe wl didn't work, so I installed the previous kernel. I have  2 questions:
    1. How can i make my wifi work?
    or if it is not possible... 2. How can I update my system WITHOUT installing the new kernel?
    Thanks in advance.
    Last edited by khajvah (2013-01-10 15:20:03)

    The file /etc/pacman.conf has IgnorePkg and IgnoreGrp settings.  You can list the unwanted updates here.  Though keep in mind that partial updates are not supported.  Also, if you are ignoring something as crucial as the kernel, there are other packages that may depend on the updated kernel.  For instance, things like kernel modules will likely be broken, especially between version bumps like 3.6 -> 3.7. 
    I think in your case though, you are trying to use a kernel module that you had to compile yourself against your kernel.  So now that you are updating from 3.6 to 3.7 you now only have a module that is built against 3.6. I think rebuilding the module against the new kernel is going to be not straight forward unless you are comfortable editing a pkgbuild (which isn't that hard btw).
    Edit: nevermind, this pkgbuild relies of a prebuilt module from a debian package.  You aren't "building" anything form this package.  Sorry dude...
    Last edited by WonderWoofy (2013-01-10 15:52:16)

  • Visual Studio 2013 Lightswitch March 2014 update Null Exception in CollectShellCommands

    After upgrading my Silverlight client to the March 2014 upgrade, I get a NullReferenceException on the load of every screen with the call stack showing:
       at Microsoft.LightSwitch.Runtime.Shell.ViewModels.Implementation.Commands.CommandsViewModel.CollectShellCommands()
    I used .net reflector to get as far as watching CollectShellCommands get called but am unable to step into to get exact code line where the error is, however, I believe it is in this part of the code since currentScreen is a null.
    IScreenObject currentScreen = (this._currentScreenView != null) ? this._currentScreenView.Screen : null;
    using (IEnumerator<IShellCommandGroupProvider> enumerator3 = this.GetCommandProviders().GetEnumerator())
    while (enumerator3.MoveNext())
    foreach (IShellCommandGroup group2 in enumerator3.get_Current().GetShellCommandGroups(currentScreen))
    if (!string.IsNullOrEmpty(group2.Name) && (group2.Commands != null))
    this._shellCommandGroups.Add(group2);
    foreach (IShellCommand command4 in group2.Commands)
    this._shellCommands.Add(command4);
    Any assistance would be appreciated, as I am unable to upgrade because of this (obviously)
    thanks in advance!
    GrampaParent

    Hi,
    Regarding Visual Studio 2013 Lightswitch, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Visual Studio Development forums.
    Visual Studio LightSwitch - General Questions  http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=lightswitch
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • [Oracle BPM 6.0.2 - formerly ALBPM 6.0.2] Error using BAM Updater Service

    Hi All -
    I'm getting a similar error to the one below (posted byFabricio Soares) when the BAM updates service is working. We are using ALBPM 6.0.2 alongwith Oracle OID / LDAP (integrated using a custom FDI plugin).
    Any idea what could cause this problem? I've verified the BAM configuration - and the database tables exist (though are empty...).
    Thanks in advance -
    Deepak Natarajan
    From: Fabricio Soares [mailto:[email protected]]
    Sent: 17. december 2008 14:10
    To: /USER bpmblazers
    Subject: problem when I try to update the BAM
    Importance: High
    Hi Folks,
    I'm having the following problem when I try to update the BAM.
    If anyone knows about this problem I appreciate.
    In attachment have the complete logs files.
    Thanks and Regards,
    Stack trace:
    <S> 17/12/08 10:08:29]
    java.lang.NullPointerException:
    at fuego.analyzer.OrganizationMetadata.getDWInForOU(OrganizationMetadata.java:92)
    at fuego.analyzer.OrganizationMetadata.synchronizeParticipants(OrganizationMetadata.java:422)
    at fuego.analyzer.OrganizationMetadata.synchronize(OrganizationMetadata.java:135)
    at fuego.analyzer.UpdaterRunner.synchronizeMetadata(UpdaterRunner.java:467)
    at fuego.analyzer.UpdaterRunner.run(UpdaterRunner.java:280)
    at fuego.analyzer.UpdaterRunner.runUpdater(UpdaterRunner.java:183)
    at fuego.analyzer.service.BAMUpdaterRunnerService.run(BAMUpdaterRunnerService.java:135)
    at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.runItem(WarehouseService.java:421)
    at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.run(WarehouseService.java:354)
    [<S> 17/12/08 10:08:29] Updater runtime exception.
    Caused by:
    fuego.analyzer.UpdaterRuntimeException: Updater runtime exception.
    at fuego.analyzer.UpdaterRuntimeException.wrapException(UpdaterRuntimeException.java:87)
    at fuego.analyzer.UpdaterRunner.synchronizeMetadata(UpdaterRunner.java:518)
    at fuego.analyzer.UpdaterRunner.run(UpdaterRunner.java:280)
    at fuego.analyzer.UpdaterRunner.runUpdater(UpdaterRunner.java:183)
    at fuego.analyzer.service.BAMUpdaterRunnerService.run(BAMUpdaterRunnerService.java:135)
    at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.runItem(WarehouseService.java:421)
    at fuego.analyzer.service.WarehouseService$WarehouseServiceThread.run(WarehouseService.java:354)
    Caused by: java.lang.NullPointerException:
    at fuego.analyzer.OrganizationMetadata.getDWInForOU(OrganizationMetadata.java:92)
    at fuego.analyzer.OrganizationMetadata.synchronizeParticipants(OrganizationMetadata.java:422)
    at fuego.analyzer.OrganizationMetadata.synchronize(OrganizationMetadata.java:135)
    at fuego.analyzer.UpdaterRunner.synchronizeMetadata(UpdaterRunner.java:467)
    ... 5 more

    I've received a reply from the support guys at BEA:
    I just got notified from several other engineers , here at the labs , that there’s an issue on the installer itself . The BUG report has been already filed .
    In the meantime the only alternative is to install ALBPM Studio 6.02 from scratch , with the following considerations :
    - Uninstall
    - Make sure that the directory had been fully erased
    - Reboot the machine
    - Install ALBPM 6.02
    - Apply the latest Hotfix

  • Bam 11 plan status data object update

    Hi Guru,
    I need to update the column StatusTime of plan_status DataObject (under dir of BAM "/System/Plan Monitor/Oracle BAM Plan Monitor/Plan Status").
    When I tried to update the column Status_time
    (with the instruction= bam.updateRows(tablename, rs, strKeys, strKeyConds, strUpdCols, strUpdOps, lCommitSize, lBatchSize))
    by ODI's KM, BAM throws the Exception:
    La colonna StatusTime è di sola lettura = The column StatusTime is only readable
    Do you know a way to update this column???
    BR Fabio
    Next the BAM exception:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 42, in ?
    java.sql.SQLException: BAM-01209 La colonna StatusTime è di sola lettura.
         at oracle.bam.enterpriselink.common.SrcMetaData.setColumnInfo(SrcMetaData.java:335)
         at oracle.bam.enterpriselink.common.SrcMetaData.<init>(SrcMetaData.java:89)
         at oracle.bam.enterpriselink.BAMJdbcConnection.updateRows(BAMJdbcConnection.java:1018)
         at oracle.bam.enterpriselink.BAMJdbcConnection.updateRows(BAMJdbcConnection.java:2183)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyObject.invoke(PyObject.java)
         at org.python.pycode._pyx7.f$0(<string>:42)
         at org.python.pycode._pyx7.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.j(e.java)
         at com.sunopsis.dwg.cmd.g.z(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:619)
    java.sql.SQLException: java.sql.SQLException: BAM-01209 La colonna StatusTime è di sola lettura.
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.j(e.java)
         at com.sunopsis.dwg.cmd.g.z(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:619)

    Hi Fabio,
    StatusTime field is of datatype "Timestamp". These field types get automatically inserted by BAM whenever a row is inserted in the dataobject. Users are not allowed to enter or update this particular field explicitly.
    Further, this particular data object is a system data object which gets updated automatically by Enterpriselink when plans actually execute. This was used in BAM 10.1.3.5, and not really used for 11g, where the enterprise link functionality has been replaced by ODI. Did you get this DO from the from the 10.1.3.5 upgrade ?
    Thanks,
    Prabhat

  • Java.lang.NullpointerException with update manager

    Install Solaris 10 11/06 and after doing updates and rebooting, unable to complete the check for updates. I get "java.lang.NullpointerException update manager" while anayzing the system.
    Can somebody help me here?

    What do you get when you run 'smpatch analyze'?

  • MS14-065 (Nov. IE update) breaks domain-based exception list for outdated ActiveX Blocking.

    The November cumulative IE update (MS14-065) appears to break the domain-based exceptions for the new outdated ActiveX control blocking that is described here:
    http://technet.microsoft.com/en-us/library/dn761713.aspx
    We have the new IE group policies deployed in our environment to add domain exceptions for our enterprise to the outdated ActiveX blocking. This was all working perfectly prior to MS14-065. After installing that November update, our exceptions are no longer
    working and users are getting the block message for their Java applications.
    Our environment is Windows 7 SP1 x64 using IE 9. Domain Controllers are 2008 R2.
    If I manually remove MS14-065 (falling back to MS14-056, October update) the exceptions all work again as expected. Re-installing MS14-065 (November update) causes the exceptions to stop working again.
    Thanks,
    Brian

    Hello Brian,
    What is your current situation?
    Have you tried the solution as MVP IECustomizer and Robear Dyer mentioned?
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Replacement htc rezound downloaded all updates except the ICS update...

    got an replacement htc rezound today.  it has downloaded all of the updates succesfully except the ICS update.  I have tried it on 3G, 4G and on WIFI.  I keep getting a pop up message saying    ERROR -- Service Unavailable.    when i click on STATUS it then says Verizon Wireless    ADR6425LVW_4.05.605.4-3.14.605.13    Download Failed   Code 503.    I have also tried to update it in SAFE MODE with same results.
    Any suggestions??
    Subject edited by: Verizon Moderator<<>>

        Thank you for trying the reset, huntin4bb. In order to resolve this, please accept my follow request. Once you have accepted my request please send a follow request to AndreaS_VZW. After I have accepted your follow request, please send me a direct message. http://vz.to/1lplPA8
    AndreaS_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • My Safari doesn't work properly after installing Lion.  Don't like it, how can I uninstall? (Cloud not worth it)?

    I upgraded ti Lion 10.7.2 for icloud but it's causing other problems with my mac.  My Safari doesn't work properly anymore.  Wishing I didn't upgrade, anyone know how to fix this or do i just have to uninstall?  Thanks,

  • How do I find out the ID number for a Podcast?

    I want to link to a few different podcasts in itunes from my website . I have seen links that include a podcast ID number, such as ...viewPodcast?id=xxx, but I can not see where to find the ID number of the podcasts I want to link to. Has any done th

  • MTS Russia LTE issue

    Hi! I have MTS Russia sim-card with LTE support. If i use this sim-card in iphone 5S RU - LTE works great. I see LTE enable option in Settings -> Cellular If i triy to install sim-card in iphone 6 RU - LTE option is not available! If i try to install

  • Automated Glossary Creation

    Currently re-designing our publishing workflow from custom legacy FrameMaker system to InDesign. Trying to work out best method of handling automated glossary creation. Currently using mark-up tags in Frame to create a numerical tag for reference to

  • EBS with ZFS and Zones

    I will post this one again in desperation, I have had a SUN support call open on this subject for some time now but with no results. If I can't get a straight answer soon, I will be forced to port the application over to Windows, a desperate measure.