cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGui Java 7.10 Win -- Installation error

Former Member
0 Kudos

I try to install SAPGui for Java 7.10 and get the following entries in guiinstall.log:

Load native optional resource : templates.jar

no external package for optional resource : D:\Downloads\templates.jar

load optional resource failed

java.io.FileNotFoundException: JAR entry templates.jar not found in D:\Downloads\PlatinGUINT_0-10003514.JAR

-


Installation of SAPGUI 7.10 completed with errors.

-


Any ideas where to get templates.jar?

Accepted Solutions (1)

Accepted Solutions (1)

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Matthias,

templates.jar is an <b>optional</b> package you can create on your own. For a description, please refer to chapter 7.1 "Administration - Configuration Files", section "Installing Custom Templates".

Usually, not having this templates.jar is not causing to state the guiinstall.log that the installation had errors. Do you see any other issue in the guiinstall.log?

Best regards

Rolf-Martin

P.S. In the meantime there is SAP GUI for Java 7.10 rev 1 available.

Former Member
0 Kudos

Rolf,

thanks for the prompt reply.

There are two more entries:

Win32InstProcessor.registerInstallation(): can not create registryValue DisplayName, HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SAPGUI for Java 7.10 rev 1

Win32InstProcessor.registerInstallation(): can not create registryValue UninstallStringHKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SAPGUI for Java 7.10 rev 1

I think they are mrely info entries since SAPGui for Java can be installed as non-Admin as of version 7, IIRC. At least I could install version 7.00rev5 and 7.00rev6 as non-Admin and both are still working.

Interestingly, I can lauch the Gui via guilogon.bat but when connecting I get another error message:

JniAgiLibAdaptor.<init>: Cannot load JNI library

java.lang.Exception: JniAgiLibAdaptor.<init>: Cannot load JNI library

at: com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:26)

at: com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:289)

at: com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:286)

at: com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:763)

at: com.sap.platin.base.logon.GuiLogonFrame.doConnect(GuiLogonFrame.java:778)

at: com.sap.platin.base.logon.GuiLogonFrame$SymListener.actionPerformed(GuiLogonFrame.java:464)

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.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)

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.dispatchEvent(Unknown Source)

at: com.sap.platin.micro.event.GuiEventQueue.dispatchEvent(GuiEventQueue.java:73)

at: java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

the issue with the registry only causes the attempt to add the de-install entry in the "Add/Remove Programs" ("Programs and Features" on Vista) Control Panel to fail.

The problem loading the library might happen because of Visual C++ Libraries VS 2005 SP1(x86) has not been installed yet. This package (VCredist_x86.msi) is available in the bin directory of the SAP GUI for Java installation.

Best regards

Rolf-Martin

Answers (0)