Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



BMXAA4022E psdi.app.report.IsNotSafariCondition

From: Bratch (2012-10-17 14:56)

Maximo 7.5.0.0, WAS 7, Windows Server 2008 R2, MS SQL Server 2008 R2
My logs are cluttered with the below error message and I haven't figured out how to make it stop yet.
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R psdi.util.MXApplicationException: BMXAA4022E - The custom condition class psdi.app.report.IsNotSafariCondition was not found or is not valid. Ensure that the custom class name that is defined in the Condition field is valid.
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.common.condition.MaxCondition.evaluate(MaxCondition.java:126)
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.mbo.Mbo.evaluateCondition(Mbo.java:8076)
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.mbo.Mbo.evaluateCondition(Mbo.java:8091)
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.mbo.Mbo.sigopGranted(Mbo.java:7909)
<snip>


From: Ian Wright (2012-10-17 15:37)

Maybe try this -
I have checked in muy 7.5.0.3 tree and the class does not exist at least not under buisinessobjects
select * from ACTION where value = 'psdi.app.report.IsNotSafariCondition'
Rgds Ian
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Bratch
Sent: 17 October 2012 15:56
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] BMXAA4022E psdi.app.report.IsNotSafariCondition
Maximo 7.5.0.0, WAS 7, Windows Server 2008 R2, MS SQL Server 2008 R2
My logs are cluttered with the below error message and I haven't figured out how to make it stop yet.
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R psdi.util.MXApplicationException: BMXAA4022E - The custom condition class psdi.app.report.IsNotSafariCondition was not found or is not valid. Ensure that the custom class name that is defined in the Condition field is valid.
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.common.condition.MaxCondition.evaluate(MaxCondition.java:126)
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.mbo.Mbo.evaluateCondition(Mbo.java:8076)
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.mbo.Mbo.evaluateCondition(Mbo.java:8091)
[10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.mbo.Mbo.sigopGranted(Mbo.java:7909)
<snip>
GDF SUEZ E&P UK Ltd (Company Number 3386464), registered in England and Wales with a registered office address at: 40 Holborn Viaduct, London, EC1N 2PB.
**************************************************************************************************************
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
**************************************************************************************************************


From: Bratch (2012-10-17 18:16)


select * from action where value like '%Safari%'
0 rows
I looked through them all and didn't see this SafariCondition.
I'm working on a dev upgrade to 7.5.0.3. The automatic installer gets to step 12 of 13 and errors because of multiple security domains, but I only have one, for LDAPS. I'm trying it again with deferred deployment. Once I get this working I can see if the SafariCondition is no longer logging errors.
Thanks.
--- In MAXIMO@yahoogroups.com, Ian Wright <ian.wright@...> wrote:
>
> Maybe try this -
>
> I have checked in muy 7.5.0.3 tree and the class does not exist at least not under buisinessobjects
>
> select * from ACTION where value = 'psdi.app.report.IsNotSafariCondition'
>
> Rgds Ian
>
>
> From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Bratch
> Sent: 17 October 2012 15:56
> To: MAXIMO@yahoogroups.com
> Subject: [MAXIMO List] BMXAA4022E psdi.app.report.IsNotSafariCondition
>
>
>
> Maximo 7.5.0.0, WAS 7, Windows Server 2008 R2, MS SQL Server 2008 R2
>
> My logs are cluttered with the below error message and I haven't figured out how to make it stop yet.
>
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R psdi.util.MXApplicationException: BMXAA4022E - The custom condition class psdi.app.report.IsNotSafariCondition was not found or is not valid. Ensure that the custom class name that is defined in the Condition field is valid.
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.common.condition.MaxCondition.evaluate(MaxCondition.java:126)
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.mbo.Mbo.evaluateCondition(Mbo.java:8076)
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.mbo.Mbo.evaluateCondition(Mbo.java:8091)
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at psdi.mbo.Mbo.sigopGranted(Mbo.java:7909)
>
> <snip>
>
>
> GDF SUEZ E&P UK Ltd (Company Number 3386464), registered in England and Wales with a registered office address at: 40 Holborn Viaduct, London, EC1N 2PB.
>
> **************************************************************************************************************
> This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify the system manager.
> **************************************************************************************************************
>
>
>
>
>


From: Hanna, Christopher CTR (2012-10-18 07:41)

Just guessing from the stack trace, but that appears to be thrown from a conditional expression.
Try.....
SELECT *
FROM condition
WHERE classname = 'psdi.app.report.IsNotSafariCondition';
-----Original Message-----
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Bratch
Sent: Wednesday, October 17, 2012 2:16 PM
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] BMXAA4022E psdi.app.report.IsNotSafariCondition

select * from action where value like '%Safari%'
0 rows
I looked through them all and didn't see this SafariCondition.
I'm working on a dev upgrade to 7.5.0.3. The automatic installer gets to step 12 of 13 and errors because of multiple security domains, but I only have one, for LDAPS. I'm trying it again with deferred deployment. Once I get this working I can see if the SafariCondition is no longer logging errors.
Thanks.
--- In MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com> , Ian Wright <ian.wright@...> wrote:
>
> Maybe try this -
>
> I have checked in muy 7.5.0.3 tree and the class does not exist at
> least not under buisinessobjects
>
> select * from ACTION where value = 'psdi.app.report.IsNotSafariCondition'
>
> Rgds Ian
>
>
> From: MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com>
> [mailto:MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com> ] On
> Behalf Of Bratch
> Sent: 17 October 2012 15:56
> To: MAXIMO@yahoogroups.com <mailto:MAXIMO%40yahoogroups.com>
> Subject: [MAXIMO List] BMXAA4022E psdi.app.report.IsNotSafariCondition
>
>
>
> Maximo 7.5.0.0, WAS 7, Windows Server 2008 R2, MS SQL Server 2008 R2
>
> My logs are cluttered with the below error message and I haven't figured out how to make it stop yet.
>
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R psdi.util.MXApplicationException: BMXAA4022E - The custom condition class psdi.app.report.IsNotSafariCondition was not found or is not valid. Ensure that the custom class name that is defined in the Condition field is valid.
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at
> psdi.common.condition.MaxCondition.evaluate(MaxCondition.java:126)
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at
> psdi.mbo.Mbo.evaluateCondition(Mbo.java:8076)
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at
> psdi.mbo.Mbo.evaluateCondition(Mbo.java:8091)
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at
> psdi.mbo.Mbo.sigopGranted(Mbo.java:7909)
>
> <snip>
>
>
> GDF SUEZ E&P UK Ltd (Company Number 3386464), registered in England and Wales with a registered office address at: 40 Holborn Viaduct, London, EC1N 2PB.
>
> **********************************************************************
> ****************************************
> This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify the system manager.
> **********************************************************************
> ****************************************
>
>
>
>
>


From: Ian Wright (2012-10-18 12:15)

SELECT *
FROM condition
WHERE expression like '%psdi.common.parse.InternalValue%';
Try this as well as I have seen the following in the expression field of my condition
custom('psdi.common.parse.InternalValue','REPORTTYPES', :runtype) = 'BIRT'
Rgds Ian
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Hanna, Christopher CTR
Sent: 18 October 2012 12:41
To: MAXIMO@yahoogroups.com
Subject: RE: [MAXIMO List] BMXAA4022E psdi.app.report.IsNotSafariCondition
Just guessing from the stack trace, but that appears to be thrown from a conditional expression.
Try.....
SELECT *
FROM condition
WHERE classname = 'psdi.app.report.IsNotSafariCondition';
-----Original Message-----
From: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com> [mailto:MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>] On Behalf Of Bratch
Sent: Wednesday, October 17, 2012 2:16 PM
To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
Subject: Re: [MAXIMO List] BMXAA4022E psdi.app.report.IsNotSafariCondition
select * from action where value like '%Safari%'
0 rows
I looked through them all and didn't see this SafariCondition.
I'm working on a dev upgrade to 7.5.0.3. The automatic installer gets to step 12 of 13 and errors because of multiple security domains, but I only have one, for LDAPS. I'm trying it again with deferred deployment. Once I get this working I can see if the SafariCondition is no longer logging errors.
Thanks.
--- In MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com> <mailto:MAXIMO%40yahoogroups.com> , Ian Wright <ian.wright@...<mailto:ian.wright@...>> wrote:
>
> Maybe try this -
>
> I have checked in muy 7.5.0.3 tree and the class does not exist at
> least not under buisinessobjects
>
> select * from ACTION where value = 'psdi.app.report.IsNotSafariCondition'
>
> Rgds Ian
>
>
> From: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com> <mailto:MAXIMO%40yahoogroups.com>
> [mailto:MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com> <mailto:MAXIMO%40yahoogroups.com> ] On
> Behalf Of Bratch
> Sent: 17 October 2012 15:56
> To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com> <mailto:MAXIMO%40yahoogroups.com>
> Subject: [MAXIMO List] BMXAA4022E psdi.app.report.IsNotSafariCondition
>
>
>
> Maximo 7.5.0.0, WAS 7, Windows Server 2008 R2, MS SQL Server 2008 R2
>
> My logs are cluttered with the below error message and I haven't figured out how to make it stop yet.
>
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R psdi.util.MXApplicationException: BMXAA4022E - The custom condition class psdi.app.report.IsNotSafariCondition was not found or is not valid. Ensure that the custom class name that is defined in the Condition field is valid.
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at
> psdi.common.condition.MaxCondition.evaluate(MaxCondition.java:126)
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at
> psdi.mbo.Mbo.evaluateCondition(Mbo.java:8076)
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at
> psdi.mbo.Mbo.evaluateCondition(Mbo.java:8091)
> [10/16/12 10:44:42:931 PDT] 0000004e SystemErr R at
> psdi.mbo.Mbo.sigopGranted(Mbo.java:7909)
>
> <snip>
>
>
> GDF SUEZ E&P UK Ltd (Company Number 3386464), registered in England and Wales with a registered office address at: 40 Holborn Viaduct, London, EC1N 2PB.
>
> **********************************************************************
> ****************************************
> This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify the system manager.
> **********************************************************************
> ****************************************
>
>
>
>
>


From: Bratch (2012-10-24 18:40)


Christopher/Ian -
The error is from a contitional expression. In the Conditional Expression Manager I found SAFARI and NOTSAFARI. Since we are currently using IE9, I always get the error from the custom class psdi.app.report.IsNotSafariCondition.
When I cut and pasted the same value into the Class field, I received the error message:
You entered: psdi.app.report.IsNotSafariCondition
BMXAA4022E - The custom condition class
psdi.app.report.IsNotSafariCondition was not found or is not
valid. Ensure that the custom class name that is defined in
the Condition field is valid
The reference count is 277. I am thinking of unchecking the "Always Evaluate" for now to see if the errors stop and the application/reports still function normally.
Thanks, Bratch


From: Ian Wright (2012-10-25 08:04)

What is your build I'm on
v7.5.0.3 Oil & Gas , scheduler, Primavera adaptor and these conditions don't exist nor is the class in the tree - the system I looked at is my vanilla instance so there is no config or customisation
So I'm wondering if you have mobile or something else where these were introduced. The class name suggests it's an IBM class as everyone is taught to place all customisations in
companyname.app.report.------ or custom.app
however this is not always adhered to.
Rgds Ian
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Bratch
Sent: 24 October 2012 19:40
To: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] BMXAA4022E psdi.app.report.IsNotSafariCondition
Christopher/Ian -
The error is from a contitional expression. In the Conditional Expression Manager I found SAFARI and NOTSAFARI. Since we are currently using IE9, I always get the error from the custom class psdi.app.report.IsNotSafariCondition.
When I cut and pasted the same value into the Class field, I received the error message:
You entered: psdi.app.report.IsNotSafariCondition
BMXAA4022E - The custom condition class
psdi.app.report.IsNotSafariCondition was not found or is not
valid. Ensure that the custom class name that is defined in
the Condition field is valid
The reference count is 277. I am thinking of unchecking the "Always Evaluate" for now to see if the errors stop and the application/reports still function normally.
Thanks, Bratch
GDF SUEZ E&P UK Ltd (Company Number 3386464), registered in England and Wales with a registered office address at: 40 Holborn Viaduct, London, EC1N 2PB.
**************************************************************************************************************
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
**************************************************************************************************************


From: Bratch (2012-10-26 17:29)


Ian,
I just updated a dev box from 7.5.0.0 to to 7.5.0.3 and the number of conditional expressions changed from 133 to 149. The Safari conditions are gone now, so the solution will be to apply the fix pack to the training and prodction systems.
Thanks.
--- In MAXIMO@yahoogroups.com, Ian Wright <ian.wright@...> wrote:
>
> What is your build I'm on
>
> v7.5.0.3 Oil & Gas , scheduler, Primavera adaptor and these conditions don't exist nor is the class in the tree - the system I looked at is my vanilla instance so there is no config or customisation
>
> So I'm wondering if you have mobile or something else where these were introduced. The class name suggests it's an IBM class as everyone is taught to place all customisations in
>
> companyname.app.report.------ or custom.app
>
> however this is not always adhered to.
>
> Rgds Ian
>