cancel
Showing results for 
Search instead for 
Did you mean: 

MII Workbench (12.1) Returning 'NULL'

Former Member
0 Kudos

Dear SAP Mentors,

I'm using 12.1 version.

While creating new transaction or a new project MII Work bench is giving a 'NULL' error - I've assigned all necessary roles including Super- Admin in UME.

Can anyone help us out on it ?


Regards

Ankit

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi All

This step fixed issue for me:

1)      Uninstalled all existing Jre versions

2)      Installed Jre 1.6.0_25

3)      Added below 2 lines at C:\Program Files (x86)\Java\jre6\lib\security\java.policy

permission com.sun.deploy.security.SecureCookiePermission "incas1109.ind.cldsvc.accenture.com:50000-", "listen,accept,connect,resolve";

permission java.lang.RuntimePermission "accessClassInPackage.sun.security.action";



Thanks


Regards

Ankit

former_member204240
Active Participant
0 Kudos

Is XMII_Workbench_Content action is assigned in UME?


This can be because of java version also.

what java version you using?

Just try with java version 6 and update 45 , and if your OS is 32 bit try with version 5 and update 6.


Also you can try to restart all the services related to MII and SAP instances in SAP MMC(Management console).

Former Member
0 Kudos

Hi Ankit,

Is it the problem only with transactions or any other MII object too? like Queries and Display templates?

Adding to what Rutika has said above, if you are logging into MII through VPN, make sure that the connection(VPN) is up and running.

I get this error, when my VPN has timed out or has disconnected. MII's workbench would still be open, but when I try to create/load any object the "NULL" error pops up.

Regards

Tufale

Former Member
0 Kudos

Hey Tufale,

thank you for reply.

Yes - The VPN is connected. As I am able to do everything except Work bench.

Ankit

rutika_bodas
Participant
0 Kudos

Hi Ankit,

This might be because of invalid workbench session. You can try one of the following:

  1. Relogin to MII and reopen the workbench if the Workbench session has timed out.
  2. Also, you can try to clear the Java cache before opening the workbench.
  3. If none of these helps, you can enable the 'Show Console' for your workbench and see the error log in the console. This will help you find the exact cause for the error. To enable the console,

          Go to Java control panel, advanced tab, select 'Show Console' radio button.

Hope that helps,

Regards,

Rutika Bodas

Former Member
0 Kudos

Hey Rutika,

Thanks for your reply.

I'd tried step 1 & 2.

Also, the Java console is showing following error :

1.  On creation of new project

ERROR - null

java.lang.NullPointerException

  at com.sap.lhcommon.xml.XMLHandler.createDocumentBuilderFactory(XMLHandler.java:65)

  at com.sap.lhcommon.xml.XMLHandler.createDocument(XMLHandler.java:91)

  at com.sap.xmii.xacute.common.ClientCatalogUtilities.Exists(ClientCatalogUtilities.java:2344)

  at com.sap.xmii.Illuminator.gui.workbench.components.actions.actions.CreateProjectAction.doWork(CreateProjectAction.java:59)

  at com.sap.xmii.Illuminator.gui.workbench.components.actions.actions.IWorkbenchAction.execute(IWorkbenchAction.java:67)

  at com.sap.xmii.Illuminator.gui.workbench.components.actions.WorkbenchActionHandler.doAction(WorkbenchActionHandler.java:402)

  at com.sap.xmii.Illuminator.gui.workbench.components.actions.WorkbenchActionHandler.doAction(WorkbenchActionHandler.java:126)

  at com.sap.xmii.Illuminator.gui.workbench.components.popups.WorkbenchMenuCreator.actionPerformed(WorkbenchMenuCreator.java:713)

  at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)

  at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)

  at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)

  at javax.swing.DefaultButtonModel.setPressed(Unknown Source)

  at javax.swing.AbstractButton.doClick(Unknown Source)

  at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:724)

  at java.awt.Component.processMouseEvent(Unknown Source)

  at javax.swing.JComponent.processMouseEvent(Unknown Source)

  at java.awt.Component.processEvent(Unknown Source)

  at java.awt.Container.processEvent(Unknown Source)

  at java.awt.Component.dispatchEventImpl(Unknown Source)

  at java.awt.Container.dispatchEventImpl(Unknown Source)

  at java.awt.Component.dispatchEvent(Unknown Source)

  at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)

  at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

  at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)

  at java.awt.Container.dispatchEventImpl(Unknown Source)

  at java.awt.Window.dispatchEventImpl(Unknown Source)

  at java.awt.Component.dispatchEvent(Unknown Source)

  at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

  at java.awt.EventQueue.access$200(Unknown Source)

  at java.awt.EventQueue$3.run(Unknown Source)

  at java.awt.EventQueue$3.run(Unknown Source)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

  at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

  at java.awt.EventQueue$4.run(Unknown Source)

  at java.awt.EventQueue$4.run(Unknown Source)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

  at java.awt.EventQueue.dispatchEvent(Unknown Source)

  at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

  at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

  at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

  at java.awt.EventDispatchThread.run(Unknown Source)

Any ideas please - how we can sail through ?

Best regards

Ankit

rutika_bodas
Participant
0 Kudos

Hi,

Try doing a 'Refresh' on root node on Workbench.

Right click on workbench's root node (this will be the namespace of your host) and hit 'Refresh'.

Then try creating a new project.

Regards,

Rutika Bodas

Former Member
0 Kudos

Hey Rutika.

Had tried it. does not seem to solve it

Regards

Ankit