Solaris SWT error

I am trying to run a jar file, packed using Eclipse, on a Ultra 5/SPARC Solaris machine but keep getting an error from:
org.eclipse.swt.internal.motif.OS.XmCreateMainWindow
After attempting to run the command ApplicationWindow.open()
I am using all of the newest external JARs provided by Eclipse 3.0.2 (the SWT for Solaris among others) and have made sure all my classpath information is correct. The JAR was created in Windows and runs under Windows and Linux just fine. The program is able to display a quick splash screen by drawing an Image and doing a thread sleep but crashes right after when trying to open the app window. To make things more interesting, I have an older version of the JAR that runs just fine... any ideas what might cause such a problem?

The problem you're seeing is that the embedded browser is not currently
supported on Solaris. The request for this is
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77217 . The Browser class is
included in the solaris-motif download because all of the motif downloads
include the same java code, but the isLinux check that you encountered is a
runtime check that fails when attempting to use the motif codebase's Browser
on a non-linux platform.
Grant
"Scott Senst" <[email protected]> wrote in message
news:e67969cfb450824a245ab597aabafa86$[email protected]..
> Oops, the Browser class was delivered in the
> eclipse-SDK-3.1RC1-solaris-motif.zip download. Did this just get deployed
> with the linux Browser class or something??
> -scott
>

Similar Messages

  • SWT Error occured in OSB project

    When I import OSB project in workshop and tried to see params in stage "service callout" a get "SWT Error occured" [img src=http://f3.s.qip.ru/56TNXCPS.jpg] and can't see params. If to create in workshop new service callout - everything is ok.
    Any idea?
    Edited by: 936743 on 25.05.2012 6:19

    Record about this error in log file
    !SESSION 2012-05-25 17:15:24.272 -----------------------------------------------
    eclipse.buildId=M20080221-1800
    java.version=1.6.0_05
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ru_RU
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY com.bea.workshop.product 1 1 2012-05-25 17:15:40.709
    !MESSAGE Using product plugin (com.bea.workshop.product) for feedback reports
    !ENTRY org.eclipse.ui 4 0 2012-05-25 17:17:15.123
    !MESSAGE Unhandled event loop exception
    !STACK 0
    org.eclipse.swt.SWTError: No more handles
         at org.eclipse.swt.SWT.error(SWT.java:3589)
         at org.eclipse.swt.SWT.error(SWT.java:3481)
         at org.eclipse.swt.SWT.error(SWT.java:3452)
         at org.eclipse.swt.widgets.Widget.error(Widget.java:432)
         at org.eclipse.swt.widgets.Control.createHandle(Control.java:602)
         at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:235)
         at org.eclipse.swt.widgets.Decorations.createHandle(Decorations.java:413)
         at org.eclipse.swt.widgets.Shell.createHandle(Shell.java:522)
         at org.eclipse.swt.widgets.Control.createWidget(Control.java:618)
         at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:131)
         at org.eclipse.swt.widgets.Decorations.createWidget(Decorations.java:421)
         at org.eclipse.swt.widgets.Shell.<init>(Shell.java:286)
         at org.eclipse.swt.widgets.Shell.<init>(Shell.java:265)
         at org.eclipse.swt.widgets.Shell.<init>(Shell.java:218)
         at org.eclipse.swt.widgets.Shell.<init>(Shell.java:156)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.getTextDimension(TabbedPropertyList.java:709)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.getTabHeight(TabbedPropertyList.java:826)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.computeTabsThatFitInComposite(TabbedPropertyList.java:535)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.computeTopAndBottomTab(TabbedPropertyList.java:863)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.access$25(TabbedPropertyList.java:862)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$10.controlResized(TabbedPropertyList.java:504)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:221)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:943)
         at org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:4302)
         at org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:333)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1360)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2568)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:356)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:284)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4374)
         at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:729)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:695)
         at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:901)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1026)
         at org.eclipse.swt.widgets.Composite.layout(Composite.java:551)
         at org.eclipse.swt.widgets.Composite.layout(Composite.java:509)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.layoutTabs(TabbedPropertyList.java:980)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.computeTopAndBottomTab(TabbedPropertyList.java:897)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.access$25(TabbedPropertyList.java:862)
         at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$10.controlResized(TabbedPropertyList.java:504)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:221)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:943)
         at org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:4302)
         at org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:333)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1360)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2568)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:356)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:284)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4374)
         at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:729)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:695)
         at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:901)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1375)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2568)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:356)
         at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:284)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:729)
         at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:695)
         at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:901)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1375)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:198)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:198)
         at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1025)
         at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1371)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3743)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2260)
         at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4374)
         at org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method)
         at org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1235)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2521)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2503)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2499)
         at org.eclipse.swt.widgets.Control.setBounds(Control.java:2568)
         at org.eclipse.ui.internal.LayoutPart.setBounds(LayoutPart.java:300)
         at org.eclipse.ui.internal.presentations.PresentablePart.setBounds(PresentablePart.java:169)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.layoutContent(PresentablePartFolder.java:129)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.layout(PresentablePartFolder.java:410)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.setBounds(PresentablePartFolder.java:258)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.setBounds(TabbedStackPresentation.java:218)
         at org.eclipse.ui.internal.PartStack.setBounds(PartStack.java:1198)
         at org.eclipse.ui.internal.LayoutTree.doSetBounds(LayoutTree.java:547)
         at org.eclipse.ui.internal.LayoutTree.setBounds(LayoutTree.java:538)
         at org.eclipse.ui.internal.LayoutTreeNode.doSetBounds(LayoutTreeNode.java:535)
         at org.eclipse.ui.internal.LayoutTree.setBounds(LayoutTree.java:538)
         at org.eclipse.ui.internal.LayoutPartSash.widgetSelected(LayoutPartSash.java:276)
         at org.eclipse.ui.internal.LayoutPartSash.access$1(LayoutPartSash.java:259)
         at org.eclipse.ui.internal.LayoutPartSash$1.widgetSelected(LayoutPartSash.java:62)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947)
         at org.eclipse.swt.widgets.Sash.WM_MOUSEMOVE(Sash.java:380)
         at org.eclipse.swt.widgets.Control.windowProc(Control.java:3716)
         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4361)
         at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
         at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2265)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
         at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
         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 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
         at org.eclipse.equinox.launcher.Main.eclipse_main(Main.java:1148)
         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.m7.installer.util.NitroxMain$1.run(NitroxMain.java:33)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

  • SWT error

    hi,
    while i am doing with SAPNWD i get the the error as "SWT error". After this, the frequent termination of workbench occur. Actually  i want to know why this error has occured. and at what instance it occur. let me know.

    Hi
    Try changing your workspace and see if it works.
    If not then you can refer to this [link|Error while creating adaptive RFC model;.
    Hope this helps.
    Regards,
    Sayan Ghosh

  • 10g R2 RAC on Solaris 10 error when running root.sh

    hi, I am installing Oracle 10g rac on Solaris 10 with two nodes. In the end of the installation of RAC when a run root.sh I get the error bellow.
    # /opt/crs/oracle/product/10.2.0/crs/root.sh
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Failed to upgrade Oracle Cluster Registry configuration

    I have done this install using a pair of T2000's and a 65XX SAN. The install doco is not straight forward. I had to compile a number of Metalink notes to eventually get the disk partitions sorted. Of particular help was Note:271621.1.
    Since I am not a Solaris admin, the next bit is caveated as "This is how I did it" and maybe not how anyone else would have done it. These things were not explicitly noted, but gleaned through a bit of reading:
    1) you need to throw away the first cylinder of each LUN. I did this by creating the first partition as a single cylinder.
    2)then create s4 (or whichever slice you desire) as the rest of the space allocated to that LUN.
    3) Repeat this for each LUN presented
    4) I created a directory /san under which I then created the character mode (raw) interface for each of ocr, vote.
    5) For asm, and for no other reason than being self documenting, I created /san/asm and created character mode interfaces to each of the LUN's for datadg and fradg
    6) repeat steps 1-5 on the other box
    I took quite some time (2 days) to extract all this and assemble it to a working system. But has always been stable.
    Regards,
    Kevin Crowley
    Principal Consultant
    Pacific DBMS P/L

  • Solaris container error - patch

    Hi guys,
    I tried to install the flar archive and got the following error. i have done the same way to my other solaris 8 box and that container is working fine.
    this is my error.
    Checking installed patches...
    One or more patch packages included in
    109147-44 are not installed on this system.
    Patchadd is terminating.
    [Mon Dec 13 13:38:20 EST 2010] S20_apply_patches: Unpacking patch: 111023-03
    [Mon Dec 13 13:38:20 EST 2010] S20_apply_patches: Installing patch: 111023-03
    Checking installed patches...
    One or more patch packages included in
    111023-03 are not installed on this system.
    Patchadd is terminating.
    [Mon Dec 13 13:38:22 EST 2010] S20_apply_patches: Unpacking patch: 111431-01
    [Mon Dec 13 13:38:22 EST 2010] S20_apply_patches: Installing patch: 111431-01
    Checking installed patches...
    One or more patch packages included in
    111431-01 are not installed on this system.
    Patchadd is terminating.
    [Mon Dec 13 13:38:23 EST 2010] S20_apply_patches: Unpacking patch: 112605-04
    [Mon Dec 13 13:38:23 EST 2010] S20_apply_patches: Installing patch: 112605-04
    Checking installed patches...
    ERROR: This patch requires the following patches
    which have not been applied to the system:
    111431-01 111023-02
    Patchadd is terminating.
    [Mon Dec 13 13:38:24 EST 2010] Postprocess: ERROR: p2v module S20_apply_patches failed: 0
    [Mon Dec 13 13:38:24 EST 2010] Postprocess: ERROR: Zone boot failed
    [Mon Dec 13 13:38:24 EST 2010] Postprocess: ERROR: Postprocessing failed.
    [Mon Dec 13 13:38:26 EST 2010] Result: Postprocessing failed.
    [Mon Dec 13 13:38:26 EST 2010]
    [Mon Dec 13 13:38:26 EST 2010] Result: *** Installation FAILED ***
    [Mon Dec 13 13:38:26 EST 2010] Log File: /var/tmp/sambo.install.15654.log
    do i need to apply those patched to my globla zone ?
    thanks

    hi,
    apply the patches directly to the global zone.
    it should automatically get applied to the non-global zone..
    regards,
    Raj

  • 10gR2 under Solaris 10: Error creating sample database

    I am attempting to install 10gR2 on a Sun Ultra 10 Sparc workstation running Solaris 10. I successfully configured the ASM drives and loaded the software, and am now attempting to install the actual database software.
    While the installer is running the Database Configuration Assistant, the second "recommended" configuration program, I get an error almost halfway through that says "ORA-19879: error reading backup piece". Looking through the logs kept by the Assistant, I find this entry:
    Grant succeeded.
    20061228 03:17:09
    1 row selected.
    old 30: dbms_backup_restore.restoreDataFileTo(data_file_id,'&data_file_name');
    new 30: dbms_backup_restore.restoreDataFileTo(data_file_id,'/u01/app/oracle/product/10.2.0/db_1/assistants/dbca/templates/example.dmp');
    old 33: dbms_backup_restore.restoreBackupPiece('&data_file_backup', done);
    new 33: dbms_backup_restore.restoreBackupPiece('change_on_install', done);
    Allocating device....
    Specifying datafiles...
    Specifing datafiles...
    Restoring ...
    declare
    ERROR at line 1:
    ORA-19624: operation failed, retry possible
    ORA-19870: error reading backup piece
    /u01/app/oracle/product/10.2.0/db_1/dbs/change_on_install
    LRM-00116: syntax error at 'tablespaces' following '='
    IMP-00022: failed to process parameters, type 'IMP HELP=Y' for help
    IMP-00000: Import terminated unsuccessfully
    ORA-19505: failed to identify file
    "/u01/app/oracle/product/10.2.0/db_1/dbs/change_on_install"
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 5146
    ORA-06512: at line 33
    I couldn't find anything wrong in "example.dmp", and I couldn't find "change_on_install" in the directory listed, even while the error window was still on the screen. Most of the errors in the log following this fragment have to do with tablespace EXAMPLE not being there.
    Someone else with a similar problem solved it by installing the database software without the sample databases. I'll give that a try tomorrow, but I'd still like to know where I'm even supposed to look to find the problem I had above.
    Thanks,
    Mike McCormick

    Okay, I've found at least one source for this problem. There is a script called mkplug.sql in the demo/schema directory that had a line that began "host imp .....". 'imp' is in the db_1/bin directory, which the PATH variable does not yet point to.
    So, my question now is whether I should change "host imp..." to "host $ORACLE_HOME/bin/imp..." in all the files it appears in (sted_mkplug.sql and sdoepsgv.sql, as well as mkplug.sql), or add $ORACLE_HOME/bin to the PATH variable manually.
    What I'm going to try is to deinstall the database, scrap the directories, then reload the software only. After that, I'll edit the files in the demo directory and use dbca to create the demo directories.
    Mike McCormick

  • Solaris adapter: Error building user.

    Hello!
    We are using our IDM to manage users in Solaris Zones. This worked fine, but after moving some zones to a new system, the IDM says it does not find the users any more. When I do a "Accounts / Load from resource", I get the following error for many users:
    Error extracting account 'nobody': com.waveset.adapter.exception.ContinuableIteratorException: Error building user.Does anyone know how to fix this error?
    TIA
    Stephan

    Problem solved: I forgot to change the profile for the user which changes accounts on the system. After editing /etc/user_attr all works fine now.

  • NFS share mount on solaris 10 : error 48

    I got the below error when mount NFS share  on solaris 10  . Please help
    Oct 20 10:02:12 etravel2k nfs: [ID 182275 kern.warning] WARNING: NFS server initial call to scom01 failed: error 48

    Hi,
    try to force the mount with nfs version 3.
    # mount -o vers=3 server-name:/share-point /local-dir
    regards
    Walter

  • DB13 on distributed system ECC 6 EHP 4 Solaris - Oracle error

    Dear all,
    I have a new ECC 6 EHP 4 ABAP only distributed system installation on Solaris 10- Oracle 10 platform. Kernel version 7.01.
    Let call application/CI hostname = apphost
    and DB Instance hostname = dbhost
    I tried to set up DBA job (checkdb, update statistic, backup) via DB13, but its always end with error like this:
    Can't exec external program (No such file or directory)
    External program terminated with exit code 1.
    RFC SAPXPG_DBDDEST_dbhost settings are like this:
    Program : /sapmnt/KCP/exe/sapxpg
    Target host: dbhost
    Gateway host: apphost
    Gateway service: sapgwxx
    I have set rhosts on both server already.
    Shell : sh
    Looks like it cannot find executable program when try to do it remotely.
    Please help..
    Thanks
    Fendhy

    Sorry, i mean the Shell is /bin/sh
    I tried to follow this Note 1025707 - DBA Cockpit planning calendar and remote Oracle databases and tried to set up the scenario using rsh.
    I copied all brtools files to home dir of <sid>adm on dbhost and tried again on DB13.
    It can find the br*tools executables but now it show error :
    BR0152E Environment variable ORACLE_SID is not set
    So i got a clue for this error. I think since it was run on rsh, the environment variables weren't loaded for the rsh session.
    Still searching to load this Environment variable on the rsh session.
    Regards,

  • Trying to upgrade Apache on Solaris 10; errors with make

    Hi all, I have Apache 2.2.6 running on a Solaris 10 server and I want to upgrade it to Apache 2.2.25 using config.nice. I've been having lots of problems related to the compiler, but I finally got config.nice to run. Now when I run make (using GNU make) I get the following error:
    httpd-2.2.25/ => /usr/local/bin/make
    Making all in srclib
    make[1]: Entering directory `/export/home/voyager/httpd-2.2.25/srclib'
    Making all in pcre
    make[2]: Entering directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    make[3]: Entering directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    /usr/local/apr-httpd//build-1/libtool --silent --mode=compile /usr/local/bin/gcc -g -O2  -s -m32 -I/m1/shared/temp/include  -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE    -I/export/home/voyager/httpd-2.2.25/srclib/pcre -I. -I/export/home/voyager/httpd-2.2.25/os/unix -I/export/home/voyager/httpd-2.2.25/server/mpm/prefork -I/export/home/voyager/httpd-2.2.25/modules/http -I/export/home/voyager/httpd-2.2.25/modules/filters -I/export/home/voyager/httpd-2.2.25/modules/proxy -I/export/home/voyager/httpd-2.2.25/include -I/export/home/voyager/httpd-2.2.25/modules/generators -I/export/home/voyager/httpd-2.2.25/modules/mappers -I/export/home/voyager/httpd-2.2.25/modules/database -I/usr/local/apr-httpd//include/apr-1 -I/usr/local/apr-util-httpd//include/apr-1 -I/export/home/voyager/httpd-2.2.25/server -I/export/home/voyager/httpd-2.2.25/modules/proxy/../generators -I/export/home/voyager/httpd-2.2.25/modules/ssl -I/export/home/voyager/httpd-2.2.25/modules/dav/main  -prefer-non-pic -static -c maketables.c && touch maketables.lo
    libtool: compile: unable to infer tagged configuration
    libtool: compile: specify a tag with `--tag'
    make[3]: *** [maketables.lo] Error 1
    make[3]: Leaving directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/export/home/voyager/httpd-2.2.25/srclib'
    make: *** [all-recursive] Error 1
    I've searched and searched and haven't been able to find anything that explains what the problem is. Can anyone help me with this?
    Here is my config.nice
    #! /bin/sh
    # Created by configure
    CC="/usr/local/bin/gcc"; export CC
    CFLAGS="-s -m32 -I/m1/shared/temp/include"; export CFLAGS
    LDFLAGS="-m32 -L/lib -L/usr/lib -L/m1/shared/temp"; export LDFLAGS
    "./configure" \
    "--with-apr=/usr/local/apr-httpd" \
    "--with-apr-util=/usr/local/apr-util-httpd" \
    "LIBTOOL=/m1/shared/httpd/2.2.6/build/libtool --tag=CC" \
    "--enable-deflate=static" \
    "--enable-reqtimeout" \
    "--enable-mods-shared=all vhost-alias unique-id v4-mapped rewrite mime-magic charset-lite" \
    "--without-berkely-db" \
    "--prefix=/m1/shared/apache2" \
    "CC=/usr/local/bin/gcc" \
    "CFLAGS=-s -m32 -I/m1/shared/temp/include" \
    "LDFLAGS=-m32 -L/lib -L/usr/lib -L/m1/shared/temp" \
    "$@"
    I've tried running it with /usr/local/apr-httpd/build-1/libtool and get the same error.

    apache should be using its local copy of libtool, at least thats what i see when i build from src.  just reran to make sure i wasnt seeing things:
    gmake
    Making all in srclib
    gmake[1]: Entering directory `/work/httpd-2.2.25/srclib'
    Making all in apr
    gmake[2]: Entering directory `/work/httpd-2.2.25/srclib/apr'
    gmake[3]: Entering directory `/work/httpd-2.2.25/srclib/apr'
    /bin/bash /work/httpd-2.2.25/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I./include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
    /bin/bash /work/httpd-2.2.25/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I./include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include  -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
    have you tried a gmake distclean and then rerun configure with all your options to make sure the build/obj dir is clean?

  • Solaris password  error

    Ihave created a user account and password for a user in Solaris OS version 5.9. But the user is able to login with an extended password. Why it is so is it an error.
    example user : simon
    Password (say) Abcdefg15
    If I enter password Abcdefg1535678 , I can enter into the system.

    Thanks for the reply , I am wondering will the sysconfig parameter SCGETPW_R_SIZE_MAX changes this defult max length of the password.

  • Solaris installation error

    I got error trying to install Solaris from ISO image.
    Error is "Path is not absolute".
    What I did:
    primary# ldm add-vdsdev /var/spool/pkg/sol-10-u11-ga-sparc-dvd.iso iso_vol@primary-vds0
    primary# ldm add-vdisk iso_disk iso_vol@primary-vds0 etleai
    /var/spool/pkg/sol-10-u11-ga-sparc-dvd.iso          - path to iso file
    etleai                                                                - guest domain
    Need help.

    Hello
    When did you got the error "Error is "Path is not absolute"." after what command?
    I found this but points to a bad data entries in the installation process, it is close as not a bug.
    Bug 16559051 - Solaris 10 1/13 (Update 11) dvd text installation issue
    regards
    Eze

  • Forte 62, Solaris Compiler error with purify

    Hi all;
    I am using a Solaris 2.8 machine, a Forte62 compiler in 64 bit mode.
    I have set all LD_LIBRARY_PATH up and it compiles most my code till it gets to the part that it purifies. It gives me this error:
    ld: fatal: relocation error: R_SPARC_DISP64: file /purifycache/vob/tools_SunOS/Forte6U2/WS6U2/lib/v9/crti_pure_p3_c0_111202109_64.o: symbol exshared0: offset 0xffffffff7a6faeb4 is non-aligned
    Any ideas on what is causing this?
    Thanks a mill
    Ter

    The problem appears to be in purify code. You should contact their tech support.

  • Solaris: Syntax errors on all db2 commands run in terminal

    DB2 Express 9.5 x86 installed on Solaris 10 x86.
    Just about every DB2 command I run gets some type of syntax error.
    There has to be some additional configuration required after installing DB2.
    When I run these without the sh in front, I get a "command not found" message.
    Here are edited examples.
    I had to remove some of the disallowed content from the examples and replace with xxxx's.
    Examples:
    bash-3.00# sh db2level
    db2level: xxxxxxxx: not found
    db2level: syntax error at line 19: `(' unexpected
    bash-3.00# sh db2
    db2: syntax error at line 3:
    bash-3.00# sh db2fs
    Usage: dirname path
    db2fs: test: argument expected
    bash-3.00# sh db2admin
    db2admin: syntax error at line 2:
    `"#' unexpected
    bash-3.00# sh db2daslevel
    db2daslevel: syntax error at line 1: `(' unexpected
    bash-3.00# sh db2fmd
    db2fmd: syntax error at line 20: `(' unexpected
    bash-3.00# sh db2diag
    db2diag: syntax error at line 8: `(' unexpected

    Definitely the wrong forum for those questions.

  • Install Oracle 8.1.6 (Solaris): show error after runInstaller

    Hello,
    After entered "runInstaller" on my SunOS 5.6, the following error message appeared
    "Initializing Java Virtual Machine from <.... a list of library ........> Please wait..."
    Error in CreateOUIProcess : 14
    :Bad Address
    I've already set ENVIRONMENT variables (including DISPLAY)
    csh> xhost +
    csh> setenv DISPLAY my_workstation_name:0.0
    Any suggestions?
    Thanks for your great help!!
    Kent

    You need to do the xhost +YOUR_MACHINE_NAME as root.                                                                                                                                                                                                           

Maybe you are looking for