Wrong port on links gen. by jpf (wlw-runtime-config.xml)

Hello,
          I am working on WLS 8.1 SP2(SP3) and developing the app with workshop. I use i-planet as webserver and 2 managed server as cluster for wls.
          By Accessing the application, all links created by java page flow, have the name of iplanet server, but they have a wrong port and use http instead of https!
          for example:
          accessing with https:\\wip:5683\mpweb
          brings jpf to link to http:\\wip:7001\mpweb
          Defining port,server and protocol in wlw-runtime-config.xml do not have any effect. The same by using wlw-config.xml.
          Do someone have any idea ?
          Thx.

Hi All,
I am using the Bea Application server 10.0.MP1 and want to start the respective app servers using nohup ./startWeblogic.sh.
However every time I use the nuhup.out command, it complains with the error:
<Jul 19, 2011 2:01:53 AM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitial
izationException: Authentication for user denied
weblogic.security.SecurityInitializationException: Authentication for user denied
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
at weblogic.security.SecurityService.start(SecurityService.java:141)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
Truncated. see log file for complete stacktrace
>
<Jul 19, 2011 2:01:53 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Jul 19, 2011 2:01:53 AM CDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Jul 19, 2011 2:01:53 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
I have been reading your threads and have created the boot.properties file. I have placed in the following directory:
- /tezaam/apps/bea/user_projects/domains/xxx_domain/security
The boot.properties file contains two lines:
username=weblogic
password=weblogic
Question: Is is in the correct directory path or should it reside elsewhere as I am not using a nodemanager and start each AdminServer on its own.
Appreciate feedback.
Thanks
Tony

Similar Messages

  • Wlw-runtime-config.xml & two managed servers

    I have a problem with WSDL generation and WebLogic workshop in a
    cluster.
    I'm using a wlw-runtime-config.xml file to ensure that my web service
    generates the correct url for it's endpoint.
    The problem I have is that I have two managed servers on one physical
    box, one listening on port 7010, the other on port 7030.
    The wlw-runtime-config.xml file is placed in the domain root, and I
    only seem to be able to specify a single port/dns name in the config
    file.
    My web service request will come in through the IIS plugin, hit one of
    the servers, generate the WSDL containing the port information, which
    may or may not be correct for the WLS instance that it has actually
    been proxied to.
    If that is correct, how do I handle the fact that the web service is
    deployed across all cluster members, two of which are hosted on one
    single machine.
    Am I missing something?
    Pete

    Hi Pete,
    I'm assuming you have seen the "how do i" on this topic [3], plus the
    information on how to setup a cluster [1].
    Your missing link may be the way your DNS entry is configured for the
    cluster. See the docs [2] on this topic, but you will need to specify
    the multiple nodes something like this:
    DNSName1:port1,DNSName1:port2,DNSName1:port3
    Note the folks in our super support group will be best suited to assist
    your efforts.
    Regards,
    Bruce
    [1]
    http://e-docs.bea.com/wls/docs81/cluster/setup.html#684345
    [2]
    http://e-docs.bea.com/wls/docs81/cluster/setup.html#714310
    [3]
    http://edocs.bea.com/workshop/docs81/doc/en/workshop/guide/deployment/howClusterDeployment.html
    Pete wrote:
    >
    I have a problem with WSDL generation and WebLogic workshop in a
    cluster.
    I'm using a wlw-runtime-config.xml file to ensure that my web service
    generates the correct url for it's endpoint.
    The problem I have is that I have two managed servers on one physical
    box, one listening on port 7010, the other on port 7030.
    The wlw-runtime-config.xml file is placed in the domain root, and I
    only seem to be able to specify a single port/dns name in the config
    file.
    My web service request will come in through the IIS plugin, hit one of
    the servers, generate the WSDL containing the port information, which
    may or may not be correct for the WLS instance that it has actually
    been proxied to.
    If that is correct, how do I handle the fact that the web service is
    deployed across all cluster members, two of which are hosted on one
    single machine.
    Am I missing something?
    Pete

  • Console link to source not working/ struts-config.xml visual

    - Running jboss/tomcat under the NitroX server debugging, a stack trace
    is spit out. I click on the line in the stack trace that references my
    code, and it gives me: 'Source not found for x.y.z '. This used to work
    when I ran under the jbossIDE server config.
    - When I open my struts-config.xml file, the visual display appears
    broken. It only displays 2 action classes, and nothing else. There's a
    whole lot more than that in there. Is there something in my
    struts-config file it doesn't like?
    Here's the file:
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD
    Struts Configuration 1.1//EN"
    "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
    <!-- ========== Data Sources Definitions
    ================================== -->
    <!--
    Define your Struts data sources in a file called
    struts-data-sources.xml and place
    it in your merge directory.
    -->
    <!-- ========== Form Bean Definitions
    =================================== -->
    <form-beans>
    <form-bean
    name="Scheduling_NewCallBean"
    type="com.pubco.icu.struts.scheduling.newcall.NewCallBean"
    />
    <form-bean
    name="Reports_AttendeeReportBean"
    type="com.pubco.icu.struts.report.attendees.attendeeReportBean"
    />
    <form-bean
    name="Reports_AltListingsReportBean"
    type="com.pubco.icu.struts.report.alternate.altListingsReportBean"
    />
    <form-bean
    name="Maintenance_AdBean"
    type="com.pubco.icu.struts.maintenance.ad.AdBean"
    />
    <form-bean
    name="Maintenance_MarketBean"
    type="com.pubco.icu.struts.maintenance.market.MarketBean"
    />
    <form-bean
    name="Maintenance_AssignWarehouseBean"
    type="com.pubco.icu.struts.maintenance.assignWarehouse.AssignWarehouseBean"
    />
    <form-bean
    name="Reports_ContractorReportBean"
    type="com.pubco.icu.struts.report.contractor.contractorReportBean"
    />
    <form-bean
    name="Maintenance_MeetingFormBean"
    type="com.pubco.icu.struts.FormBeanBase"
    />
    <form-bean
    name="Maintenance_MeetingFormBean"
    type="com.pubco.icu.struts.maintenance.meeting.MeetingFormBean"
    />
    <form-bean
    name="Scheduling_ContractorBean"
    type="com.pubco.icu.struts.scheduling.contractor.ContractorBean"
    />
    <form-bean
    name="Reports_SingleContractorBean"
    type="com.pubco.icu.struts.report.singleContractor.singleContractorBean"
    />
    <form-bean
    name="Maint_AltReasonFormBean"
    type="com.pubco.icu.struts.maintenance.altReason.AltReasonFormBean"
    />
    <form-bean
    name="Reports_AdResponseReportBean"
    type="com.pubco.icu.struts.report.adResponses.adResponseReportBean"
    />
    <form-bean
    name="Maintenance_ManagerFormBean"
    type="com.pubco.icu.struts.maintenance.manager.ManagerFormBean"
    />
    <form-bean
    name="Maintenance_WarehouseBean"
    type="org.apache.struts.action.DynaActionForm">
    <form-property name="comments" type="java.lang.String" />
    <form-property name="directions" type="java.lang.String" />
    <form-property name="phoneExt" type="java.lang.String" />
    <form-property name="warehouseId" type="java.lang.String" />
    <form-property name="apartmentNbr" type="java.lang.String" />
    <form-property name="city" type="java.lang.String" />
    <form-property name="faxNbr" type="java.lang.String" />
    <form-property name="houseNbr" type="java.lang.String" />
    <form-property name="phoneNbr" type="java.lang.String" />
    <form-property name="state" type="java.lang.String" />
    <form-property name="streetName" type="java.lang.String" />
    <form-property name="streetPost" type="java.lang.String" />
    <form-property name="streetPrefix" type="java.lang.String" />
    <form-property name="streetSuffix" type="java.lang.String" />
    <form-property name="warehouseName" type="java.lang.String" />
    <form-property name="zipCode" type="java.lang.String" />
    <form-property name="title" type="java.lang.String" />
    <form-property name="archive" type="java.lang.Boolean" />
    </form-bean>
    </form-beans>
    <!-- ========== Global Exceptions Definitions
    =================================== -->
    <!--
    Define your exceptions in a file called global-exceptions.xml and place
    it in your merge directory.
    -->
    <!-- ========== Global Forward Definitions
    =================================== -->
    <global-forwards>
    <forward name="failed" path="/systemError.jsp"/>
    <forward name="start" path="/start.do"/>
    </global-forwards>
    <!-- ========== Action Mapping Definitions
    =================================== -->
    <action-mappings>
    <action
    path="/scheduling/newcall/LocationListPrep"
    type="com.pubco.icu.struts.scheduling.newcall.LocationListPrep"
    name="Scheduling_NewCallBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/scheduling/newcall/locationList.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/market/ImportData"
    type="com.pubco.icu.struts.maintenance.market.ImportData"
    name="Maintenance_MarketBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    /action
    <action
    path="/scheduling/newcall/MeetingListPrep"
    type="com.pubco.icu.struts.scheduling.newcall.MeetingListPrep"
    name="Scheduling_NewCallBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/scheduling/newcall/MeetingListLookup.do"
    redirect="false"
    />
    </action>
    <action
    path="/report/attendees/meetingDirectoryPrep"
    type="com.pubco.icu.struts.report.attendees.meetingAttendeesDirectoryPrep"
    name="Reports_AttendeeReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/attendees/attendeeReportRequestPage.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/report/attendees/meetingAttendeesSubmit"
    type="com.pubco.icu.struts.report.attendees.meetingAttendeesSubmit"
    name="Reports_AttendeeReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/attendees/attendeeReportRequestPage.jsp"
    redirect="false"
    />
    <forward
    name="runReport"
    path="/report/attendees/attendeeReportDisplayPage.jsp"
    redirect="false"
    />
    <forward
    name="failed"
    path="/report/attendees/attendeeReportRequestPage.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/market/LocationListLookup"
    type="com.pubco.icu.struts.maintenance.market.LocationListLookup"
    name="Maintenance_MarketBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="successAdd"
    path="/maintenance/market/locationEdit.jsp"
    redirect="false"
    />
    <forward
    name="successEdit"
    path="/maintenance/market/locationEdit.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/ad/AdDetailPrep"
    type="com.pubco.icu.struts.maintenance.ad.AdDetailPrep"
    name="Maintenance_AdBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/ad/adDetail.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/report/contractor/contractorReportPrinterPrep"
    type="com.pubco.icu.struts.report.contractor.contractorReportPrinterPrep"
    name="Reports_ContractorReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/contractor/contractorReportPrinter.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/meeting/AttendeeDetailPrep"
    type="com.pubco.icu.struts.maintenance.meeting.AttendeeDetailPrep"
    name="Maintenance_MeetingFormBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/meeting/attendeeDetail.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/ad/AdMktSubmit"
    type="com.pubco.icu.struts.maintenance.ad.AdMktSubmit"
    name="Maintenance_AdBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/ad/AdEditPrep.do"
    redirect="false"
    />
    <forward
    name="cancel"
    path="/maintenance/ad/AdEditPrep.do"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/assignWarehouse/AssignWarehouseListPrep"
    type="com.pubco.icu.struts.maintenance.assignWarehouse.AssignWarehouseListPrep"
    name="Maintenance_AssignWarehouseBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/assignWarehouse/assignWarehouseList.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/report/adResponses/adResponsePrep"
    type="com.pubco.icu.struts.report.adResponses.adResponsePrep"
    name="Reports_AdResponseReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/adResponses/adResponseReportRequest.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/assignWarehouse/AssignWarehouseListLookup"
    type="com.pubco.icu.struts.maintenance.assignWarehouse.AssignWarehouseListLookup"
    name="Maintenance_AssignWarehouseBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/assignWarehouse/assignWarehouseList.jsp"
    redirect="false"
    />
    <forward
    name="cancel"
    path="/start.do"
    redirect="false"
    />
    <forward
    name="failed"
    path="/maintenance/assignWarehouse/assignWarehouseList.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/report/contractor/sendEmails"
    type="com.pubco.icu.struts.report.contractor.SendEmails"
    name="Reports_ContractorReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="letterEntry"
    path="/report/contractor/sendEmails.jsp"
    redirect="false"
    />
    <forward
    name="sendItDone"
    path="/report/contractor/sendEmailsDone.jsp"
    redirect="false"
    />
    <forward
    name="failed"
    path="/report/contractor/sendEmails.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/ad/AdEditSubmit"
    type="com.pubco.icu.struts.maintenance.ad.AdEditSubmit"
    name="Maintenance_AdBean"
    scope="session"
    parameter="AdEditSubmit_action"
    unknown="false"
    validate="true"
    >
    forward
    name="cancel"
    path="/maintenance/ad/AdListLookup.do"
    redirect="false"
    />
    <forward
    name="failed"
    path="/maintenance/ad/AdEditPrep.do"
    redirect="false"
    />
    <forward
    name="addDirectory"
    path="/maintenance/ad/AdMktPrep.do"
    redirect="false"
    />
    <forward
    name="successUpdate"
    path="/maintenance/ad/AdListLookup.do"
    redirect="false"
    />
    <forward
    name="successIncrease"
    path="/maintenance/ad/AdEditPrep.do"
    redirect="false"
    />
    <forward
    name="successDecrease"
    path="/maintenance/ad/AdEditPrep.do"
    redirect="false"
    />
    <forward
    name="successDelete"
    path="/maintenance/ad/AdEditPrep.do"
    redirect="false"
    />
    </action>
    <action
    path="/scheduling/newcall/AdListPrep"
    type="com.pubco.icu.struts.scheduling.newcall.AdListPrep"
    name="Scheduling_NewCallBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/scheduling/newcall/adList.jsp"
    redirect="false"
    />
    <forward
    name="notallowed"
    path="/scheduling/newcall/LocationListLookup.do"
    redirect="false"
    />
    </action>
    <action
    path="/report/adResponses/adResponsesSubmit"
    type="com.pubco.icu.struts.report.adResponses.adResponsesSubmit"
    name="Reports_AdResponseReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/adResponses/adResponseReportDisplay.jsp"
    redirect="false"
    />
    <forward
    name="failed"
    path="/report/adResponses/adResponsePrep.do"
    redirect="false"
    />
    </action>
    <action
    path="/report/alternate/alternateListsSubmit"
    type="com.pubco.icu.struts.report.alternate.alternateListsSubmit"
    name="Reports_AltListingsReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/alternate/altListsReportDisplayPage.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/scheduling/contractor/ContractorListPrep"
    type="com.pubco.icu.struts.scheduling.contractor.ContractorListPrep"
    name="Scheduling_ContractorBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/scheduling/contractor/ContractorListLookup.do"
    redirect="false"
    />
    </action>
    <action
    path="/report/singleContractor/singleContractorPrep"
    type="com.pubco.icu.struts.report.singleContractor.singleContractorPrep"
    name="Reports_SingleContractorBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/contractor/singleContractorDisplay.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/market/DirectoryListPrep"
    type="com.pubco.icu.struts.maintenance.market.DirectoryListPrep"
    name="Maintenance_MarketBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/market/DirectoryListLookup.do"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/altReason/AltReasonDetailPrep"
    type="com.pubco.icu.struts.maintenance.altReason.AltReasonDetailPrep"
    name="Maint_AltReasonFormBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/altReason/AltReasonDetail.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/scheduling/newcall/LocationListLookup"
    type="com.pubco.icu.struts.scheduling.newcall.LocationListLookup"
    name="Scheduling_NewCallBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/scheduling/newcall/locationList.jsp"
    redirect="false"
    />
    <forward
    name="failed"
    path="/scheduling/newcall/locationList.jsp"
    redirect="false"
    />
    <forward
    name="tryAgain"
    path="/scheduling/newcall/LocationListLookup.do"
    redirect="false"
    />
    </action>
    <action
    path="/scheduling/contractor/ContractorListLookup"
    type="com.pubco.icu.struts.scheduling.contractor.ContractorListLookup"
    name="Scheduling_ContractorBean"
    scope="session"
    parameter="ContractorListLookup_action"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/scheduling/contractor/contractorList.jsp"
    redirect="false"
    />
    <forward
    name="failed"
    path="/scheduling/contractor/contractorList.jsp"
    redirect="false"
    />
    <forward
    name="addContractor"
    path="/scheduling/contractor/ContractorListSubmit.do?action=add"
    redirect="false"
    />
    <forward
    name="findMeetings"
    path="/scheduling/contractor/ContractorListSubmit.do?action=findMeetings"
    redirect="false"
    />
    <forward
    name="editContractor"
    path="/scheduling/contractor/ContractorListSubmit.do?action=edit"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/altReason/AltReasonListLookup"
    type="com.pubco.icu.struts.maintenance.altReason.AltReasonListLookup"
    name="Maint_AltReasonFormBean"
    scope="session"
    parameter="AltReasonListLookup_action"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/altReason/AltReasonList.jsp"
    redirect="false"
    />
    <forward
    name="failed"
    path="/maintenance/altReason/AltReasonList.jsp"
    redirect="false"
    />
    <forward
    name="add"
    path="/maintenance/altReason/AltReasonDetailPrep.do"
    redirect="false"
    />
    </action>
    <action
    path="/start"
    type="com.pubco.icu.struts.Start"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/title.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/meeting/AttendeeListLookup"
    type="com.pubco.icu.struts.maintenance.meeting.AttendeeListLookup"
    name="Maintenance_MeetingFormBean"
    scope="session"
    parameter="AttendeeListLookup_action"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/meeting/attendeeList.jsp"
    redirect="false"
    />
    <forward
    name="successOK"
    path="/maintenance/meeting/MeetingDetailPrep.do"
    redirect="false"
    />
    <forward
    name="cancel"
    path="/maintenance/meeting/MeetingDetailPrep.do"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/warehouse/WarehouseDetailPrep"
    type="com.pubco.icu.struts.maintenance.warehouse.WarehouseDetailPrep"
    name="Maintenance_WarehouseBean"
    scope="session"
    parameter="WarehouseDetailPrep_action"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/warehouse/warehouseDetail.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/scheduling/newcall/MeetingListLookup"
    type="com.pubco.icu.struts.scheduling.newcall.MeetingListLookup"
    name="Scheduling_NewCallBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/scheduling/newcall/meetingList.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/meeting/AttendeeListSubmit"
    type="com.pubco.icu.struts.maintenance.meeting.AttendeeListSubmit"
    name="Maintenance_MeetingFormBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/meeting/MeetingDetailPrep.do"
    redirect="false"
    />
    </action>
    <action
    path="/scheduling/contractor/ContractorListSubmit"
    type="com.pubco.icu.struts.scheduling.contractor.ContractorListSubmit"
    name="Scheduling_ContractorBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="successNewCall"
    path="/scheduling/newcall/FinishContractor.do"
    redirect="false"
    />
    <forward
    name="successAdd"
    path="/scheduling/contractor/contractorDetail.jsp"
    redirect="false"
    />
    <forward
    name="successEdit"
    path="/scheduling/contractor/contractorDetail.jsp"
    redirect="false"
    />
    <forward
    name="successFindMeetings"
    path="/scheduling/contractor/meetings.jsp"
    redirect="false"
    />
    <forward
    name="successRecruit"
    path="/scheduling/contractor/ContractorListLookup.do"
    redirect="false"
    />
    <forward
    name="successAlternateEdit"
    path="/scheduling/contractor/alternateEdit.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/scheduling/newcall/AdListSubmit"
    type="com.pubco.icu.struts.scheduling.newcall.AdListSubmit"
    name="Scheduling_NewCallBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/scheduling/newcall/MeetingListPrep.do"
    redirect="false"
    />
    </action>
    <action
    path="/report/attendees/attendeeReportDisplayPrinter"
    type="com.pubco.icu.struts.report.attendees.attendeeReportDisplayPrinter"
    name="Reports_AttendeeReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/attendees/attendeeReportDisplayPrinter.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/report/adResponses/adResponseReportPrinterPrep"
    type="com.pubco.icu.struts.report.adResponses.adResponseReportPrinterPrep"
    name="Reports_AdResponseReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/adResponses/adResponseReportPrinter.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/meeting/ManagerAdd"
    type="com.pubco.icu.struts.maintenance.meeting.ManagerAdd"
    name="Maintenance_MeetingFormBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/meeting/MeetingListLookup.do"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/manager/ManagerListPrep"
    type="com.pubco.icu.struts.maintenance.manager.ManagerListPrep"
    name="Maintenance_ManagerFormBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/manager/ManagerListLookup.do"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/ad/AdDetailSubmit"
    type="com.pubco.icu.struts.maintenance.ad.AdDetailSubmit"
    name="Maintenance_AdDetailBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/ad/AdListPrep.do"
    redirect="false"
    />
    <forward
    name="cancel"
    path="/maintenance/ad/AdListPrep.do"
    redirect="false"
    />
    <forward
    name="failed"
    path="/maintenance/ad/adDetail.jsp"
    redirect="false"
    />
    <forward
    name="successInsert"
    path="/maintenance/ad/AdListPrep.do"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/warehouse/WarehouseListLookup"
    type="com.pubco.icu.struts.maintenance.warehouse.WarehouseListLookup"
    name="Maintenance_WarehouseBean"
    scope="session"
    parameter="WarehouseListLookup_action"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/warehouse/warehouseList.jsp"
    redirect="false"
    />
    <forward
    name="add"
    path="/maintenance/warehouse/WarehouseDetailPrep.do"
    redirect="false"
    />
    </action>
    <action
    path="/report/alternate/altListingsReportPrinterPrep"
    type="com.pubco.icu.struts.report.alternate.altListingsReportPrinterPrep"
    name="Reports_AltListingsReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/alternate/altListsReportPrinterDisplay.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/manager/ManagerListLookup"
    type="com.pubco.icu.struts.maintenance.manager.ManagerListLookup"
    name="Maintenance_ManagerFormBean"
    scope="session"
    parameter="ManagerListLookup_action"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/manager/managerList.jsp"
    redirect="false"
    />
    <forward
    name="failed"
    path="/maintenance/manager/managerList.jsp"
    redirect="false"
    />
    <forward
    name="successAddForMeeting"
    path="/maintenance/meeting/ManagerAdd.do"
    redirect="false"
    />
    <forward
    name="cancelAddForMeeting"
    path="/maintenance/meeting/MeetingListLookup.do"
    redirect="false"
    />
    </action>
    <action
    path="/scheduling/contractor/SendEmail"
    type="com.pubco.icu.struts.scheduling.contractor.SendEmail"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/scheduling/newcall/emailConfirmation.jsp"
    redirect="false"
    />
    <forward
    name="failed"
    path="/scheduling/contractor/meetings.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/market/DirectoryListLookup"
    type="com.pubco.icu.struts.maintenance.market.DirectoryListLookup"
    name="Maintenance_MarketBean"
    scope="session"
    parameter="DirectoryListLookup_action"
    unknown="false"
    validate="true"
    >
    forward
    name="add"
    path="/maintenance/market/directoryAdd.jsp"
    redirect="false"
    />
    <forward
    name="success"
    path="/maintenance/market/directoryList.jsp"
    redirect="false"
    />
    <forward
    name="importData"
    path="/maintenance/market/ImportData.do"
    redirect="false"
    />
    <forward
    name="editSuccess"
    path="/maintenance/market/directoryEdit.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/meeting/AttendeeListPrep"
    type="com.pubco.icu.struts.maintenance.meeting.AttendeeListPrep"
    name="Maintenance_MeetingFormBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/meeting/AttendeeListLookup.do"
    redirect="false"
    />
    </action>
    <action
    path="/report/contractor/contractorSubmit"
    type="com.pubco.icu.struts.report.contractor.contractorSubmit"
    name="Reports_ContractorReportBean"
    scope="session"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/report/contractor/contractorReportDisplay.jsp"
    redirect="false"
    />
    </action>
    <action
    path="/maintenance/meeting/MeetingDetailSubmit"
    type="com.pubco.icu.struts.maintenance.meeting.MeetingDetailSubmit"
    name="Maintenance_MeetingFormBean"
    scope="session"
    parameter="MeetingDetailSubmit_action"
    unknown="false"
    validate="true"
    >
    forward
    name="success"
    path="/maintenance/meeting/MeetingListLookup.do"
    redirect="false"
    />
    <forward
    name="cancel"
    path="/maintenance/meeting/MeetingListLookup.do"
    redirect="false"
    />
    <forward
    name="failed"
    path="/maintenance/meeting/

    Thanks for reply..
    We r invoking javascript/css using relative path only.
    i'm redirecting to the same page only if error happens with including error page
    <script language="javascript" type="text/javascript" src="js-modEmp/addEmpval.js">
    </script>
    <script language="javascript" type="text/javascript" src="js-modEmp/datetimepicker.js">
    </script>
    <link rel="stylesheet" type="text/css" href="css-modEmp/styles.css">

  • Why use com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory?

    What is the use of the module com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory?
    What is the purpose of wlw-system.jar?
    How does the following work in weblogic-extension.xml
    <module-provider>
    <name>wlw-runtime-config</name>
    <module-factory-class-name>com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory</module-factory-class-name>
    </module-provider>
    Someone please answer.

    These look like they are from the deprecated and I believe retired BEA Workshop framework in older releases of WLS such as 8.1 and probably still needed by code written for that deprecated framework. It looks like you're already seen this thread that hint that this may not be supported beyond 10.3.1:
    Re: <BEA-149205> Error

  • Wrong port in FTP receiver adapter - no errors in message monitoring?

    Hello all
    We're on XI 3.0 SP16 and have created / configured a HTTP XML -> XI -> FTP Server scenario. In the receiver comm. channel (ftp) we had specified a wrong port number and always wondered, why we never got errors in message monitoring. Everything seemed to be processed correctly... but no file arrived on the FTP server (receiver) side!
    After correcting the wrong FTP port number in the receiver FTP comm. channel everything went fine.
    We now encountered a similar problem with a RFC receiver adapter. We're using it in another scenario HTTP XML -> XI -> RFC to SAP R/3 (4.7).
    For some reason it died (red status in adapter monitor) and it was no more possible to do RFC calls from XI to SAP R/3 (normal RFC adapter, NO proxies).
    In XI message monitor everything seemed to be ok but no message arrived till SAP R/3. Nothing in any queue...
    After deactivating and reactivation the RFC receiver comm. channel it worked again BUT ALL PREVIOUSLY SENT messages seem to be lost.
    Is it really the way it works? Does XI integration engine at runtime NOT catch whether or not a RFC or FTP receiver adapter died, thus is not able to tell somewhere in message monitor that a message could not be delivered at all?
    I'm really confused here but hopefully I simply don't understand some easy principles to take into account...
    Our SAP R/3 is on rel. 4.70 with Web AS 6.20. The XI 3.0 plugin is not installed. Do we need to go with server proxies there and use QOS = best effort?!?
    Thanks for some suggestions.
    Best regards,
    Renaud

    Hi Michal
    Thanks... works great for normal XML based messages!
    Now, what if I wanted to pass binary files from one ftp server via BPM to another ftp server in order to enable the transport acknowledgment?
    The files polled from ftp server using the ftp sender adapter are all in binary format (ARJ). No xml data in there. How should the message format look like in BPM for the receiving step? Or: how to make sure not to loose the binary content when passing through BPMs?
    I need this sort of scenario because of the tansport acknowledgment and because I need to have some sort of message splitting (send the binary file over to a second ftp server and additionally send some kind of info message to SAP R/3 regarding thin binary file).
    BTW: in the MessagingSystem/monitor/monitor.jsp I do not see sender / receiver information. Is this normal? It's quite of a bad thing to look inside each message in order to find out what message I'm having in front of me...
    Thanks a lot for your support and patience!
    Kind regards,
    Renaud

  • Apple's Firewall opens the wrong ports!

    This is a follow up question to a problem posted in another forum here. There are a couple of screenshots in the last post that illustrate the problem.
    In System Preferences > Sharing > Firewall, checking Apple Remote Desktop opens TCP and UDP ports 3238. The problem is that Apple Remote Desktop needs ports 3283 (not 3238 - note the last two digits are transposed) and 5900. I've already worked around this issue by creating a new firewall entry that opens the correct ports, but I'd really like to get my Sharing Preferences corrected. Plus it bothers me that I can't block port 3238 by unchecking Apple Remote Desktop since that will prevent ARD from working, even though it opens the wrong ports.
    This isn't really an Apple Remote Desktop problem, it's something wrong with the firewall in this system's version of OS X. Any idea how I can fix it, other than the ugly workaround I'm using, and short of reinstalling OS X?

    Editing the .plist file is easy with xcode's Property List Editor, which I just installed. However, before I did that I simply copied a "correct" /Library/Preferences/com.apple.sharing.firewall.plist file from another computer. That was even easier

  • Integration server wrong port number

    Hi All, Suddenly from yesterday in our production PI server some setting has got changed. Files are not reaching Integration server. On investigation found out wrong port # is appearning. In RWB,Component Monitoring>Integration Engine XPI> Test Message tab, i see Send Message to: Http://<servername>:<wrong port #>/sap/xi/engine?type=entry.
    I checked in xsmb_admin-->Integration Engine Configuration, there i see the correct port(8002). Not sure why the same port is not appearning the Test Message Tab.
    For testing purpose i changed from 5000 to 8002 and test the message in the Test Message tab and processed. If i have 5000 then i get the below error message:
    Transmitting the message to endpoint http://<server>:5000/sap/xi/engine/entry?action=execute using connection  File_http://sap.com/xi/XI/System failed,  due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: A remote host refused on attempted connect operation.
    Can you someone throw some light on this issue? This is a production issue.
    Thanks,

    Hi,
    Also check integration server URL (Pipeline URL) is correctly maintained in the Business System for the Integration Server in the SLD.
    HTTP port you can also check on Abap stack SMICM -> Servicies option.
    --Divyesh

  • SolMan 4.0 - SCS instance allocates wrong ports

    Hello,
    we have a solution manager 4.0 installation on IBM iSeries (System i / AS 400).
    Kernel is 700 with patch lvl 92/dbsl patch 70.
    Central instance is number 50, scs instance is 51.
    The system is running in so far that I can logon to it and transaction SICK reports no errors.
    Examining the system more accurately revealed that the j2ee server is configured but not operational (transaction SMICM).
    Looking at the running jobs, i see that jcontrol, msg_server and server0 are not running.
    The developer trace of dev_ms of the central instance shows errors:
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr  1] Fri Aug 10 09:28:07 2007
    [Thr  1] MsSOsPrivInit: Run priority adjusted to 12
    [Thr  1] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   324 (IBM iSeries with OS400)
    relno      7000
    patchlevel 0
    patchno    87
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2547
    [Thr  1] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2547) [msxxserv_mt. 1824]
    [Thr  1] SigISetDefaultAction : default handling for signal 20
    [Thr  1] ***LOG Q0I=> NiIBindSocket: bind (67: Address already in use) [nixxi.cpp 3173]
    [Thr  1] *** ERROR => NiIBindSocket: SiBind failed for hdl 0 / sock 5
        (SI_EPORT_INUSE/67; I4; ST) [nixxi.cpp    3173]
    [Thr  1] *** ERROR => MsSCommInit: NiBufListen(sapmsS01) (rc=NIESERV_USED) [msxxserv_mt. 10124]
    [Thr  1] *** ERROR => MsSInit: MsSCommInit [msxxserv_mt. 1857]
    [Thr  1] *** ERROR => main: MsSInit [msxxserv_mt. 5896]
    [Thr  1] ***LOG Q02=> MsSHalt, MSStop (Msg Server 2547) [msxxserv_mt. 5944]
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The trace dev_ms of the scs instance is ok, but with wrong ports in my discretion:
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr  1] Fri Aug 10 09:27:18 2007
    [Thr  1] MsSOsPrivInit: Run priority adjusted to 12
    [Thr  1] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   324 (IBM iSeries with OS400)
    relno      7000
    patchlevel 0
    patchno    87
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2535
    [Thr  1] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2535) [msxxserv_mt. 1824]
    [Thr  1] SigISetDefaultAction : default handling for signal 20
    [Thr  1] load acl file = /usr/sap/S01/SYS/global/ms_acl_info
    [Thr  1] MsGetOwnIpAddr: my host addresses are :
    [Thr  1]   1 : [192.2.1.15] VERSAP01 (HOSTNAME)
    [Thr  1]   2 : [127.0.0.1] LOOPBACK (LOCALHOST)
    [Thr  1]   3 : [192.2.1.183] 192.2.1.183 (NILIST)
    [Thr  1]   4 : [194.221.94.253] SAPROUTER (NILIST)
    [Thr  1]   5 : [192.2.1.185] 192.2.1.185 (NILIST)
    [Thr  1]   6 : [192.2.1.186] 192.2.1.186 (NILIST)
    [Thr  1]   7 : [192.2.1.187] 192.2.1.187 (NILIST)
    [Thr  1] MsHttpInit: full qualified hostname = VERSAP01.KVN.DE
    [Thr  1] HTTP logging is switch off
    [Thr  1] MsHttpOwnDomain: own domain[1] = KVN.DE
    [Thr  1] ms/icf_info_server : deleted
    [Thr  1] *** I listen to port sapmsS01 (3650) ***
    [Thr  1] *** I listen to internal port 3950 (3950) ***
    [Thr  1] CUSTOMER KEY: >E1363402629<
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The profile default.pfl looks good to me:
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    SAPDBHOST = VERSAP01   
    j2ee/dbtype = db4      
    j2ee/dbname = S01      
    j2ee/dbhost = VERSAP01 
    SAPSYSTEMNAME = S01    
    SAPGLOBALHOST = VERSAP01
    j2ee/scs/host = VERSAP01                       
    j2ee/scs/system = 51                           
    j2ee/ms/port = 3951                            
    rdisp/bufrefmode = sendoff,exeoff              
    DIR_PUT = /usr/sap/S01/put                     
    rdisp/mshost = VERSAP01                        
    rdisp/msserv = sapmsS01                        
    rdisp/msserv_internal = 3950        
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Any idea ?
    Is anything wrong with our configuration(which we did not change manually) ?
    Do we have to patch the kernel ?
    Best regards,
    Juergen Scheckelhoff

    Hello Mr.Hermsen,
    some profile parameters were set wrong by the installation routines.
    SAP send me some reference profiles from a running solution manager installation and I synchronized our profiles accordingly.
    I cannot remember exactly which parameters were wrong, but i guess it was one of the port numbers.
    Good luck and best regards,
    Jürgen Scheckelhoff
    Here are the profiles sent to me from SAP:
    ........1........2........3........4........5........6........7.......
    ***********Beginning of data*************
    #.*       Default profile DEFAULT.PFL
    #.*       Version                 = 000002
    #.*       Generated by user = CLANGER
    #.*       Generated on = 22.06.2007 , 14:33:12
    SAPSYSTEMNAME = SSM
    SAPGLOBALHOST = as0015
    SAPDBHOST = as0015
    j2ee/dbtype = db4
    j2ee/dbname = SSM
    j2ee/dbname = SSM
    j2ee/dbhost = as0015
    DIR_PUT = /usr/sap/SSM/put
    1. SAP Central Service Instance for J2EE
    j2ee/scs/host = as0015
    j2ee/scs/system = 11
    j2ee/ms/port = 3911
    rdisp/bufrefmode = sendoff,exeoff
    1. SAP Messaging Service for ABAP
    ........1........2........3........4........5........6........7.......
    rdisp/mshost = as0015
    rdisp/msserv = sapmsSSM
    rdisp/msserv_internal = 3910
    1. Login Client
    login/system_client = 001
    ***********End of Data*******************
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    ***********Beginning of data*************
    #.*       Instance profile SSM_DVEBMGS10_AS0015
    #.*       Version                 = 000006
    #.*       Generated by user = CLANGER
    #.*       Generated on = 22.06.2007 , 14:34:08
    SAPSYSTEMNAME = SSM
    SAPSYSTEM = 10
    INSTANCE_NAME = DVEBMGS10
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = /usr/sap/SSM/SYS/exe/run
    1. Trace level
    rdisp/TRACE = 3
    1. Number of work processes
    rdisp/wp_no_dia = 4
    rdisp/wp_no_btc = 2
    rdisp/wp_no_enq = 1
    rdisp/wp_no_vb = 1
    rdisp/wp_no_vb2 = 1
    rdisp/wp_no_spo = 1
    1. ABAP parameters
    ztta/roll_extension = 2000000000
    #CL: reduced initial memory size to save resources. Increase if necessary
    #em/initial_size_MB = 4096
    em/initial_size_MB = 2048
    abap/buffersize = 600000
    zcsa/table_buffer_area = 64000000
    rsdb/cua/buffersize = 16383
    rtbb/buffer_length = 16383
    rtbb/max_tables = 500
    #RV: Sollte beim Einspielen von grossen Hopa Queues aktiviert werden
    #rdisp/max_wprun_time = 0
    1. Language
    zcsa/system_language = E
    zcsa/installed_languages = DE
    1. ICM parameters
    icm/server_port_0 = PROT=HTTP,PORT=80$$
    1. Java parameters
    jstartup/trimming_properties = off
    jstartup/protocol = on
    jstartup/vm/home = /QIBM/ProdData/Java400/jdk14
    jstartup/max_caches = 500
    jstartup/release = 700
    jstartup/instance_properties = $(jstartup/j2ee_properties):$(jstartup/sdm_prope
    j2ee/dbdriver = /usr/sap/SSM/SYS/jdbc/tbx/jt400.jar
    rdisp/j2ee_start_control = 1
    rdisp/j2ee_start = 1
    rdisp/j2ee_libpath = $(DIR_EXECUTABLE)
    exe/j2ee = $(DIR_EXECUTABLE)/jcontrol$(FT_EXE)
    rdisp/j2ee_timeout = 600
    rdisp/frfc_fallback = on
    icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00
    ms/server_port_0 = PROT=HTTP,PORT=81$$
    j2ee/instance_id = ID1053262
    #CL: Keep properties file, if some vm params need to be set differently than def
    java/as4/keep_props = 1
    1. Solman Konfiguration lt. IMG
    login/create_sso2_ticket = 2
    login/accept_sso2_ticket = 1
    icm/host_name_full = as0015.wdf.sap.corp
    icm/host_name_full = as0015.wdf.sap.corp
    icm/server_port_1 = 25000
    login/no_automatic_user_sapstar = 0
    ***********End of Data*******************
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    ........1........2........3........4........5........6........7........
    ***********Beginning of data*************
    #.*       Instance profile SSM_SCS11_AS0015
    #.*       Version                 = 000001
    #.*       Generated by user = CLANGER
    #.*       Generated on = 22.06.2007 , 14:35:40
    SAPSYSTEMNAME = SSM
    SAPSYSTEM = 11
    INSTANCE_NAME = SCS11
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = /usr/sap/SSM/SYS/exe/run
    1. Trace level
    rdisp/TRACE = 1
    1. SAP Messaging Service for Java
    rdisp/msserv = 0
    rdisp/msserv_internal = 3911
    ms/standalone = 1
    ms/server_port_0 = PROT=HTTP,PORT=81$$
    1. SAP Locking Service
    enque/serverinst = 11
    enque/table_size = 4096
    rdisp/enqname = $(rdisp/myname)
    enque/snapshot_pck_ids = 100
    ***********End of Data*******************
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    ***********Beginning of data*************
    #.*       Start profile START_DVEBMGS10_AS0015
    #.*       Version                 = 000006
    #.*       Generated by user = CLANGER
    #.*       Generated on = 22.06.2007 , 14:37:38
    SAPSYSTEMNAME = SSM
    SAPSYSTEM = 10
    INSTANCE_NAME = DVEBMGS10
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = /usr/sap/SSM/SYS/exe/run
    DIR_INSTALL = /usr/sap/SSM/SYS
    DIR_PROFILE = $(DIR_INSTALL)/profile
    PF = $(DIRPROFILE)/SSM_DVEBMGS10_as0015
    1. Trace level
    rdisp/TRACE = 3
    service/trace = 3
    1. Initialize the execution environment
    Execute_00 = local $(DIR_EXECUTABLE)/cleanipc 10 remove
    Execute_01 = local CLRLIB LIB(R3WRK10)
    Execute_02 = local $(DIR_EXECUTABLE)/sapmscsa pf=$(_PF) -n
    Execute_03 = local $(DIR_EXECUTABLE)/saposcol
    Execute_04 = local $(DIR_EXECUTABLE)/DLTOLDPKGS SSM
    1. Start SAP messaging service
    MS = $(DIREXECUTABLE)/msg_server$(FT_EXE)
    Start_Program_00 = local $(_MS) pf=$(_PF)
    1. Start application server
    DW = $(DIREXECUTABLE)/disp+work$(FT_EXE)
    Start_Program_01 = local $(_DW) pf=$(_PF)
    1. Start syslog collector daemon
    CO = $(DIREXECUTABLE)/rslgcoll
    Start_Program_02 = local $(_CO) pf=$(_PF) -F
    1. Start syslog send daemon
    SE = $(DIREXECUTABLE)/rslgsend
    Start_Program_03 = local $(_SE) pf=$(_PF) -F
    1. Start internet graphics server
    IG = $(DIREXECUTABLE)/igswd_mt
    Start_Program_04 = local $(_IG) -mode=profile pf=$(_PF)
    1. Cleanup after shutdown
    Stop_Program_00 = local $(DIR_EXECUTABLE)/cleanipc 10 remove
    Stop_Program_01 = local CLRLIB LIB(R3WRK10)
    ***********End of Data*******************
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    ***********Beginning of data*************
    #.*       Start profile START_SCS11_AS0015
    #.*       Version                 = 000003
    #.*       Generated by user = CLANGER
    #.*       Generated on = 22.06.2007 , 14:39:04
    SAPSYSTEMNAME = SSM
    SAPSYSTEM = 11
    INSTANCE_NAME = SCS11
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = /usr/sap/SSM/SYS/exe/run
    DIR_INSTALL = /usr/sap/SSM/SYS
    DIR_PROFILE = $(DIR_INSTALL)/profile
    PF = $(DIRPROFILE)/SSM_SCS11_as0015
    1. Initialize the execution environment
    Execute_00 = local $(DIR_EXECUTABLE)/cleanipc 11 remove
    Execute_01 = local CLRLIB LIB(R3WRK11)
    Execute_02 = local $(DIR_EXECUTABLE)/sapmscsa pf=$(_PF) -n
    1. Start SAP messaging service
    MS = $(DIREXECUTABLE)/msg_server$(FT_EXE)
    Start_Program_00 = local $(_MS) pf=$(_PF)
    1. Start SAP locking service
    EN = $(DIREXECUTABLE)/enserver$(FT_EXE)
    Start_Program_01 = local $(_EN) pf=$(_PF)
    1. Cleanup after shutdown
    Stop_Program_00 = local $(DIR_EXECUTABLE)/cleanipc 11 remove
    Stop_Program_01 = local CLRLIB LIB(R3WRK11)
    ***********End of Data*******************

  • Library shows wrong ports when using external MIDI

    Whenever I start a new project and choose an external midi track the library displays the wrong ports. I have an Axiom 25, Motif XS6, and a Kurzweil through an Ultralite. The Axiom and Ultralite show correctly but the MOTIF (which has 3 ports) are all under the Axiom Port 1 listing. Any ideas on how to reset the library so it displays the correct ports.

    I found the answer: The Axiom was listed in the default evnironment. when clicking on one of the wayward axioms that appeared in the library it actually produced the right port in the midi track. Then looking at the environment I found that it had produced another axiom with the yamaha port. By clicking on all four axioms in the library I was able to go to the environment and change the name to the proper Yamaha port. They then appeared in the library correctly.
    The secret was setting up the environment correctly.

  • Java is not coming up because of wrong port configuration

    Hello guys
    It is a ABAP+ JAVA system ,ABAP is system is up but java is not coming up because of wrong port configuration.
    getting error as ....service could not start because of missing or wrong port configuration
    also tell me how to change this parameter in configtool??
    com.sap.aii.connect.integrationserver.r3.mshost

    Hi,
    Please attach std_server0.out file too. Also, on the Abap side, ensure the HTTP port is set. This can checked by tcode smicm->Goto-> Services. The HTTP entry must be enabled and the port number should be displayed.
    If it isnt enabled, then activate the http port in the instance profile using RZ10 Tcode.
    Also, AFAIK, the parameter com.sap.aii.connect.integrationserver.r3.mshost is maintained in the exchange profile.
    Rgds,
    Soujanya

  • 2960X Switch Stack Master Switch all ports only link in Orange

    I have 2 Cisco 2960X-48FPD-L switches running the latest version 15.0(2)EX5 software in a stack using the flex stack modules and 2 stacking cables between them.
    The problem I am having is that even though I can manage the entire stack without issues the master switch for some reason will not let me link any devices of SFP's fully in.  If I plug any device or fiber link in the show interface shows link and line protocol up but the ports only link in orange.  I can see the connected devices via a show CDP neighbor command but cannot connect to them and if I do a show spanning-tree it says I have no spanning tree instances.  
    The second switch (non master) all ports link in just fine green and I can connect to it from the rest of my network via a fiber link on the SFP port.  A show spanning-tree also shows the correct information for the spanning tree instance for the second switch. 
    Has anyone run into this and if so is there an easy solution? 
    Jim

    Unfortunately removing the "cluster enable Switch-2960X-Cluster 0" configuration did not fix my issue.  However I have found the following while troubleshooting that may be useful.
    1.  The problem seems to exist only on whichever switch is designated the master switch, connections to the member switch work fine. 
    2.  If I switch the priority such that on a reboot the switches swap roles (Master to Member and vice versa) the ports that were linking in green, now link in orange and stop passing traffic and the ports that were linking in orange now link in green and start passing traffic.  (Simply, the switch that is master will not link any ports in green only the switch designated as master).
    3.  Strangely the ports that link in orange show interface and line protocol up and I can see devices such as IP Phones and other switches with a show CDP neighbor and a show CDP neighbor detail.  However they can't receive an ip address from the DHCP server and can't pass high level traffic. 
    4.  The switch ports that are linked in only orange do not show up in the output of a "Show Spanning-Tree" command. 
    What do you think?  This is really stumping me. 

  • Wrong Mac version linked from downloads page

    The Mac OS version of Firefox linked from the standard downloads page
    https://www.mozilla.org/en-US/firefox/all/
    is WRONG.
    Version linked is 32.0.0.
    SHOULD BE 32.0.2.

    hello, thanks for reporting it. this issue appears to be a bug currently and should get fixed through [https://bugzilla.mozilla.org/show_bug.cgi?id=1069754 bug #1069754].

  • Config.xml doesn't get updated in WLW

    Hi,
    When I try to update the server port number in the Weblogic Workshop console (via
    Tools -> Preferences -> Path -> Port), I was unsuccessful in achieving that. I
    changed port number from 7001 to 7010. This doesn't modify the config.xml. When
    I start the samples server, it tries to start the server in the same port (i.e.,
    7001) causing bind exception. Is this something to do with configuration file
    not being updated. Am I getting wrong somewhere?
    Any thoughts on this?
    Thanks,
    Arul

    Hi Arulazi,
    Adding to Michael Wooten's post, the change you make (via the Tools ->
    Preferences -> Path -> Port) only changes the port number to which Workshop
    connects to. This will be used when you want the same IDE to connect to
    different workshop enabled WebLogic Servers.
    This change will not be reflected in the config.xml file.
    The information will be updated in the .workshop file found in the
    C:\Documents and Settings\username directory.
    If you want to change the listen port for the server you will have to edit
    it via the server console at http://localhost:7001/console
    Hope this helps.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    ,"Michael Wooten" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi Arulazi,
    I think this is just you assuming that changing the information in thatdialog
    box, effects the config.xml of the WebLogic Server instance Workshop itsusing
    I don't think it does anything to the config.xml. It only tells Workshopwhich
    WebLogic Server instance you want it to use.
    Again, unless you've actually seen some documentation that states thatperforming
    the operation you mentioned changes the config.xml, I think the behavioryou are
    currently getting is the way it is supposed to be :-)
    Regards,
    Mike Wooten
    "Arulazi D" <[email protected]> wrote:
    Hi,
    When I try to update the server port number in the Weblogic Workshop
    console (via
    Tools -> Preferences -> Path -> Port), I was unsuccessful in achieving
    that. I
    changed port number from 7001 to 7010. This doesn't modify the
    config.xml.
    When
    I start the samples server, it tries to start the server in the same
    port (i.e.,
    7001) causing bind exception. Is this something to do with configuration
    file
    not being updated. Am I getting wrong somewhere?
    Any thoughts on this?
    Thanks,
    Arul

  • [svn:bz-trunk] 8910: Bug: LCDS-936 - Should have better error message in servlet log if server in services-config .xml is configured to use wrong class.

    Revision: 8910
    Author:   [email protected]
    Date:     2009-07-29 14:22:26 -0700 (Wed, 29 Jul 2009)
    Log Message:
    Bug: LCDS-936 - Should have better error message in servlet log if server in services-config.xml is configured to use wrong class.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/LCDS-936
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBrokerServlet.java

    After many hard working days.i finally found the error cause,i needed to make weblogic datasource also ADF doesnt work on internet explorer browser,it works on safary.hope it helps somebody

  • Java.lang.NoClassDefFoundError: com/bea/wlw/runtime/core/bean/SLSBContainer

    Get the following error during application deployment in a ALDSP only Domain. Note this error happens only when the application contains a jws file exposing a Dataservice as a web-service:
    java.lang.NoClassDefFoundError: com/bea/wlw/runtime/core/bean/SLSBContainerBean
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:480
    SOLUTION:
    =========
    Add the following two jar files at the begining of the classpath in the startWebLogic.cmd file of the domain.
    %WL_HOME%\common\lib\log4j.jar;%WL_HOME%\server\lib\knex.jar

    Hi Binu,
    Unfortunately, deploying a web service created in WebLogic Workshop 8.1 to a WLS 9.1 server is unsupported.
    The only upgrade path available is to upgrade you 8.1 workshop webs services to a Workshop 9.2 web service and deploy to a workshop 9.2 server.
    You can do this with the current WLW 9.2 Beta.
    Also, this forum is primarily for the BEA Workshop Studio line of products. Please post all WLW 8.1 related questions only in the weblogic.developer.interest.workshop newsgroup at http://newsgroups.bea.com/bea/forum.jspa?forumID=2041&start=0
    Regards,
    Raj

Maybe you are looking for

  • Can we change the property of each element of an array using property node or by other methods?

    Hello all, Can we change the property of the elements of an array. For example: I have an array of combo-boxes. Can i have such a scenario that different combo-boxes of the array will have different items to select an item. I am able to set the diffe

  • How to search/scan the sourcecode of Function Module

    Hi, How to search / scan the Source code of Function module for any function modules used in it. Scenario :     There is a Function module called ztestfm. In the source code of ztestfm, if it is using other fucntion module     ( Ex : CONVERSION_EXIT_

  • SDO_Relate does not return an interior point

    When I use SDO_Relate to try to find a point contained within a polygon, I can only get any results if the point actually lies on a boundary - the interior point is not detected, even with an ANYINTERACT filter. Here's an example: create table test (

  • Installing CS5 Upgrade on Brand New Mac

    I installed my recent upgrade of Photoshop for Mac on my new MacBook Pro.  Understandably, the dialogue box appeared asking for the serial number to the Photoshop I happend to be upgrading.  BUT THEN, once I consulted the original box to my Photoshop

  • Critirias to choose a macbook pro 13 inch (no retina display)

    my family decided to buy me a mac. i am a teenager and i liked the mac pro 13 inch (no retina display). But i am wondering if mac pro is good enough for usual personal uses (no professional). is that mac good at games (ex SIMS)? are 13 inch ok or its