Hi …
I upgraded from Notes (all clients) 8.5.1FP2 to 8.5.2. Whenever I now start Notes, I get this message:
An internal error occurred during: “Provisioning Operation” - java.lang.StringIndexOutOfBoundsException
A look at one of the logs shows this:
<extendedDataElements name="CommonBaseEventLogRecord:level" type="noValue">
<children name="CommonBaseEventLogRecord:name" type="string">
<values>SEVERE</values>
</children>
</extendedDataElements>
<extendedDataElements name="CommonBaseEventLogRecord:Exception" type="string">
<values>java.lang.StringIndexOutOfBoundsException
at java.lang.String.substring(Unknown Source)
at com.ibm.rcp.provisioning.internal.requirements.Provisioning.parseRequestsFromString(Unknown Source)
at com.ibm.rcp.provisioning.internal.requirements.Provisioning.processDeferredActions(Unknown Source)
at com.ibm.rcp.provisioning.internal.impl.ProvisioningServiceImpl$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
</extendedDataElements>
<sourceComponentId component="Expeditor 6.2" componentIdType="ProductName" instanceId="1283368821388" location="mfeinman" locationType="Hostname" subComponent="org.eclipse.core.jobs" threadId="1" componentType="http://www.w3.org/2001/XMLSchema-instance"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
<extendedDataElements name="CommonBaseEventLogRecord:level" type="noValue">
<children name="CommonBaseEventLogRecord:name" type="string">
<values>SEVERE</values>
</children>
</extendedDataElements>
<extendedDataElements name="CommonBaseEventLogRecord:Exception" type="string">
<values>java.lang.NullPointerException
at com.ibm.rcp.provisioning.internal.impl.ProvisioningServiceImpl.processDeferredActions(Unknown Source)
at com.ibm.rcp.provisioning.ui.internal.ProvisioningStartup.earlyStartup(Unknown Source)
at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(Unknown Source)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(Unknown Source)
at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
at org.eclipse.ui.internal.Workbench$54.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
</extendedDataElements>
<sourceComponentId component="Expeditor 6.2" componentIdType="ProductName" instanceId="1283368821388" location="mfeinman" locationType="Hostname" subComponent="org.eclipse.ui.workbench" threadId="2" componentType="http://www.w3.org/2001/XMLSchema-instance"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
<extendedDataElements name="CommonBaseEventLogRecord:level" type="noValue">
<children name="CommonBaseEventLogRecord:name" type="string">
<values>SEVERE</values>
</children>
</extendedDataElements>
<sourceComponentId component="Expeditor 6.2" componentIdType="ProductName" instanceId="1283368821388" location="mfeinman" locationType="Hostname" subComponent="org.eclipse.ui" threadId="2" componentType="http://www.w3.org/2001/XMLSchema-instance"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
<extendedDataElements name="CommonBaseEventLogRecord:level" type="noValue">
<children name="CommonBaseEventLogRecord:name" type="string">
<values>SEVERE</values>
</children>
</extendedDataElements>
<extendedDataElements name="CommonBaseEventLogRecord:Exception" type="string">
<values>java.lang.NullPointerException
at com.ibm.rcp.provisioning.internal.impl.ProvisioningServiceImpl.processDeferredActions(Unknown Source)
at com.ibm.rcp.provisioning.ui.internal.ProvisioningStartup.earlyStartup(Unknown Source)
at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(Unknown Source)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(Unknown Source)
at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
at org.eclipse.ui.internal.Workbench$54.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
</extendedDataElements>
<sourceComponentId component="Expeditor 6.2" componentIdType="ProductName" instanceId="1283368821388" location="mfeinman" locationType="Hostname" subComponent="com.ibm.rcp.provisioning.ui" threadId="2" componentType="http://www.w3.org/2001/XMLSchema-instance"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
Anyone see this before? If so, what did you do to get rid of the issue?
–Mark