SDK 2005

Hi,
im looking for the 2005A Business One SDK, which contains the samples. Specially i am looking for the 17.ChooseFromList sample.
Does someone know the link to the sdk samples.
Thx for help.

Hi Frank,
The SDK samples are copied to your machine when you install the SDK, from the SBO installation package. That includes the sample you want.
You can also look here for a futher demonstration on advanced (and also frequently asked) SDK stuff (including choose from lists).
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21d1212f-0801-0010-dab8-c39b3cacc3b9">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21d1212f-0801-0010-dab8-c39b3cacc3b9</a>
" This code sample, which was shown at the 2005 Tech Summit, shows how to work with forms by using SAP Business One SDK. It includes code samples that demonstrate how to download a form designed by using Screen Painter (.srf format), use Grids, use Data Tables, use Choose From Lists, work with events, and add menus on a Right Click event."
Hope this helps,
Ian

Similar Messages

  • SDK 2005 SP1. Where is it ?

    Hi all,
    reading the forum posts i've understanding that is available a Service Pack 1 for SDK 2005, Is Right ?
    If yes, can someone send me any reference to download it ?
    Thank's in advance.

    Like Trinidad said,
    The SP1 for SBO 2005 is not released yet - SAP said it would be released somewhere in quarter 2 (of 2006)
    You can find all details regarding supported platforms in PartnerEdge (http://channel.sap.com) - SAP Business One - Solution Overview - Solution Details -à SAP Business One 2005 - Supported Platforms
    Message was edited by: Barend Morkel

  • Diffirences between SDK 2005 and 2007?

    Hi all,
    Is there some informations available about the differences between SDK 2005 and 2007?
    Thanks in advance,
    Chief.

    Chief,
    There is a "compatibility" document that outlines what has changed between version with respect to issues you could run into as well as new features in the 2007A SDK.  You can find those documents here on SDN at ...
    SAP Business One 2007 [original link is broken]
    Eddy

  • Difference between SDK 2005 and SDK 2007

    Hi,
    please, can someone help me to find a SAP document about the differences between SDK 2005 and SDK 2007?
    I need a document or web link...
    Regards
                   Emanuele

    Hi Emanuele,
    The documentation you request is in the SDK's chm help file (that comes with the SDK itself).
    Open the Help file and go to the Index tab. There you'll find a "What's New" topic.
    Regards,
    Vítor Vieira

  • SDK 2005 & Java

    Hi,
    I'm new in SDK and I start width 2005 version.
    I'm trying to rewrite in java a project written in VB, but I can't find the java libraries in the SDK installation package of the 2005 version.
    I use Netbeans as environment for java.
    Can anyone help me?
    Thanks.

    Paolo,
    This is a sample how to connect to SBO
    com.sap.smb.sbo.api.ICompany oCmp = null;
    long rc = 0;
    oCmp = com.sap.smb.sbo.api.SBOCOMUtil.newCompany();
    oCmp.setServer(server);
    oCmp.setCompanyDB(database);
    oCmp.setUserName(user);
    oCmp.setPassword(password);
    oCmp.setLanguage(com.sap.smb.sbo.api.SBOCOMConstants.BoSuppLangs_ln_English);
    rc = oCmp.connect();
    if (rc != 0)
    System.out.println("Connect to Database: " + rc);
    SBOErrorMessage sErrMsg = oCmp.getLastError();
    System.out.println(sErrMsg.getErrorMessage());
    System.exit(-1);
    Regards,
    Ad

  • SDK 2005: Download Link

    Hi all,
    is there any possibility to download SBO 2005 SDK? There was this possibility to download SDK 2004 from SAP Marketplace before, but now, I can not find it.
    Or the only way is to order SDK directly from SAP?
    Thanks in advance.
    Best regards
    Libor.

    Hi Libor,
    You must order the SDK from SAP, but the SDK (without a license of course) is included in the normal installation of SBO 2005.
    Hope it helps,
    Adele

  • Event problem with SDK 2005

    Hi,
    I want to catch the et_form_unload event of my form to validate if I want to block the form from closing.
    The problem is : we should use the et_FROM_UNLOAD event but if I set bubbleevent to false the form close anyway. (event if beforeaction = true)
    But if I use et_FORM_CLOSE everything works fine except that the et_FORM_CLOSE event is "deprecated in UI API 2004" and in 2 realeses my addon wil not work.
    Any hints ?

    Hi,
    I have seen the comment about et_FORM_CLOSE in the UI API Help for 2004 version...
    But in 2005 SP01 it is already there and it is not anymore marked as deprecated.
    There is even a comment about it in the list of changes. Pay attention this comment refers to <b>2005 SP01</b> version:
    <i><b>Topic</b>
    Added before event to close event. Ignore the bubble event setting in the after event.
    <b>Description</b>
    In this event SAP Business One will throw also before event and not only after event. Due to the fact the SAP Business One now is sending before event the bubble event setting in the after event will be ignore and the user will need to set the bubble setting like in the other type of event in the before.
    <b>Impact for Add-Ons</b>
    In previous versions only 'after' event was sent and the bubble flag was used. From 2005 version SAP Business One will ignore the bubble flag in after event. SAP Business One will send before event as well as after event and will use the bubble flag only in before event.
    <b>Possible Solution</b>
    1. check all place in the code on which close event were used and verify that behavior is kept
    2. check that this event handled only once (not 2 for the before and after)</i>
    I think it will not be deprecated, but to be sure please create a message for support to have it confirmed.
    Hope it helps
    Trinidad.

  • SDK 2007 on SAP B1 2005 Company Database

    Hi Guys,
    Does anybody know how or could we use the library of SDK 2007 (SAPbobsCOM2007.dll) on company that still running SAP B1 2005 SP1 ??
    Currently in my system has installed :
    1. SAP B1 Server 2005
    2. SAP B1 Client 2005
    3. SAP B1 SDK 2005
    4. SAP B1 DI API 2005
    I'd try to do it by un-install the old version one (SDK 2005 & DI API 2005), and replacing it by install the new version (SDK 2007 & DI API 2007), and now I had DI API 2004, DI API 2005 and DI API 2007 in my DI API folder.
    So in my previous add-on (that has been running in SDK 2005), I delete the COM reference for SAPBobsCOM.dll as it was 2005 one. Then I add the new COM reference, and I run it. When it's come to syntax :
    oCompany.Connect(),
    my application just terminated / end without any exception or error (though I already try..catch).
    When I try to replace the COM reference to the older one, it works perfectly.
    Anybody has experienced it ? Or it couldn't be done ?
    Thank You.
    Regards,
    Ricky

    Ricky,
    maybe the SAP said that it should work - but the point is that you have to be aware that you use the objects and methods in the way of 2005 - and this is the hardest part.
    with UIAPI you will have no problems but with DIAPI i see the problems coming
    regards
    David

  • The Connection Navigator is missing

    JAVA_HOME = C:\Program Files\Java\jdk1.6.0_10
    path = %path%;%JAVA_HOME%\bin
    I hava a Java SDK 6 Update 10 and the latest SQL developer.
    When i start the developer, there is no Connection Navigator docked on the left also it also disappear under the View menu.
    I tried to create new connection from File>New, i can find the database connection (i think it comes from the TNS_ADMIN i have set).
    I clikc OK, then there is no connection dialog box appears, nothing happen.
    I search this forum and find somebody said deleting the "windowinglayout.xml" would help the problem.
    I tried it but no difference.
    this the console when i start sqldeveloper and try to make new database connection
    e SQL Developer': java.lang.ExceptionInInitializerError
    at oracle.dbtools.raptor.RaptorDBAddin.initialize(RaptorDBAddin.java:111
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:405)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1804)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1481)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: java.lang.NullPointerException
    at oracle.i18n.text.OraTerritory.getInstance(OraTerritory.java:101)
    at oracle.dbtools.raptor.config.DBConfig.<clinit>(DBConfig.java:286)
    ... 33 more
    Exception initializing 'oracle.dbtools.raptor.standalone.RaptorStandaloneAddin'
    in extension 'Oracle SQL Developer Extras': java.lang.NoClassDefFoundError: Coul
    d not initialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.utils.URLChooserShortcuts.<clinit>(URLChooserSh
    ortcuts.java:38)
    at oracle.dbtools.raptor.standalone.RaptorStandaloneAddin.initialize(Rap
    torStandaloneAddin.java:87)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:405)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1804)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1481)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Exception in thread "XML Action Loader" java.lang.NoClassDefFoundError: Could no
    t initialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.dialogs.actions.XMLBasedObjectAction$1$1.run(XM
    LBasedObjectAction.java:146)
    Failed to load a window
    java.lang.NoClassDefFoundError: Could not initialize class oracle.dbtools.raptor
    .utils.URLChooserShortcuts
    at oracle.dbtools.raptor.filenav.ProjectRootFilter.loadChildren(ProjectR
    ootFilter.java:87)
    at oracle.dbtools.raptor.filenav.ProjectRootFilter.getChildren(ProjectRo
    otFilter.java:61)
    at oracle.ideimpl.explorer.BaseTreeExplorer.addChildren(BaseTreeExplorer
    .java:358)
    at oracle.ideimpl.explorer.BaseTreeExplorer.setRoot(BaseTreeExplorer.jav
    a:1489)
    at oracle.ideimpl.explorer.BaseTreeExplorer.getTree(BaseTreeExplorer.jav
    a:1458)
    at oracle.ideimpl.explorer.BaseTreeExplorer.setContext(BaseTreeExplorer.
    java:619)
    at oracle.ideri.navigator.DefaultNavigatorWindow.createTree(DefaultNavig
    atorWindow.java:1112)
    at oracle.ideri.navigator.DefaultNavigatorWindow.getGUI(DefaultNavigator
    Window.java:361)
    at oracle.ide.docking.DockableWindow.getHostedComponent(DockableWindow.j
    ava:231)
    at oracle.ideimpl.docking.TitledPanelHolder.getOrCreateComponent(TitledP
    anelHolder.java:47)
    at oracle.ideimpl.docking.TitledPanel.setPageVisible(TitledPanel.java:88
    1)
    at oracle.ideimpl.docking.TitledPanel.showClient(TitledPanel.java:858)
    at oracle.ideimpl.docking.TitledPanel.setClientVisible(TitledPanel.java:
    841)
    at oracle.ideimpl.docking.TitledPanel.setDockableVisible(TitledPanel.jav
    a:1933)
    at oracle.ideimpl.docking.DockPanel.setDockableVisible(DockPanel.java:31
    1)
    at oracle.ideimpl.docking.AbstractDockPanelHost.setDockableVisible(Abstr
    actDockPanelHost.java:71)
    at oracle.ideimpl.docking.DockStationImpl.setDockableVisible(DockStation
    Impl.java:477)
    at oracle.ideimpl.docking.DockStationImpl.setDockableVisible(DockStation
    Impl.java:444)
    at oracle.ideimpl.docking.DockStationImpl.setDefaultState(DockStationImp
    l.java:1299)
    at oracle.ideimpl.docking.DockStationImpl.onFreshInstall(DockStationImpl
    .java:1194)
    at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.jav
    a:1176)
    at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.j
    ava:36)
    at oracle.ide.layout.Layouts.activate(Layouts.java:805)
    at oracle.ide.layout.Layouts.activateLayout(Layouts.java:185)
    at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:726)
    at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Failed to load a window
    java.lang.NoClassDefFoundError: Could not initialize class oracle.dbtools.raptor
    .config.DBConfig
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel$7.getText(SqlHist
    oryPanel.java:366)
    at javax.swing.plaf.basic.BasicLabelUI.installComponents(BasicLabelUI.ja
    va:345)
    at javax.swing.plaf.basic.BasicLabelUI.installUI(BasicLabelUI.java:322)
    at javax.swing.JComponent.setUI(JComponent.java:673)
    at javax.swing.JLabel.setUI(JLabel.java:242)
    at javax.swing.JLabel.updateUI(JLabel.java:256)
    at javax.swing.table.DefaultTableCellRenderer.updateUI(DefaultTableCellR
    enderer.java:144)
    at javax.swing.JLabel.<init>(JLabel.java:145)
    at javax.swing.JLabel.<init>(JLabel.java:216)
    at javax.swing.table.DefaultTableCellRenderer.<init>(DefaultTableCellRen
    derer.java:94)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel$7.<init>(SqlHisto
    ryPanel.java:362)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel.createTable(SqlHi
    storyPanel.java:360)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel.createGUI(SqlHist
    oryPanel.java:149)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel.<init>(SqlHistory
    Panel.java:143)
    at oracle.dbtools.sqlworksheet.sqlview.SqlEditorHistory.getHistoryPanel(
    SqlEditorHistory.java:234)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryDockable.getGUI(SqlHist
    oryDockable.java:35)
    at oracle.ide.docking.DockableWindow.getHostedComponent(DockableWindow.j
    ava:231)
    at oracle.ideimpl.docking.TitledPanelHolder.getOrCreateComponent(TitledP
    anelHolder.java:47)
    at oracle.ideimpl.docking.TitledPanel.setPageVisible(TitledPanel.java:88
    1)
    at oracle.ideimpl.docking.TitledPanel.showClient(TitledPanel.java:858)
    at oracle.ideimpl.docking.TitledPanel.setClientVisible(TitledPanel.java:
    841)
    at oracle.ideimpl.docking.TitledPanel.setDockableVisible(TitledPanel.jav
    a:1933)
    at oracle.ideimpl.docking.DockPanel.setDockableVisible(DockPanel.java:31
    1)
    at oracle.ideimpl.docking.AbstractDockPanelHost.setDockableVisible(Abstr
    actDockPanelHost.java:71)
    at oracle.ideimpl.docking.DockStationImpl.setDockableVisible(DockStation
    Impl.java:477)
    at oracle.ideimpl.docking.DockStationImpl.setDockableVisible(DockStation
    Impl.java:444)
    at oracle.ideimpl.docking.DockStationImpl.setDefaultState(DockStationImp
    l.java:1299)
    at oracle.ideimpl.docking.DockStationImpl.onFreshInstall(DockStationImpl
    .java:1194)
    at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.jav
    a:1176)
    at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.j
    ava:36)
    at oracle.ide.layout.Layouts.activate(Layouts.java:805)
    at oracle.ide.layout.Layouts.activateLayout(Layouts.java:185)
    at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:726)
    at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Exception in thread "EditorLoader" java.lang.NoClassDefFoundError: Could not ini
    tialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.oviewer.base.ViewerAddin.loadXMLEditors(ViewerA
    ddin.java:233)
    at oracle.dbtools.raptor.oviewer.base.ViewerAddin$1$1.run(ViewerAddin.ja
    va:140)
    at java.lang.Thread.run(Thread.java:619)
    Exception while performing action New Database Connection...
    java.lang.NoClassDefFoundError: Could not initialize class oracle.dbtools.raptor
    .config.DBConfig
    at oracle.dbtools.raptor.navigator.xml.NavigatorHook.initDescriptors(Nav
    igatorHook.java:194)
    at oracle.dbtools.raptor.navigator.xml.NavigatorHook.getNavigatorDescrip
    tors(NavigatorHook.java:88)
    at oracle.dbtools.raptor.navigator.xml.NavigatorHook.fetchConnectionType
    s(NavigatorHook.java:146)
    at oracle.dbtools.raptor.navigator.xml.NavigatorHook.getConnectionTypes(
    NavigatorHook.java:104)
    at oracle.dbtools.raptor.connections.ConnectionTypeRegistry.init(Connect
    ionTypeRegistry.java:54)
    at oracle.dbtools.raptor.connections.ConnectionTypeRegistry.getTabNames(
    ConnectionTypeRegistry.java:36)
    at oracle.dbtools.raptor.connections.ConnectionDialog.<init>(ConnectionD
    ialog.java:224)
    at oracle.dbtools.raptor.connections.ConnectionDialog.launch(ConnectionD
    ialog.java:708)
    at oracle.dbtools.raptor.explorer.jdev.ConnectionEditorImpl.launchEditor
    (ConnectionEditorImpl.java:24)
    at oracle.jdeveloper.db.DatabaseConnectionEditor.editConnection(Database
    ConnectionEditor.java:110)
    at oracle.jdeveloper.db.DatabaseActions.handleConnectionEditor(DatabaseA
    ctions.java:199)
    at oracle.jdeveloper.db.DatabaseActions.handleEvent(DatabaseActions.java
    :151)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:501)
    at oracle.jdevimpl.db.DBConnWizard.invoke(DBConnWizard.java:42)
    at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
    at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:365)
    at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
    at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:5
    20)
    at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1092)
    at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:373)
    at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    i open the "windowinglayout.xml" and find that there is no message about the connection navigator
    is it possible that the problem come from the resolution?
    my resoultion is 1280 x 800 (8:5)

    Having the same problem, SQL Dev was just working great until ones I started it the connection panel was missing. Unable to open saved sql files and a real strange behaviour of the app.
    I have tried the suggested above with no luck.
    Running:
    - WinXP - with the latest updates.
    - java sdk 1.6.0_11
    - oracle ide: 1.5.3.5.7.83 see About bellow for more details
    Getting this errormessage when pressing icon sql with a green arrow infront.
    java.lang.NullPointerException
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.listConnections(ConnectionPanelUI.java:426)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.resetConnections(ConnectionPanelUI.java:440)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.<init>(ConnectionPanelUI.java:120)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.<init>(ConnectionPanelUI.java:101)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.<init>(ConnectionSelectorUI.java:36)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:59)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:42)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorWizard.invoke(SqlEditorWizard.java:108)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.toolbarAction(SqlEditorController.java:1291)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.handleEvent(SqlEditorController.java:628)
         at oracle.ideimpl.controller.IdeActionHook$MetaClassController.handleEvent(IdeActionHook.java:407)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:855)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at oracle.ide.controls.ActionMenuToolButton.mav$fireActionPerformed(ActionMenuToolButton.java:77)
         at oracle.ide.controls.ActionMenuToolButton$FilterActionEvents.actionPerformed(ActionMenuToolButton.java:373)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:291)
         at oracle.ide.controls.ActionMenuToolButton$2.setPressed(ActionMenuToolButton.java:210)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
         at java.awt.Component.processMouseEvent(Component.java:6134)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5899)
         at java.awt.Container.processEvent(Container.java:2023)
         at java.awt.Component.dispatchEventImpl(Component.java:4501)
         at java.awt.Container.dispatchEventImpl(Container.java:2081)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
         at java.awt.Container.dispatchEventImpl(Container.java:2067)
         at java.awt.Window.dispatchEventImpl(Window.java:2458)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    About
    Oracle SQL Developer 1.5.3
    Version 1.5.3
    Build MAIN-5783
    Copyright © 2005,2008 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.0.22.49.44
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.1.57.83
    Version
    Component     Version
    =========     =======
    CVS Version (External)     (CVSNT) 2.0.51d (client/server)
    Java(TM) Platform     1.6.0_11
    Oracle IDE     1.5.3.57.83
    Versioning Support     1.5.3.57.83
    Properties
    Name     Value
    ====     =====
    apple.laf.useScreenMenuBar     true
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    com.apple.macos.smallTabs     true
    com.apple.mrj.application.apple.menu.about.name     "SQL_Developer"
    com.apple.mrj.application.growbox.intrudes     false
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    http.agent     Mozilla/5.0 (Java 1.6.0_11; Windows XP 5.1 x86; sv_SE) ICEbrowser/v6_1_3
    http.nonProxyHosts     
    http.proxyHost     10.11.11.7
    http.proxyPort     8080
    https.nonProxyHosts     
    https.proxyHost     10.11.11.7
    https.proxyPort     8080
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.AssertTracingDisabled     true
    ide.bootstrap.start     2103139118239
    ide.build     MAIN-5783
    ide.conf     C:\Program Files\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.config_pathname     C:\Program Files\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     sqldeveloper/extensions:jdev/extensions:ide/extensions
    ide.firstrun     true
    ide.java.minversion     1.5.0
    ide.launcherProcessId     2648
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     ide/lib/patches
    ide.pref.dir     C:\Documents and Settings\jobu\Application Data\SQL Developer
    ide.pref.dir.base     C:\Documents and Settings\jobu\Application Data
    ide.product     oracle.sqldeveloper
    ide.shell.enableFileTypeAssociation     C:\Program Files\sqldeveloper\sqldeveloper.exe
    ide.splash.screen     splash.gif
    ide.startingArg0     C:\Program Files\sqldeveloper\sqldeveloper.exe
    ide.startingcwd     C:\Program Files\sqldeveloper\sqldeveloper\bin
    ide.user.dir     C:\Documents and Settings\jobu\Application Data\SQL Developer
    ide.user.dir.var     IDE_USER_DIR
    ide.work.dir     Z:\#JOBU My Documents\SQL Developer
    ide.work.dir.base     Z:\#JOBU My Documents
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     50.0
    java.endorsed.dirs     C:\Java\jdk1.6.0_11\jre\lib\endorsed
    java.ext.dirs     C:\Java\jdk1.6.0_11\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
    java.home     C:\Java\jdk1.6.0_11\jre
    java.io.tmpdir     C:\DOCUME~1\jobu\LOCALS~1\Temp\
    java.library.path     C:\Program Files\sqldeveloper;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\;C:\Program Files\Borland\BDS\4.0\Bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Java\jdk1.5.0_17\bin;C:\Java\apache-ant-1.5.4\bin;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\ATI Technologies\Fire GL 3D Studio Max;C:\Program Files\cvsnt;\\tntdsx01\oracle\product\9.2.0\bin;\\10.112.65.51\oracle\product\10.2.0\client_1\BIN;C:\Program Files\Attachmate\Reflection\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Common Files\GTK\2.0\bin;C:\cygwin;C:\cygwin\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Borland\CaliberRM SDK 2005 R2\lib;Z:\#JOBU My Documents\Borland Studio Projects\Bpl;C:\cygwin;C:\cygwin\bin
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.6.0_11-b03
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.util.logging.config.file     logging.conf
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.6.0_11
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     11.0-b16
    jdbc.driver.home     //10.112.65.51/c$/oracle/product/10.2.0/client_1/
    jdbc.library     //10.112.65.51/c$/oracle/product/10.2.0/client_1/jdbc/lib/ojdbc14.jar
    line.separator     \r\n
    oracle.home     C:\Program Files\sqldeveloper
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library     //10.112.65.51/c$/oracle/product/10.2.0/client_1/jlib/orai18n.jar
    os.arch     x86
    os.name     Windows XP
    os.version     5.1
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sun.arch.data.model     32
    sun.boot.class.path     C:\Java\jdk1.6.0_11\jre\lib\resources.jar;C:\Java\jdk1.6.0_11\jre\lib\rt.jar;C:\Java\jdk1.6.0_11\jre\lib\sunrsasign.jar;C:\Java\jdk1.6.0_11\jre\lib\jsse.jar;C:\Java\jdk1.6.0_11\jre\lib\jce.jar;C:\Java\jdk1.6.0_11\jre\lib\charsets.jar;C:\Java\jdk1.6.0_11\jre\classes
    sun.boot.library.path     C:\Java\jdk1.6.0_11\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 3
    user.country     SE
    user.dir     C:\Program Files\sqldeveloper\sqldeveloper\bin
    user.home     C:\Documents and Settings\jobu
    user.language     sv
    user.name     jobu
    user.timezone     Europe/Berlin
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Check For Updates     oracle.ide.webupdate     11.1.1.0.22.49.44     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.0.22.49.44     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.0.22.49.44     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.0.22.49.44     Loaded
    Database UI     oracle.ide.db     11.1.1.0.22.49.44     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.0.22.49.44     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.0.22.49.44     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.0.22.49.44     Loaded
    Feedback     oracle.ide.feedback     11.1.1.0.22.49.44     Loaded
    File Support     oracle.ide.files     11.1.1.0.22.49.44     Loaded
    File System Navigator     oracle.sqldeveloper.filenavigator     11.1.1.57.83     Loaded
    Help System     oracle.ide.help     11.1.1.0.22.49.44     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.0.22.49.44     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.0.22.49.44     Loaded
    Log Window     oracle.ide.log     11.1.1.0.22.49.44     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.0.22.49.44     Loaded
    Navigator     oracle.ide.navigator     11.1.1.0.22.49.44     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.0.22.49.44     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.57.83     Loaded
    Oracle IDE     oracle.ide     11.1.1.0.22.49.44     Loaded
    Oracle Microsoft Access Browser     oracle.sqldeveloper.thirdparty.access     11.1.1.57.83     Loaded
    Oracle Migration Workbench     oracle.sqldeveloper.migration     11.1.1.57.83     Loaded
    Oracle Migration Workbench - MS Access     oracle.sqldeveloper.migration.msaccess     11.1.1.57.83     Loaded
    Oracle Migration Workbench - MySQL     oracle.sqldeveloper.migration.mysql5     11.1.1.57.83     Loaded
    Oracle Migration Workbench - SQLServer     oracle.sqldeveloper.migration.sqlserver2005     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation Core     oracle.sqldeveloper.migration.translation.core     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation MS Access     oracle.sqldeveloper.migration.translation.msaccess     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation MS SQL Server     oracle.sqldeveloper.migration.translation.sqlserver     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation MySQL     oracle.sqldeveloper.migration.translation.mysql     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation Sybase     oracle.sqldeveloper.migration.translation.sybase     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation UI     oracle.sqldeveloper.migration.translation.gui     11.1.1.57.83     Loaded
    Oracle MySQL Browser     oracle.sqldeveloper.thirdparty.mysql     11.1.1.57.83     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.57.83     Loaded
    Oracle SQL Developer Extras     oracle.sqldeveloper.extras     11.1.1.57.83     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.57.83     Loaded
    Oracle SQL Developer SearchBar     oracle.sqldeveloper.searchbar     11.1.1.57.83     Loaded
    Oracle SQL Developer TimesTen     oracle.sqldeveloper.timesten     1.5.3.1.3     Loaded
    Oracle SQL Server Browser     oracle.sqldeveloper.thirdparty.sqlserver     11.1.1.57.83     Loaded
    Oracle Sybase Browser     oracle.sqldeveloper.thirdparty.sybase     1.5.3.57.83     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.57.83     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.0.22.49.44     Loaded
    Peek     oracle.ide.peek     1.0     Loaded
    Replace With     oracle.ide.replace     11.1.1.0.22.49.44     Loaded
    Runner     oracle.ide.runner     11.1.1.0.22.49.44     Loaded
    SQL Worksheet Window     oracle.sqldeveloper.sqlworksheet     11.1.1.57.83     Loaded
    Search Bar     oracle.ide.searchbar     11.1.1.0.0     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.57.83     Loaded
    Sql Monitoring Project     oracle.sqldeveloper.sqlmonitor     11.1.1.57.83     Loaded
    Sybase 12     oracle.sqldeveloper.migration.sybase12     11.1.1.57.83     Loaded
    Sybase 15     oracle.sqldeveloper.migration.sybase15     11.1.1.57.83     Loaded
    Tuning     oracle.sqldeveloper.tuning     11.1.1.57.83     Loaded
    VHV     oracle.ide.vhv     11.1.1.0.22.49.44     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.0.22.49.44     Loaded
    Versioning Support for CVS     oracle.jdeveloper.cvs     11.1.1.0.22.49.44     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.0.22.49.44     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.0.22.49.44     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.0.22.49.44     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.0.22.49.44     Loaded
    //jb

  • Weblogic server crashes with optimizeit request analyzer

    Hi,
    I am using weblogic 9.2 version and optimizeitsuite2006.
    I changed the audit system selector to request analyzer. then restarted my weblogic server. It shows the below error. Please let me know how to solve this problem.
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x74FD49EA - memory at 0x00024A19 could not be read.
    Minidump : Wrote mdmp. Size is 317MB
    Version : BEA JRockit(R) R26.0.0-189_CR269406-59389-1.5.0_04-20060322-1120-win-ia32
    GC : System optimized over throughput (initial strategy singleparpar)
    : mmHeap->data = 0x00B00000, mmHeap->top = 0x10B00000
    CPU : Intel Pentium 4 (HT) SSE SSE2 NetBurst EM64T
    Number CPUs : 2
    Tot Phys Mem : 1071714304 (1022 MB)
    OS version : Microsoft Windows XP version 5.1 Service Pack 2 (Build 2600)
    Thread System: Windows Threads
    State : JVM is running
    Command Line : -Djrockit.launcher.type=jrockit.shipment -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx512m -Xrunoii:C:\Borland\Optimizeit\OptimizeitEntSuite2006\config\optimizeit.xml -Xbootclasspath/a:C:\Borland\Optimizeit\OptimizeitEntSuite2006\lib\oibcp.jar -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=C:\bea\WEBLOG~2 -Dwls.home=C:\bea\WEBLOG~2\server -Dwli.home=C:\bea\WEBLOG~2\integration -Dweblogic.management.discover=true -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=C:\bea\patch_weblogic920\profiles\default\sysext_manifest_classpath -Dweblogic.Name=cgServer -Djava.security.policy=C:\bea\WEBLOG~2\server\lib\weblogic.policy weblogic.Server
    JAVA_HOME : C:\bea\JROCKI~2
    java.home : C:\bea\JROCKI~2\jre
    j.class.path : C:\Borland\Optimizeit\OptimizeitEntSuite2006\lib\optit.jar;;C:\bea\patch_weblogic920\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JROCKI~2\lib\tools.jar;C:\bea\WEBLOG~2\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~2\server\lib\weblogic.jar;C:\bea\WEBLOG~2\server\lib\webservices.jar;;C:\bea\WEBLOG~2\common\eval\pointbase\lib\pbembedded51.jar;C:\bea\WEBLOG~2\common\eval\pointbase\lib\pbupgrade51.jar;C:\bea\WEBLOG~2\common\eval\pointbase\lib\pbclient51.jar;C:\bea\WEBLOG~2\server\lib\xqrl.jar;;
    j.lib.path : C:\bea\JROCKI~2\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\JROCKI~2\jre\bin;C:\Borland\Optimizeit\OptimizeitEntSuite2006\lib;C:\bea\patch_weblogic920\profiles\default\native;C:\bea\WEBLOG~2\server\native\win\32;C:\bea\WEBLOG~2\server\bin;C:\bea\JROCKI~2\jre\bin;C:\bea\JROCKI~2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IBM\Personal Communications\;C:\Program Files\IBM\Trace Facility\;C:\PROGRA~1\CA\Common\SCANEN~1;C:\PROGRA~1\CA\ETRUST~1;C:\Program Files\Vantive Client v8.5.5.13;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Borland\StarTeam SDK 2005 R2\Lib;C:\Program Files\Borland\StarTeam SDK 2005 R2\Bin;C:\Program Files\Borland\CaliberRM SDK 2005 R2\lib;C:\bea\WEBLOG~2\server\native\win\32\oci920_8
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    Registers (from ThreadContext: 0x0007D5CC / OS context: 0x0007DE04):
    eax = 00024a19 ecx = 00000002 edx = 0007e19c ebx = 778dd1e1
    esp = 0007e0d0 ebp = 00000000 esi = 00024a19 edi = 021f3840
    "Main Thread" id=1 idx=0x2 tid=2828 lastJavaFrame=0x00000000
    Stack 0: start=0x00040000, end=0x00080000, guards=0x00043000 (ok), forbidden=0x00041000
    Thread Stack Trace:
    -- Java stack --
    Additional information is available in:
    C:\bea\weblogic92\samples\domains\workshop\jrockit.288.dump
    C:\bea\weblogic92\samples\domains\workshop\jrockit.288.mdmp
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.

    The first step should be to upgrade to a more recent JRockit version. You are on R26.0, the current release is R27.2. JRockit R27.3 will be out in a month or so.
    -- Henrik

  • Matrix with UDO

    Hi,
    I've just created an UDO Matrix. The problem I've got is I can't add data without creating a Botton to insert.
    If realized if I create the same Matrix without UDO all the fields are editable.
    Is there anything I'm doing wrong or is it a limitation for UDO objects???
    Thanks in advance.

    You must use the button, and handle the click event. Here is the code that i´m using:
             oDS.InsertRecord(oDS.Size)
            oDS.Offset = oDS.Size - 1
            oMatrix.AddRow(1, oDS.Size - 1)
    Unfortunelly, I haven´t found any other way yet.  Maybe in the SDK 2005 it is possible to handle events of the right mouse button for the matrix, but you will still need the code.
    Thanks,
    Christiano.

  • Click on a Matrix Cell

    Hello. I want to do a click in the ItemCode cell of the Inventory Matrix in certain forms. I use "SBO_Application.Forms(pval.FormUID).Items("38").Specific.Columns("1").Cells(1).Click" in et_FORM_LOAD event and it works with SDK 2004. Unfortunately it doesn't work when I compile it with SDK 2005...
    Anybody knows how to do this with 2005????
    Thanks

    Hi X X,
    Which forms do you want to do this on form load? The restriction could be that you do not have a business partner selected and it won't select the column.  I tried it after I selected a business partner and the code below (which is the same as yours) works perfectly
    SBO_Application.Forms.ActiveForm.Items.Item("38").Specific.Columns.Item("1").Cells.Item(1).Click()
    Hope it helps,
    Adele

  • "JBI Addons"/"Java EE 5 Tools Bundle" Problem

    [ Sorry if this is the wrong forum, not sure if this is a netbeans issue or open sb issue]
    I'm very interested in Open ESB and would like to start playing around with it. After deciding to download Open ESB, I stumbled across the "Java EE 5 Tools Bundle " which contain (among other things) the "Project Open ESB Starter Kit ". The installation went well.
    I'm immediately interested in installing the "JBI Addons". I'm following the directions in JBI_AddOns.html but get stymied at this step:
    7. Install and start the Service Engine:
    Navigate to Sun Java System Application Server 9 node > JBI > Service Engines.
    Under the Servers tab in Netbeans I do have a "Sun Java System Application Server 9" node but there is no "JBI" node underneath it. I just have "Applications", "Resources" and "JVMS".
    Until I figure this out I can't install these add-on binding components. Any ideas?
    I was hoping to leverage netbeans for this experimentaion. However would I better of doing a "raw" OpenEsb install instead?
    [Sidenote: The myriad of netbeans/BPEL/JBI/AppServer bundles makes it very confusing for us folks new to these product lines]

    Thanks for your response.
    Yes, the server is running but still the "JBI" Node does not appear.
    Here is the output from my server start. Maybe you can see something fishy going on.
    C:/Program Files/Java/jdk1.6.0\bin\java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -XX:MaxPermSize=128m
    -Dcom.sun.aas.defaultLogFile=C:/Sun/SDK/domains/domain1/logs/server.log
    -Djava.endorsed.dirs=C:/Sun/SDK/lib/endorsed
    -Djava.security.policy=C:/Sun/SDK/domains/domain1/config/server.policy
    -Djava.security.auth.login.config=C:/Sun/SDK/domains/domain1/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Sun/SDK/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Sun/SDK/domains/domain1/config/cacerts.jks
    -Djava.ext.dirs=C:/Program Files/Java/jdk1.6.0/jre/lib/ext;C:/Sun/SDK/domains/domain1/lib/ext;C:/Sun/SDK/javadb/lib
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
    -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
    -Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,C:/Sun/SDK/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,C:/Sun/SDK/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
    -Dcom.sun.aas.configName=server-config
    -Ddomain.name=domain1
    -Djmx.invoke.getters=true
    -Dcom.sun.aas.promptForIdentity=true
    -Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
    -Dcom.sun.aas.instanceRoot=C:/Sun/SDK/domains/domain1
    -Dcom.sun.aas.domainName=domain1
    -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Program Files/Java/jdk1.6.0/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,C:/Sun/SDK/imq/lib/jaxm-api.jar,C:/Sun/SDK/imq/lib/fscontext.jar,C:/Sun/SDK/imq/lib/imqbroker.jar,C:/Sun/SDK/imq/lib/imqjmx.jar,C:/Sun/SDK/imq/lib/imqxm.jar,C:/Sun/SDK/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,C:/Sun/SDK/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
    -Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,C:/Sun/SDK/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
    -Dcom.sun.aas.classloader.serverClassPath=C:/Sun/SDK/lib/install/applications/jmsra/imqjmsra.jar,C:/Sun/SDK/imq/lib/jaxm-api.jar,C:/Sun/SDK/imq/lib/fscontext.jar,C:/Sun/SDK/imq/lib/imqbroker.jar,C:/Sun/SDK/imq/lib/imqjmx.jar,C:/Sun/SDK/lib/ant/lib/ant.jar,C:/Sun/SDK/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
    -Dcom.sun.aas.classloader.appserverChainJars.ee=
    -Dcom.sun.aas.configRoot=C:/Sun/SDK/config
    -Djava.library.path=C:\Sun\SDK\lib;C:\Sun\SDK\lib;C:\Program Files\Java\jdk1.6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Sun\SDK\lib;C:\Sun\SDK\bin;C:\Sun\SDK\bin;C:\Sun\SDK\bin;C:\Program Files\Windows Resource Kits\Tools\;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Perl\bin\;C:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\program files\borland\StarTeam SDK 2005 R2\Lib;c:\program files\borland\StarTeam SDK 2005 R2\Bin;c:\program files\borland\StarTeam SDK 6.0\Lib;C:\Program Files\OpenSSH\bin;C:\Program Files\QuickTime\QTSystem\;C:\Sun\SDK\bin;;C:\Program Files\jprofiler4\bin\windows;C:\John\Bin;C:\Program Files\SecureCRT;c:\cygwin\bin
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -Dcom.sun.aas.installRoot=C:/Sun/SDK
    -Dcom.sun.aas.ClassPathPrefix=
    -Dcom.sun.aas.ClassPathSuffix=;C:\Sun\SDK\addons\amserver\amclientsdk.jar;C:\Sun\SDK\addons\amserver\amWebServicesProvider.jar;C:\Sun\SDK\addons\amserver
    -Dcom.sun.aas.ServerClassPath=
    -cp
    ;C:/Sun/SDK/lib/appserv-launch.jar
    com.sun.enterprise.server.PELaunch
    start
    Starting Sun Java System Application Server Platform Edition 9.0_01 (build b02-p01) ...
    CORE5098: AS Socket Service Initialization has been completed.
    CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0-rc] from [Sun Microsystems Inc.]
    SEC1002: Security Manager is OFF.
    ADM0001:MBeanServer initialized successfully
    SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
    sgmt.service_initialized
    DPL5400:Exception occurred : error in opening zip file.
    ADM1079: Initialization of AMX MBeans successful
    ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://xifin-lindwall.mba.xifin.com:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors
    ADM1506: Status of Standard JMX Connector: Active = [true]
    WEB0302: Starting Sun-Java-System/Application-Server.
    WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]
    WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]
    WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]
    WEB0100: Loading web module [amserver] in virtual server [server] at [/amserver]
    WEB0100: Loading web module [portletdriver] in virtual server [server] at [/portletdriver]
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
    PSPCD_CSPPD0001 : Started initializing CacheManager
    PSPCD_CSPPD0002 : Finished initializing CacheManager
    PSPCD_CSPPD0003 : Started initializing PreferenceManager
    PSPCD_CSPPD0004 : Finished initializing PreferenceManager
    PSPCD_CSPPD0005 : Started initializing PortalDataContext
    PSPCD_CSPPD0006 : Finished initializing PortalDataContext
    PSPCD_CSPPD0007 : Started initializing PortletEventDataContext
    PSPCD_CSPPD0008 : Finished initializing PortletEventDataContext
    PSPL_PCCSPCPCI0003 : Started initializing PortletContainer
    PSPL_PCCSPCPCI0004 : Finished initializing PortletContainer
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848
    About to load the system app: __JWSappclients
    WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]
    SMGT0007: Self Management Rules service is enabled
    Application server startup complete.
    JBISE6013: JavaEEServiceEngine : Java EE Service Engine started successfully.
    BPEL service engine started

  • "No record found" create by VB B1 AddOn Wizard

    Hi
       I using the VB B1 AddOn Wizard of B1DE by VB.NET 2003.  But It show the "No record found", when fill-out the connect information.  I not sure what's problem.  I installed the B1DE version as "SAP Business One Development Environment Setup for SAP Business One SDK 2005 SP01 v1.2"
    Please advise.
    Many Thanks.

    Hello Winson,
    This is a known issue. Please create an UDO in your database, and then B1DE will work.
    Thanks,
    Nick

  • ARD missing

    I download and install the B1DE (SAP Business One Development Environment Setup for SAP Business One SDK 2005 SP01 v1.2 (ZIP 3.3MB). I am using .Net Framework 2.0. and Visual Studio 2003.
    When I want to create an <b>ard</b> and setup files for my addon in Visual Studio, i only get the "exe" file, everytime i am missing the ard file.
    I am doing the following steps:
    1.- Open your AddOn with .net
    2.- Build it
    3.- Goto create new Proyect: "SAP B1 AddOnInstaller .NET Wizard"
    3.1 A form "AddOn general Information" appears:
    Introduce Application Version, Name, etc...
    3.2 In the next screen you must introduce your .exe (of the solution), the DI and UI dll, and another files neccesary in your AddOn
    4.- When the new Project is created.... the .ard exists yet.
    Could somebody help me why i always missing the "ARD"-file.
    Thank you very much

    Cheif,
    Man you must create a NEW project and redo the steps. Also the installer wizard that you are using, does it ask for paths to UIAPI file and DIAPI file....if not then use the wizard that asks for these....there are quite a few types of wizards that make installers but not all ask for UIAPI and DIAPI paths.....these files are named as Interop.SAPbouiCOM.dll and Interop.SAPbobsCOM.dll and are located in the AddOnFiles folder in your Installer Project Directory.
    Kindly search for the Ard file in the BIN Folder after running the AddOnRegDataGenFile.Bat file..
    Its all hands up from my side.....Kindly contact the SAP support guys if it still doesnt work.
    Have a nice time Cheif
    Riz

Maybe you are looking for

  • IPhoto's corrupts entire photo database.

    I have had it with iPhoto. For the 2nd time in 2 years iPhoto corrpts the entire database and is not able to restore it. Even the timemachine backup does not work. How come Apple ia not able to make a decent photo program? Anyone suggestions for an a

  • My stolen Ipod

    How to locate my stolen IPod by known it's seiral number ?

  • Inserted video appears as a dot, sound does play but no video

    Ever since QuickTime was updated to 7.4 (and subsequently to 7.4.1), I have been unable to insert .mp4 video's into my Keynote presentations! These videos do not play in quicktime any more either! The videos do play without a problem in iTunes. They

  • Transport permissions

    Is there any way to transport KM content with permissions? The KM content here refers to the WPC and all itu2019s related content along with the documents ( images, document libraries, etc).

  • URL in Mail

    There is a way to put live links into Mail messages, but it's rather long: Edit > Link > Add > (type or paste link) > OK. Is there a shortcut or even a way to put this on the Toolbar? Thanks.