[java] Failed at "Could not get DeploymentManager".

I am running the second example in the BPEL Help tutorial. In that we are supposed to run ant from tutorials\127.OrderBookingTutorial\PriceQuote and it gives error because it is not able to resolve
my PC name 5mq9p91. I changed couple of build.properties files and for hostname put in the IP address, so some of these worked, but some of the places still have 5mq9p91 causing FAILURE.
Where does ant get my machine name, how I can get it to pull full qualified name or the IP address?
ERROR:
[echo] Deploying SelectManufacturingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home -file C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI/SelectManufacturingUI.ear ..."
[java] Failed at "Could not get DeploymentManager".
(1. EXECUTION OF ANT BELOW)
Actual problem is once I complete this exercise, partner link has compilation error, because the WSDL does not have complete qualified PC name.
In the WSDL you can see the reference to "soap:address location="http://5MQ9P91:8888/orabpel/default/RapidDistributors/1.0""
how do I change this to have complete qualified address?
Actual Error:
Error:
[Error ORABPEL-10903]: failed to read wsdl
[Description]: in "bpel.xml", Error loading schemas from wsdl.
Error while loading schemas from wsdl file at location "http://11.111.111.11:8888/orabpel/default/RapidDistributors/RapidDistributors?wsdl". The reason is http://5MQ9P91:8888/orabpel/xmllib/ws-addressing.xsd.
Please verify the schemas defined in wsdl.
[Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
(2. RapidDistributors WSDL INFO BELOW)
Few things I did to solve the problem, without much success:
Installed BPEL and when I use firefox I get DNS Lookup Error
http://5mq9p91:8888/
Now if I use http://5mq9p91.na.zzzzz.net:8888/ it works fine and if I use the IP address it works fine.
Have the same problem with IE, but after putting entried in C:\WINDOWS\system32\drivers\etc\hosts file problem went away.
I also added DNS Suffix na.zzzzz.com in the Control Panel --> Network --> TCP/IP --> Advanced --> DNS Tab
(3. IPCONFIG /ALL DETAILS BELOW)
1. EXECUTION OF ANT
               C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote>ant
               Buildfile: build.xml
               RapidDistributors:
               Trying to override old definition of task customize
               pre-build:
               validateTask:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Validating workflow
               [echo] --------------------------------------------------------------
               [echo]
               [validateTask] Validation of workflow task definitions is completed without errors
               compile:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Compiling bpel process RapidDistributors, revision 1.0
               [echo] --------------------------------------------------------------
               [echo]
               [bpelc] validating "C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\RapidDistributors\bpel\RapidDistributors.bpel" ...
               [bpelc] BPEL suitcase generated in: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\RapidDistributors\output\bpel_RapidDistributors_1.0.jar
               deployProcess:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Deploying bpel process RapidDistributors on 11.111.111.11, port 8888
               [echo] --------------------------------------------------------------
               [echo]
               [deployProcess] Deploying process C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\RapidDistributors\output\bpel_RapidDistributors_1.0.jar
               [deployProcess] Successfully deployed the process "RapidDistributors" on server "11.111.111.11" and port "8888"
               deployTaskForm:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Deploying workflow form for RapidDistributors on 11.111.111.11, port 8888
               [echo] --------------------------------------------------------------
               [echo]
               [deployTaskForm] There are no forms to deploy
               deployDecisionServices:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Deploying decision services for RapidDistributors on 11.111.111.11, port 8888
               [echo] --------------------------------------------------------------
               [echo]
               [deployDecisionServices] There are no decision services to deploy
               process-deploy:
               post-build:
               deploy:
               SelectManufacturing:
               Trying to override old definition of task customize
               pre-build:
               validateTask:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Validating workflow
               [echo] --------------------------------------------------------------
               [echo]
               [validateTask] url is file:/C:/home/bpel/ProcessManager/product/10.1.3.1/OracleAS_1/bpel/system/services/schema/WorkflowTaskDefinition.xsd
               [validateTask] Validation of workflow task definitions is completed without errors
               compile:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Compiling bpel process SelectManufacturing, revision 1.0
               [echo] --------------------------------------------------------------
               [echo]
               [bpelc] validating "C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturing\bpel\SelectManufacturing.bpel" ...
               [bpelc] BPEL suitcase generated in: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturing\output\bpel_SelectManufacturing_1.0.jar
               deployProcess:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Deploying bpel process SelectManufacturing on 11.111.111.11, port 8888
               [echo] --------------------------------------------------------------
               [echo]
               [deployProcess] Deploying process C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturing\output\bpel_SelectManufacturing_1.0.jar
               [deployProcess] Successfully deployed the process "SelectManufacturing" on server "11.111.111.11" and port "8888"
               deployTaskForm:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Deploying workflow form for SelectManufacturing on 11.111.111.11, port 8888
               [echo] --------------------------------------------------------------
               [echo]
               [deployTaskForm] 07/07/12 09:22:47 Notification ==>Application Deployer for default_SelectManufacturing_1_0_Approval STARTS.
               [deployTaskForm] 07/07/12 09:22:47 Notification ==>Undeploy previous deployment
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_SelectManufacturing_1_0_Approval.ear begins...
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_SelectManufacturing_1_0_Approval.ear ends...
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Starting application : default_SelectManufacturing_1_0_Approval
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initializing ClassLoader(s)
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initializing EJB container
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Loading connector(s)
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Starting up resource adapters
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initializing EJB sessions
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Committing ClassLoader(s)
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize workflowform begins...
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Initialize workflowform ends...
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Started application : default_SelectManufacturing_1_0_Approval
               [deployTaskForm] 07/07/12 09:22:48 Notification ==>Application Deployer for default_SelectManufacturing_1_0_Approval COMPLETES. Operation time: 718 msecs
               [deployTaskForm] Successfully deployed form on server "11.111.111.11"
               deployDecisionServices:
               [echo]
               [echo] --------------------------------------------------------------
               [echo] | Deploying decision services for SelectManufacturing on 11.111.111.11, port 8888
               [echo] --------------------------------------------------------------
               [echo]
               [deployDecisionServices] There are no decision services to deploy
               process-deploy:
               post-build:
               deploy:
               SelectManufacturingUI:
               Trying to override old definition of task customize
               deploy:
               [echo] Deploying SelectManufacturingUI from C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI:
               [echo]
               schemac:
               build_ear:
               [jar] Building jar: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.war
               [ear] Building ear: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.ear
               deployOc4j:
               deployBindWebAppOc4j:
               deployIas_10gR2:
               deployBindWebAppIas_10gR2:
               deployIas_10gR3:
               [echo] Deploying SelectManufacturingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home -file C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI/SelectManufacturingUI.ear ..."
               [java] Failed at "Could not get DeploymentManager".
               [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
               [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
               [java] Java Result: 1
               deployBindWebAppIas_10gR3:
               [echo] Binding WebAp SelectManufacturingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home ..."
               [java] Failed at "Could not get DeploymentManager".
               [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
               [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
               [java] Java Result: 1
               deployBindWebAppIas:
               deployOraclej2ee:
               deployNonOraclej2ee:
               [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.war
               [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\SelectManufacturingUI\SelectManufacturingUI.ear
               CreateOrderBookingUI:
               Trying to override old definition of task customize
               deploy:
               [echo] Deploying CreateOrderBookingUI from C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI/jsp:
               [echo]
               schemac:
               build_ear:
               [jar] Building jar: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.war
               [ear] Building ear: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.ear
               deployOc4j:
               deployBindWebAppOc4j:
               deployIas_10gR2:
               deployBindWebAppIas_10gR2:
               deployIas_10gR3:
               [echo] Deploying CreateOrderBookingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home -file C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI/CreateOrderBookingUI.ear ..."
               [java] Failed at "Could not get DeploymentManager".
               [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
               [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
               [java] Java Result: 1
               deployBindWebAppIas_10gR3:
               [echo] Binding WebAp CreateOrderBookingUI using "admin_client.jar deployer:oc4j:opmn://5MQ9P91:6003/home ..."
               [java] Failed at "Could not get DeploymentManager".
               [java] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
               [java] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
               [java] Java Result: 1
               deployBindWebAppIas:
               deployOraclej2ee:
               deployNonOraclej2ee:
               [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.war
               [delete] Deleting: C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote\CreateOrderBookingUI\CreateOrderBookingUI.ear
               deploy:
               BUILD SUCCESSFUL
               Total time: 50 seconds
               C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\samples\tutorials\127.OrderBookingTutorial\PriceQuote>
2. RapidDistributors WSDL INFO
     http://11.111.111.11:8888/orabpel/default/RapidDistributors/RapidDistributors?wsdl
          <?xml version="1.0" encoding="UTF-8" ?>
          - <definitions name="RapidDistributors" targetNamespace="http://xmlns.oracle.com/RapidDistributors" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/RapidDistributors" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:ns1="http://www.globalcompany.com/ns/sales" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/RapidDistributors">
          - <types>
          - <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/RapidDistributors" xmlns="http://www.w3.org/2001/XMLSchema">
          - <element name="RapidDistributorsProcessRequest">
          - <complexType>
          - <sequence>
          <element name="input" type="string" />
          </sequence>
          </complexType>
          </element>
          - <element name="RapidDistributorsProcessResponse">
          - <complexType>
          - <sequence>
          <element name="result" type="string" />
          </sequence>
          </complexType>
          </element>
          </schema>
          - <schema xmlns="http://www.w3.org/2001/XMLSchema">
          <import namespace="http://www.globalcompany.com/ns/sales" schemaLocation="OrderBookingPO.xsd" />
          </schema>
          - <schema xmlns="http://www.w3.org/2001/XMLSchema">
          <import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" schemaLocation="http://5MQ9P91:8888/orabpel/xmllib/ws-addressing.xsd" />
          </schema>
          </types>
          - <message name="RapidDistributorsResponseMessage">
          <part name="payload" element="ns1:SupplierInfo" />
          </message>
          - <message name="RapidDistributorsRequestMessage">
          <part name="payload" element="ns1:OrderItems" />
          </message>
          - <message name="WSAMessageIDHeader">
          <part name="MessageID" element="wsa:MessageID" />
          </message>
          - <message name="WSAReplyToHeader">
          <part name="ReplyTo" element="wsa:ReplyTo" />
          </message>
          - <message name="WSARelatesToHeader">
          <part name="RelatesTo" element="wsa:RelatesTo" />
          </message>
          - <portType name="RapidDistributorsCallback">
          - <operation name="onResult">
          <input message="tns:RapidDistributorsResponseMessage" />
          </operation>
          </portType>
          - <portType name="RapidDistributors">
          - <operation name="initiate">
          <input message="tns:RapidDistributorsRequestMessage" />
          </operation>
          </portType>
          - <binding name="RapidDistributorsBinding" type="tns:RapidDistributors">
          <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
          - <operation name="initiate">
          <soap:operation style="document" soapAction="initiate" />
          - <input>
          <soap:header message="tns:WSAReplyToHeader" part="ReplyTo" use="literal" encodingStyle="" />
          <soap:header message="tns:WSAMessageIDHeader" part="MessageID" use="literal" encodingStyle="" />
          <soap:body use="literal" />
          </input>
          </operation>
          </binding>
          - <binding name="RapidDistributorsCallbackBinding" type="tns:RapidDistributorsCallback">
          <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
          - <operation name="onResult">
          <soap:operation style="document" soapAction="onResult" />
          - <input>
          <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
          <soap:body use="literal" />
          </input>
          </operation>
          </binding>
          - <service name="RapidDistributorsCallbackService">
          - <port name="RapidDistributorsCallbackPort" binding="tns:RapidDistributorsCallbackBinding">
          <soap:address location="http://set.by.caller" />
          </port>
          </service>
          - <service name="RapidDistributors">
          - <port name="RapidDistributorsPort" binding="tns:RapidDistributorsBinding">
          <soap:address location="http://5MQ9P91:8888/orabpel/default/RapidDistributors/1.0" />
          </port>
          </service>
          - <plnk:partnerLinkType name="RapidDistributors">
          - <plnk:role name="RapidDistributorsProvider">
          <plnk:portType name="tns:RapidDistributors" />
          </plnk:role>
          - <plnk:role name="RapidDistributorsRequester">
          <plnk:portType name="tns:RapidDistributorsCallback" />
          </plnk:role>
          </plnk:partnerLinkType>
          </definitions>
3. IPCONFIG /ALL DETAILS
               C:\>ipconfig /all
               Windows IP Configuration
                    Host Name . . . . . . . . . . . . : 5MQ9P91
                    Primary Dns Suffix . . . . . . . : na.zzzzz.net
                    Node Type . . . . . . . . . . . . : Hybrid
                    IP Routing Enabled. . . . . . . . : No
                    WINS Proxy Enabled. . . . . . . . : No
                    DNS Suffix Search List. . . . . . : na.zzzzz.net
                                        na.zzzzz.net
                                        zzzzz.net
               Ethernet adapter Local Area Connection:
                    Connection-specific DNS Suffix . : na.zzzzz.net
                    Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller
                    Physical Address. . . . . . . . . : 00-13-72-BA-E2-DF
                    Dhcp Enabled. . . . . . . . . . . : Yes
                    Autoconfiguration Enabled . . . . : Yes
                    IP Address. . . . . . . . . . . . : 11.111.111.11
                    Subnet Mask . . . . . . . . . . . : 255.255.255.0
                    Default Gateway . . . . . . . . . : 13.141.178.1
                    DHCP Server . . . . . . . . . . . : 13.135.65.50
                    DNS Servers . . . . . . . . . . . : 13.135.0.11
                                        13.135.0.13
                                        13.151.1.16
                    Primary WINS Server . . . . . . . : 13.135.65.50
                    Secondary WINS Server . . . . . . : 13.151.32.32
                    Lease Obtained. . . . . . . . . . : Wednesday, July 11, 2007 6:02:29 PM
                    Lease Expires . . . . . . . . . . : Monday, July 16, 2007 6:02:29 PM
               Ethernet adapter {4AC576C8-F05E-422F-BA75-A986D1994DDF}:
                    Connection-specific DNS Suffix . :
                    Description . . . . . . . . . . . : Nortel IPSECSHM Adapter - Packet Scheduler Miniport
                    Physical Address. . . . . . . . . : 44-45-53-54-42-00
                    Dhcp Enabled. . . . . . . . . . . : No
                    IP Address. . . . . . . . . . . . : 0.0.0.0
                    Subnet Mask . . . . . . . . . . . : 0.0.0.0
                    Default Gateway . . . . . . . . . :
               C:\>

Solution:
C:\HOME\bpel\ProcessManager\product\10.1.3.1\OracleAS_1\bpel\utilities\ant-orabpel.properties
changed hostname and put in the IP Address, and this worked.
But now that I run ANT it still has the "Could not get DeploymentManager" problem, so it was not because of machine name translation.
so now what?
more over, actual problem is to fix the WSDL file:
"http://11.111.111.11:8888/orabpel/default/RapidDistributors/RapidDistributors?wsdl".
If WSDL file is fixed my tutorial example may work....
Any body...please help!!!!

Similar Messages

  • [DeployDecisionServices] Failed at "Could not get DeploymentManager"

    Hi Everyone,
    I've a small deployment issues which you guys might be able to help me with. I've created a simple business rule using Oracle Business Rule in my embedded OC4J instance and I've also created a BPEL project that consumes this Oracle Business Rule as a "decision service". All is fine until I deploy the BPEL project to my local machine, ANT returns the following messages in the Apache Ant of the Jdeveloper console:
    --- START ---
    Buildfile: C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\build.xml
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process BPELProcess1 on localhost, port 8888
    [deployProcess] Deploying process C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\output\bpel_BPELProcess1_1.0.jar
    [deployProcess] Successfully deployed the process "BPELProcess1" on server "localhost" and port "8888"
    deployTaskForm:
    [echo]
    | Deploying workflow form for BPELProcess1 on localhost, port 8888
    [deployTaskForm] There are no forms to deploy
    deployDecisionServices:
    [echo]
    | Deploying decision services for BPELProcess1 on localhost, port 8888
    [deployDecisionServices] Start of deploying decision services.
    [deployDecisionServices] Deploy decision service in directory C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService
    [deployDecisionServices] Start deploying decision service from directory C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService to J2EE context /rules/default/BPELProcess1/1.0/DecisionService
    [deployDecisionServices] Replace placeholders in file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\wsdl\DecisionService.wsdl
    [deployDecisionServices] Replace placeholders in file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\wsdl\DecisionService.wsdl done.
    [deployDecisionServices] Replace placeholders in file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\public_html\GetDecisionServiceInfo.jsp
    [deployDecisionServices] Replace placeholders in file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\public_html\GetDecisionServiceInfo.jsp done.
    [deployDecisionServices] Start compiling fact type classes in directory C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes
    [deployDecisionServices] Compiling from shell, src=C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes, classpath=C:\Jdeveloper10.132\jdev\lib\ojc.jar;C:\Jdeveloper10.132\ant\lib\ant-oracle.jar;C:\Jdeveloper10.132\integration\lib\orabpel.jar;C:\Jdeveloper10.132\integration\lib\orabpel-ant.jar;C:\Jdeveloper10.132\integration\lib\orabpel-common.jar;C:\Jdeveloper10.132\integration\lib\orabpel-thirdparty.jar;C:\Jdeveloper10.132\webservices\lib\orawsdl.jar;C:\Jdeveloper10.132\lib\xmlparserv2.jar;C:\Jdeveloper10.132\lib\xml.jar;C:\Jdeveloper10.132\j2ee\home\lib\oc4j-internal.jar;C:\Jdeveloper10.132\j2ee\home\lib\adminclient.jar;C:\Jdeveloper10.132\integration\bpm\support\files;C:\Jdeveloper10.132\jdev\lib\jdev.jar;C:\Jdeveloper10.132\ant\lib\xml-apis.jar;C:\Jdeveloper10.132\ant\lib\xercesImpl.jar;C:\Jdeveloper10.132\ant\lib\jakarta-oro-2.0.8.jar;C:\Jdeveloper10.132\ant\lib\commons-net-1.3.0.jar;C:\Jdeveloper10.132\ant\lib\ant.jar;C:\Jdeveloper10.132\ant\lib\ant-xslp.jar;C:\Jdeveloper10.132\ant\lib\ant-xalan1.jar;C:\Jdeveloper10.132\ant\lib\ant-weblogic.jar;C:\Jdeveloper10.132\ant\lib\ant-vaj.jar;C:\Jdeveloper10.132\ant\lib\ant-trax.jar;C:\Jdeveloper10.132\ant\lib\ant-swing.jar;C:\Jdeveloper10.132\ant\lib\ant-stylebook.jar;C:\Jdeveloper10.132\ant\lib\ant-starteam.jar;C:\Jdeveloper10.132\ant\lib\ant-oracle-adfp.jar;C:\Jdeveloper10.132\ant\lib\ant-nodeps.jar;C:\Jdeveloper10.132\ant\lib\ant-netrexx.jar;C:\Jdeveloper10.132\ant\lib\ant-launcher.jar;C:\Jdeveloper10.132\ant\lib\ant-junit.jar;C:\Jdeveloper10.132\ant\lib\ant-jsch.jar;C:\Jdeveloper10.132\ant\lib\ant-jmf.jar;C:\Jdeveloper10.132\ant\lib\ant-jdepend.jar;C:\Jdeveloper10.132\ant\lib\ant-javamail.jar;C:\Jdeveloper10.132\ant\lib\ant-jai.jar;C:\Jdeveloper10.132\ant\lib\ant-icontract.jar;C:\Jdeveloper10.132\ant\lib\ant-commons-net.jar;C:\Jdeveloper10.132\ant\lib\ant-commons-logging.jar;C:\Jdeveloper10.132\ant\lib\ant-apache-resolver.jar;C:\Jdeveloper10.132\ant\lib\ant-apache-regexp.jar;C:\Jdeveloper10.132\ant\lib\ant-apache-oro.jar;C:\Jdeveloper10.132\ant\lib\ant-apache-log4j.jar;C:\Jdeveloper10.132\ant\lib\ant-apache-bsf.jar;C:\Jdeveloper10.132\ant\lib\ant-apache-bcel.jar;C:\Jdeveloper10.132\ant\lib\ant-antlr.jar;C:\Jdeveloper10.132\jdk\lib\tools.jar
    [deployDecisionServices] Source file exists. Read Java source file names.
    [deployDecisionServices] Adding C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/Applicant.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/ApplicantImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/Applicantinfo.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/ApplicantinfoImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/ObjectFactory.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/PersonInfo.java to the list of Java sources to compile.
    [deployDecisionServices] Adding C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/PersonInfoImpl.java to the list of Java sources to compile.
    [deployDecisionServices] Compiled class(es) "C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/Applicant.java, C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/ApplicantImpl.java, C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/Applicantinfo.java, C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/ApplicantinfoImpl.java, C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/ObjectFactory.java, C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/PersonInfo.java, C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\classes\sample/PersonInfoImpl.java"
    [deployDecisionServices] Compilation of fact type classes done.
    [deployDecisionServices] Delete file DecisionService-web.war
    [deployDecisionServices] Generating the web archive DecisionService-web.war in directory C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\ear
    [deployDecisionServices] Restore WSDL template file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\WEB-INF\wsdl\DecisionService.wsdl
    [deployDecisionServices] Restore JSP template file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\war\public_html\GetDecisionServiceInfo.jsp
    [deployDecisionServices] Replace placeholders in file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\ear\META-INF\application.xml
    [deployDecisionServices] Replace placeholders in file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\ear\META-INF\application.xml done.
    [deployDecisionServices] Delete file DecisionService.ear
    [deployDecisionServices] Generating the application archive DecisionService.ear in directory C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService
    [deployDecisionServices] Restore template file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\ear\META-INF\application.xml.template
    [deployDecisionServices] Deploying web service to platform oc4j_10g
    [deployDecisionServices] Start of deploying DecisionService.ear to ias
    [deployDecisionServices] java oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline deployer:oc4j:localhost:23791 oc4jadmin welcome1 -deploy -file C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\decisionservices\DecisionService\DecisionService.ear -deploymentName rules_default_BPELProcess1_1_0_DecisionService
    [deployDecisionServices] Start of deploy apps
    [deployDecisionServices]
    [deployDecisionServices]
    [deployDecisionServices] Failed at "Could not get DeploymentManager".
    [deployDecisionServices]
    [deployDecisionServices] This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    [deployDecisionServices]
    [deployDecisionServices] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
    [deployDecisionServices]
    [deployDecisionServices]
    [deployDecisionServices] Error in ant execution: null
    BUILD FAILED
    C:\Jdeveloper10.132\jdev\mywork\BPEL with Oracle Business Rule\BPELProcess1\build.xml:116: Error while deploying decision services on server "localhost"
    Total time: 1 minute 37 seconds
    --- END ---
    It is able to deploy the BPEL artifact but unable for the decision service, i.e. the Business Rule. I've been looking at web resources for answers but unable to find one. Your assistance is much appreciated and my gut feeling is that it is only a minor glitch which I need to fix. Thank you very much everyone.
    Regards,
    John

    Hi Everyone,
    I've resolved the error. It was the fact that I was pointing to the wrong rmi port. I found out by typing out the "opmnctl status -l" on the command line and realised that my rmi port was 12401 instead of 23791. Hence, under the "deployDecisionServices" namespace in the build.xml file, I modified it from "rmiport="${rmiport}" to "rmiport="12401"" and deploy it and everything works. Thank you everyone for your time and efforts.
    Regards,
    John

  • Java.lang.Exception: Could not get name for DC project

    Hello Experts,
    We have a code which is downloaded from SVN repository.
    I have imported the code from my desktop into NWDS and when I try to deploy it throws,
    java.lang.Exception: Could not get name for DC project
    I have referred few threads in SCN and solution suggested is to change the workspace and create a new DC & copy the _comp from old DC.
    I tried the above solution but there are lot of build errors as we have few RFC models and it is throwing build errors for missing model reference.
    Kindly help me on how to fix the error.
    Thanks, Swarnaprakash

    Dear Swarnaprakash,
    The Web Dynpro DCs Import C:\----\user\.dtc\LocalDevelopment\DCs\sap.com\test and
    the related package for DC  is missing once check it after try to import.
    Depending on which Java compiler preferences are set, you may see some
    warnings in the "Task" view after importing the project. If the severity level for problems of type "Unused imports" (set in Preferences – Java – Compiler) has the value "Warning", the compiler will issue a warning for unused import references. Ignore these warnings!
    Still You getting means delete your .metadata before take the backup.after open the NWDS again it will set new configurations in your system.
    Thanks & Regards,
    Durga Rao.

  • Could not get DeploymentManager during SOA install

    I am getting the following error:
    *Could not get DeploymentManager
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied. More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.*
    during the SOA install. I am installing 10.1.3.1 and then I was going to patch it to 10.1.3.3. I am installing it on a Windows XP and ironic thing is it has been installed once on this machine without any errors. I started tinkering with some configuration files so I can process large ESB input files and the metadata repository got hosed. I then went to install it again but started getting this error. I am not doing anything differently from the previous successful installation. Issues like these and others in Oracle SOA is forcing our company to seriously start looking at alternatives.
    Thanks for any help.

    Are you sure you have setup the connectivity correctly in JDev. If you have not removed the previous install correctly it could have held on to the ports, therefore the second install does not use the default.
    Things to check is the oc4j container, and the port. Also perform a test to ensure all things are connecting correctly.
    cheers
    James

  • SOADEMO - deploying SOAOrderBooking build.xml "Could not get Deployment M..

    Hi All, I have seen a few issues with the SOA demo but still not able to resolve my issue so posting a thread.
    First off using SOA suite 10.1.3.1.0 and Jdev 10.1.3.1.0, so the same versions. Downloaded the demo from the same oracle page as downloaded suite from etc so should be compatible. Installed SOA Suite on an OE Linux 4 update 5 install. Using jdev on Vista laptop. I appreciate that these are not the most current versions but they should work as on the Oracle site and I am not able to install newer versions for the next few weeks.
    Going through the install guide for the demo and hitting a problem with deploying the build.xml for SOAOrderBooking as a few others have. The first error I am getting is:
    [deployDecisionServices] Failed at "Could not get DeploymentManager".
    I have checked the build.properties file which matches exactly that from the 'SelectManufacturer' which deployed fine.
    One of the main differences between these two is that the 'SelectManufacturer' does not have any decision services.
    One thread I saw suggested changing in the properties file
    platform=ias_10g
    #platform=oc4j_10g
    to
    # platform=ias_10g
    platform=oc4j_10g
    I did do this and the deployment when further but then fails at a later stage. I should not have to make this change anyway as I am using ias_10g so I have gone back to the original. Why would this change allow me to get further?? Appreciate any comments on this bit apart from my general problem.
    Any ideas why the deployment of the decision services would fail?
    I have spent a fair bit of time as you do trying to resolve it but no luck so any help greatly appreciated. Searched google, metalink, technet etc.
    FYI I have edited the properties file to use a different port for HTTP etc. Again these settings worked fine for 'SelectManufacturer' so do not think there is a problem with the URI being used.
    Also appreciate on debugging could anyone tell me under the IAS control panel which log component I should set to get some more debug info on this deployment error. I have tried a few without success and cannot find a clear explanation of the various component logs.
    Thanks for reading my post Cel

    Hi James, thanks again for your reply.
    I went on to the linux server and ran the below to validate the URI:
    /oracle/product/10.1.3.1/OracleAS_1/jdk/bin/java -jar /oracle/product/10.1.3.1/OracleAS_1/j2ee/home/admin_client.jar deployer:oc4j:opmn://del4100.cel:6003/appserver/oc4j_soa oc4jadmin <password> -validateURI
    This is the same command being executed by jdeveloper when I try to deploy the decision service.
    I get the same error as with jdev:
    Failed at "Could not get DeploymentManager".
    I had a further look at the command and omitted the name of the application server instance which in my case is 'appserver', the default when you install SOA Suite.
    so now ran:
    /oracle/product/10.1.3.1/OracleAS_1/jdk/bin/java -jar /oracle/product/10.1.3.1/OracleAS_1/j2ee/home/admin_client.jar deployer:oc4j:opmn://del4100.cel:6003/oc4j_soa oc4jadmin <password> -validateURI
    This validated the successfully. Went back to jdev and commented out the line from the build.properties:
    # asinstancename=appserver
    Re-ran the ant build and this time the deployment of the decision service succeeded.
    This has now failed on the next stage of the build on compiling the bpel process SOAOrderBooking which I shall look at now.
    Do you know why the above would not work with the appserver instance name. I have checked and it is the correct name and spelling?
    I have another error now on the next stage of the build and wonder if this is related to it.
    The error I am getting is that could not read the wsdl and:
    Error happened when reading wsdl at "http://localhost:7777/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Failed to read wsdl file at: "http://localhost:7777/esb/wsil/Fulfillment/OrderFulfillment?wsdl", caused by: java.net.ConnectException. : Connection refused: connect".
    Thanks for your suggestions and welcome any other comments on this next error as I wonder if it is related to the first one that I have worked around.
    Thanks Cel

  • Could not get schema Object:java.sql.SQLSyntaxErrorException ora-904

    All of a sudden I get
    Could not get schema Object:java.sql.SQLSyntaxErrorException: ORA-00904: "SYS"."O"."NAME": ongeldige ID
    when doing anything in the tables tree in the connections pane
    The only thing I set recently is pga_aggregate_target
    Environment
    Oracle 11.2.0.1
    OS Windows Vista Ultimate sp2
    Sql developer 2.1.1.64.39 with its own JDK
    As the download links on OTN are broken I can not upgrade, and I'd rather not work in command line sqlplus.
    Help!!!
    Sybrand Bakker
    Senior Oracle DBA

    My copy of sqldeveloper isn't located in that directory. Would that matter?
    In the mean time I have disabled filtering the tables node. Opening the tables node doesn't result in exceptions anymore.
    Now, when I click on any table in that node I get 4 identical ora-904 error messages for sys.o.name for any table.
    Apparently it is querying either the all_objects view and it thinks it is querying sys.obj$.
    I didn't yet enable sql_trace for the session, I'm more or less giving up on sqldeveloper. I can not use the space bar in any datagrid, sqldeveloper has always been extreemly unresponsive when navigating the schema browser (as opposed to Toad), etc, etc. Too bad I bought Sue Harpers book, but I think I will be de-installing sqldeveloper soon.
    Sybrand Bakker
    Senior Oracle DBA

  • Failed to start message bus: Could not get UID and GID for username "d

    Today ive updated my system and got this mesage on boot
    Failed to start message bus: Could not get UID and GID for username "dbus"
    My keyboard doesnt work..not on usb or ps2.
    After 2 years over using arch on stable repo i got this very ugly bug...S***
    ill use minimal cd to reinstall core...it seems i cant get on tty working

    phoenix, don't post in old threads: http://wiki.archlinux.org/index.php/For … Bumping.27
    Try reinstalling dbus-core - if that doesn't work, start a new thread.
    Closed.

  • Using my apple ID and password on Mobile Me, I get the message  "Verification Failed"  .  Could not communicate with the server.  What am I doing wrong?

    Using my Apple ID and password on Mobile Me, I get the message "Verification Failed".  Could not communicate with the server"  What am I doing wrong?

    There is a MobileMe forum.  You might have better luck their.

  • Getting the error " [java] Problem invoking WLST - java.lang.RuntimeException: Could not find the OffLine WLST class " while building the O2A 2.1.0 PIP

    Getting the error " [java] Problem invoking WLST - java.lang.RuntimeException: Could not find the OffLine WLST class " while building the O2A 2.1.0 PIP. I am using the Design Studio 4.3.2 for building the O2A 2.1.0 PIP. Please let me know how to resolve this issue. Here I am enclosing the log file .

    We have basically the same issue when we try to create the interpreter using the embedded method..
    I was able to use the interpreter embedded in a java client as long as the weblogic jars were located in a weblogic install if I tried to use them from a maven repository no luck at all...
    All of this worked easily in 9.2 now in 10.3 it seems more error prone and less documented.
    I have seen close to a 100 posts on issues related to this so is there a document which outlines specifics....
    We / I have used weblogic now for almost 10 years and moving from 8.1 to 9.2 was painful and we expected the move from 9.2 to 10.3 not to be soo bad but its proving to be as painful if not more painful than moving to 9.2. We seem to spend a good bit of our time working around issues in the next new release that were not in the previous one..
    Any help would be appreciated I think we will open a support case but even that is more painful...
    Any help would be greatly appreciated..
    PS: We confirmed that all jars in the startweblogic classpath were in the startup. The server we have the embedded wlst instance is a managed server and we are using the component in a war... Are there any restrictions which we are unaware of.
    Error we get is
    1 [ERROR] com.tfn.autex.order.weblogic.QueueMaintenanceUtility.addQueue():217 Error Adding Queue wowsers JNDI Name wowsers Exception: Invocation Target exception while getting the WLSTOffLineScript path

  • JPA Error:Could not get a value to be injected from the factory

    HI friends ,
    I am  trying to replicate the example JPAEXample01 using JPA in CE1 from  the blogs written by
    Sabine Heider/Adrian Görler.
    During the testing of the method create employee i am getting the following error.
    "Could not get a value to be injected from the factory."
    I tried couple of examples using the above process, still held up with same error.
    Any pointers to trouble shoot this ?
    Thanks in advance
    Chandra Dasari

    HI Isaias Cristiano Barroso,
    There are lot of enries most of them pertaining to properties set to yes or no.
    out of which therre are tow errors. the log is as follows
    Message Info: Failed (javax.management.MBeanPermission,#[:j2eeType=trace,name=EndToEndCentralMBean,],isActive,getGuidByName,getTraceLevelByName,getTraceLevelByName,importTrace,isFileExistsLocally,removeTraceFile)java.lang.reflect.InvocationTargetException
    Failed (javax.management.MBeanPermission,*,DISPLAY)java.lang.reflect.InvocationTargetException
    category: com.sap.security.core.role.PermissionData
    Location:com.sap.security.core.role.PermissionData.get(ClassLoader)
    Frankly the above log is above my understanding ,Prob it may help to you undertand my the issue
    Thanks once again

  • Could not get system landscape directory client - NWDS 7.31 SP 09

    Hi Experts,
    We are unable to import development configurations from NWDI 7.4 to NWDS 7.31 for one of the developer's id. Other developers are able to import the
    configuration successfully in NWDS and are able to create projects without any issues. In fact, I am able to import the development configurations from his Id on my machine.
    The error message that is appearing is as follows: Could not get system landscape directory client.
    PFB the NWDS logs:
    null
    Error
    Tue Jan 06 12:48:58 IST 2015
    List Development Configurations failed      [Error: com.sap.ide.dii05.ui.internal.sld.SldContext  Thread[ModalContext,6,main]]
    com.sap.lcr.api.cimclient.LcrException: com.sap.lcr.api.cimclient.CIMClientException: HTTP response code: 407 (Proxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied.  ))
    at com.sap.lcr.api.cimclient.HttpRequestSender.newClientException(HttpRequestSender.java:719)
    at com.sap.lcr.api.cimclient.HttpRequestSender.processResponse(HttpRequestSender.java:608)
    at com.sap.lcr.api.cimclient.HttpRequestSender.send(HttpRequestSender.java:352)
    at com.sap.lcr.api.cimclient.CIMOMClient.sendImpl(CIMOMClient.java:205)
    at com.sap.lcr.api.cimclient.CIMOMClient.send(CIMOMClient.java:153)
    at com.sap.lcr.api.cimclient.CIMOMClient.enumerateInstancesImpl(CIMOMClient.java:450)
    at com.sap.lcr.api.cimclient.CIMOMClient.enumerateInstances(CIMOMClient.java:754)
    at com.sap.lcr.api.cimclient.CIMClient.enumerateInstances(CIMClient.java:989)
    at com.sap.lcr.api.sapmodel.JavaCIMObjectAccessor.enumerateInstances(JavaCIMObjectAccessor.java:213)
    at com.sap.lcr.api.sapmodel.SAP_DesignTimeConfigurationAccessor.enumerateInstances(SAP_DesignTimeConfigurationAccessor.java:164)
    at com.sap.ide.dii05.lib.internal.sld.SldBasicContext.listRemoteDevConfNames(SldBasicContext.java:197)
    at com.sap.ide.dii05.ui.internal.devconf.wizard.DevConfImportSldPage$6.run(DevConfImportSldPage.java:293)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
    NWDS version: 7.31 SP 09
    Error Screenshot -
    Any pointers will be highly appreciated.
    BR,
    Anurag

    Hi,
    we had some issues recently with this, and the trace also mentions proxy issues. Could you please try direct connection in that preferences  (in other words do not use proxy settings in NWDS) ?
    Is it possible that there is some kind of web-filter application installed that is blocking the request?
    I'd suggest to google for this error:
    407 (Proxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied.  ))
    Perhaps the problem is not even sap related.
    Is Microsoft Forefront TMG (Threat Management Gateway after some googleing) perhaps configured in the way that it is not allowing this request ? Perhaps the IT guys of your company could look into this.
    Microsoft Forefront Threat Management Gateway - Wikipedia, the free encyclopedia
    12209 Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied.
    Cheers,
    Ervin

  • Dispatcher yellow,J2EE status info unavailable,Could not get file from DB

    Hello Experts,
    I have successfully installed a ECC 6.0 server-ABAP +JAVA  system (DB2 v9.5 FP4 windows server 2008-x64 bit).
    Kernel: 700 , Patch: 185 ; SP level : rel 700 , level 17
    I upgraded JSPM sucessfully from 14 to 17.Then i was trying to apply JAVA sp's one by one using single sp option JSPM tool.
    I DEPLOYED the first sp component sucesfully but after that the next component gave warning in JSPM check that SDM is not started.
    I checked MMC.Dispatcher was YELLOW and J2EE status info unavailable. Cannot use JCMON to start SDM..option 20 gives error--cannot access shared memory
    I already tried Notes   784568 and 997510
    Relevant logs:-
    jvm_bootstrap.out
    =================================================================================================
    Error synchronizing file [.\..\os_libs\FontManagerService_native.zip].
    com.sap.engine.frame.core.configuration.InvalidPersistentDataStreamException: Could not get file from DB.
    Attempt to fully materialize lob data that is too large for the JVM.
    Disable data source property "fullyMaterializeLobData" for locator-based lob implementation. ERRORCODE=-4499, SQLSTATE=null ERRORCODE=-4499, SQLSTATE=null
    Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Unable to synchronize native files for instance [ID140026]!
    ==============================================================================================
    dev_jcontrol
    =============================================================================================
    Thr 4360] *** ERROR => JsfOpenShm: FtInit(SESSION, 2, 176) failed (got (rc = 0 operation successful), expected (rc = 8 already initialized)) [jsfxxshm.c   913]
    [Thr 4360] *** ERROR => Can't create shared memory segment 69 (rc = 1) [jcntrxx.c    1749]
    [Thr 4360] *** ERROR => Can't initialize JControl Administration [jcntrxx.c    273]
    [Thr 4360] JControlCloseProgram: started (exitcode = -1)
    [Thr 4360] *** ERROR => JsfCloseShm: FiDetachIndex(SESSION) failed (rc = 6 invalid argument) [jsfxxshm.c   1243]
    [Thr 4360] *** ERROR => JsfCloseShm: FiDetachIndex(ALIAS) failed (rc = 6 invalid argument) [jsfxxshm.c   1250]
    [Thr 4360] *** ERROR => JsfCloseShm: FiDetachIndex(SERVICE) failed (rc = 6 invalid argument) [jsfxxshm.c   1257]
    =================================================================================================
    log_bootstrap_ID0140026.0
    ==========================================================================================
    Error synchronizing file [.\..\os_libs\FontManagerService_native.zip].
    com.sap.engine.frame.core.configuration.InvalidPersistentDataStreamException: Could not get file from DB.
    ============================================================================================
    Eagerly looking forward to a solution from you experts..
    Thanks,
    Rakesh

    Hi,
    I am facing the same related problem with ECC 6.0.
    My dispatcher started it is showing yellow-  dialog queue standstill, J2EE status info unavailable
    after some time dispatcher has stopped.
    Please check my below trace file for dispatcher:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      03
    sid        DEV
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    114
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        13108
    Fri Nov 27 02:31:55 2009
    kernel runs with dp version 229000(ext=109000) (@(#) DPLIB-INT-VERSION-229000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (03 13108) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 114 successfully loaded
         shared lib "dw_xtc.dll" version 114 successfully loaded
         shared lib "dw_stl.dll" version 114 successfully loaded
         shared lib "dw_gui.dll" version 114 successfully loaded
         shared lib "dw_mdm.dll" version 114 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3903
    Fri Nov 27 02:31:59 2009
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5361]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >sapdev_DEV_03                           <
    DpShMCreate: sizeof(wp_adm)          15800     (1436)
    DpShMCreate: sizeof(tm_adm)          4232256     (21056)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1536)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 08290040, size: 4889440)
    DpShMCreate: allocated sys_adm at 08290040
    DpShMCreate: allocated wp_adm at 08292090
    DpShMCreate: allocated tm_adm_list at 08295E48
    DpShMCreate: allocated tm_adm at 08295E78
    DpShMCreate: allocated wp_ca_adm at 0869F2B8
    DpShMCreate: allocated appc_ca_adm at 086A5078
    DpShMCreate: allocated comm_adm at 086A6FB8
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 08727E78
    DpShMCreate: allocated gw_adm at 08727EB8
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 08727EE8
    DpShMCreate: allocated wall_adm at 08727EF0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    Fri Nov 27 02:32:00 2009
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 1023 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 13356
      argv[0] = D:\usr\sap\DEV\DVEBMGS03\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\DEV\DVEBMGS03\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\DEV\SYS\profile\DEV_DVEBMGS03_sapdev
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2919
      argv[5] = -DSAPSYSTEM=03
      argv[6] = -DSAPSYSTEMNAME=DEV
      argv[7] = -DSAPMYNAME=sapdev_DEV_03
      argv[8] = -DSAPPROFILE=D:\usr\sap\DEV\SYS\profile\DEV_DVEBMGS03_sapdev
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1629]
    ***LOG Q0K=> DpMsAttach, mscon ( sapdev.visu.com) [dpxxdisp.c   11753]
    DpStartStopMsg: send start message (myname is >sapdev_DEV_03                           <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Fri Nov 27 02:32:01 2009
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpJ2eeLogin: j2ee state = CONNECTED
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 114
    Release check o.K.
    Fri Nov 27 02:32:05 2009
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1468
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2927) [nixxi.cpp    4248]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=13356)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Nov 27 02:32:40 2009
    ERROR => W0 (pid 13364) died [dpxxdisp.c   14441]
    ERROR => W1 (pid 13372) died [dpxxdisp.c   14441]
    ERROR => W2 (pid 13380) died [dpxxdisp.c   14441]
    ERROR => W3 (pid 13388) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W4 (pid 13396) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W5 (pid 13404) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W6 (pid 13412) died [dpxxdisp.c   14441]
    ERROR => W7 (pid 13420) died [dpxxdisp.c   14441]
    ERROR => W8 (pid 13428) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W9 (pid 13436) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W10 (pid 13444) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Nov 27 02:32:50 2009
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Thu Nov 26 21:02:50 2009
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA    13364 Ended         no      1   0        0                                                                         
    1 DIA    13372 Ended         no      1   0        0                                                                         
    2 DIA    13380 Ended         no      1   0        0                                                                         
    3 DIA    13388 Ended         no      1   0        0                                                                         
    4 UPD    13396 Ended         no      1   0        0                                                                         
    5 ENQ    13404 Ended         no      1   0        0                                                                         
    6 BTC    13412 Ended         no      1   0        0                                                                         
    7 BTC    13420 Ended         no      1   0        0                                                                         
    8 BTC    13428 Ended         no      1   0        0                                                                         
    9 SPO    13436 Ended         no      1   0        0                                                                         
    10 UP2    13444 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Thu Nov 26 21:02:50 2009
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    2000
    6
    6
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    since last update     total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    Dump of tm_adm structure:               Thu Nov 26 21:02:50 2009
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Thu Nov 26 21:02:50 2009
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Nov 27 02:32:55 2009
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >sapdev_DEV_03                           < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (13340) (SOFT_KILL)
    Stop icman
    killing process (13348) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:13340  HANDLE:1564)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Nov 27 02:32:56 2009
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:13340  HANDLE:1564)
    wait for end of icman
    [DpProcDied] Process lives  (PID:13348  HANDLE:1568)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Nov 27 02:32:57 2009
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:13348  HANDLE:1568)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Nov 27 02:32:58 2009
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:13348  HANDLE:1568)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Nov 27 02:32:59 2009
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:13348  HANDLE:1568)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Please help me to start my SAP MMC.
    Thanks

  • CDSSO Invalid Agent: Could not get agent for realm

    Hi,
    This post follows on from a previous post (http://forum.java.sun.com/thread.jspa?threadID=5276012) but describes a subsequent problem.
    I'm getting the following error in my amCDC log. I believe it is related to the post (http://forum.java.sun.com/thread.jspa?threadID=5162908&messageID=9623898)
    03/18/2008 10:17:58:826 AM GMT: Thread[httpSSLWorkerThread-443-0,10,Grizzly]
    CDCServlet.doGetPost: Query String received: goto=http%3A%2F%2Fbonecrusher.test.local%3A80%2F%3FsunwMethod%3DGET&RequestID=20798&MajorVersion=1&MinorVersion=0&ProviderID=http%3A%2F%2Fbonecrusher.test.local%3A80%2Famagent&IssueInstant=2008-03-18T10%3A18%3A09Z
    03/18/2008 10:17:58:826 AM GMT: Thread[httpSSLWorkerThread-443-0,10,Grizzly]
    SSOException caught: com.iplanet.sso.SSOException: Invalid session ID.
    03/18/2008 10:17:59:091 AM GMT: Thread[httpSSLWorkerThread-443-0,10,Grizzly]
    Forwarding for authentication to: /UI/Login?goto=%2Famserver%2Fcdcservlet%3FTARGET%3Dhttp%253A%252F%252Fbonecrusher.test.local%253A80%252F%253FsunwMethod%253DGET%26RequestID%3D20798%26MajorVersion%3D1%26MinorVersion%3D0%26ProviderID%3Dhttp%253A%252F%252Fbonecrusher.test.local%253A80%252Famagent%26IssueInstant%3D2008-03-18T10%253A18%253A09Z
    03/18/2008 10:18:04:482 AM GMT: Thread[httpSSLWorkerThread-443-2,10,Grizzly]
    CDCServlet.doGetPost: Query String received: TARGET=http%3A%2F%2Fbonecrusher.test.local%3A80%2F%3FsunwMethod%3DGET&RequestID=20798&MajorVersion=1&MinorVersion=0&ProviderID=http%3A%2F%2Fbonecrusher.test.local%3A80%2Famagent&IssueInstant=2008-03-18T10%3A18%3A09Z
    03/18/2008 10:18:04:482 AM GMT: Thread[httpSSLWorkerThread-443-2,10,Grizzly]
    WARNING: Advice List is : null
    03/18/2008 10:18:04:482 AM GMT: Thread[httpSSLWorkerThread-443-2,10,Grizzly]
    CDCServlet.doGetPost: targetURL = http://bonecrusher.test.local:80/?sunwMethod=GET
    03/18/2008 10:18:04:482 AM GMT: Thread[httpSSLWorkerThread-443-2,10,Grizzly]
    CDCServlet.doGetPost: gotoURL = http://bonecrusher.test.local:80/?sunwMethod=GET
    03/18/2008 10:18:04:482 AM GMT: Thread[httpSSLWorkerThread-443-2,10,Grizzly]
    CDC Servlet: Directory matches for http://bonecrusher.test.local:80/ is:{AMIdentity object: id=TestCDSSOAgent,ou=agent,dc=test-sun,dc=local={objectclass=[person, inetorgperson, organizationalperson, inetuser, top], sunIdentityServerDeviceKeyValue=[agentRootURL=http://bonecrusher.test.local:80/, agentRootURL=http://bonecrusher.test.local/], sunIdentityServerDeviceStatus=[Active], userpassword=[Q8Ea8sKa1CMyUaxgkqhC0PVeKV8=]}}
    03/18/2008 10:18:04:482 AM GMT: Thread[httpSSLWorkerThread-443-2,10,Grizzly]
    CDC Servlet: Restriction string for: http://bonecrusher.test.local:80/ is: id=TestCDSSOAgent,ou=agent,dc=test-sun,dc=local [bonecrusher.test.local, bonecrusher.test.local]
    03/18/2008 10:18:04:482 AM GMT: Thread[httpSSLWorkerThread-443-2,10,Grizzly]
    ERROR: CDCServlet.doGetPost:Exception occured
    java.lang.Exception: Invalid Agent: Could not get agent for the realm
    at com.iplanet.services.cdc.LdapSPValidator.validateAndGetRestriction(LdapSPValidator.java:200)
    at com.iplanet.services.cdc.CDCServlet.redirectWithAuthNResponse(CDCServlet.java:303)
    at com.iplanet.services.cdc.CDCServlet.doGetPost(CDCServlet.java:262)
    at com.iplanet.services.cdc.CDCServlet.doGet(CDCServlet.java:208)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    Based on the previous post I believe it has something to do with the validity checks performed by the CDC. The post describes 3 checks and I believe my solution is failing one of these, however I am not sure which.
    As far as I understand it my logs above demonstrate that the agentRootURL is correctly set, but I'm not sure what other values are needed.
    Any advice would be greatly received.
    R

    Quick follow up :)
    This problem was caused by the Access Manager instance not being able to resolve the IP address for 'bonecrusher.test.local'
    After I added the entry for this into the hosts file everything worked.
    R

  • AM 7.1 CDSSO Could not get agent for the realm

    Hi,
    We are trying to configure the Cookie highjacking fix in AM 7.1 and apache agent 2.2. When we try to go the agent, the browser gets redirected to the Access Manager. After authentication, I get the error message on the browser "resource access denied".
    On the AM side, I get following error in amCDC file:
    04/19/2007 06:19:19:919 PM PDT: Thread[service-j2ee-3,5,main]
    CDCServlet Initializing...
    04/19/2007 06:19:19:922 PM PDT: Thread[service-j2ee-3,5,main]
    CDCServlet init params. Restricted Token Enabled: false Auth URL Cookie Name: sunIdentityServerAuthNServer Auth URL Cookie Domain:Deployment Descriptor: /amserver
    04/19/2007 06:19:19:925 PM PDT: Thread[service-j2ee-3,5,main]
    CDCServlet.doGetPost: Query String received: goto=http%3A%2F%2Feauthdev.etc.net%2Fcgi-bin%2Fprintenv%3FsunwMethod%3DGET&RequestID=15432&MajorVersion=1&MinorVersion=0&ProviderID=http%3A%2F%2Feauthdev.etc.net%3A80%2Famagent&IssueInstant=2007-04-19T18%3A19%3A19Z
    04/19/2007 06:19:19:934 PM PDT: Thread[service-j2ee-3,5,main]
    SSOException caught: com.iplanet.sso.SSOException: Invalid session ID.
    04/19/2007 06:19:20:430 PM PDT: Thread[service-j2ee-3,5,main]
    Forwarding for authentication to: /UI/Login?goto=%2Famserver%2Fcdcservlet%3FTARGET%3Dhttp%253A%252F%252Feauthdev.etc.net%252Fcgi-bin%252Fprintenv%253FsunwMethod%253DGET%26RequestID%3D15432%26MajorVersion%3D1%26MinorVersion%3D0%26ProviderID%3Dhttp%253A%252F%252F
    eauthdev.etc.net%253A80%252Famagent%26IssueInstant%3D2007-04-19T18%253A19%253A19Z
    04/19/2007 06:19:27:293 PM PDT: Thread[service-j2ee-4,5,main]
    CDCServlet.doGetPost: Query String received: TARGET=http%3A%2F%2Feauthdev.etc.net%2Fcgi-bin%2Fprintenv%3FsunwMethod%3DGET&RequestID=15432&MajorVersion=1&MinorVersion=0&ProviderID=http%3A%2F%2Feauthdev.etc.net%3A80%2Famagent&IssueInstant=2007-04-19T18%3A19%3A19Z
    04/19/2007 06:19:27:294 PM PDT: Thread[service-j2ee-4,5,main]
    WARNING: Advice List is : null
    04/19/2007 06:19:27:294 PM PDT: Thread[service-j2ee-4,5,main]
    CDCServlet.doGetPost: targetURL = http://eauthdev.etc.net/cgi-bin/printenv?sunwMethod=GET
    04/19/2007 06:19:27:294 PM PDT: Thread[service-j2ee-4,5,main]
    CDCServlet.doGetPost: gotoURL = http://eauthdev.etc.net/cgi-bin/printenv?sunwMethod=GET
    04/19/2007 06:19:27:321 PM PDT: Thread[service-j2ee-4,5,main]
    CDC Servlet: Directory matches for http://eauthdev.etc.net:80/ is:{AMIdentity object: id=eauthdev_apache_8080,ou=agent,dc=mycompany,dc=com AMSDKDN=uid=eauthdev_apache_8080,ou=agents,dc=mycompany,dc=com={sunidentityserverdevicestatus=[Active], sunidentityserverdevicekeyvalue=[agentRootURL=http://eauthdev.etc.net:80/]}}
    04/19/2007 06:19:27:400 PM PDT: Thread[service-j2ee-4,5,main]
    WARNING: Invalid GoTo URL: http://eauthdev.etc.net/cgi-bin/printenv?sunwMethod=GET for Agent ID: http://eauthdev.etc.net:80/
    04/19/2007 06:19:27:400 PM PDT: Thread[service-j2ee-4,5,main]
    ERROR: CDCServlet.doGetPost:Exception occured
    java.lang.Exception: Invalid Agent: Could not get agent for the realm
    at com.iplanet.services.cdc.LdapSPValidator.validateAndGetRestriction(LdapSPValidator.java:200)
    at com.iplanet.services.cdc.CDCServlet.redirectWithAuthNResponse(CDCServlet.java:288)
    at com.iplanet.services.cdc.CDCServlet.doGetPost(CDCServlet.java:247)
    at com.iplanet.services.cdc.CDCServlet.doGet(CDCServlet.java:194)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:796)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:917)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:391)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:297)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:178)
    at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:86)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:178)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:270)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:241)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:182)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:160)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at com.sun.webserver.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:149)
    at com.sun.webserver.connector.nsapi.NSAPIConnector.service(NSAPIConnector.java:995)
    Does anybody knows what is going wrong?
    Thanks in advance,
    Vivek

    One more thing Vivek : seems like the problem comes from the fact that the there's 3 checks done to ensure the goto URL matches what's in the agent profile, and one of them (the port check) fails.
    agentRootURL has port 80. The gotoURL doesn't.
    Try not specifying a port number for key agentRootURL and tell me if that works.
    Side note : it seems you might not have the following property enabled in your AMConfig.properties :
    com.sun.identity.enableUniqueSSOTokenCookie = true
    HTH,
    N.

  • AutoVue20.2 - 2DPro - Initialization failed. Could not initialize socket

    Hi,
    We are running a standard install of AutoVue 20.2 2DPro. We have the situation of the JVueAX.ocx activeX being coded in VB.Net.
    When we run the custom application as an admin user there is no issue, however when there is a restriction placed on the users (ie non-admin restricted to read & write on most things) we get the following issue in a popup messagebox.
    Error
    Initialization failed. Could not initialize socket on localhost:5099
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketlmpl.socketconnect(Native Method)
    at java,net.PlainSocketlmpl,doConnect(Unknown Source)
    at java.net.PlainSocketlmpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketlmpl,connect(Unknown Source)
    at java,net.SocksSocketlmpl,connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.<init> (Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at com.cimmetiy.vueconnection.g.a(Unknown Source)
    at com.cimmetiy.vueconnection.g.<init> (Unknown Source)
    at com.cimmetry.vueconnection.ServerControl.a(Unknown Source)
    at com.cimmetry.vueconnection.ServerControl.connect(Unknown Source)
    at com,cimmetry.vueframe,VueFrame.h(Unknown Source)
    at com,cimmetry.vueframe.VueFrame.<init>(Unknown Source)
    at com.cimmetry.jvue.JVue.b(Unknown Source)
    at com.cimmetiy.jvue.JVue.a(Unknown Source)
    at com.cimmetry.jvue.JVue$a.run(Unknown Source)
    at java,awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.Event.Queue.dispatchEventImpl(Unknown Source)
    at java.awt.Event.Queue.access$000(Unknown Source)
    at java.awt.Event.Queue$l.run(Unknown Source)
    at java.awt.Event.Queue$l.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$l.dolntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    An error occurred while connecting to the server.
    Restart the applet?
    So it appears to be a permissions issue.
    We have changed the security settings on the Autovue folder but that doesn't alter the outcome.
    We have looked for more debug and altered the Log4j.xml to be all DEBUG but that didn't increase the output.
    The install log is 3007 of successful and no warnings or failed components.
    So we now ask for your input. What port needs opening or what file/folder needs the modify or full control assigned? Or is there a manual we may have misread?
    Any pointers would be appreciated.
    I have reviewed the AutoVue Desktop Deployment post.
    Cheers,

    The fix for this is to copy a file called Config.properties into the %userprofile%\AutoVue\Offline_Files
    for each user.
    In the text file Config.properties are these lines.
    #Offline Files Configuration
    [WORK OFFLINE]
    INSTALLDIR=C:\Oracle\AutoVue Desktop Deployment
    ISOFFLINE=1
    INSTALLVER=20.2.0.0
    Edited on 24-Oct-2012 14:51

Maybe you are looking for