Installing JavaHelp in Websphere

Hi!
I'm trying to install a javahelp web application in websphere application server 5 and somehow it doesn't work!
It's supposed to be a server based Javahelp, invoked by a JSP in a web application. I tried to call Javahelp using the following code:
<jh:validate helpBroker="<%= helpBroker %>"
helpSetName="/Help/PT/CpyProd.hs"/>
<body onload="location='JavaHelp/help.jsp'">
It works fine on Websphere test environment and on Tomcat4.1 but it can't compile the JSP on WAS!
I supposed that it was a problem while finding the helpset and so, I tried to do this manually using the following code also in the JSP:
<%
java.net.URL hsURL = new java.net.URL("http://i2sseg.i2s.local:9080/I2SHelp/Help/PT/CpyProd.hs");
javax.help.HelpSet hs = new javax.help.HelpSet(null, hsURL);
helpBroker.setHelpSet(hs);
%>
I created manually the Helpset's URL but I have a problem creating the HelpSet. I get the folowing exception:
[17-06-2004 14:39:16:909 UTC] 25e50d5f WebGroup E SRVE0026E: [Servlet Error]-[Could not parse]: javax.help.HelpSetException: Could not parse
java/lang/Throwable.<init>(Ljava/lang/String;)V+4 (Throwable.java:85)
java/lang/Exception.<init>(Ljava/lang/String;)V+1 (Exception.java:33)
Once again, this works fine on websphere test environment and on tomcat... (and I used the exact same WAR fine on tomcat)
I'm also using the same .hs in all installations so, there is no problem there
I'm running out of ideas... can anyone help me with this?
Thanx in advance
Filipe Teixeira

got rid of this exception for javahelp on websphere.
Nested Exception is java.lang.RuntimeException: Could not parse
Got an IOException (http://localhost:9081/http://localhost:9081/.ContextName/TaxCalculatorHelp/TaxCalculatorHelpSet.hs)
Parsing failed for null
I noted a few things in my scenario :
If code below is used to get the URL of helpsetName with context ,
response.encodeURL(request.getContextPath() + "/somefolder/hsName.hs") then it creates problem with jh:validate tag
Using 'jh:validate' tag appends servername:portnumber to the fully formed helpset name, causes the wrongly formed URL of the helpset.
So what we need is ONLY the 'context' name, which we don't get from request.getContextPath()  (cos it returns protocol, servername, portnumber , .. ) ..
As I am doing it in Portlets , used renderRequest.getContextPath() that solves the purpose.
hope it helps .
have a good day !

Similar Messages

  • Installing application in websphere 6 - Exception

    Hi, I'm getting the following error when installing an application in websphere 6 via the admin consolle.
    I have created one entity bean (cmp) in RAD, packaging it with an WEB application into an Enterprise application (.EAR) and installing it into websphere.
    Going through all steps in the websphere console, but when ws installs it I get the following error, anyone know why? I have installed db2-connection/datasource, etc. in websphere before I install the application...
    java.lang.NullPointerException
    at com.ibm.ObjectQuery.crud.schema.ClassMap.getBeanName(ClassMap.java:404)
    at com.ibm.ObjectQuery.crud.schema.ClassMap.asn(ClassMap.java:381)
    at com.ibm.ObjectQuery.crud.schema.DataStoreMap.build(DataStoreMap.java:138)
    at com.ibm.ObjectQuery.crud.schema.DataStoreMap.initialize(DataStoreMap.java:112)
    at com.ibm.ObjectQuery.crud.schema.DataStoreMap.(DataStoreMap.java:72)
    at com.ibm.ObjectQuery.crud.schema.DataStoreMap.singletonFor(DataStoreMap.java:766)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.generateQueries(EJBDeployOperation.java:1816)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.getClassMapsForBackend(EJBDeployOperation.java:1784)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.invokeCodeGeneration(EJBDeployOperation.java:1562)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doRun(EJBDeployOperation.java:1427)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.run(EJBDeployOperation.java:1316)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doit(EJBDeployOperation.java:984)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.invokeDeploymentCodegen(BatchExtension.java:1953)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.internalJarProcess(BatchExtension.java:956)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runEarDeploy(BatchExtension.java:404)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$0(BatchExtension.java:305)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:288)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1693)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:272)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:235)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:390)
    at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:144)
    at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:83)
    at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:312)
    An unexpected exception was thrown. Halting execution.
    An unexpected exception was thrown. Halting execution.
    Shutting down workbench.
    Error during generation of deployment code: null.
    com.ibm.etools.ejbdeploy.EJBDeploymentException (Error during generation of deployment code: null.) java.lang.NullPointerException
    at com.ibm.ObjectQuery.crud.schema.ClassMap.getBeanName(ClassMap.java:404)
    at com.ibm.ObjectQuery.crud.schema.ClassMap.asn(ClassMap.java:381)
    at com.ibm.ObjectQuery.crud.schema.DataStoreMap.build(DataStoreMap.java:138)
    at com.ibm.ObjectQuery.crud.schema.DataStoreMap.initialize(DataStoreMap.java:112)
    at com.ibm.ObjectQuery.crud.schema.DataStoreMap.(DataStoreMap.java:72)
    at com.ibm.ObjectQuery.crud.schema.DataStoreMap.singletonFor(DataStoreMap.java:766)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.generateQueries(EJBDeployOperation.java:1816)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.getClassMapsForBackend(EJBDeployOperation.java:1784)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.invokeCodeGeneration(EJBDeployOperation.java:1562)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doRun(EJBDeployOperation.java:1427)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.run(EJBDeployOperation.java:1316)
    at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doit(EJBDeployOperation.java:984)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.invokeDeploymentCodegen(BatchExtension.java:1953)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.internalJarProcess(BatchExtension.java:956)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runEarDeploy(BatchExtension.java:404)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$0(BatchExtension.java:305)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:288)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1693)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:272)
    at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:235)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:390)
    at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:144)
    at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:83)
    at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:312)
    EJBDeploy level: dms0444.09
    ADMA5007I: The EJBDeploy command completed on C:\WINDOWS\TEMP\app_105b08a2006\dpl\dpl_HTC_Ebusiness.ear
    ADMA5008E: EJBDeploy failed on C:\WINDOWS\TEMP\app_105b08a2006\dpl\dpl_HTC_Ebusiness.ear: com.ibm.websphere.management.exception.AdminException: ADMA0063E: An error occurred in EJB deployment - [An unexpected exception was thrown. Halting execution.]
    ADMA5011I: The cleanup of the temp directory for application HTC Ebusiness is complete.
    ADMA5014E: The installation of application HTC Ebusiness failed.

    Did you get the solution for this ?
    i m also facing the same problem
    Regards,
    --Naveen                                                                                                                                                                                   

  • Installing JavaHelp and SDK

    I installed JavaHelp and the Java 2 SDK Enterprise Edition. I have rebooted my PC. Everytime I try to run JavaHelp I get a message that I must install the lastest version of the Java 2 SDK.
    Anyone have any ideas on what I did wrong?

    You should install Java 2 SDK Standard Edition. Even Enterprise Edition need it!

  • How to install JavaHelp??

    Dear all,
    After compiling JavaHelp with RoboHelp for Word I get the
    following message:
    'Please install the latest version of JavaHelp'
    I tried a lot of things but I didn't succeeded.
    -copying the JH2.0 folder to many related dir's.
    -copying the content of JH.2.0 (BIN/LIB) to related dir's.
    -installing/reinstalling JDK, SDK, JRE...
    -reÔnstalling robohelp
    -attempt to define the necessary variables (PATH, JHHOME,...)
    Can someone tell me how to install JavaHelp properly?
    (PS I use word 2003)

    Hi Peter,
    Thank you for your quick response.
    Your website is not new for me. I tried to solve the problem
    by executing the 9 steps you describe:
    http://www.grainge.org/pages/authoring/javahelp/javahelp.htm...
    But unfortunately, without any luck.
    I don't know what the problem is, I guess maybe something
    with:
    -The location of the JavaHelp BIN and LIB folder. There is no
    executable, no installer? Where do I need to save these folders? Do
    I need to add them to another folder?
    -The environment variables: I created two new variables
    (JHHOME and JAVA_HOME). I added both of them to the PATH variable
    by adding something like: "%JHHOME%C:\SUN;" Is that correct?
    -Installation of the SDK folder?
    -Versions of the Java software? I installed: JDK1.6.0_03,
    JH2.0, JRE1.6.0_03
    Greets,
    Raf

  • Is it possible to digitally sign a jar file that will be used to install CF in WebSphere?

    I am currently working for a contractor for the DoD. We are maintaining a project that uses CF installed as an application through WebSphere. We are currently going through a security checklist and being asked to provide evidence that the CF application has a digital signature. From what we can gather they are looking to see that the jar file installed into WebSphere is digitally signed. We have reached out to IBM, and have received a response that digital signatures are recognized by WebSphere.
    Unfortunately, it seems that those that are looking for the evidence do not know much more than what the checklist requirement states. They cannot provide more details or expand on what they need. Any assistance or advice in this matter would be appreciated.
    Thanks,

    Masterkeedu wrote: !! It worked.
    Congratulations. :-)
    Masterkeedu wrote: So it's not certified, but is signed.
    So as I understand this, it means the end-user has no way to know it was me that truly signed it. But relies on their common sense I suppose.
    That is correct. The CA has verified, and is certifying, that you are who you claim to be. If you or I use a 'self signed' certificate, it does not carry the same level of trust. As you might understand already, the dialogs are different between the two certificate types, and some users cannot accept trusted code from an unverified (self-signed) certificate.
    I have been meaning to write a page on the differences between the two certificates. It is well worth looking into getting a cert. from a CA.
    There was a stage when one of the major CAs were offering 'freemail' certificates that came emblazoned not with your name, but 'free mail' itself. I did not like them because of that, and continue to use a self-signed certificate.

  • Problem in installing jar on Websphere

    I am using Websphere and I took some sample code from this server and putted home,remote interfaces ,bean class and deployment descriptor from their samples in C:\EJB.This sample code is a calculator .I created jar file by issuing following command from c prompt:
    C:\>jar cf test1.jar EJB\*.class EJB\ejb-jar.xml(My home,remote and bean class files are in C:\EJB and ejb-jar.xml(deployment descriptor) is also in same directory)
    Here is my ejb-jar.xml:(When I try to install test1.jar on websphere then it gives error).
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd">
    <ejb-jar id="ejb-jar_ID">
    <description>Basic Calculator Stateless Session EJB</description>
    <display-name>Basic Calculator EJB Module</display-name>
    <enterprise-beans>
    <session id="Session_1">
    <description>Basic Calculator to add, subtract, multiply, divide</description>
    <display-name>Basic Calculator Stateless Session</display-name>
    <ejb-name>BasicCalculator</ejb-name>
    <home>BasicCalculatorHome</home>
    <remote>BasicCalculator</remote>
    <ejb-class>BasicCalculatorBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    <assembly-descriptor id="AssemblyDescriptor_1">
    <container-transaction id="MethodTransaction_1">
    <method id="MethodElement_1">
    <ejb-name>BasicCalculator</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Never</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>

    Hi
    What is the error? You need to put your class files in a package. ejb-jar.xml should be located in META-INF.
    Thanks
    VIshal

  • How to install coherence in Websphere 7.x or Websphere 8.x

    Hi,
    Please provide the steps for installing coherence on a profile that is running on websphere 7.x/8.x
    Thanks
    Siva

    Hi
    After following the steps, this is what I am seeing in my websphere 7 trace file
    [12/27/11 6:40:48:952 MST] 00000024 AbstractHttpS 3 Created session model "SplitHttpSessionModel
    Collection is usable
    HttpSession is active
    Id=9JsCbepP0ftG
    Local=false
    Version=0
    CreationTime=2011-12-27 06:40:17.382
    LastAccessedTime=1324993217382
    LastFlushedTime=0
    MaxInactiveInterval=1200
    Expired=false
    New=true
    Valid=true
    Activatable Attributes=false
    Attributes[]=
    Modified=true
    ThreadOwner=null
    ReferenceCount=1
    OwnedByThisThread=true"
    [12/27/11 6:40:48:953 MST] 00000024 I psp service null fe80:0:0:0:40cc:54da:115c:9341 http://slc.us.abc.com:9211/psp/ps/?cmd=login&languageCd=ENG GET UNKNOWN 9JsCbepP0ftG [NEW SESSION] Number of tools' cookies 0     Number of servlet session cookies 2     JSESSIONID: 00001uLIUObxIHb8:-1     JSESSIONID: 0000gXChbyTmDseD:-1     Number of other cookies 2     ORA_UCM_INFO: 3~9EA9A8F36CE6E0EEE040548C2D706D17~     s_nr: 1324010936935     Total number of cookies 4     Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*     Referer: http://slc.us.abc.com:9211/psp/ps/?cmd=login&errorPg=ckreq&languageCd=ENG     Accept-Language: en-US     User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)     Accept-Encoding: gzip, deflate     Host: slc.us.abc.com:9211     Connection: Keep-Alive     Total Number of header entries - exclude Cookie header: 7     
    [12/27/11 6:40:48:977 MST] 00000024 AbstractHttpS 3 Destroying HttpSession "9JsCbepP0ftG"
    This CreatedSession and DestroyingSession occurs multiple times (as in the above format) Also SplitHttpSessionModel is from coherence I think (http://docs.oracle.com/html/E15725_01/com/tangosol/coherence/servlet/SplitHttpSessionModel.html)
    Also in the systemErr log file of websphere, am seesing the following:
    [12/27/11 6:39:09:519 MST] 00000012 SystemErr R 2011-12-27 06:39:09.392/21.021 Oracle Coherence 3.7.1.0 <Info> (thread=server.startup : 1, member=n/a): Loaded operational configuration from "wsjar:file:/PORTAL.war/WEB-INF/lib/coherence.jar!/tangosol-coherence.xml"
    [12/27/11 6:39:09:523 MST] 00000012 SystemErr R 2011-12-27 06:39:09.424/21.053 Oracle Coherence 3.7.1.0 <Info> (thread=server.startup : 1, member=n/a): Loaded operational overrides from "wsjar:file:/PORTAL.war/WEB-INF/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    [12/27/11 6:39:09:523 MST] 00000012 SystemErr R 2011-12-27 06:39:09.435/21.064 Oracle Coherence 3.7.1.0 <D5> (thread=server.startup : 1, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
    [12/27/11 6:39:09:523 MST] 00000012 SystemErr R 2011-12-27 06:39:09.439/21.068 Oracle Coherence 3.7.1.0 <D5> (thread=server.startup : 1, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    [12/27/11 6:39:09:525 MST] 00000012 SystemErr R
    Oracle Coherence Version 3.7.1.0 Build 27797
    Grid Edition: Development mode
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
    [12/27/11 6:39:10:446 MST] 00000012 SystemErr R 2011-12-27 06:39:10.444/22.073 Oracle Coherence GE 3.7.1.0 <D4> (thread=server.startup : 1, member=n/a): TCMP bound to /10.244.10.9:8088 using SystemSocketProvider
    [12/27/11 6:39:36:176 MST] 00000012 SystemErr R 2011-12-27 06:39:36.175/47.804 Oracle Coherence GE 3.7.1.0 <Info> (thread=Cluster, member=n/a): This Member(Id=3, Timestamp=2011-12-27 06:39:03.608, Address=10.244.10.9:8088, MachineId=7842, Location=site:,machine:SLC,process:17432, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=2) joined cluster "cluster:0xFCDB" with senior Member(Id=1, Timestamp=2011-11-29 00:01:18.464, Address=10.245.25.104:8088, MachineId=20732, Location=site:,machine:scl58356,process:7393, Role=WeblogicServer, Edition=Grid Edition, Mode=Development, CpuCount=1, SocketCount=1)
    [12/27/11 6:39:36:385 MST] 00000012 SystemErr R 2011-12-27 06:39:36.385/48.014 Oracle Coherence GE 3.7.1.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Management with senior member 1
    [12/27/11 6:39:36:390 MST] 00000012 SystemErr R 2011-12-27 06:39:36.385/48.014 Oracle Coherence GE 3.7.1.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistributedSessions with senior member 1
    [12/27/11 6:39:36:391 MST] 00000012 SystemErr R 2011-12-27 06:39:36.387/48.016 Oracle Coherence GE 3.7.1.0 <Info> (thread=server.startup : 1, member=n/a): Started cluster Name=cluster:0xFCDB
    Group{Address=224.3.7.0, Port=37000, TTL=4}
    MasterMemberSet(
    ThisMember=Member(Id=3, Timestamp=2011-12-27 06:39:03.608, Address=10.244.10.9:8088, MachineId=7842, Location=site:,machine:SLC,process:17432)
    OldestMember=Member(Id=1, Timestamp=2011-11-29 00:01:18.464, Address=10.245.25.104:8088, MachineId=20732, Location=site:,machine:scl58356,process:7393, Role=WeblogicServer)
    ActualMemberSet=MemberSet(Size=2
    Member(Id=1, Timestamp=2011-11-29 00:01:18.464, Address=10.245.25.104:8088, MachineId=20732, Location=site:,machine:scl58356,process:7393, Role=WeblogicServer)
    Member(Id=3, Timestamp=2011-12-27 06:39:03.608, Address=10.244.10.9:8088, MachineId=7842, Location=site:,machine:SLC,process:17432)
    MemberId|ServiceVersion|ServiceJoined|MemberState
    1|3.7.1|2011-11-29 00:01:18.464|JOINED,
    3|3.7.1|2011-12-27 06:39:04.807|JOINED
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0
    TcpRing{Connections=[1]}
    IpMonitor{AddressListSize=1}
    [12/27/11 6:39:36:425 MST] 00000012 SystemErr R 2011-12-27 06:39:36.423/48.052 Oracle Coherence GE 3.7.1.0 <D5> (thread=Invocation:Management, member=3): Service Management joined the cluster with senior service member 1
    [12/27/11 6:39:36:909 MST] 00000012 SystemErr R 2011-12-27 06:39:36.909/48.538 Oracle Coherence GE 3.7.1.0 <D5> (thread=DistributedCache:DistributedSessions, member=3): Service DistributedSessions joined the cluster with senior service member 1
    [12/27/11 6:39:36:945 MST] 00000012 SystemErr R 2011-12-27 06:39:36.944/48.573 Oracle Coherence GE 3.7.1.0 <Warning> (thread=server.startup : 1, member=3): Session management was configured to assume locality via "coherence-reaperdaemon-assume-locality" but local storage is disabled; disabling "coherence-reaperdaemon-assume-locality".
    [12/27/11 6:39:36:948 MST] 00000012 SystemErr R 2011-12-27 06:39:36.948/48.577 Oracle Coherence GE 3.7.1.0 <D5> (thread=server.startup : 1, member=3):
    Clustered Session Cache Name=session-storage
    Local Session Cache Name=local-session-storage
    Local Session Attribute Cache Name=local-attribute-storage
    Death Certificate Cache Name=session-death-certificates
    SessionDistributionController Class Name=
    AttributeScopeController Class Name=com.tangosol.coherence.servlet.AbstractHttpSessionCollection$GlobalScopeController
    Maximum Session Inactive Seconds=1200
    Session ID Character Length=12
    Session Locking Enforced=false
    Member Session Locking Enforced=false
    Application Session Locking Enforced=false
    Thread Session Locking Enforced=false
    Session Get Lock Timeout=300
    Suspect Attribute Detection=true
    Strict "Servlet Specification" Exception Handling=false
    Sticky Session Ownership=false
    Sticky Session Ownership Service Name=SessionOwnership
    Assume Session Locality for Reaping=false
    Parallel Session Reaping=true
    Allow Local Attributes=false
    Use Default Session ID Decoding=false
    Use Default Session ID Encoding=false
    Session ID Affinity Token=null
    Session Expiry Filter Factory=
    Session Access Debug Logging Enabled=false
    Session Access Debug Logging Filter=
    [12/27/11 6:39:36:974 MST] 00000012 SystemErr R 2011-12-27 06:39:36.973/48.602 Oracle Coherence GE 3.7.1.0 <Warning> (thread=server.startup : 1, member=3): Session management was configured to assume locality via "coherence-reaperdaemon-assume-locality" but local storage is disabled; disabling "coherence-reaperdaemon-assume-locality".
    [12/27/11 6:39:36:982 MST] 00000012 SystemErr R 2011-12-27 06:39:36.981/48.610 Oracle Coherence GE 3.7.1.0 <Info> (thread=server.startup : 1, member=3): Configured session model "SplitHttpSessionCollection":
    Clustered Session Cache Name=session-storage
    Local Session Cache Name=local-session-storage
    Local Session Attribute Cache Name=local-attribute-storage
    Death Certificate Cache Name=session-death-certificates
    SessionDistributionController Class Name=
    AttributeScopeController Class Name=com.tangosol.coherence.servlet.AbstractHttpSessionCollection$GlobalScopeController
    Maximum Session Inactive Seconds=1200
    Session ID Character Length=12
    Session Locking Enforced=false
    Member Session Locking Enforced=false
    Application Session Locking Enforced=false
    Thread Session Locking Enforced=false
    Session Get Lock Timeout=300
    Suspect Attribute Detection=true
    Strict "Servlet Specification" Exception Handling=false
    Sticky Session Ownership=false
    Sticky Session Ownership Service Name=SessionOwnership
    Assume Session Locality for Reaping=false
    Parallel Session Reaping=true
    Allow Local Attributes=false
    Use Default Session ID Decoding=false
    Use Default Session ID Encoding=false
    Session ID Affinity Token=null
    Session Expiry Filter Factory=
    Session Access Debug Logging Enabled=false
    Session Access Debug Logging Filter=
    [12/27/11 6:39:37:009 MST] 00000012 SystemErr R 2011-12-27 06:39:37.009/48.638 Oracle Coherence GE 3.7.1.0 <Info> (thread=server.startup : 1, member=3): Registering MBean using object name "type=HttpSessionManager,nodeId=3,appId=Portal"
    [12/27/11 6:44:37:027 MST] 00000012 SystemErr R 2011-12-27 06:44:37.026/348.655 Oracle Coherence GE 3.7.1.0 <D5> (thread=SessionReaperDaemon[Portal, 2011-12-27 06:39:36.998], member=3): Checking for expired sessions.
    [12/27/11 6:44:37:028 MST] 00000012 SystemErr R 2011-12-27 06:44:37.026/348.655 Oracle Coherence GE 3.7.1.0 <D5> (thread=SessionReaperDaemon[Portal, 2011-12-27 06:39:36.998], member=3): Nothing to reap.
    [12/27/11 6:44:37:028 MST] 00000012 SystemErr R 2011-12-27 06:44:37.027/348.656 Oracle Coherence GE 3.7.1.0 <D5> (thread=SessionReaperDaemon[Portal, 2011-12-27 06:39:36.998], member=3): Next reap cycle will start in 299998ms.
    Any ideas from these logs??
    Thanks

  • How to install LCDS with websphere 6?

    Thanks for your help.
    I need a tutorial for this. Thanks.
    Mark

    Hi,
    First you need to add the JSTL jars(jstl-api-x.x.jar and jstl-impl-x.x.jar) to the lib dir under your WEB-INF tomcat dir and then, to use it on a JSP page make sure the follwing line is added before the <HTML> tag.
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>There you go. Just enjoy it now.
    Thanks
    Thiago Santana

  • Problem in installing SUN IDM8.0 on Websphere 6.1

    I am trying to install sun idm on websphere 6.1ND as per sun idm installation guide but i couldn't. When i saw the installation guide, there are 3 steps to install idm on Websphere.1)Prepate app.server. 2) install idm software. 3) configure app.server.
    I am able to do 1 & 3, but i couldn't do step 2. Also when i install the app.(war file) on websphere, its not synchronized on all servers.Appreciate if anyone familiar with this installation can help me in fixing the problem.

    Hi,
    I have a similar problem...
    I'd been installing Siebel Enterprise Server (8.1.1.0) in GUI Mode on Red Hat Enterprise Linux Version 5.
    When I tried to configure a Siebel Gateway Name Server, the result of that is "Execution Failed" and popup the following error message:
    Unable to launch "ksh -c export LD_LIBRARY_PATH=/siebel/gtwysrvr/lib:${LD_LIBRARY_PATH};PATH=${PATH}:.;/root/istemp1442084232124/_bundledJRE_/bin/java -Dtemp.dir=/root -cp /siebel/gtwysrvr/bin/setup.jar run -args LANG=ESN MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console_sia.scm" error code: "255"(SBL-STJ-00152)
    Before accept the message, I first execute the first code line in a shell window without error:
    ksh -c export LD_LIBRARY_PATH=/siebel/gtwysrvr/lib:${LD_LIBRARY_PATH};PATH=${PATH}:.;
    Then, when I execute the second line, an Install Shield assistant window appears but the shell window shows a loop of error messages:
    An error occurred during wizard bean change notification:
    java.lang.NoClassDefFoundError
    at ConfigInitialize.execute(ConfigInitialize.java:21)
    at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(StandardWizardListener.java:106)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1569)
    An error occurred during wizard bean change notification:
    java.lang.NullPointerException
    at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:116)
    at com.installshield.wizard.StandardWizardListener.currentBeanChanged(StandardWizardListener.java:108)
    at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1569)
    I have been executing the solutions that I found with similar cases without success.
    I would appreciate any help.
    Thanks

  • JMS Adapter Error after installing Websphere MQ 7.1 Drivers ?

    Hi,
    I have installed 2 ibm websphere mq 7.1 drivers into "com.sap.aii.adapter.lib.sda" and deployed using JSPM.
    but then after that all my others jms (using JNDI) that previously working fine become error (in red colour).
    The error message is :
    Channel has internal error, Adapter has not provided any status information about this channel
    The jar file are :
    com.ibm.mq.jar
    com.ibm.mqjms.jar
    After i remove back those 2 files the other jms channel back to green colour except those using websphere mq with error missing class file because no driver installed.
    please advise.
    Thank you and Best Regards
    FYI : I am using PI 7.1 EHP1 SP03

    Hello,
    I'm facing the same error. I searched jar files of MQSeries 7.0 where WS Application Server is installed but I couldn't find those:
    CL3Export.jar
    CL3Nonexport.jar
    connector.jar
    fscontext.jar
    providerutil.jar
    rmm.jar
    when required files are:
    CL3Export.jar
    CL3Nonexport.jar
    com.ibm.mq.headers.jar
    com.ibm.mq.jar
    com.ibm.mq.jmqi.jar
    com.ibm.mq.pcf.jar
    com.ibm.mqjms.jar
    connector.jar
    dhbcore.jar
    fscontext.jar
    providerutil.jar
    rmm.jar
    Does any body can tell me where to find or download the files I'm missing?
    Thanks a lot!

  • 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 *************

  • OIM Install on WebSphere

    Trying to install OIM on SUSE10/ WebSphere... getting this error RIGHT at the end of the install, after the progress bar, after creating uninstaller:
    Anyone recognize this?
    Thanks so much
    Alex
    Finalizing Vital Product Data Registry...
    sun.io.MalformedInputException
    at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262)
    at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:316)
    at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:366)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:252)
    at java.io.InputStreamReader.read(InputStreamReader.java:212)
    at java.io.BufferedReader.fill(BufferedReader.java:157)
    at java.io.BufferedReader.readLine(BufferedReader.java:320)
    at java.io.BufferedReader.readLine(BufferedReader.java:383)
    at com.thortech.xl.installer.event.InstallScript.loadScript(InstallScript.java:667)
    at com.thortech.xl.installer.event.InstallScript.loadDatabase(InstallScript.java:355)
    at com.thortech.xl.installer.event.InstallScript.onExecutingThorCreateDB(InstallScript.java:195)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at com.installshield.event.ActionSequenceEngine$ActionTask.invokeJavaMethod(Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.executeAction(Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.run(Unknown Source)
    at com.installshield.event.ThreadPool.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:811)
    ERROR: log used before wizard tree is initialized: sun.io.MalformedInputException
    java.lang.Exception: Unknown Error
    at com.thortech.xl.installer.event.InstallScript.loadScript(InstallScript.java:806)
    at com.thortech.xl.installer.event.InstallScript.loadDatabase(InstallScript.java:355)
    at com.thortech.xl.installer.event.InstallScript.onExecutingThorCreateDB(InstallScript.java:195)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:618)
    at com.installshield.event.ActionSequenceEngine$ActionTask.invokeJavaMethod(Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.executeAction(Unknown Source)
    at com.installshield.event.ActionSequenceEngine$ActionTask.run(Unknown Source)
    at com.installshield.event.ThreadPool.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:811)

    When installing with the IBM java, the part where it completes the database installation and tries to generate the database key, this would throw an error.
    I've never had an issue with the language problem installing OIM on websphere.
    -Kevin

  • CMC does not work after deploying to Websphere

    Description of Problem or Question:
    We have an installation of BO XI R2 SP2 on Tomcat (default installation).
    Now we installed Websphere Application Server 6.0 on the same server and deployed BO war files on it.
    The existing installation of Infoview & CMC on Tomcat works as it did before.
    But, CMC that runs on Websphere does not work.
    Product\Version\Service Pack\Fixpack (if applicable):
    Business Objects XI R2 - Service Pack 2
    Tomcat 5.0.27 (installed by default)
    Websphere Application Server 6.0.0.2
    Relevant Environment Information (OS & version, java or .net & version, DB & version):
    Windows 2003 Server R2, Enterprise Edition, SP2
    Sporadic or Consistent (if applicable):
    Consistent
    Steps to Reproduce (if applicable):
    Followed all the steps mentioned in "Deploying on WebSphere" section of "xir2_bip_install_en.pdf"
    Deployed the following war files from the following location in the order mentioned with context roots as listed.
    C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\java\applications\sp2updates
    webcompadapterSP2.war /businessobjects
    jsfadminSp2.war /jsfadmin
    jsfplatform.war /jsfplatform
    adminSP2.war /businessobjects/enterprise115/adminlaunch
    desktopSP2.war /businessobjects/enterprise115/desktoplaunch
    stylesSP2.war /styles
    http://localhost:9080/businessobjects/enterprise115/desktoplaunch
    Infoview works as expected.
    http://localhost:9080/businessobjects/enterprise115/admin
    CMC doesnot work. IE Says "HTTP 500 Internal Server Error".
    What has already been tried (where have you searched for a solution to your question/problem):
    On searching the web-forums, I found this:
    http://www.forumtopics.com/busobj/viewtopic.php?t=112151
    So, I tried to install WCA for Websphere. The scenario mentioned in that article deals with new installation of BO.
    But, since ours is an existing installation, I cannot install WCA for websphere.
    I do not want to re-install BO.
    Please advise.
    Thanks,
    Chris

    Hi,
    The following is the log created when I try to open CMC.
    com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[wccontroller]: java.lang.NoClassDefFoundError: javax.servlet.http.HttpServletRequestWrapper
    at com.ibm.oti.vm.VM.findClassOrNull(Native Method)
    at com.ibm.oti.vm.BootstrapClassLoader.loadClass(BootstrapClassLoader.java:62)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:633)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:635)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:300)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:609)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:363)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:635)
    at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:90)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:609)
    at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:62)
    at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:58)
    at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:466)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:609)
    at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:466)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:609)
    at java.lang.J9VMInternals.verifyImpl(Native Method)
    at java.lang.J9VMInternals.verify(J9VMInternals.java:72)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
    at com.businessobjects.enterprise.wca.servlets.WCAControllerServlet.init(Unknown Source)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:325)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:165)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:628)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3610)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:274)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:926)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:272)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)

  • Oracle 11g R1 ADF faces app on Websphere 8

    So I installed websphere 8 on a linux machine. It worked fine.
    I am now trying to install the ADF Libraries 11.1.1.2 onto websphere. I downloaded just the framework from the oracle website. There is no Jdeveloper on the server.
    Anyways Websphere 8 is installed as root
    where as the libraries were downloaded and unziped as Oracle.
    So before signing in as oracle I do
    xhost +
    su oracle
    now I have ran the installer from the Disk1 location and Disk1/linux64 location as well---but I get an error
    [ERROR]: Installer has encountered an interenal Error. Contact Oracle support with details.
    [EXCEPTION]: java.lang.reflect.InvocationTargetException
    The log states
    [2012-03-29T13:52:53.844-06:00] [as] [TRACE:16] [] [oracle.as.install.engine] [tid: 0] [ecid: 0000JPW17ut5YbT5yBP5iW1FTBqH000000,0] [SRC_METHOD: startOperation] [SRC_CLASS: oracle.as.install.engine.InstallEngine] THROW[[
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    at oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
    at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
    at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    Caused by: java.lang.UnsatisfiedLinkError: oraInstaller (Not found in java.library.path)
    at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1053)
    at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1017)
    at java.lang.System.loadLibrary(System.java:474)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:420)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:228)
    at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
    at oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement.<init>(AvailableMemoryElement.java:39)
    at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
    at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
    at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
    ... 8 more
    Any help would be greatly appreciated
    Edited by: Aj05 on Mar 30, 2012 7:58 AM

    I will look into that.
    One more question that I wanted to ask was: When I am instaling the IBM Websphere should I be installing that under the Oracle user or Root. Since the Oracle Universal Installer will only work under Oracle.
    I was thinking Oracle?
    Thanks

  • How to set the JavaHelp viewer

    Hi,
    Robohelp 7, Windows XP, installed with the TCS
    How do you point RoboHelp to a different JavaHelp viewer
    instance after it has been set initially? I was first using
    JavaHelp 1, but then installed JavaHelp 2, and I want to switch
    between the two for viewing, as I compile for the different
    versions. The only way I found to do it was to change the path to
    the active viewer which causes RoboHelp to lose it and to ask you
    again where it is.
    And by the way, I looked in the help for this and I got some
    whacked out non-scrollable window that seemed to search the Adobe
    website, rather than provide help. Am I doing something wrong? It
    didn't look like a help system at all.
    Thanks,
    Russ

    Hi Russ and welcome to our community
    Fellow Adobe Community Expert Peter Grainge has info on
    JavaHelp that may help. Not sure about switching viewers.
    For the help, click Tools * Options * General tab and choose
    the “Use offline help” option. Then close and restart
    RoboHelp to see the offline version of the help. It should be
    better.
    Here is the link to Peter's site:
    Click
    here to visit Peter's site.
    Cheers... Rick

Maybe you are looking for