facebook

Websphere 7 integration

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #300654 Reply

    Mulder8472
    Member

    Hello,

    I am currently evaluating MyEclipse Blue 7.5 for Websphere Developing. We, the team, is sick of using IBM tools with crap support, but the company will stick to Websphere Servers. MyEclipse Blue seems like a good alternative.

    But, when i trey to integrate WebSphere, i must do something wrong, because Websphere wont start, the console shows me several exceptions.

    Here is the full stacktrace from the MyEclipse Console from a Websphere startup attemp, I hope someone can help us to solve this:

    
    <JIT: FullSpeedDebug: ignoring countString>
    <JIT: FullSpeedDebug: ignoring countString>
    [21/07/09 14:24:09:125 BST] 00000000 ManagerAdmin  A   TRAS0007I: Logging to the service log is disabled
    [21/07/09 14:24:09:594 BST] 00000000 ModelMgr      I   WSVR0800I: Initializing core configuration models
    [21/07/09 14:24:10:532 BST] 00000000 ComponentMeta I   WSVR0179I: The runtime provisioning feature is disabled. All components will be started.
    java.lang.ClassCastException: java.lang.String incompatible with com.ibm.wsspi.runtime.config.ConfigObject
        at com.ibm.ws.runtime.component.ThreadPoolMgrImpl.initialize(ThreadPoolMgrImpl.java:141)
        at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1191)
        at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1098)
        at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:949)
        at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:776)
        at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:750)
        at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:332)
        at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
        at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
        at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
        at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:213)
        at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:93)
        at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:74)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:340)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
        at org.eclipse.core.launcher.Main.run(Main.java:981)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:330)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
    [21/07/09 14:24:10:766 BST] 00000000 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ws.ffdc.impl.FfdcProvider@5a3a5a3a
    [21/07/09 14:24:10:844 BST] 00000000 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile\logs\ffdc\LocalApache_6880688_09.07.21_14.24.10.8285483516890001083065.txt null 1011
    [21/07/09 14:24:10:860 BST] 00000000 ContainerHelp E   WSVR0501E: Error creating component com.ibm.ws.security.core.SecurityConfigComponentImpl
    java.lang.NullPointerException
        at com.ibm.ws.security.core.SecurityConfigComponentImpl.initialize(SecurityConfigComponentImpl.java:93)
        at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1191)
        at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1098)
        at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:900)
        at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:776)
        at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:750)
        at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:332)
        at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
        at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
        at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
        at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:213)
        at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:93)
        at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:74)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:340)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
        at org.eclipse.core.launcher.Main.run(Main.java:981)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:330)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
    
    [21/07/09 14:24:10:922 BST] 00000000 SSLComponentI I   CWPKI0001I: SSL service is initializing the configuration
    [21/07/09 14:24:10:953 BST] 00000000 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile\logs\ffdc\LocalApache_6880688_09.07.21_14.24.10.9384118733798584448519.txt com.ibm.ws.security.config.AdminDataImpl 268
    [21/07/09 14:24:11:063 BST] 00000000 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile\logs\ffdc\LocalApache_6880688_09.07.21_14.24.11.0003067494519277301650.txt com.ibm.ws.ssl.core.SSLConfigManager.initializeServerSSL 312
    [21/07/09 14:24:11:141 BST] 00000000 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile\logs\ffdc\LocalApache_6880688_09.07.21_14.24.11.0637124579251842095021.txt com.ibm.ws.ssl.core.SSLComponentImpl.initialize 200
    [21/07/09 14:24:11:141 BST] 00000000 SSLComponentI A   CWPKI0007I: SSL service failed to start successfully
    [21/07/09 14:24:11:141 BST] 00000000 WsServerImpl  E   WSVR0100W: An error occurred initializing, LocalApache [class com.ibm.ws.runtime.component.ServerImpl]
    com.ibm.ws.exception.ConfigurationError: com.ibm.websphere.ssl.SSLException: java.lang.NullPointerException
        at com.ibm.ws.ssl.core.SSLComponentImpl.initialize(SSLComponentImpl.java:208)
        at com.ibm.ws.runtime.component.ContainerHelper.initWsComponent(ContainerHelper.java:1191)
        at com.ibm.ws.runtime.component.ContainerHelper.initializeComponent(ContainerHelper.java:1098)
        at com.ibm.ws.runtime.component.ContainerHelper.initializeComponents(ContainerHelper.java:900)
        at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:776)
        at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:750)
        at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:332)
        at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:280)
        at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
        at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
        at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:213)
        at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:93)
        at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:74)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:340)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
        at org.eclipse.core.launcher.Main.run(Main.java:981)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:330)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
    Caused by: com.ibm.websphere.ssl.SSLException: java.lang.NullPointerException
        at com.ibm.ws.ssl.config.SSLConfigManager.initializeServerSSL(SSLConfigManager.java:329)
        at com.ibm.ws.ssl.core.SSLComponentImpl.initialize(SSLComponentImpl.java:145)
        ... 31 more
    Caused by: java.lang.NullPointerException
        at com.ibm.ws.ssl.config.ManagementScopeManager.currentScopeContained(ManagementScopeManager.java:326)
        at com.ibm.ws.ssl.config.ManagementScopeManager.currentScopeContained(ManagementScopeManager.java:281)
        at com.ibm.ws.ssl.config.KeyStoreManager.loadKeyStore(KeyStoreManager.java:673)
        at com.ibm.ws.ssl.config.KeyStoreManager.loadKeyStores(KeyStoreManager.java:656)
        at com.ibm.ws.ssl.config.SSLConfigManager.initializeServerSSL(SSLConfigManager.java:213)
        ... 32 more
    
    [21/07/09 14:24:14:110 BST] 00000000 ServerCollabo E   WSVR0121E: An exception occurred getting a socket for port 1541 on hostname WEB08-003 with an IP address of 10.1.99.203.
    <null>
    [21/07/09 14:24:14:250 BST] 00000000 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile\logs\ffdc\LocalApache_6880688_09.07.21_14.24.14.1105245530514931177210.txt com.ibm.ws.runtime.component.ServerCollaborator.getStatusPort 564
    
    

    Thanks for any Help!!

    Dan

    #300662 Reply

    Loyal Water
    Member

    Dan,
    Firstly I want to make sure you have setup the connector correctly. Can you please take a look at this link. It explains how to setup Web Sphere with MyEclipse:-
    http://www.myeclipseide.com/documentation/quickstarts/blueedition/blue_connectors/

    #300663 Reply

    Mulder8472
    Member

    Hi,

    thanks, I was following this instructions already when configuring the connector. BTW, we have the websphere 7, the manual only shows up to version 6, but I followed the instructions in the same way, it seems all fine to me and the server appeares in the list of servers.

    Cheers,
    Daniel

    #300697 Reply

    Loyal Water
    Member

    Can you give me a screen shot of your connector (except for password). Also, make sure when you setup the profile, you check the Administrative Security checkbox if your using it with that profile.

    The WAS that you are working with is a standalone install or one integrated from a RAD install?

    #300733 Reply

    Mulder8472
    Member

    Hi,

    the WAS is the RAD internal one, not a standalone installation.

    Security is enabled, username and password was entered in the connector.

    I made a screenshot of the connector, but I have no option to attach it here… 🙁

    Cheers,
    Dan

    #300739 Reply

    Loyal Water
    Member

    Dan,
    Can you try the standalone installation and check if that works. Here is a link to the free dev download of WAS 7
    http://www.ibm.com/developerworks/downloads/ws/wasdevelopers/

    #300834 Reply

    Mulder8472
    Member

    Hello,

    I have installed the Websphere developer edition and it works fine now. Just wonder why the RAD internal version would not start up.

    I have another issue now. I craeted a sample Application using Ice Faces/Facelets. It worked fine when i run it on my local JBoss server, but I got empty pages, no errors when i deployed it to Websphere.

    Any Ideas?

    Cheers,
    Daniel

    #300845 Reply

    Loyal Water
    Member

    I have installed the Websphere developer edition and it works fine now. Just wonder why the RAD internal version would not start up.

    The RAD internal version could be a stripped down version of WAS like the MyEclipse Tomcat server is a stripped down version of Tomcat. Thats the reason why you are facing issues running the internal version.

    I have another issue now. I created a sample Application using Ice Faces/Facelets. It worked fine when i run it on my local JBoss server, but I got empty pages, no errors when i deployed it to Websphere.

    I didn’t unterstand what you mean by “I got empty pages”. You got the 404 error?

    #300848 Reply

    Mulder8472
    Member

    no, no error at all. Just an empty page, nothing in it. whereas when I deply it to JBoss without any changes, i get the Icefaces form as expected.

    #300851 Reply

    Loyal Water
    Member

    You can check <workspace>/.metadata/.log file for errors. Not sure what could be causing this problem.

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: Websphere 7 integration

You must be logged in to post in the forum log in