J2EE WS call conflicts in Websphere

Hi!
I am trying to use J2EE webservices in a RAD / Websphere 6.1 environment. However, the libraries included by WS 6.1 create a conflict when performing the Message -> SOAP -> Message translation:
java.lang.ClassCastException: com.ibm.ws.webservices.engine.Message incompatible with com.sun.xml.messaging.saaj.soap.MessageImpl
     at com.sun.xml.rpc.client.StubBase._postSendingHook(StubBase.java:231)
Is there any way I can make sure that J2EE webservices does not cast its message as a com.ibm.ws.webservices.engine.Message?
The library that contains the package is necessary for WebSphere (i.e. I can't remove it) but I would like to somehow exclude it in the code for my J2EE WS calls.
Thank you for your time and help,
Michael

I'm getting a very similar type of exception which I posted about [here |http://www.coderanch.com/t/455258/Websphere/t-create-right-SOAPFactory-when#2028654] and here :
java.lang.ClassCastException: com.ibm.ws.webservices.engine.xmlsoap.Name incompatible with com.systinet.saaj.soap.NameImpl 
   at com.systinet.saaj.soap.SOAPHeaderImpl.getSOAPElement(SOAPHeaderImpl.java:60) 
   at com.systinet.saaj.soap.SOAPElementImpl.addChildElement(SOAPElementImpl.java:73) 
   at com.systinet.saaj.soap.SOAPHeaderImpl.addHeaderElement(SOAPHeaderImpl.java:24) 
   at com.filenet.apiimpl.wsi.ClientHeaderProcessor.handleOutput(ClientHeaderProcessor.java:90)   I'm able to resolve this in Glassfish by setting a JVM option to -Djavax.xml.soap.SOAPFactory=com.systinet.saaj.soap.SOAPFactoryImpl
However, a similar type of setting in WebSphere does not fix the problem. If I set this property, then query the SOAPFactory being used, it is still the wrong class.
Have you had any luck with a solution?

Similar Messages

  • RFC Error during call from IBM WebSphere adapter to SAP R/3

    We recently saw an issue arise on on one of our RFC interfaces.  We dropped 15 messages onto the request queue of the BAPI adapter, 11 processed successfully, and 4 failed with the following statement:
    [Thread: EAI.SAP_BAPIJmsThreadPool.thread5 (#1670071)] [Type: Error] [MsgID: 27064] [Mesg: Error: Function module Z_BAPI_ZPTRAC_UPDATE could not be found. Check the SAP system or the business object ASI.]
    I replayed the 4 in question and they processed successfuly.  I then dropped them on the request queue in our VAL environment and had 2 failures.  I replayed the same 15 a second and third time and all 15 were successful in those cases.
    Has anyone seen this before?  We are configured to allow 1 concurrent connection and to log into the db server directly.
    Thanks.

    So we tested some things that are described in the SDN or by SAP with Connectors.
    We tested JCO version 2.0.12, 2.1.18 and 3.0 in J2EE Projects in netweaver and in Eclipse (Standalone).
    For version 2.0.12 there is a failure that this version is not compatible with the other things in netweaver.
    This version is for standalone and integrated sytems.
    For version 2.1.18 is only described as standalone and so failure happened in netweaver that other classes are coruppted or missed. The internal test in "content administrator" (Ping and Test) do not work and had the same error.
    For version 3.0 (that displace the other two versions) there is many to do in  settings and coding that we do not have tested yet because project is not that small to write it for JCO 3.0 only for testing. When we only displaced files in netweaver the server do not start any more.
    So:
    Is there a way to call R/3 from session bean and 1. create an JCO client or 2. add a client to the "standard" pool of netweaver to use it?
    Any ideas? help? links?
    Project have to be complete in september...
    Our combi is SAP Netweaver 2004 SP21 on Windows XP SP2 / Server 2003 Standard SP1 with JVM 1.4.2_16... need of any more info?
    thx

  • J2EE replaces BEA Weblogic, IBM WebSphere, Orion or JRun

    BEA Weblogic, IBM WebSphere absolutely provide stronger ability to support enterprise applications.
    I want to know whether J2EE can be used in deploying a commercial web site with multi-tier architecture. For example, to handle hundreds concurrent requests, to balance work load to some extent.
    Thanks.

    J2EE is a platform specification. And WebLogic, WebSphere, JRun etc. are vendor specific products that implement APIs from that platform standard.
    It seems you are talking about the refrence implementation of J2EE that comes with J2EE SDK.
    See http://java.sun.com/j2ee/faq.html Especially the answers therein to the two questions...
    1. What is the purpose of the Reference Implementation?
    2. Why don't you allow the binary Reference Implementation to be deployed or redistributed?

  • Conflict between websphere vs eclipse

    Hi
    I am facing a little bit of problem.
    boolean onlyChars;I have the problem in the above code. When I write this in eclipse, I have no issues, but when write the same code in websphere- I get this error message - "Type mismatch: cannot convert from boolean to Boolean". I checked with the JRE I am using and both are same(JRE 1.6.0_02). Someone please tell me why is this conflict??
    Thanks in advance!!!

    I don't think anyone can help you with the small line of code you've posted as I bet it's not just this line that's important, but also the setting it is in. Your best bet here is to show us more of your code. We don't want to see all of it, but rather you should condense your code into the smallest bit that still compiles, has no extra code that's not relevant to your problem, but still demonstrates your problem, in other words, an SSCCE (Short, Self Contained, Correct (Compilable), Example). For more info on SSCCEs please look here:
    http://homepage1.nifty.com/algafield/sscce.html
    Remember, the code must be compilable and runnable for us to be able to understand it fully.
    Also, when posting your code, please use code tags so that your code will be well-formatted and readable. To do this, either use the "code" button at the top of the forum Message editor or place the tag [code] at the top of your block of code and the tag [/code] at the bottom, like so:
    [code]
      // your code block goes here.
    [/code]good luck

  • J2EE agents v2.2 on WebSphere

    Has anyone been able to configure the policy agent 2.2 for WebSphere 5.1.1 in a Deployment Manager environment. Have not been able to find any documentation that would cover this. I managed to install the agent against the Deployment Manager and turn on global security. That seems to work, however, i am unable to get WAS Admin roles mapped to the Sun Access Manager Roles.
    Any guidance is much appreciated.

    Why do you have the TLD in the web.xml file? Why do you have the TLD under WEB-INF/classes?
    There's a TLD already packaged inside the JAR file for the tag library. (Open it to see that it's true.)
    If WSAD is like Tomcat, it should know how to go inside the JAR and find the TLD. All you need to do is make sure that the URI in your JSPs matches that specified in the packaged TLD.
    %

  • Communication issue btw applications on SAP J2EE Engine6.20 & Websphere 6.0

    We have a customized SAP IPC application running on SAP J2EE Engine 6.20 and it is communicating with another application called Common Configurator or C2 running on WebSphere 4.0.5.
    Communication between customized SAP IPC application and C2 application is over RMI IIOP. SAP IPC application calls methods on stateless session beans in C2 application.
    Going forward, we want to connect to C2 running on Websphere 6.0 from this customized SAP IPC.
    When I am trying to connect to C2 on Websphere 6.0 I am getting the following
    exception :
    org.omg.CORBA.BAD_PARAM:   minor code: 0  completed: No
         at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:48)
         at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:278)
         at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:251)
         at com.sun.jndi.cosnaming.CNCtx.initOrbAndRootContext(CNCtx.java:188)
         at com.sun.jndi.cosnaming.CNCtx.<init>(CNCtx.java:68)
         at com.sun.jndi.cosnaming.CNCtxFactory.getInitialContext(CNCtxFactory.java:30)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:660)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:241)
         at javax.naming.InitialContext.init(InitialContext.java:217)
         at javax.naming.InitialContext.<init>(InitialContext.java:193)
    But the same setup is working fine for SAP J2EE Engine 6.20 and Websphere 4.0.5.
    Has anybody faced similar issue before ?
    Could anyone tell me what could be the possible reasons and how can I preceed on this.
    Additionally,
    SAP J2EE Engine 6.20 uses ORB implementation of the Sun JDK (1.3). And Websphere 6.0 is based on JDK 1.4 version.
    Thanks in advance.
    Harman

    This is what class org.omg.CORBA.BAD_PARAM all about :
    <i>Exception thrown when a parameter passed to a call is out of range or otherwise considered illegal. An ORB may raise this exception if null values or null pointers are passed to an operation (for language mappings where the concept of a null pointers or null values applies). BAD_PARAM can also be raised as a result of a client generating requests with incorrect parameters using the DII.
    It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. It may also contain a string describing the exception.</i>
    <b>And Websphere 6.0 is based on JDK 1.4 version.</b> The JDK of websphere is an IBM implementation and differs a lot from the sun implementation. As well, WAS6.0 supports J2EE 1.4 also...may be you should check the release notes / documentation of WAS for compatibility issues if any.
    Regards,
    Amol

  • Sun J2EE 1.4 RI generated .ear in WebSphere 5.1, not working

    Just tried to install a .ear generated by Sun's J2EE 1.4 RI deploytool in WebSphere 5.1 server. Did not work, I got in the admin console
    The EAR file could be corrupt and/or incomplete.
    com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/application.xml
    After a while I found this stacktrace information in captured stderr log
    com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/application.xml
    Stack trace of nested exception:
    com.ibm.etools.j2ee.exception.WrappedRuntimeException: IWAE0099E An Exception occurred while parsing xml: Line #: 2 :Column #: 227
    Stack trace of nested exception:
    org.xml.sax.SAXParseException: Document root element "application", must match DOCTYPE root "null".
    at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at com.ibm.etools.j2ee.xml.bridge.GeneralXmlDocumentReader.parse(GeneralXmlDocumentReader.java:208)
    at com.ibm.etools.j2ee.xml.bridge.GeneralXmlDocumentReader.parseDocument(GeneralXmlDocumentReader.java:231)
    at com.ibm.etools.j2ee.xml.DeploymentDescriptorImportExport.importFrom(DeploymentDescriptorImportExport.java:186)
    at com.ibm.etools.j2ee.xml.DeploymentDescriptorImportExport.importFrom(DeploymentDescriptorImportExport.java:177)
    at com.ibm.etools.j2ee.xml.DeploymentDescriptorImportExport.load(DeploymentDescriptorImportExport.java:220)
    at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:135)
    When I look at the application.xml from my .ear, it looks fine (and XMLSpy can validate against schema)
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://java.sun.com/xml/ns/j2ee" version="1.4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
    <description>Application description</description>
    <display-name>WuergServiceApp</display-name>
    <module>
    <ejb>ejb-jar-ic.jar</ejb>
    </module>
    </application>
    So, I guess WebSphere is NOT supporting J2EE 1.4 at this time, is it? Found in the samples section comment "WebSphere supports Web Services for J2EE (JSR 109) which builds on a client-programming model on JAX-RPC". So JSR 109 seems to be a bit different from J2EE 1.4 (final)???
    Anyone else trying to use J2EE 1.4 stuff in WebSphere?
    Merten

    Grmpf, same problem with application.xml in BEA WebLogic Server 8.1SP2
    <Error> <Deployer> <BEA-149027> <Unable to activate application, appsdirWuergServiceApp_ear, from source, d:\work\soap\WebLogic81SP2\server\samples\domains\examples\applications\WuergServiceApp.ear.
    Reason: weblogic.management.DeploymentException: Error while loading descriptors: Error
    processing file 'META-INF/application.xml'.
    weblogic.xml.process.XMLProcessingException: XML document does not appear to contain a properly formed DOCTYPE header
    Seems Bea supports J2EE 1.3, there application.xml has to start with
    <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'>
    Merten

  • J2ee agent 2.2 configuration problem with Websphere Portal 5.1

    Hi,
    I am trying to configure j2ee agent 2.2 with Websphere Portal server.
    I have followed the document "Sun Java SystemAccess Manager
    PolicyAgent 2.2 Guide for IBM WebSphere Portal Server 5.1.0.2"
    Please see the thread "Problem with Sun's SSO system and Websphere Portal Server integration" for environment related information.
    Also the security on app server has been enabled and is talking to LDAP.
    My aim here is to enable application server (portal server) to autheticate requests.
    I am getting following error when I log into the portal application.
    07/03/2007 06:32:16:062 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
    AmFilter: now processing: SSO Task Handler
    07/03/2007 06:32:16:062 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
    SSOTaskHandler: SSO Validation failed for null
    07/03/2007 06:32:16:062 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
    URLFailoverHelper: Checking if https://apollo.maxnewyorklife.com:443/amserver/UI/Login is available
    07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
    WARNING: URLFailoverHelper: the url https://apollo.maxnewyorklife.com:443/amserver/UI/Login is not available
    javax.net.ssl.SSLHandshakeException: unknown certificate
         at com.ibm.jsse.bs.a(Unknown Source)
         at com.ibm.jsse.bs.startHandshake(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.b.o(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.q.connect(Unknown Source)
         at com.ibm.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at com.sun.identity.agents.common.URLFailoverHelper.isAvailable(URLFailoverHelper.java:190)
         at com.sun.identity.agents.common.URLFailoverHelper.getAvailableURL(URLFailoverHelper.java:129)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getLoginURL(AmFilterRequestContext.java:757)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:285)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:258)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:363)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:345)
         at com.sun.identity.agents.filter.SSOTaskHandler.doSSOLogin(SSOTaskHandler.java:210)
         at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:98)
         at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
         at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
         at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
         at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
         at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
         at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
         at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
         at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
         at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
         at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
    07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
    URLFailoverHelper: disconnected the connection for availability check
    07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
    ERROR: URLFailoverHelper: No URL is available at this time
    07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
    ERROR: AmFilter: Error while delegating to inbound handler: SSO Task Handler, access will be denied
    [AgentException Stack]
    com.sun.identity.agents.arch.AgentException: No URL is available at this time
         at com.sun.identity.agents.common.URLFailoverHelper.getAvailableURL(URLFailoverHelper.java:133)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getLoginURL(AmFilterRequestContext.java:757)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:285)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:258)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:363)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:345)
         at com.sun.identity.agents.filter.SSOTaskHandler.doSSOLogin(SSOTaskHandler.java:210)
         at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:98)
         at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
         at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
         at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
         at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
         at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
         at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
         at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
         at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
         at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
         at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
    07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
    AmFilter: result =>
    FilterResult:
         Status      : FORBIDDEN
         RedirectURL     : null
         RequestHelper:
              null
         Data:
              null
    07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
    AmIdentityAsserter: result => TAIResult: status: 403, principal: null, subject: null
    From whatever analysis I have done so far, I believe this issue is related to the personal certificate for sun one webserver (on which access manager & LDAP are installed) not registered with the application server (portal server).
    I am not sure about the way I go by solving the issue.
    Please can anybody help me out.
    Thanks,
    Yaseer
    Message was edited by:
    yazee
    Message was edited by:
    yazee

    Ankush,
    I am getting error as follows in the webserver error log:-
    Error receiving request from 172.23.213.75 (SSL_ERROR_CERTIFICATE_UNKNOWN_ALERT: SSL peer had some unspecified issue with the certificate it received)
    Although I can get into am console but with https://apollo.maxnewyorklife.com/amconsole
    Tried the same thing, but couldnt resolve it. I will give it another go.
    Generally I am getting same error again and again.
    In my amWebsphere log file of j2ee agent (under root\am_wps_agent\agent_001\logs\debug) error I get.....
    07/15/2007 04:19:11:656 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
    AmFilter: now processing: SSO Task Handler
    07/15/2007 04:19:11:766 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
    SSOTokenValidator.validate(): Exception caught
    com.iplanet.sso.SSOException: Invalid sessionid formatjava.lang.IllegalArgumentException: Invalid server id in session id com.iplanet.services.naming.ServerEntryNotFoundException: Naming Service is not available.
         at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:205)
         at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:325)
         at com.sun.identity.agents.common.SSOTokenValidator.validateInternal(SSOTokenValidator.java:252)
         at com.sun.identity.agents.common.SSOTokenValidator.validate(SSOTokenValidator.java:157)
         at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:88)
         at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
         at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
         at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
         at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
         at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
         at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
         at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
         at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
         at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
         at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
    07/15/2007 04:19:11:766 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
    SSOTaskHandler: SSO Validation failed for AQIC5wM2LY4SfcwoaNKFd01DvjYeNPbR3wXaa9sMVjcKtwo=@AAJTSQACMDE=#
    07/15/2007 04:19:11:766 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
    URLFailoverHelper: Checking if https://apollo.maxnewyorklife.com:443/amserver/UI/Login is available
    07/15/2007 04:19:11:797 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
    WARNING: URLFailoverHelper: the url https://apollo.maxnewyorklife.com:443/amserver/UI/Login is not available
    javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.g: No trusted certificate found
         at com.ibm.jsse2.bw.a(Unknown Source)
         at com.ibm.jsse2.bx.a(Unknown Source)
         at com.ibm.jsse2.bx.a(Unknown Source)
         at com.ibm.jsse2.v.a(Unknown Source)
         at com.ibm.jsse2.v.a(Unknown Source)
         at com.ibm.jsse2.u.a(Unknown Source)
         at com.ibm.jsse2.bx.a(Unknown Source)
         at com.ibm.jsse2.bx.l(Unknown Source)
         at com.ibm.jsse2.bx.startHandshake(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.b.o(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.q.connect(Unknown Source)
         at com.ibm.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at com.sun.identity.agents.common.URLFailoverHelper.isAvailable(URLFailoverHelper.java:190)
         at com.sun.identity.agents.common.URLFailoverHelper.getAvailableURL(URLFailoverHelper.java:129)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getLoginURL(AmFilterRequestContext.java:757)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:285)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:258)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:363)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:345)
         at com.sun.identity.agents.filter.SSOTaskHandler.doSSOLogin(SSOTaskHandler.java:210)
         at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:98)
         at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
         at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
         at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
         at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
         at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
         at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
         at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
         at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
         at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
         at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
    Caused by: com.ibm.jsse2.util.g: No trusted certificate found
         at com.ibm.jsse2.util.f.b(Unknown Source)
         at com.ibm.jsse2.util.f.b(Unknown Source)
         at com.ibm.jsse2.util.d.a(Unknown Source)
         at com.ibm.jsse2.bn.checkServerTrusted(Unknown Source)
         at com.ibm.jsse2.z.checkServerTrusted(Unknown Source)
         ... 39 more
    07/15/2007 04:19:11:797 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
    URLFailoverHelper: disconnected the connection for availability check
    07/15/2007 04:19:11:797 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
    ERROR: URLFailoverHelper: No URL is available at this time
    07/15/2007 04:19:11:797 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
    ERROR: AmFilter: Error while delegating to inbound handler: SSO Task Handler, access will be denied
    [AgentException Stack]
    com.sun.identity.agents.arch.AgentException: No URL is available at this time
         at com.sun.identity.agents.common.URLFailoverHelper.getAvailableURL(URLFailoverHelper.java:133)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getLoginURL(AmFilterRequestContext.java:757)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:285)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:258)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:363)
         at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:345)
         at com.sun.identity.agents.filter.SSOTaskHandler.doSSOLogin(SSOTaskHandler.java:210)
         at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:98)
         at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
         at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
         at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
         at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
         at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
         at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
         at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
         at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
         at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
         at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
    Thanks,
    Yaseer

  • Issues installing albpm process engine to websphere

    Hi,
    I'm trying to install albpm enterprise server 5.7 on websphere 6.1. Did the database directory creation, websphere profile creation, oracle schemas for albpm and albpm engine, configure datasources and jms in websphere, installed the fuego websphere deployer.
    Now while installing the process engine ear file from albpm process administrator, getting errors installing the ear file. Initially, the errors said the credentials were null, which went away when I put the user/password for my webpshere console in the soap.client.properties file. now the error I get is as below.
    Could you take a look and advice.
    Thanks, Mahesh
    [9/27/07 10:31:58:781 CDT] 00000044 SystemErr R java.lang.RuntimeException: An exception occurred when installing application [Fuego-Websphere-Deployer\01-eng-ALBPM_Engine.ear] in server [server1] ([classpath: Fuego-Websphere-Deployer\fuegoj2ee-lib-all.jar ]). Exception: Java returned: 105.
    Wsadmin log fragment: [************ Start Display Current Environment ************
    Host Operating System is Windows Server 2003, version 5.2 build 3790 Service Pack 1
    Java version = J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi3223-20060504 (JIT enabled)
    J9VM - 20060501_06428_lHdSMR
    JIT - 20060428_1800_r8
    GC - 20060501_AA, Java Compiler = j9jit23, Java VM name = IBM J9 VM
    was.install.root = C:\IBM\WebSphere\AppServer
    user.install.root = C:\IBM\WebSphere\AppServer\profiles\AppSrv01
    Java Home = C:\IBM\WebSphere\AppServer\java\jre
    ws.ext.dirs = C:\IBM\WebSphere\AppServer\java\lib;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\profiles\AppSrv01\properties;C:\IBM\WebSphere\AppServer\properties;C:\IBM\WebSphere\AppServer\lib\startup.jar;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;C:\IBM\WebSphere\AppServer\java\lib\tools.jar;C:\IBM\WebSphere\AppServer\deploytool\itp\batchboot.jar;C:\IBM\WebSphere\AppServer\deploytool\itp\batch2.jar
    Java Library path = C:\IBM\WebSphere\AppServer\java\jre\bin;.;C:\IBM\WebSphere\AppServer\java\jre\bin;C:\IBM\WebSphere\AppServer\java\jre\bin;C:\IBM\WebSphere\AppServer\bin;C:\IBM\WebSphere\AppServer\java\bin;C:\IBM\WebSphere\AppServer\java\jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    Current trace specification = *=info
    ************* End Display Current Environment *************
    [9/27/07 10:30:47:546 CDT] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
    [9/27/07 10:30:48:750 CDT] 0000000a AbstractShell A WASX7326I: Loaded properties file "/C:/IBM/WebSphere/AppServer/profiles/AppSrv01/properties/wsadmin.properties"
    [9/27/07 10:30:48:921 CDT] 0000000a SSLConfig W CWPKI0041W: One or more key stores are using the default password.
    [9/27/07 10:30:48:937 CDT] 0000000a SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
    [9/27/07 10:30:50:546 CDT] 0000000a AdminConfigCl A WASX7208I: Validation settings in effect now: Level=HIGHEST, Cross-validation=true, Output file=C:/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/wsadmin.valout
    [9/27/07 10:30:56:953 CDT] 0000000a AbstractShell A WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[Fuego-Websphere-Deployer\\01-eng-ALBPM_Engine.ear, server1, Fuego-Websphere-Deployer\\fuegoj2ee-lib-all.jar]"
    [9/27/07 10:30:56:968 CDT] 0000000a AbstractShell A WASX7091I: Executing script: "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\ncls0001Cell01\Fuego WebSphere Deployer.ear\wasj2eedeployer.war\WEB-INF\classes\installAppInServer.jacl"
    [9/27/07 10:31:54:921 CDT] 0000000a AbstractShell E WASX7120E: Diagnostic information from exception with text "com.ibm.ws.scripting.ScriptingException: WASX7132E: Application install for Fuego-Websphere-Deployer\01-eng-ALBPM_Engine.ear failed: see previous messages for details.
    " follows:
    com.ibm.ws.scripting.ScriptingException: WASX7132E: Application install for Fuego-Websphere-Deployer\01-eng-ALBPM_Engine.ear failed: see previous messages for details.
         at com.ibm.ws.scripting.AbstractShell.setAndThrowScriptingException(AbstractShell.java:1567)
         at com.ibm.ws.scripting.AdminAppClient.invokeMBeanInstall(AdminAppClient.java:4993)
         at com.ibm.ws.scripting.AdminAppClient.commonInstall(AdminAppClient.java:2338)
         at com.ibm.ws.scripting.AdminAppClient.doInstall(AdminAppClient.java:1742)
         at com.ibm.ws.scripting.AdminAppClient.doInstall(AdminAppClient.java:1654)
         at com.ibm.ws.scripting.AdminAppClient.install(AdminAppClient.java:1261)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
         at tcl.lang.reflect.PkgInvoker.invokeMethod(PkgInvoker.java:125)
         at tcl.lang.JavaInvoke.call(JavaInvoke.java:263)
         at tcl.lang.JavaInvoke.callMethod(JavaInvoke.java:121)
         at tcl.lang.ReflectObject.cmdProc(ReflectObject.java:914)
         at tcl.lang.Parser.evalObjv(Parser.java:818)
         at tcl.lang.Parser.eval2(Parser.java:1221)
         at tcl.lang.Interp.eval(Interp.java:2222)
         at tcl.lang.Interp.eval(Interp.java:2276)
         at com.ibm.bsf.engines.jacl.JaclEngine.eval(Unknown Source)
         at com.ibm.bsf.util.BSFEngineImpl.exec(Unknown Source)
         at com.ibm.bsf.BSFManager$6.run(Unknown Source)
         at java.security.AccessController.doPrivileged(AccessController.java:241)
         at com.ibm.bsf.BSFManager.exec(Unknown Source)
         at com.ibm.ws.scripting.AbstractShell.executeScript(AbstractShell.java:955)
         at com.ibm.ws.scripting.AbstractShell.run(AbstractShell.java:1891)
         at com.ibm.ws.scripting.WasxShell.main(WasxShell.java:975)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
         at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
         at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
         at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:245)
         at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:73)
    [9/27/07 10:31:54:937 CDT] 0000000a AbstractShell A WASX7093I: Issuing message: "WASX7017E: Exception received while running file "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\ncls0001Cell01\Fuego WebSphere Deployer.ear\wasj2eedeployer.war\WEB-INF\classes\installAppInServer.jacl"; exception information: com.ibm.ws.scripting.ScriptingException: WASX7132E: Application install for Fuego-Websphere-Deployer\01-eng-ALBPM_Engine.ear failed: see previous messages for details.
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at fuego.j2eedeployer.websphere.WASJ2EEExecutor.installApplicationInServer(Unknown Source)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at fuego.j2eedeployer.websphere.WASJ2EEExecutor.installApplication(Unknown Source)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at fuego.j2eedeployer.websphere.WASDeployer.installApp(Unknown Source)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at fuego.j2eedeployer.websphere.WASDeployer.installEngine(Unknown Source)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at fuego.j2eedeployer.basedeployer.BaseDeployerServlet.doPost(BaseDeployerServlet.java:145)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)

    Hi,
    I'm trying to install albpm enterprise server 5.7 on
    websphere 6.1. Did the database directory creation,
    websphere profile creation, oracle schemas for albpm
    and albpm engine, configure datasources and jms in
    websphere, installed the fuego websphere deployer.
    Now while installing the process engine ear file from
    albpm process administrator, getting errors
    installing the ear file. Initially, the errors said
    the credentials were null, which went away when I put
    the user/password for my webpshere console in the
    soap.client.properties file. now the error I get is
    as below.
    Could you take a look and advice.
    Thanks, Mahesh
    [9/27/07 10:31:58:781 CDT] 00000044 SystemErr R
    java.lang.RuntimeException: An exception occurred
    when installing application
    [Fuego-Websphere-Deployer\01-eng-ALBPM_Engine.ear] in
    server [server1] ([classpath:
    Fuego-Websphere-Deployer\fuegoj2ee-lib-all.jar ]).
    Exception: Java returned: 105.
    Wsadmin log fragment: [************ Start
    ** Start Display Current Environment ************
    Host Operating System is Windows Server 2003, version
    5.2 build 3790 Service Pack 1
    Java version = J2RE 1.5.0 IBM J9 2.3 Windows Server
    2003 x86-32 j9vmwi3223-20060504 (JIT enabled)
    J9VM - 20060501_06428_lHdSMR
    JIT - 20060428_1800_r8
    GC - 20060501_AA, Java Compiler = j9jit23, Java VM
    name = IBM J9 VM
    was.install.root = C:\IBM\WebSphere\AppServer
    user.install.root =
    C:\IBM\WebSphere\AppServer\profiles\AppSrv01
    Java Home = C:\IBM\WebSphere\AppServer\java\jre
    ws.ext.dirs =
    C:\IBM\WebSphere\AppServer\java\lib;C:\IBM\WebSphere\A
    ppServer\classes;C:\IBM\WebSphere\AppServer\lib;C:\IBM
    \WebSphere\AppServer\installedChannels;C:\IBM\WebSpher
    e\AppServer\lib\ext;C:\IBM\WebSphere\AppServer\web\hel
    p;C:\IBM\WebSphere\AppServer\deploytool\itp\plugins\co
    m.ibm.etools.ejbdeploy\runtime
    Classpath =
    C:\IBM\WebSphere\AppServer\profiles\AppSrv01\propertie
    s;C:\IBM\WebSphere\AppServer\properties;C:\IBM\WebSphe
    re\AppServer\lib\startup.jar;C:\IBM\WebSphere\AppServe
    r\lib\bootstrap.jar;C:\IBM\WebSphere\AppServer\lib\j2e
    e.jar;C:\IBM\WebSphere\AppServer\lib\lmproxy.jar;C:\IB
    M\WebSphere\AppServer\lib\urlprotocols.jar;C:\IBM\WebS
    phere\AppServer\java\lib\tools.jar;C:\IBM\WebSphere\Ap
    pServer\deploytool\itp\batchboot.jar;C:\IBM\WebSphere\
    AppServer\deploytool\itp\batch2.jar
    Java Library path =
    C:\IBM\WebSphere\AppServer\java\jre\bin;.;C:\IBM\WebSp
    here\AppServer\java\jre\bin;C:\IBM\WebSphere\AppServer
    \java\jre\bin;C:\IBM\WebSphere\AppServer\bin;C:\IBM\We
    bSphere\AppServer\java\bin;C:\IBM\WebSphere\AppServer\
    java\jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS
    \System32\Wbem
    Current trace specification = *=info
    ************* End Display Current Environment
    [9/27/07 10:30:47:546 CDT] 0000000a ManagerAdmin I
    TRAS0017I: The startup trace state is *=info.
    [9/27/07 10:30:48:750 CDT] 0000000a AbstractShell A
    WASX7326I: Loaded properties file
    le
    "/C:/IBM/WebSphere/AppServer/profiles/AppSrv01/propert
    ies/wsadmin.properties"
    [9/27/07 10:30:48:921 CDT] 0000000a SSLConfig W
    CWPKI0041W: One or more key stores are using the
    he default password.
    [9/27/07 10:30:48:937 CDT] 0000000a SSLConfigMana I
    CWPKI0027I: Disabling default hostname verification
    on for HTTPS URL connections.
    [9/27/07 10:30:50:546 CDT] 0000000a AdminConfigCl A
    WASX7208I: Validation settings in effect now:
    w: Level=HIGHEST, Cross-validation=true, Output
    file=C:/IBM/WebSphere/AppServer/profiles/AppSrv01/logs
    /wsadmin.valout
    [9/27/07 10:30:56:953 CDT] 0000000a AbstractShell A
    WASX7303I: The following options are passed to the
    he scripting environment and are available as
    arguments that are stored in the argv variable:
    "[Fuego-Websphere-Deployer\\01-eng-ALBPM_Engine.ear,
    server1,
    Fuego-Websphere-Deployer\\fuegoj2ee-lib-all.jar]"
    [9/27/07 10:30:56:968 CDT] 0000000a AbstractShell A
    WASX7091I: Executing script:
    t:
    "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installe
    dApps\ncls0001Cell01\Fuego WebSphere
    Deployer.ear\wasj2eedeployer.war\WEB-INF\classes\insta
    llAppInServer.jacl"
    [9/27/07 10:31:54:921 CDT] 0000000a AbstractShell E
    WASX7120E: Diagnostic information from exception
    on with text
    "com.ibm.ws.scripting.ScriptingException: WASX7132E:
    Application install for
    Fuego-Websphere-Deployer\01-eng-ALBPM_Engine.ear
    failed: see previous messages for details.
    " follows:
    com.ibm.ws.scripting.ScriptingException: WASX7132E:
    : Application install for
    Fuego-Websphere-Deployer\01-eng-ALBPM_Engine.ear
    failed: see previous messages for details.
    at
    t
    com.ibm.ws.scripting.AbstractShell.setAndThrowScriptin
    gException(AbstractShell.java:1567)
    at
    t
    com.ibm.ws.scripting.AdminAppClient.invokeMBeanInstall
    (AdminAppClient.java:4993)
    at
    t
    com.ibm.ws.scripting.AdminAppClient.commonInstall(Admi
    nAppClient.java:2338)
    at
    t
    com.ibm.ws.scripting.AdminAppClient.doInstall(AdminApp
    Client.java:1742)
    at
    t
    com.ibm.ws.scripting.AdminAppClient.doInstall(AdminApp
    Client.java:1654)
    at
    t
    com.ibm.ws.scripting.AdminAppClient.install(AdminAppCl
    ient.java:1261)
    at
    t sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at
    t
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMeth
    odAccessorImpl.java:64)
    at
    t
    sun.reflect.DelegatingMethodAccessorImpl.invoke(Delega
    tingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
    at
    t
    tcl.lang.reflect.PkgInvoker.invokeMethod(PkgInvoker.ja
    va:125)
         at tcl.lang.JavaInvoke.call(JavaInvoke.java:263)
    at
    t
    tcl.lang.JavaInvoke.callMethod(JavaInvoke.java:121)
    at
    t
    tcl.lang.ReflectObject.cmdProc(ReflectObject.java:914)
         at tcl.lang.Parser.evalObjv(Parser.java:818)
         at tcl.lang.Parser.eval2(Parser.java:1221)
         at tcl.lang.Interp.eval(Interp.java:2222)
         at tcl.lang.Interp.eval(Interp.java:2276)
    at com.ibm.bsf.engines.jacl.JaclEngine.eval(Unknown
    n Source)
    at com.ibm.bsf.util.BSFEngineImpl.exec(Unknown
    n Source)
         at com.ibm.bsf.BSFManager$6.run(Unknown Source)
    at
    t
    java.security.AccessController.doPrivileged(AccessCont
    roller.java:241)
         at com.ibm.bsf.BSFManager.exec(Unknown Source)
    at
    t
    com.ibm.ws.scripting.AbstractShell.executeScript(Abstr
    actShell.java:955)
    at
    t
    com.ibm.ws.scripting.AbstractShell.run(AbstractShell.j
    ava:1891)
    at
    t
    com.ibm.ws.scripting.WasxShell.main(WasxShell.java:975
    at
    t sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at
    t
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMeth
    odAccessorImpl.java:64)
    at
    t
    sun.reflect.DelegatingMethodAccessorImpl.invoke(Delega
    tingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
    at
    t
    com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLaunch
    er.java:183)
    at
    t
    com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.jav
    a:90)
    at
    t
    com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java
    :72)
    at
    t
    org.eclipse.core.internal.runtime.PlatformActivator$1.
    run(PlatformActivator.java:226)
    at
    t
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ec
    lipseStarter.java:376)
    at
    t
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ec
    lipseStarter.java:163)
    at
    t sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at
    t
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMeth
    odAccessorImpl.java:64)
    at
    t
    sun.reflect.DelegatingMethodAccessorImpl.invoke(Delega
    tingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
    at
    t
    org.eclipse.core.launcher.Main.invokeFramework(Main.ja
    va:334)
    at
    t
    org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at
    t org.eclipse.core.launcher.Main.run(Main.java:973)
    at
    t
    com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WS
    PreLauncher.java:245)
    at
    t
    com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLaunch
    er.java:73)
    [9/27/07 10:31:54:937 CDT] 0000000a AbstractShell A
    WASX7093I: Issuing message: "WASX7017E: Exception
    on received while running file
    "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installe
    dApps\ncls0001Cell01\Fuego WebSphere
    Deployer.ear\wasj2eedeployer.war\WEB-INF\classes\insta
    llAppInServer.jacl"; exception information:
    com.ibm.ws.scripting.ScriptingException: WASX7132E:
    Application install for
    Fuego-Websphere-Deployer\01-eng-ALBPM_Engine.ear
    failed: see previous messages for details.
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    fuego.j2eedeployer.websphere.WASJ2EEExecutor.installAp
    plicationInServer(Unknown Source)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    fuego.j2eedeployer.websphere.WASJ2EEExecutor.installAp
    plication(Unknown Source)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    fuego.j2eedeployer.websphere.WASDeployer.installApp(Un
    known Source)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    fuego.j2eedeployer.websphere.WASDeployer.installEngine
    (Unknown Source)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    fuego.j2eedeployer.basedeployer.BaseDeployerServlet.do
    Post(BaseDeployerServlet.java:145)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    javax.servlet.http.HttpServlet.service(HttpServlet.jav
    a:763)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    javax.servlet.http.HttpServlet.service(HttpServlet.jav
    a:856)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.webcontainer.servlet.ServletWrapper.service
    (ServletWrapper.java:966)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.webcontainer.servlet.ServletWrapper.handleR
    equest(ServletWrapper.java:478)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handl
    eRequest(ServletWrapper.java:463)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.webcontainer.servlet.CacheServletWrapper.ha
    ndleRequest(CacheServletWrapper.java:92)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.webcontainer.WebContainer.handleRequest(Web
    Container.java:744)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.wswebcontainer.WebContainer.handleRequest(W
    ebContainer.java:1425)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WC
    ChannelLink.java:92)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.h
    andleDiscrimination(HttpInboundLink.java:465)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.h
    andleNewInformation(HttpInboundLink.java:394)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.r
    eady(HttpInboundLink.java:274)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCa
    llback.sendToDiscriminators(NewConnectionInitialReadCa
    llback.java:214)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCa
    llback.complete(NewConnectionInitialReadCallback.java:
    113)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.
    futureCompleted(AioReadCompletionListener.java:152)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.io.async.AbstractAsyncFuture.invokeCallback(Ab
    stractAsyncFuture.java:213)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.io.async.AbstractAsyncFuture.fireCompletionAct
    ions(AbstractAsyncFuture.java:195)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.io.async.AsyncFuture.completed(AsyncFuture.jav
    a:136)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.io.async.ResultHandler.complete(ResultHandler.
    java:193)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.io.async.ResultHandler.runEventProcessingLoop(
    ResultHandler.java:725)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.io.async.ResultHandler$2.run(ResultHandler.jav
    a:847)
    [9/27/07 10:31:58:796 CDT] 00000044 SystemErr R
    at
    t
    com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:
    1498)Hi I'm having a problem with my configuration too. Could someone help me?!
    [26/11/07 20:36:21:791 GMT] 0000000a ManagerAdmin I TRAS0017I: O estado de rastreio da inicialização é *=info.
    [26/11/07 20:36:25:735 GMT] 0000000a AbstractShell A WASX7326I: Arquivo de propriedades carregado "/C:/ibm/WebSphere/AppServer/profiles/AppSrv01/properties/wsadmin.properties"
    [26/11/07 20:36:25:992 GMT] 0000000a SSLConfig W CWPKI0041W: Um ou mais armazenamentos de chaves estão utilizando a senha padrão.
    [26/11/07 20:36:26:003 GMT] 0000000a SSLConfigMana I CWPKI0027I: Desativando a verificação de nome do host padrão para conexões HTTPS URL.
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at fuego.j2eedeployer.websphere.WASJ2EEExecutor.installApplicationInServer(Unknown Source)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at fuego.j2eedeployer.websphere.WASJ2EEExecutor.installApplication(Unknown Source)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at fuego.j2eedeployer.websphere.WASDeployer.installApp(Unknown Source)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at fuego.j2eedeployer.websphere.WASDeployer.installEngine(Unknown Source)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at fuego.j2eedeployer.basedeployer.BaseDeployerServlet.doPost(BaseDeployerServlet.java:145)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
    [26/11/07 20:36:29:225 GMT] 000000e0 SystemErr R      at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
    [26/11/07 20:36:29:226 GMT] 000000e0 SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
    [26/11/07 21:18:21:935 GMT] 0000002c SystemErr R java.lang.RuntimeException: An exception occurred when installing application [Fuego-Websphere-Deployer\01-eng-local-engine.ear] in server [server1] ([classpath: Fuego-Websphere-Deployer\fuegoj2ee-lib-all.jar ]). Exception: Java returned: 8096.
    Wsadmin log fragment: [************ Start Display Current Environment ************
    Host Operating System is Windows 2000, version 6.0 build 6000
    Java version = J2RE 1.5.0 IBM J9 2.3 Windows 2000 x86-32 j9vmwi3223-20060504 (JIT enabled)
    J9VM - 20060501_06428_lHdSMR
    JIT - 20060428_1800_r8
    GC - 20060501_AA, Java Compiler = j9jit23, Java VM name = IBM J9 VM
    was.install.root = C:\ibm\WebSphere\AppServer
    user.install.root = C:\ibm\WebSphere\AppServer\profiles\AppSrv01
    Java Home = C:\ibm\WebSphere\AppServer\java\jre
    ws.ext.dirs = C:\ibm\WebSphere\AppServer\java\lib;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\profiles\AppSrv01\properties;C:\ibm\WebSphere\AppServer\properties;C:\ibm\WebSphere\AppServer\lib\startup.jar;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;C:\ibm\WebSphere\AppServer\java\lib\tools.jar;C:\ibm\WebSphere\AppServer\deploytool\itp\batchboot.jar;C:\ibm\WebSphere\AppServer\deploytool\itp\batch2.jar
    Java Library path = C:\ibm\WebSphere\AppServer\java\jre\bin;.;C:\ibm\WebSphere\AppServer\java\jre\bin;C:\ibm\WebSphere\AppServer\java\jre\bin;C:\ibm\WebSphere\AppServer\java\jre\bin;C:\ibm\WebSphere\AppServer\bin;C:\ibm\WebSphere\AppServer\java\bin;C:\ibm\WebSphere\AppServer\java\jre\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\development\maven-2.0.7\bin;C:\Program Files\Java\jdk1.6.0_01\bin;C:\Program Files\QuickTime\QTSystem\;C:\Users\gabriel\Borland\StarTeam SDK 2006\Lib;C:\Users\gabriel\Borland\StarTeam SDK 2006\Bin;C:\ibm\installationmanager\eclipse\lib;c:\Program Files\Microsoft SQL Server\90\Tools\binn\
    Current trace specification = *=info
    ************* End Display Current Environment *************

  • Syntax error running J2EE server

    I am trying to run the J2EE server in windows 98, I have set all of the enviroment variables but recieve 3 syntax errors when I run the J2EE program, it then attempts to run java but it acts as though the program has been run with no arguments passed and just tells me the possible arguments for the java program, could u please help me

    Leviking ... what do you mean by a non-server machine?a non server machine is called a workstation, it is usually a machine that other machines on the network do not depend on.
    If I have a j2ee server (for example JBoss, Websphere, Resin, etc.) installed and running on my machine (be it >win95), I'm in business, ain't I?sure but if you follow your class well you know that a J2EE server is a distributed server that enables clients(workstations) to access a large object store ( bin) and that centrelizes the informations, that's why a win 98 machine alone is only good for developping and learning at home and will be no good to a business for example.
    If you mean that the machine won't be able to handle the load ... well, for testing and learning ... there ain't no load >so that be the purpose! your definetly right here to learn and try stuff it's good but load control is an important part of a well develop j2ee application. and i tough you would of like to know it
    keep up the good work

  • Weblogic 12c - J2EE version

    Hello,
    I am migrating our J2EE 1.4 apps from Websphere to Weblogic as part of an evaluation.
    I am trying to deploy a J2EE 1.4 application into Weblogic 12c. I see strange classloader exceptions. Is this because Oracle 12 c does not support J2EE 1.4?
    If yes, can you please help me on the following :
    1. Where can I find the Weblogic servers vs supported J2EE versions?
    2. What are the version of Weblogic app servers are suitable for J2EE 1.4?
    3. I noticed Weblogic 12c has a feature called 'SmartUpgrade'. I am exploring if this will help me anyway.
    Thanks in advance,
    Rajesh

    Hi Lawrence,
    I believed backward compatiblity will be present. We don't use weblogic APIs, as this is the first time we are moving to Weblogic. The Error in the sever_0.log file is as follows:
    When processing WebService module 'XXX-stp-web.war'. Failed to load servlet Class: com.XXXsolutions.stp.manager.web.ABCManagerServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.XXXsolutions.stp.manager.web.ABCManagerServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    When processing WebService module 'XXX-stp-web.war'. Failed to load servlet Class: com.XXXsolutions.stp.manager.web.ABCManagerServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.XXXsolutions.stp.manager.web.ABCManagerServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    <03-Jan-2013 15:40:58 o'clock GMT> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Critical error during deployment:
    com.sun.faces.config.ConfigurationException:
    Source Document: file:/C:/Projects/wlsdomain/servers/Server-0/tmp/_WL_user/XXX-stp/isz0wh/war/WEB-INF/faces-config.xml
    Cause: Unable to find class 'com.sun.facelets.FaceletViewHandler'
         at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:273)
         at com.sun.faces.config.processor.ApplicationConfigProcessor.setViewHandler(ApplicationConfigProcessor.java:541)
         at com.sun.faces.config.processor.ApplicationConfigProcessor.processViewHandlers(ApplicationConfigProcessor.java:861)
         at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:334)
         at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:114)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: com.sun.facelets.FaceletViewHandler
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
         Truncated. see log file for complete stacktrace
    Thanks,
    Rajesh

  • Migration from WebSphere - Weblogic: RAS logger

    What would be easy way or strategy to handle ibm ras logger when we migrate to weblogic?

    Guys:
    The link provided caters to Websphere Studio to WebLogic 8.1. My requirement is migration from WebSphere 5.x to WebLogic. My current architecture is as follows:
    1. Front End: JSP (Ver 1.2), XSL, XML
    2. Middle Layer: EJB (EJB Ver 2.0) (Stateless Session Beans) (Deployed in IBM WebSphere 5.0)
    3. RDBMS: Oracle 9i Enterprise Edition - Release 2.
    4. Modal View Controller architecture (MVC)
    5. Number of JAR files: 137
    6. One WAR File
    7. Appserver OS: W2K.
    All the files needs to be migrated to WebLogic 8.1 including the deployment descriptor.
    Is there any tool for this conversion? Any white paper, proof of concept, document on steps, approach, risks, mitigation,etc will be helpful.
    Thanks in anticipation
    Best Regards
    Pichu
    [email protected]
    Refer to
    http://www-106.ibm.com/developerworks/websphere/librar
    y/techarticles/0311_chaland/chaland.html
    "Stephen New" <[email protected]> wrote:
    Hi,
    Does anyone know of any articles/papers aboutmigrating a J2EE application
    from
    IBM's WebSphere to BEA WebLogic Server?
    I am currently doing a migration from WebSphere 4.xto WebLogic Server
    8.1 and
    am hoping to learn from other people's experiences.
    Thanks,
    Stephen.

  • Websphere to Weblogic Migration

    Hi,
    I am looking for some guidelines and document which can provide adequate information on doing the J2EE Application Migration from Websphere Application Server 6.1.x to Weblogic 10.x version.
    Thanks in Advance
    Sachin

    Guys:
    The link provided caters to Websphere Studio to WebLogic 8.1. My requirement is migration from WebSphere 5.x to WebLogic. My current architecture is as follows:
    1. Front End: JSP (Ver 1.2), XSL, XML
    2. Middle Layer: EJB (EJB Ver 2.0) (Stateless Session Beans) (Deployed in IBM WebSphere 5.0)
    3. RDBMS: Oracle 9i Enterprise Edition - Release 2.
    4. Modal View Controller architecture (MVC)
    5. Number of JAR files: 137
    6. One WAR File
    7. Appserver OS: W2K.
    All the files needs to be migrated to WebLogic 8.1 including the deployment descriptor.
    Is there any tool for this conversion? Any white paper, proof of concept, document on steps, approach, risks, mitigation,etc will be helpful.
    Thanks in anticipation
    Best Regards
    Pichu
    [email protected]
    Refer to
    http://www-106.ibm.com/developerworks/websphere/librar
    y/techarticles/0311_chaland/chaland.html
    "Stephen New" <[email protected]> wrote:
    Hi,
    Does anyone know of any articles/papers aboutmigrating a J2EE application
    from
    IBM's WebSphere to BEA WebLogic Server?
    I am currently doing a migration from WebSphere 4.xto WebLogic Server
    8.1 and
    am hoping to learn from other people's experiences.
    Thanks,
    Stephen.

  • Core dump on solaris 8/7 making JNI call.

    Hi,
    I am running solaris 8 and solaris 7 with Java 1.3.1. I have required solaris patches installed on the machine for java 1.3.1.
    From a C program I am making some JNI calls and when I run the program it core dumps at the very first JNI call. C program that make JNI calls are in a .so file.
    Same C code with Java 1.3.1 is running fine on window 2000, AIX 5.1, RedHat Advanced Server 2.1 and SuSE Enterprise Linux 7.
    Any help will be greatly appriciated.
    Thanks

    Hiya,
    Any resolution to this post , we have a native JNI call on a Websphere server running on Solaris 8 .. and same thing happening .. random core dump on the box ..
    No warning , no explanation
    Thanks so much for your help
    (btw . running Sun jvm 1.4.2_13)

  • J2EE - Reports using Business Objects.

    Hi Friends,
    We have a requirement to generate reports in our project using Business Objects v5.1.8.
    Some users/Actors will have assess the reports through Webi of business objects and other requirement is to do some selection criteria in web page and once you get the right details, we should be able to generate report directly from web page (Calling .rpt file of Business objects), J2EE application calling business object report. (similar to calling PDF file in browser).
    Did any body of you did similar thing and is it possible to do through business objects, I know we can do from crystal reports. Do we need any plug-in ?
    I would be grateful, If you have sample code and willing to share.
    Thank You
    srikanth

    oh no, you have that as a requirement! :) well, have fun!! (the guy beside me develops our crystal reports stuff all day).

Maybe you are looking for

  • Changes in Active Directory not reflected in SharePoint user info

    I have change the manager & name in Active directory but it's not reflecting in sharepoint. I found one command stsadm -o migrateuser    -oldlogin <domain\name>    -newlogin <domain\name>    [-ignoresidhistory] But i don't want to do one by one i hav

  • Windows Server and Internet Printing - Printer Not Found

    Having looked at every thread I can find on the subject of IPP, I have finally come to post my first cry for help. My system is:   Server 2008 R2 Enterprise I have the following roles and services installed.   Print and Document Services      Print S

  • How to copy and paste into the same picture using quick selection tool

    I have Photoshop CS5 and am new at this.  What I need to do is copy and paste something in the image back into the same image.  I can select it with the quick selection tool.  All I want to do is paste a copy of it back into my image, move it and rot

  • Changes Made in IT 0002

    Dear All, If i do some changes in the IT 0002, like change the name, or date of birth etc. will it trigger retro? regards, JIM

  • How to create filter equivalent of iMovie11 Dream and Romance Effect

    I used iMovies' new Trailer feature for a wedding movie I'm working on and the couple loved it. In two of the cuts I used the Dream and Romance Effects which the couple also loved so I want to use them somewhere in the full movie. My raw footage is i