Quantcast
Channel: SCN : Popular Discussions - SAP MaxDB
Viewing all 1545 articles
Browse latest View live

Looking for work around suggestions for PTS 1238764 (kernel crash)

$
0
0

Hi

 

We are currently experiencing a kernel crash in our BW Production instance.

 

From the error messages it appears that we are having the issue descibed in PTS 1238764

Crash in SAPDBMem_RawAllocator due to 'allocator pointer in
 chunk header overwritten'. 
Triggering action seemed to be (parallel?) index creation on table with 'Clustered' attribute set. 

 

We have just upgraded to 7.8.2.26.

 

I am contemplating turning off clustering on the cubes as our database has crashed twice in the last 24 hours.  This will have some impact on performance but it is better than the DB crashing.

 

Does anyone have any other suggestions (parameters ...etc ) ??

 

Thanks

 

Doug


The operation is not allowed for result set type FORWARD_ONLY

$
0
0

Hi,

 

I am trying to use scroll insensitive resultset in following manner-

Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_READ_ONLY);
ResultSet rs = stmt.executeQuery("some sql here");
rs.last();

but the rs.last() throws this exception-

 

com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB: The operation is not allowed for result set type FORWARD_ONLY.     at com.sap.dbtech.jdbc.ResultSetSapDB.assertNotForwardOnly(ResultSetSapDB.java:2725)     at com.sap.dbtech.jdbc.ResultSetSapDB.last(ResultSetSapDB.java:557)

 

Database version: Kernel    7.5.0    Build 019-121-082-363

Driver Version: MaxDB JDBC Driver, MySQL MaxDB, 7.6.0    Build 030-000-005-567

 

This used to work with 7.5 version driver. Why this is failing with 7.6 driver, any clues?

 

Thanks,

 

Vinod

How to Recover Maxdb "control" user password?

$
0
0

Good day;

 

We are trying implementing the latest SAP LiveCache release.

Unfortunately, we canu2019t do this since the password of users control, superdba, and other maxdb database default users are not known. This is becoming a real problem by time since no one can login to this database using the database manager application, hence, no one can administer this database properly.

 

The LCA, LDA, LEA connection between SAP SCM instance DSC and liveCache instance DSL, however, are already set up correctly and connection is healthy between DSC and DSL but the password used for this connections is unknown.

 

Is there any way SAP could help us on recovering the lost passwords of the users control and superdba without the need to trash the liveCach database and recreate it again as this is not acceptable by the

business users.

 

 

Thanks,

 

Ahmad,,,

SAP MaxDB versions for download on SDN

$
0
0

Dear Community,

 

here is the current list of available SAP MaxDB community versions.

 

7.6.06.10

7.7.07.33 (updated on 24.05.2011)

7.8.02.21 (updated on 24.05.2011)

 

[Click here to directly go to the Download area|www.sdn.sap.com/irj/scn/maxdb-downloads]

 

Please note that these packages are not for use with SAP applications. For that purpose, refer to the Download Area in SAP Service Marketplace.

 

Regards, the SAP MaxDB team

 

Edited by: Thorsten Zielke on Feb 20, 2012 2:33 PM

main_newbas/job_dbdif_upg fails during upgrade from 7.31 to 7.4 on MaxDB

$
0
0

The RADDBDIF job stops with shortdump PERFORM_NOT_FOUND when it tries to call the non-existing form EXECUTE of RSXPLADA.

 

The cause is an (incorrect ?) entry in table DBDIFF for PLAN_TABLE_EXTERNAL which has RSXPLADA in column SOURCE instead of SDB3FADA like other objects with DBSYS = ADABAS D.

I changed it to SDB3FADA and the update continued without further problems.

 

Software versions:

 

NetWeaver 7.31 SPS 14 before upgrade

NetWeaver 7.4 SPS 9 after upgrade

MaxDB 7.9.08.27

Software Update Manager 1.0 SP 12

Change UID (sidadm, sdb)

$
0
0

Hi

We are on SLES 11.3, MaxDB 7.9 and NetWeaver 7.4 with latest patches. We have a set-up a 2 system transport landscape with a shared usr/sap/trans.

As the UIDs of the respective sidadms differ problems arise during file creation/access.

Now I want to change the UIDs of the sidadms.

The speciality is that I need to swap the UID of sidadm with the user sdb (it appears that, on the first host, sdb was created before sidadm, whilst on the other host sidadm has the lower UID).

 

The Linux-side procedure is not the problem at all, I guess: I change the UID of sdb to a temporary one, chown all files belonging to sdb to the temporary UID, do the same for sidadm, and do it a third time for the temporary UID of sdb. This is pretty well documented for SAP on Oracle on http://www.dataxstream.com/2009/08/changeuidsidadm/

 

Afterwards I have two problems:

1. The S-Bits are lost

There are some files and directories in /sapdb as well as /sapmnt/ directory which have SGIDs und SUIDs set. However I can look at the second host to see which files are affected and manually change the permissions.

2. MaxDB does not start

If I run startsap it complains about missing or invalid XUSER entries. User sidadm or sdb is not able to read or change the xuser list. The file system permissions on the .XUSER.65 file in are the same when compared to the second host. So I guess there is some mechanism in place that also checks for UIDs when accessing xuser entries.

 

Does anybody know how to "repair" the existing xuser file or grant access to a new uid/username combination?

Do I have to delete & re-create the file from scratch?

 

Any ideas appreciated.

 

Regards

Michael

Not able to use password with characters for RFC User.

$
0
0

hi All,

I have installed SAP SCM 5.0 with MaxDB 7.6and liveCache 7.6.

 

I created RFC user and RFC destination to administer liveCache globally as per SAP notes 305634 and 452745. I changed the initial passwords and tested Remote login for RFC User.

 

But when I try to start liveCache with startrfc following the link below

 

http://help.sap.com/erp2005_ehp_04/helpdata/EN/95/379f3cad1e3251e10000000a114084/frameset.htm

 

I got the following error

 

RFC Call/Exception: SYSTEM_FAILURE

Group       Error group 104

Key         RFC_ERROR_SYSTEM_FAILURE

Message     Name or password is incorrect (repeat logon)

 

Then I logged into the CI with RFC user and try to start the liveCache with RSLVCSTART T-Code SE38..I got the following error.

 

Error DBMCLI_COMMAND_EXECUTE_ERROR when starting liveCache LCS on server saplcslc

Message no. LVC007

 

I tried by changing the password for RFC user to numeric [0-9] and special characters [$,:] which worked fine.

 

Does anyone faced this issue earlier? I searched notes, sdn and finally google ... but no luck to resolve the issue.

 

Your help is much appreciated.

 

Thanks,

Venkat

Managing Data Volumes in MaxDB

$
0
0

Hello,

 

Due to an upgrade from ERP 6.0 to ERP 6.0 EHP5, I had to add new data volumes to my MAXDB database.

I created 6 data volumes of 9.5GB and 2 data volumes of 38GB.

i am not too worried about the 9.5 GB data volumes since they are close to 50% free.

However the 38GB data volumes are filled to only around 13%. This consumes a lot a space on my server.

Is there anyway to reorganize the database? I need to free-up some space on the server.

I am new to MaxDB.

 

Thanks,

Suhan Hegde


UPD_DBCON_ENTRY_SDB not available as Remote-Enabled module

$
0
0

Hi guys,

 

This is my first question in here, so excuse me if i seem to be in outside of usual formats

 

Okay, my scenario is this::

     I have to call the function UPD_DBCON_ENTRY_SDB from a VBA applcation to update the passwords of CONTROL user of a MAXDB database in R3 connection data (DB11 transaction). The passwords are already changed from DB level. The R3 connection data needs to be updated accordingly with the new passwords. I wrote a piece of code calling the said entry and everything went fine when tested on a kernel release 720 system.

 

But when i tried testing on another system (i wouldt have gone for a second testing unless by the presure from my peers above ), which is on kernel release 701, it doesnt work. A little troubleshooting showed me that this function module is not Remote-Enabled, but is a Normal Function.

 

Now what i would like to know is that how do i get the change history for this module, so that i can say that my VBA application will work on a particular version since it has got a remote enabled UPD_DBCON_ENTRY_SDB module.

 

And thanks in advance for all the help.

 

Regards,

Lalu George

info command errors with "Unknown user name/password combination"

$
0
0

Hi,

 

I have 2 new MaxDB installations on Linux, Rel. 7.8.02.28. If I connect as control user and run any info command (i.e. info state), the system throws "Unknown user name/password combination".

 

Systems with Rel. 7.8.02.27 don't show this behaviour. Is this a bug? Can anyone please check with the same version? Any hints to solve this?

 

dbmcli on IHP>user_getrights control serverrights

OK

UserMgm                 +       User management

InstallMgm              +       Installation management

SystemCmd               +       Execute operating system commands

DBFileRead              +       Database file access (read only)

AccessUtility           +       Access to utility session

Recovery                +       Restoring backups

Backup                  +       Saving backups

ParamFull               +       Parameter access (read and write)

ParamCheckWrite         +       Parameter access (checked write)

ParamRead               +       Parameter access (read only)

AccessSQL               +       Access to SQL session

ExecLoad                +       Execute the LOAD program

LoadSysTab              +       Load the system tables

DBStop                  +       Stop database instance

DBStart                 +       Start database instance

DBInfoRead              +       Request status data

SharedMemoryMgm         +       Shared memory management

SchedulerMgm            +       Scheduler management

Scheduling              +       Scheduler use

EvtDispMgm              +       Event Dispatcher management

EvtDisp                 +       Event Dispatcher use

 

dbmcli on IHP>user_name_get

OK

control

 

dbmcli on IHP>info state
ERR
-24988,ERR_SQL: SQL error
-4008,Unknown user name/password combination

 

Thanks a lot.

Best regards,

Dirk

NetWeaver 2004 on MaxDB - assertion failed

$
0
0

Dear experts,

 

I am struggling with the installation of NetWeaver 2004 on MaxDB on Linux.

When executing sapinst for the second time to install and create the DB, I am

getting the following error:

 

ERROR 2013-06-07 00:19:05

CJS-00030  Assertion failed: in function InstallationScript_128() {    var installer = new Installer();    var kdb = new KeyDB();    var context = new Context();    var gui = new Gui();    Gui.prototype._callModule = function (func, argsarg) {var args = argsarg || {};var call = {lib:"iajsmod", module:"CJSlibModule", version:"1.0", call:func, arg:args};return installer.invokeModuleCall(call);};    Gui.prototype.setErrorInformation = function () {return this.setErrorInformationWithArray(arguments);};    Gui.prototype.setErrorInformationWithArray = function (parameters) {var translated = installer.getMessageWithArray(parameters);this.setUntranslatedErrorInformation(translated);};    Gui.prototype.updateMsg = function () {return this.updateMsgWithArray(arguments);};    Gui.prototype.updateMsgWithArray = function (parameters) {return this._callModule("updateGuiMessage", _impl_common_massage_args(parameters));};    Gui.prototype.update = function (message) {return this._callModule("updateGui", {GuiLine:message});};    Gui.prototype.showMessageBox = function () {return this.showMessageBoxWithArray(arguments);};    Gui.prototype.showMessageBoxWithArray = function (parameters) {return this._callModule("showMessageBox", _impl_common_massage_args(parameters));};    Gui.prototype.showOkCancelBox = function () {return this.showOkCancelBoxWithArray(arguments);};    Gui.prototype.showOkCancelBoxWithArray = function (parameters) {return this._callModule("showOkCancelBox", _impl_common_massage_args(parameters));};

 

Please kindly suggest how to solve it... I'd be very very thankful :-)

What can we so against Error "-9400 AK Cachedirectory full"?

$
0
0

Hi,

 

We are having repeated issues with "-9400 AK Cachedirectory full". Our DB version is 7.7.06.09 on x86_64. The Logs look like this

 

Thread  0xFBC Task    120  2009-07-17 13:45:15 ERR AK CACHE   51105:  DUMPING SESSION CATCACHE: 1
Thread  0xFBC Task    120  2009-07-17 13:45:15 ERR SYSERROR   51080:  -9400 AK Cachedirectory full
Thread  0xFBC Task    120  2009-07-17 13:45:15 ERR AK CACHE   51105:  DUMPING SESSION CATCACHE: 2
Thread  0xFBC Task    120  2009-07-17 13:45:15 ERR SYSERROR   51080:  -9400 AK Cachedirectory full
Thread  0xFBC Task    120  2009-07-17 13:46:06 ERR AK CACHE   51105:  DUMPING SESSION CATCACHE: 3
Thread  0xFBC Task    120  2009-07-17 13:46:06 ERR SYSERROR   51080:  -9400 AK Cachedirectory full

 

This seems to happen at least once a week and I don't know how to fix it. Restarting the instance has always "fixed" it. If we didn't restart different things happened in the past like the instance becoming unresponsive.

 

The logs are here

 

[KnlMsgArchive.txt|http://www.invoca.ch/pub/KnlMsgArchive.txt]

[KnlMsg_20090717_15-47-04.txt|http://www.invoca.ch/pub/KnlMsg_20090717_15-47-04.txt]

 

Please note that we still don't know how to trigger the situation, it just happens.

What can we do to get rid of this? Any help is much appreciated.

 

BTW: We get a lot of files (which may be created by DUMPING SESSION CATCACHE) with names like AK00001.dmp + AK00001.stm + AK00002.dmp + AK00002.stm in the wrk dir. I don't know what to do with them.

 

Regards,

Simon

-2 ERR_USRFAIL: User authorization failed

$
0
0

Hello guys,

First to mention my system:

OS: Windows 2003 server

DB: MaxDB  7_7_06_17

 

I have one problem to connect through Database Manager to one DB instance that  just now I have installed.

What I want to do is to install one MDM server.

The bellow are the steps that were already performed:

-installed Java server with sapinst (this created its database ZJD)

-after this Java server was finished installed I started to create one DB MDM instance using SDBSETUP.exe

-I was able to create this MDM instance successful

 

And the problem is here: This MDM database instance that was created with defaults users DBA and DBM. When the creation of this MDM was finished I tried to connect with both Database Manager and DBMCLI to MDM instance using these users but I am not able to connect. I get the   "-2 ERR_USRFAIL: User authorization failed" error. Can you tell me which is the reason?

I am sure that I typed the right user and password. I tried to uninstall all and installed again inclusive OS and the same error. I mention that to instance ZJD I am able to connect.

I tried with default users for Maxdb (DBA with pass: SECRET and DBA and DBM with pass: SECRET and DBM) but this doesn't work.

Can you help me to solve this problem?

Best regards,

Florin Radulea

Unable to connect to the MAXDB database using the DATABASE MANAGER

$
0
0

Hello,

 

I am unable to connect through MaxDB Database Manager GUI tool to the MaxDB Instance. The MaxDB instance is up and running.

 

When I to into click Add Servers Database Instances and -> type the Database server name and click Add, I am getting error as "-4 could not connect to socket 10060

 

 

my MAX db version is 7.9 and the database manager is 7.6

Standalone Enqueue Server Trial Version?

$
0
0

Hi Everyone,

 

I would like to try out the SAP Netweaver Application Server ABAP/JAVA with Standalone Enqueue server.  I am able to install the SAP MaxDB Central System, but i don't see any packages for "Standalone Enqueue server" in the SAPinst Administrator.   Do i have to download addional packages? Or is there no free trial version of the Standalone Enqueue Server?

 

Many thanks,

 

Norman.


"You are not authorized to download selected object" when try download MAXDB 7.9.08.26 patch

$
0
0

Hello all!

 

Today SAP released the new patch for SAP MAXDB: 7.9.08.26.

 

But when I added it to Download Basket and then download it I get following error:

"You are not authorized to download selected object"

 

2014-10-31 16_31_40-BI1 [BI1ADM] - Remote Desktop Connection Manager v2.2.png

Why SAP release public something and it is impossible to download?

When customers can download the latest patch for SAP MaxDB and why older versions are not also downloadable?

 

 

Best Regards,

Jaroslaw

-24944 ERR_RTE Runtime env. error

$
0
0

Hello All,

 

While starting livecache via

dbmcli -d SID -u control,passwd db_online

 

it gives following error:

 

-24944,ERR_RTE: runtime error 5

datbase not running : no request pipe

 

Can somebody please let me know where should be the problem.

 

Best Regards,

Tushar

Exception condition "WRITE_FAILED" raised.

$
0
0

Hi,

 

I am installing ECC 6.0 in solaris 10 with MaxDB 7.6 on cluster. I have installed DB on one node and im trying to install CI on another. DB has been successfully installed, but when trying to install CI on another node it  is giving error like

 

1 Error in program 'sapinste': ======> Exception condition "WRITE_FAILED" raised.

T:1 Error in program 'sapinste': <* RfcReceive [2] : returns 3:RFC_SYS_EXCEPTION

T:1 Error in program 'sapinste': <* RfcCallReceive [2] : returns 3:RFC_SYS_EXCEPTION

 

When trying to execute the report RADDBDIF at this step it is giving error.

 

Please help me,

Thanks in advance

Reset SAP* password

$
0
0

Hi All,

We have need to reset the SAP* password because SAP* (also DDIC) is locked on client 000 and we don't have any other user. We are on MAXDB (we have also SQL Studio) so we have the error "table unknown" when we  try to excute the statement SELECT * FROM USR02 or SELECT * FROM SAPECP.USR02, where SAPECP is the owner. Obviously we want to excute the statement DELETE FROM USR02 WHERE BNAME='SAP*' AND MANDT='000'.

How can we proceed on MAXDB?

Reagards

Bob

SAP Database Studio fail after first start & close

$
0
0

Hello

 

SAP Database Studio fail after first start and close.                 

 

I've install SAP database Studio win-64bit-x86_64-7_9_08_02 on Win 7 / 64 bits

Successfully configured database (MaxDB 7.8)

JAVA :1.7 / 64

 

But after close and restart (C:\sapdb\clients\DatabaseStudio\dbstudio.exe) received error message:

 

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Could not create the view: Plug-in "com.sap.sdb.tools.ui.explorer" was unable to instantiate class "com.sap.sdb.tools.ui.explorer.ExplorerEasyView"

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Details

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

java.lang.NoClassDefFoundError: com/sap/sdb/tools/ui/actions/IToggleLinkingAdapter

    at java.lang.ClassLoader.defineClass1(Native Method)

    at java.lang.ClassLoader.defineClass(Unknown Source)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:183)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:576)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:546)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:477)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:465)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:445)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)

    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:457)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)

    at java.lang.ClassLoader.loadClass(Unknown Source)

    at java.lang.Class.getDeclaredConstructors0(Native Method)

    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)

    at java.lang.Class.getConstructor0(Unknown Source)

    at java.lang.Class.newInstance0(Unknown Source)

    at java.lang.Class.newInstance(Unknown Source)

    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170)

    at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874)

    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)

    at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:267)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:263)

    at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:63)

    at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:324)

    at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:226)

    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)

    at org.eclipse.ui.internal.Perspective.showFastView(Perspective.java:2155)

    at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1937)

    at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1950)

    at org.eclipse.ui.internal.Perspective.toggleFastView(Perspective.java:2351)

    at org.eclipse.ui.internal.WorkbenchPage.toggleFastView(WorkbenchPage.java:3867)

    at org.eclipse.ui.internal.ShowFastViewContribution.showView(ShowFastViewContribution.java:157)

    at org.eclipse.ui.internal.ShowFastViewContribution.access$1(ShowFastViewContribution.java:155)

    at org.eclipse.ui.internal.ShowFastViewContribution$3.widgetSelected(ShowFastViewContribution.java:138)

    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)

    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)

    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle com.sap.sdb.tools.ui (52).

    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:125)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)

    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)

    at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:454)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)

    at java.lang.ClassLoader.loadClass(Unknown Source)

    at com.sap.sdb.tools.ui.performance.Activator.<init>(Activator.java:92)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at java.lang.Class.newInstance0(Unknown Source)

    at java.lang.Class.newInstance(Unknown Source)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:152)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751)

    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)

    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)

    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)

    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)

    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:457)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)

    at java.lang.ClassLoader.loadClass(Unknown Source)

    at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:326)

    at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:231)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1193)

    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)

    at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874)

    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)

    at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:267)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52)

    at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:263)

    at org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:117)

    at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66)

    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

    at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2192)

    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Caused by: org.osgi.framework.BundleException: Exception in com.sap.sdb.tools.ui.UIPlugin.start() of bundle com.sap.sdb.tools.ui.

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:806)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)

    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)

    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)

    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)

    ... 45 more

Caused by: java.lang.NullPointerException

    at com.sap.sdb.tools.ui.UIPlugin.start(UIPlugin.java:144)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)

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

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)

    ... 50 more

 

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

Thanks for your help

 

Eric

Viewing all 1545 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>