Obiee on websphere server

Hi All,
Does Anyone know how to install obiee OBIEE 10.1.4.3.2 on web sphere server ? I am looking for any installation document for this purpose.
Appreciate your kind help.
Surya

Hi Surya,
Deployment of OBIEE on Websphere is just like deployment on any other J2EE based application server like weblogic. Briefly, the steps are
1. Modify the web.xml to provide the Presentation Server host name, Port
2. Recreate the analytics.war file.
3. Deploy it onto websphere as an application with the application context as 'analytics'.
Hope this helps.
Thank you,
Dhar

Similar Messages

  • RFC in IBM Websphere server

    Hi all,
    I want to run a Java application that calls SAP RFC in an IBM Websphere server. Right now its working fine in Tomcat server.(I have installed JCO for Tomacat).
    What all are the steps (intallations and configurations) I need to do in Websphere server.
    I came across terms like SAPODA and JCO. Is SAP ODA neccessary??? or JCO installation alone will work?
    Thanks in advance
    George

    u need only sapjco.jar file and dll files ..............
    u put sapjco.jar file in ibm/sdp/6.0/portal/eclipse/plugins/eis.webtools.sap.6.0_0
    here u copy that file.....
    go to dynamic webproject, right click>properties>java build path-->add external
    jars>add that sapjco.jar file  and click okfinish..
    now u write ur program..........
    it works fine...........

  • Problem starting websphere server 6.0 with Eclipse.

    Hi Frndz,
    I'm trying to start WAS6 server from Eclipse IDE view but I get the exception DescriptorParseException with the XML file com/ibm/ws/management/descriptor/xml/JVM.xml. On the other hand, I can start without any problem my WAS6 server outside Eclipse.
    I would really appreciate any help on this.
    Thanks in advance.
    ************ Start Display Current Environment ************
    Host Operating System is Windows XP, version 5.1
    Java version = 1.5.0_05, Java Compiler = null, Java VM name = Java HotSpot(TM) Client VM
    was.install.root = C:/IBM/WebSphere/AppServer
    user.install.root = C:/IBM/WebSphere/AppServer/profiles/AppSrv01
    Java Home = C:\Program Files\Java\jdk1.5.0_05\jre
    ws.ext.dirs = C:/IBM/WebSphere/AppServer/java/lib;C:/IBM/WebSphere/AppServer/profiles/AppSrv01/classes;C:/IBM/WebSphere/AppServer/classes;C:/IBM/WebSphere/AppServer/lib;C:/IBM/WebSphere/AppServer/installedChannels;C:/IBM/WebSphere/AppServer/lib/ext;C:/IBM/WebSphere/AppServer/web/help;C:/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
    Classpath = C:\IBM\WebSphere\AppServer\properties;C:\IBM\WebSphere\AppServer\lib\bootstrap.jar;C:\IBM\WebSphere\AppServer\lib\j2ee.jar;C:\IBM\WebSphere\AppServer\lib\lmproxy.jar;C:\IBM\WebSphere\AppServer\lib\urlprotocols.jar
    Java Library path = C:/IBM/WebSphere/AppServer/java/bin;C:/IBM/WebSphere/AppServer/bin;C:/IBM/WebSphere/AppServer/java/bin;C:/IBM/WebSphere/AppServer/java/jre/bin
    Current trace specification = *=info
    ************* End Display Current Environment *************
    [4/3/08 17:01:59:093 GMT+05:30] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
    [4/3/08 17:01:59:203 GMT+05:30] 0000000a MBeanDescript W ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/mbeans.xml.
    [4/3/08 17:01:59:265 GMT+05:30] 0000000a AdminInitiali A ADMN0015I: The administration service is initialized.
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R java.lang.NullPointerException
         at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
         at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
         at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
         at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
         at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
         at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
         at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
         at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
         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:585)
         at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at java.lang.reflect.Method.invoke(Method.java:585)
    [4/3/08 17:01:59:312 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
    [4/3/08 17:01:59:328 GMT+05:30] 0000000a MBeanDescript W ADMN0001W: The service is unable to parse the MBean descriptor file com.ibm.websphere.management.exception.DescriptorParseException: ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/JVM.xml.
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:164)
         at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
         at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
         at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
         at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
         at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
         at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
         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:585)
         at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
    Caused by: java.lang.NullPointerException
         at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
         at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
         ... 17 more
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R com.ibm.ws.exception.ConfigurationError: Problem initializing AdminImpl:
         at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:697)
         at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
         at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
         at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
         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:585)
         at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
    Caused by: com.ibm.ws.exception.ConfigurationWarning: Problem registering JVM MBean.
         at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:361)
         ... 12 more
    Caused by: com.ibm.websphere.management.exception.AdminException: ADMN0005E: The service is unable to activate MBean: type JVM, collaborator com.ibm.ws.management.component.JVMMBean@f38cf0, configuration ID JVM, descriptor null.
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:600)
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
         at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
         ... 12 more
    Caused by: com.ibm.websphere.management.exception.DescriptorParseException: ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/JVM.xml.
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:164)
         at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
         at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
         ... 14 more
    Caused by: java.lang.NullPointerException
         at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
         at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
         ... 17 more
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:697)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at java.lang.reflect.Method.invoke(Method.java:585)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R Caused by: com.ibm.ws.exception.ConfigurationWarning: Problem registering JVM MBean.
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:361)
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      ... 12 more
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R Caused by: com.ibm.websphere.management.exception.AdminException: ADMN0005E: The service is unable to activate MBean: type JVM, collaborator com.ibm.ws.management.component.JVMMBean@f38cf0, configuration ID JVM, descriptor null.
    [4/3/08 17:01:59:343 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:600)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      ... 12 more
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R Caused by: com.ibm.websphere.management.exception.DescriptorParseException: ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/JVM.xml.
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:164)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      ... 14 more
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R Caused by: java.lang.NullPointerException
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a SystemErr R      ... 17 more
    [4/3/08 17:01:59:359 GMT+05:30] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
    META-INF/ws-server-components.xml
    [4/3/08 17:01:59:390 GMT+05:30] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
    com.ibm.ws.exception.ConfigurationError: com.ibm.ws.exception.ConfigurationError: Problem initializing AdminImpl:
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:166)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
         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:585)
         at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
    Caused by: com.ibm.ws.exception.ConfigurationError: Problem initializing AdminImpl:
         at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:697)
         at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1161)
         at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1015)
         at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:245)
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:157)
         ... 8 more
    Caused by: com.ibm.ws.exception.ConfigurationWarning: Problem registering JVM MBean.
         at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:361)
         ... 12 more
    Caused by: com.ibm.websphere.management.exception.AdminException: ADMN0005E: The service is unable to activate MBean: type JVM, collaborator com.ibm.ws.management.component.JVMMBean@f38cf0, configuration ID JVM, descriptor null.
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:600)
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:348)
         at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:350)
         ... 12 more
    Caused by: com.ibm.websphere.management.exception.DescriptorParseException: ADMN0001W: The service is unable to parse the MBean descriptor file com/ibm/ws/management/descriptor/xml/JVM.xml.
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:164)
         at com.ibm.ws.management.descriptor.MBeanDescriptorManager.loadDescriptorFile(MBeanDescriptorManager.java:319)
         at com.ibm.ws.management.descriptor.MBeanDescriptorManager.getDescriptor(MBeanDescriptorManager.java:133)
         at com.ibm.ws.management.MBeanFactoryImpl.activateMBean(MBeanFactoryImpl.java:375)
         ... 14 more
    Caused by: java.lang.NullPointerException
         at javax.management.MBeanNotificationInfo.equals(MBeanNotificationInfo.java:146)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.addFeatures(MBeanDescriptorLoader.java:461)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadParentTypes(MBeanDescriptorLoader.java:434)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.endDocument(MBeanDescriptorLoader.java:217)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(AbstractSAXParser.java:769)
         at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endDocument(XMLDTDValidator.java:981)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:560)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1779)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1758)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1274)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
         at com.ibm.ws.management.descriptor.MBeanDescriptorLoader.loadDescriptor(MBeanDescriptorLoader.java:155)
         ... 17 more
    [4/3/08 17:01:59:421 GMT+05:30] 0000000a SystemErr R com.ibm.ws.exception.ConfigurationError: com.ibm.ws.exception.ConfigurationError: Problem initializing AdminImpl:
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:166)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
         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(

    Hi Frndz,
    Problem got resolved. It is the issue with using sun jdk installed in my machine.
    We need to use the jdk installed in websphere server.
    Thanks.

  • OBIEE 11g production server

    Hi All ,
    Can any buddy suggest me , Which OS will be suitable for OBIEE 11g production server from the below mentioned .
    1. Windows 2003 x32
    2. Windows 2003 x64
    Thanks In Advance ,
    Anto Qujes

    Hi anto,
    I would suggest and best recommendation is,there wont be any problems when you go with this.
    As admin tool is 32-bit supported,even that would be feasible.I personally installed on this one without any errors.
    Even Rittman Mead suggested this one in there blogs.
    1. Windows 2003 x32 Hope helps you.
    By,
    KK

  • Need help startng websphere server in eclipse for debugging porpose

    I am using Eclipse Sdk Version: 3.1.2
    IBM websphere 6.0
    JDK 1.4
    I set debug value to "true" in my application.xml
    I have a .ear file of my application deployed on the websphere appserver. Currently I can test my application in nobebug mode.
    values of environment variables are -
    JAVA_HOME - C:\DEV\IBMJDK142; C:\Program Files\Java\jre1.6.0_03
    PATH - C:\DEV\IBMJDK142\bin; C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\DEV\IBMJDK142\bin;%SystemRoot%\system32;%SystemRoot%;
    I want to test the application in debug mode.
    I am using default server on websphere, which is server1.
    In Admin-console of webshere I went to
    server-->Application server-->choose server1-->Debugging Service ---->checked the checkbox "Enable service at server startup"
    Here value of my JVM debug port is 7777.
    next In Eclipse env I chose Run---->Debug....--->Remote Java Application ----> created a new application with the name of my application and set the connection properties to -
    Host - localhost
    port-7777
    Eclipse----> Windows----->Preferences---->Server----->Installed Runtime---->Add---->selected values such as -
    JRE - default JRE(JDK 1.4)
    IBM Websphere Installation Directory - C:/DEV/WebSphere/AppServer
    saved it.
    Now in debug perspective, I created a new server with selection/values such as -
    IBM--->IBM Websphere v6---->
    port - 9081
    server profile directory - C:/DEV/WebSphere/AppServer/profiles/default
    cell - GCWSNTRANode01Cell
    node - GCWSNTRANode01
    server - server1
    Next---->Added the project to configured project ----->FINISH
    Closed Eclipse to save env settings.
    Started the default server (server1)
    opened eclipse - desired project--->debug perspective ---->choose server--->Right Click----Start/Debug
    mesg "Starting ServerI BM Websphere 6 - IBM Websphere 6 failed to start"
    can some one please tell me what I am missing here.

    Need help startng websphere server in eclipse for debugging porpose
    can some one please tell me what I am missing here. Well for one, you're trying to debug a dolphin
    Edited by: redfalconf35 on Jun 19, 2008 4:50 PM

  • Websphere server to sap

    hi guys,
      we are using websphere server can i connect to sap?
      if yes means, plz send me full details......
      step by step guide i want bcoz i am new to sap connection.........
    thanks,
    tony

    hi guys,
      we are using websphere server can i connect to sap?
      if yes means, plz send me full details......
      step by step guide i want bcoz i am new to sap connection.........
    thanks,
    tony

  • OBIEE 11g - BI Server Login

    Hello Gurus
    1. I have successfully Installed and configured OBIEE 11g suite.
    2. I am able to connect and import meta data.
    But when I go to BI Server home page (/obieehome) And enter username and password. It does not validate.
    I have tried all username and passwords that came in as part of installation process but no luck.
    I would think the default username DEV_BIPLATFORM should work, but no such luck.
    So, now, I am not sure anymore which is the username I should be using in order to log in to BI Server home page. Any idea?
    My weblogic console is just fine.
    Thanks,
    R

    In addition to my OP, below is some more information.
    The OBI installation generated following file with all links. How can I know which username belongs to which link? I could not see a document anywhere on web that would tell me this. Thanks, R
    Type: Simple Install
         Installation Details
              Middleware Home: c:\FINAL_OBIEE
              BI Oracle Home: c:\FINAL_OBIEE\Oracle_BI1
              WebLogic Server Home: c:\FINAL_OBIEE\wlserver_10.3
              BI Domain Home: c:\FINAL_OBIEE\user_projects\domains\bifoundation_domain
              BI Domain Name: bifoundation_domain
              Instance Home: c:\FINAL_OBIEE\instances\instance3
              Instance Name: instance3
         Configure Components
              WebLogic Console
                   http://localhost:7001/console
              Oracle Enterprise Manager
                   http://localhost:7001/em
              Business Intelligence Enterprise Edition
                   http://localhost:9704/analytics
              Business Intelligence Publisher
                   http://localhost:9704/xmlpserver
              Real-Time Decisions
                   http://localhost:9704/ui

  • Session.invalidate works on tomcat but not in WebSphere Server

    I'm trying to figure out a .jsp written by another developer in WS Studio.
    The page does this:
    session = request.getSession(false);
    session.setMaxInactiveInterval(5);
    then almost immediately, does this:
    session.invalidate();
    In Tomcat, I get the "session already invalidated" error message I would expect. However, In WS Server, the rest on the page loads, and I can continue to interact with the application. I'm using IE 6.0, sp2.
    The "session.setMaxInactiveInterval(5);" call seems to have no effect in either container; al least, the application never times out.
    The most important thing for my purposes is to be able to invalidate the session in websphere. How can I fix this? Thanks!

    duffymo wrote:
    Is the machine that you ran this simple java class on the same one where you're >deploying the web app?Same machine where my sql connections bug. I just copypasted it into a file in tomcat5.5/webapps directory and then compiled it and used it from there. I used it from command line.
    duffymo wrote:
    how well do you know jsps, tomcat, and web apps? sure it's deployed properly? if you >put in a simple jsp and invoked it via tomcat, would you be able to do it?Dont know jsps well. :) Essentially my jspservlet thingie works normally on my computer through my tomcat and on other computers which have netbeans etc... It compiles .war file and ive copied that .war file to the target server's tomcat webapps directory, then when I access the website of my jspservlet tomcat unpacks it and shows my jsp pages normally if they have no sql components. So at least jsp pages are working... :)
    "minor modifications"? sure those are right? you wouldn't be the first programmer to fool >themselves by saying "it's the same code - except for X."
    try you "minor modifications" on the command line, too.First I used with main on command line, then removed main etc... and included it into my project.

  • Unable to Start OBIEE 11g Presentation Server

    Hello All,
    I am trying to Start the OBIEE 11g (11.1.1.6) Services. Checked EM, Presentation Server is showing Down. Not Started.
    Tried to Restarted the particular service alone, but no use. Getting the below error messages...
    Module - oracle.sysman.emai.view.bi.AvailabilityView
    Message - Can not restart selected component.
    Supplemental  - Detailoracle.sysman.emai.model.bi.ModelException: Failed to invoke method: start for bean: oracle.biee.admin:oracleInstance=instance1,type=BIDomain.BIInstanceDeployment.BIComponent,biInstance=coreapplication,process=coreapplication_obips1,
    group=Service
    Message - Error in starting component: oracle instance: instance1, component: coreapplication_obips1
    Supplemental - Detail oracle.bi.management.adminservices.opmn.ProcessControlException: Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obips1; msg: 0 of 1 processes started.
    Message    - MBean operation failed.
    Supplemental - Detail    oracle.bi.management.adminservices.model.ProcessManagementException: Unable to start process: instance1: coreapplication_obips1
    Please let me know if you need more details.
    Thanks in Advance...

    Nitin,
    My sawlog0.log file has last updated at month May. Hope it is not helpful... any thing else i can do?
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.rpc.server.listen] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0] [tid: ] Server shutdown initiated by OPMN.[[
    File:socketrpcserver.cpp
    Line:824
    Location:
        saw.rpc.server.listen
        saw.sawserver
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0:14] [tid: 9400] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
        saw.dms.conext.unwrap
        saw.threadpool.socketrpcserver
        saw.threads
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0:14
    ThreadID: 9400
    [2013-05-27T19:32:23.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.sawserver] [ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0] [tid: ] Oracle BI Presentation Services are shutting down.[[
    File:sawserver.cpp
    Line:698
    Location:
        saw.sawserver
        saw.sawserver.terminatesawserver
        saw.sawserver
    ecid: 00iF4UG0tAx7m3XPxuDwXW0002Vk000005,0

  • Web service invoking problem with websphere server

    HI all,
    I am getting the following exception while running the FedEx web service application in RAD.
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: java.net.SocketException: Cannot find the specified class java.security.PrivilegedActionException: java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory
    faultActor:
    faultNode:
    faultDetail:
         {http://xml.apache.org/axis/}stackTrace:java.net.SocketException: Cannot find the specified class java.security.PrivilegedActionException: java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory
         at javax.net.ssl.DefaultSSLSocketFactory.createSocket(SSLSocketFactory.java:5)
         at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:92)
         at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
         at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at fedex.ws.rate.v4.RateServiceSoapBindingStub.getRates(RateServiceSoapBindingStub.java:1046)
         at com.lgs.fedex.FedexClient.getFedexRates(FedexClient.java:173)
         at com.lgs.fedex.FedexClient.getFedExCost(FedexClient.java:95)
         at com.lgs.fedex.FedexClient.main(FedexClient.java:52)
         {http://xml.apache.org/axis/}hostname:LGSCP0359
    java.net.SocketException: Cannot find the specified class java.security.PrivilegedActionException: java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory
         at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at fedex.ws.rate.v4.RateServiceSoapBindingStub.getRates(RateServiceSoapBindingStub.java:1046)
         at com.lgs.fedex.FedexClient.getFedexRates(FedexClient.java:173)
         at com.lgs.fedex.FedexClient.getFedExCost(FedexClient.java:95)
         at com.lgs.fedex.FedexClient.main(FedexClient.java:52)
    Caused by: java.net.SocketException: Cannot find the specified class java.security.PrivilegedActionException: java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory
         at javax.net.ssl.DefaultSSLSocketFactory.createSocket(SSLSocketFactory.java:5)
         at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:92)
         at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
         at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
         ... 13 more
    Please help me what is the problem...
    Thanks in advance

    Hello,
    Sorry... I don't have an answer to your question... :(
    However, I just started trying to figure out the FedEx Web Service stuff. So far, I haven't gotten very far. I've got AXIS and some ShippingService code downloaded but can't seem to figure out how to implement or test it... or any service. Have you found or got any basic Java code that connects to the endpoint and sends a request?
    Any help would be much appreciated.
    thanks, brian

  • OBIEE and sql server

    Can OBIEE pull data from Sql server source? Please confirm.

    Of course yes. If OBIEE cannot pull data from multiple sources it must be considered incompetent on the BI market.
    Any source that can communicate with ODBC can be accessed by OBIEE.
    mark the post and close the thread if answered.
    -bifacts :-)
    http://www.obinotes.com

  • Install Oracle 11G, RAC with VMWare, APPS R12, and OBIEE on one server?

    Dear Experts,
    I'm looking to upgrade my skills, and want to learn more of:
    Oracle 11G, RAC, VMWare, APPS R12, and OBIEE
    My server has two quad cores (8 CPU altogether) and 16 gigs of RAM.
    Years ago, I took a shots at installing RAC on multiple servers and firewire.
    One thing I remember was that after I installed RAC, I was not able to use the database unless I enabled all the RAC processes on the server. So, I was not able to just boot the database and use it in the traditional single server manner.
    Which I will also want to do.
    1) Does this symptom/aspect/characteristic of RAC install still exist?
    2) Is it realistic to install all this software on one server?
    If so, what is the order of operations for the install?
    3) If I have to prioritize, I'd like to install
    Oracle 11G, OBIEE, and APPS R12,
    Would installing R12 and OBIEE on the same server present any conflicts or issues?
    If not, what is the order of operations for the install?
    11G, R12, then OBIEE?
    Thanks a lot!

    Hi,
    1) Does this symptom/aspect/characteristic of RAC install still exist?No.
    2) Is it realistic to install all this software on one server?
    If so, what is the order of operations for the install?For learning/traning/demonstration purpose you can Install all these software on same machine.
    3) If I have to prioritize, I'd like to install
    Oracle 11G, OBIEE, and APPS R12,
    Would installing R12 and OBIEE on the same server present any conflicts or issues?
    If not, what is the order of operations for the install?
    11G, R12, then OBIEE?There will not be any conflicts. I would suggest you to select vmware or virtual box in order to configure all these sw's.
    I have done such a configuration on my laptop with i7 Quad processor, 16GB RAM and 640 GB HDD.
    I have Installed 2 node RAC, 2 Node ERP and all are running smoothly without any issues.
    Refer:
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    thanks,
    X A H E E R

  • Siebel Analytics and OBIEE on one server

    Hello Experts,
    Can we install OBIEE 10.1.3.4.1 on the same server where we already have Siebel Analytics 7.8.5, but on diifferent drive?
    Regards,
    Karbhari

    Hi hande,
    I suppose Yes we can install on the same server juz by changing the port number....i mean both should have different port numbers that should be generated while installing 10g on siebel analytics.
    It would be something like this example http://shivabizint.wordpress.com/2010/10/08/install-obiee-11g-on-same-obiee-10g-server-with-new-ports-configuration/
    Hope it helps you,
    By,
    Kranthi

  • Java Enterprise Studio 8.1 cannot create a websphere server

    I just downloaded Java Enterprise Studio 8.1 and follows the instruction here
    http://developers.sun.com/jsenterprise/reference/techart/jse8_1/websphere.html
    to create a server to connect to a local websphere install. However, when I clicked the Next button after selecting Websphere on the first step, nothing
    happens, although the wizard When I clicked the Next button
    again, the wizard jumps to step 3 and the Finish button is disabled. So I cannot
    create a websphere connection. The websphere seem to work for other server type. Am I missing something? Has anyone successfully created a websphere connection?

    This is the stack trace I find in the log file:
    *********** Exception occurred ************ at 5:38 PM on Jul 17, 2007
    java.lang.reflect.UndeclaredThrowableException
         at $Proxy15.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
    [catch] at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog.show(Unknown Source)
         at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:810)
         at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:853)
         at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:841)
         at org.openide.util.Mutex.doEventAccess(Mutex.java:1172)
         at org.openide.util.Mutex.readAccess(Mutex.java:209)
         at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:826)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at org.netbeans.modules.j2ee.deployment.impl.ui.actions.AddServerInstanceAction.performAction(AddServerInstanceAction.java:36)
         at org.openide.util.actions.NodeAction$3.run(NodeAction.java:531)
         at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:47)
         at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:527)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:410)
         ... 63 more
    Caused by: java.lang.NullPointerException
         at org.netbeans.modules.j2ee.websphere6.ui.ServerProperties.updateInstanceInfo(ServerProperties.java:918)
         at org.netbeans.modules.j2ee.websphere6.ui.ServerProperties.updateInstancesList(ServerProperties.java:906)
         at org.netbeans.modules.j2ee.websphere6.ui.wizard.WSInstantiatingIterator.setServerRoot(WSInstantiatingIterator.java:193)
         at org.netbeans.modules.j2ee.websphere6.ui.wizard.ServerLocationPanel.isValid(ServerLocationPanel.java:134)
         at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:623)
         at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.AddServerInstanceWizard.updateState(AddServerInstanceWizard.java:66)
         at org.openide.WizardDescriptor.goToNextStep(WizardDescriptor.java:798)
         at org.openide.WizardDescriptor.access$1000(WizardDescriptor.java:70)
         at org.openide.WizardDescriptor$7.run(WizardDescriptor.java:1629)
         at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1161)
         at org.openide.WizardDescriptor.access$1100(WizardDescriptor.java:70)
         at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1647)
         ... 68 more
    ==>
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:410)
         at $Proxy15.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
    [catch] at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog.show(Unknown Source)
         at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:810)
         at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:853)
         at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:841)
         at org.openide.util.Mutex.doEventAccess(Mutex.java:1172)
         at org.openide.util.Mutex.readAccess(Mutex.java:209)
         at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:826)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at org.netbeans.modules.j2ee.deployment.impl.ui.actions.AddServerInstanceAction.performAction(AddServerInstanceAction.java:36)
         at org.openide.util.actions.NodeAction$3.run(NodeAction.java:531)
         at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:47)
         at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:527)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
         at org.netbeans.modules.j2ee.websphere6.ui.ServerProperties.updateInstanceInfo(ServerProperties.java:918)
         at org.netbeans.modules.j2ee.websphere6.ui.ServerProperties.updateInstancesList(ServerProperties.java:906)
         at org.netbeans.modules.j2ee.websphere6.ui.wizard.WSInstantiatingIterator.setServerRoot(WSInstantiatingIterator.java:193)
         at org.netbeans.modules.j2ee.websphere6.ui.wizard.ServerLocationPanel.isValid(ServerLocationPanel.java:134)
         at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:623)
         at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.AddServerInstanceWizard.updateState(AddServerInstanceWizard.java:66)
         at org.openide.WizardDescriptor.goToNextStep(WizardDescriptor.java:798)
         at org.openide.WizardDescriptor.access$1000(WizardDescriptor.java:70)
         at org.openide.WizardDescriptor$7.run(WizardDescriptor.java:1629)
         at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1161)
         at org.openide.WizardDescriptor.access$1100(WizardDescriptor.java:70)
         at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1647)
         ... 68 more
    ==>
    java.lang.NullPointerException
         at org.netbeans.modules.j2ee.websphere6.ui.ServerProperties.updateInstanceInfo(ServerProperties.java:918)
         at org.netbeans.modules.j2ee.websphere6.ui.ServerProperties.updateInstancesList(ServerProperties.java:906)
         at org.netbeans.modules.j2ee.websphere6.ui.wizard.WSInstantiatingIterator.setServerRoot(WSInstantiatingIterator.java:193)
         at org.netbeans.modules.j2ee.websphere6.ui.wizard.ServerLocationPanel.isValid(ServerLocationPanel.java:134)
         at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:623)
         at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.AddServerInstanceWizard.updateState(AddServerInstanceWizard.java:66)
         at org.openide.WizardDescriptor.goToNextStep(WizardDescriptor.java:798)
         at org.openide.WizardDescriptor.access$1000(WizardDescriptor.java:70)
         at org.openide.WizardDescriptor$7.run(WizardDescriptor.java:1629)
         at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1161)
         at org.openide.WizardDescriptor.access$1100(WizardDescriptor.java:70)
         at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1647)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:410)
         at $Proxy15.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
    [catch] at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog.show(Unknown Source)
         at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:810)
         at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:853)
         at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:841)
         at org.openide.util.Mutex.doEventAccess(Mutex.java:1172)
         at org.openide.util.Mutex.readAccess(Mutex.java:209)
         at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:826)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at org.netbeans.modules.j2ee.deployment.impl.ui.actions.AddServerInstanceAction.performAction(AddServerInstanceAction.java:36)
         at org.openide.util.actions.NodeAction$3.run(NodeAction.java:531)
         at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:47)
         at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:527)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Separate Server for OBIEE 11G Presentation Server

    In version 10 of OBIEE many people put the Presentation Server and the OBIEE Application Server on separate servers. Is this architecture possible in OBIEE 11G using the new Fusion framework?

    Hi,
    can your try to start presentation services alone via OPMN command, and then check the sawlog0.log lastest log message..
    example mine,
    D:\Oracle\Middleware\instances\instance1\bin>opmnctl startproc ias-component=coreapplication_obips1
    opmnctl startproc: starting opmn managed processes...
    check the staus and also log message
    still if its not working try to reboot your server and then "start all services"
    Thanks
    Deva

Maybe you are looking for

  • Computer freezing with spinning wheel -- Heroku??

    Hi, I'm having a couple of issues with my Mac desktop.  After it sits idle for more than an hour, it freezes.  At first the mouse doesn't respond.  Then, if I can get it moving, I get the spinning wheel that won't go away.  I have to end up turning i

  • I'm having a hard time understanding the best way I should have my color settings, set. Can I get someone's help with this?

    I am scanning old photographs with an Epson V750 Pro and have a question on how my Photoshop should be set, or how the scanner should be set. I have Photoshop 7.0 and it works fine, but I have started scanning some old photographs with my new Epson V

  • How to create a generic method?

    Hi,   I am using a std task TS01200205 to create instance for a BOR object. There are 2 key fields. I want to pass these 2 to the ObjectKey field. As for as I know, we have to concatenate these two Keyfields and assign it to 'Object Key' parameter.  

  • Updating a JLabel Too Fast Crashes Program

    I have a recursive method that runs for 80 seconds (in a thread outside the GUI). The recursive method is probably being called 20,000 times in this 80 seconds. I am calling myJlabel.setText("" + someVariable) every call to this recursive method. Abo

  • X11: Ctrl vs Command key

    Is there a way to make X11 remap the ctrl key to the Command key for apps like The Gimp and Inkscape? I have given up trying to make these apps recognize the Command key. Inkscape allows you to alter the keyboard shortcuts (you have to dig through th