Hello,
I have a problem when i try to start SAP Portal and also the configtool, when i try to start configtool this error message appear :
INFO: Start
Connecting to database ... Default DB connection failed
FATAL: Main class "com.sap.engine.configtool.console.ConsoleConfigTool" cannot be started:
FATAL: java.lang.NullPointerException: while trying to invoke the method com.sap.engine.configtool.data.ClusterData.getTemplates() of a null object loaded from static field com.sap.engine.configtool.console.ConsoleConfigTool.clusterData
at com.sap.engine.configtool.console.ConsoleConfigTool.loadTemplatesAndInstances(ConsoleConfigTool.java:153)
at com.sap.engine.configtool.console.ConsoleConfigTool.main(ConsoleConfigTool.java:1167)
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 com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:162)
FATAL: com.sap.engine.offline.OfflineToolStart will abort now with exitcode 2
the database is up and running.
The so is linux and the database is sybase.
Please help.