Cannot Build

Hi,
I am getting the following message when I do ant build
bash-2.03# ant build
Buildfile: build.xml
init:
prepare:
build:
[javac] Modern compiler is not available - using classic compiler
[javac] Compiling 1 source file to /usr/jwsdp1.0/docs/docs/tutorial/examples/gs/build/WEB-INF/classes
BUILD FAILED
/usr/jwsdp1.0/docs/docs/tutorial/examples/gs/build.xml:32: /usr/jwsdp1.0/docs/docs/tutorial/examples/gs/build/WEB-INF/lib not found.
Total time: 3 seconds
Not sure why?
Any thing to do with classpath ,I am working on Solaris Sparc?
Thanx
Ash

Hi amlan
I am using j2sdk1_3_1 version(solaris).But there seems to be a problem cause it is linked to previous JDK version and I read symbolic links won't work for this JDK version,is it?
I was able to run the gs sample.
I am not sure whether we were suppose to modify build.xml.Nothing was mentioned in PDF nor online docs.
I had to modify it for creating some directories
But I was not able to compile java files using ant tool I had to compile it using our standard way :-)
I cannot run JSP examples gives me respone /request dump when i try to acces it from index page (i.e tomcat :8080/index.html--JAXM Tag Library Sample) why is that so I have war files (e.g jaxmtags.war)?
Thanks
Ash

Similar Messages

  • Check for used DCs failed:Cannot build because used component is broken

    Hi All,
    when i Build the DC after creation public part getting the below error,
    Jun 30, 2008 4:06:41 PM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: eprtest: Build failed for chdp.com/eprtest(MyComponents) in variant "default": Cannot build because used component is broken: chdp.com/labourmanagement( MyComponents)
    please help me.
    Thanks,
    RameshBabu.V

    Hi rameshbabu,
                             Check for the dc chdp.com/labourmanagement , which u r using as dependency for ur dc . That dc is not built properly. Rectify the problem in chdp.com/labourmanagement & then rebuild ur dc, which is using that dc as used dc.It will work properly.
    regards
    Sumit

  • SAPConnect, Message no. XS 818, Cannot build CVL document.

    We are facing one issue in SAPConnect transaction SCOT/SOST. Checking
    the List in SOST, there are various fail transmission for FAX. The
    error message is
    Cannot process message in node (for reason, see long text)
    Message no. XS 818
    Diagnosis
    The message could not be processed due to a technical error in the
    node.
    System Response
    Processing was terminated.
    Procedure
    The reason is given in the details below.
    Cannot build CVL document.
    We have checked the SAPNet and search for OSS Note and we did not
    find any SAP notes on this particular error message.
    Can anyone tell me what is this error "Cannot build CVL document"
    We are using RightFax to send the faxes. All RFC destination and ping to RightFax server working fine.
    Any help on this will be highly appreciated.
    Thanks in advance
    Best Regards
    CK

    Hi
    We had this same problem and found that the SQL Database on the RightFax Server was full and could
    not extend any further, deleted records from database and problem was solved.
    Regards
    Prevan

  • Exception - Cannot Build Schema (Question)

    Friends,
    I have a quick question which is driving me crazy. New to SOA, please help.
    I defined a variable of type "element" by refering it to an pre-existing xsd. I know the xsd is valid. When I try to use the variable in an assign activiity it does not show the child element and gives error "Exception - Cannot build Schema". While creating variable I refer to element "FetchCustomerInfoResponse".
    Following is the xsd for your reference :-
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    <xsd:element name="FetchCustomerInfoResponse">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="XYX_ONT_ACCOUNT_ORDERS">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="XYZ_ONT_ACCOUNT_ORDER" maxOccurs="unbounded">
    <xsd:complexType>
    <xsd:attribute name="ordered_date" type="xsd:string"/>
    <xsd:attribute name="cust_po_number" type="xsd:string"/>
    <xsd:attribute name="order_number" type="xsd:integer"/>
    <xsd:attribute name="header_id" type="xsd:integer"/>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>

    Hi,
    using the schema you gave, i was able to create a variable inside the BPEL by referring to the FetchCustomerInfoResponse element, and also i was able to do the copy operation inside the assign activity.
    Please try the same again, may be create the variable again...it should work...
    Thanks
    N

  • Cannot build a flow graph with the customized options

    Dear JMF-Gurus,
    we implemented a DataSource for video capturing that is based on the lti-civil API, so that video capturing on Mac OS X should be possible.
    When we try to build the flow graph, we get an jmf-error as described in the following log:
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, ppc, 10.4.9
    ## Java VM: Apple Computer, Inc., 1.5.0_06
    ## DataSource created: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: instantiation: 30 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@21ec03
    ## using DataSource: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: parsing: 377 ms
    ## Getting the supported output formats for:
    ## RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## # of nodes visited: 50
    ## # of formats supported: 38
    $$ Profile: getSupportedOutputFormats: 340 ms
    ## Building flow graph for: civil:?
    ## Building Track: 0
    ## Input: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## Custom options specified.
    ## An output format is specified: YUV Video Format: Size = null MaxDataLength = -1 DataType = class [B yuvType = 2 StrideY = -1 StrideUV = -1 OffsetY = -1 OffsetU = -1 OffsetV = -1
    ## An output content type is specified: RAW
    ## Here's the completed flow graph:
          com.sun.media.parser.RawBufferParser@a075e6
             connects to: com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             format: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
          com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             connects to: com.sun.media.multiplexer.RawBufferMux@da7565
             format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    $$ Profile: graph building: 113 ms
    $$ Profile: realize, post graph building: 9 ms
    $$ Profile: instantiation: 0 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@654dec
    ##   using DataSource: VIC.MonitorCDS@e0c0b6
    $$ Profile: parsing: 1 ms
    ## Getting the supported output formats for:
    ##   YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ##   # of nodes visited: 48
    ##   # of formats supported: 37
    $$ Profile: getSupportedOutputFormats: 97 ms
    ## Building flow graph for: null
    ## Building Track: 0
    ## Input: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ## Custom options specified.
    ## An output format is specified: H263P/RTP, 176x144, FrameRate=10.0
    ## An output content type is specified: RAW/RTP
    XX Failed to realize: com.sun.media.ProcessEngine@8393ef
    XX   Cannot build a flow graph with the customized options:
    XX     Unable to transcode format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    XX       to: H263P/RTP, 176x144, FrameRate=10.0
    XX       outputting to: RAW/RTP
    XX Error: Unable to realize com.sun.media.ProcessEngine@8393ef
    ## com.sun.media.BasicFilterModule@31477b: input format changed: RGB, 640x480, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=1920
    We guess that the problem was first the wrong input format (wrong video-size or wrong framerate) but this has been changed to the correct format.
    The flow graph looks like correct, but it doesn't work anyway. 
    What does the last line in the log means, and are there any information were the problem good be located?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    How were you even able to accomplish that? In my classpath I have fmj-nojmf.jar, jmf.jar and lti-civil.jar but I keep on getting this in my log.
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, i386, 10.5.4
    ## Java VM: Apple Inc., 1.5.0_13
    ## DataSource created: com.sun.media.protocol.javasound.DataSource@f98d58
    I can't get it to find the civil datasource in fmj-nojmf.jar.

  • Cannot build multifile project

    Hello All,
    I am new to Java, and a bit lost. I've done a couple of single file programs on JBuilder, and those worked OK. Now I have a larger school project with numerous classes in numerous files. I have all the files in the same folder (the project folder). When I try to build the project, the references to classes in other files are not recognized. I am running on Windows XP, and have added the paths to the bin folders in jdk1.5 and jre1.5 in the "Path" variable of environment variables. I have also added ".;" on someone's recommendation. However, I still cannot build this project, even though I know it is a working one (tested on another system.) Any help would be appreciated. Thank you.

    Java files can be structured in packages.
    If you find as first occurrence:
    package org.mywork.gui;then you should place the file in a subdirectory org/mywork/gui (3 directories) of your sources.
    Compile from the top (the directory in which org is placed.
    The package statement is optional, but it is good style and very convenient to use packages.
    I am a bit late with this answer, so you'll probably found out already.

  • Cannot build form off from view?

    Is this true because when I try to Add a Page to a new application I dont seem to be able to see any of my views on the list of values but my tables. Opened up a TAR and here was the response
    To implement the solution, please execute the following steps:
    Use workaround listed in Bug 4719289 - CANNOT BUILD FORM OFF FROM VIEW
    1. Create Application
    2. Give Application a name, the "From Scratch" option is selected, our
    desired
    schema is selected.
    3. Add Blank Page, select theme, etc, application is created.
    4. From Blank page, Add Form Region based on existing table, followed the
    resulting steps in the Wizard, etc.

    Please share your first name and put it into your profile to help us.
    You can create a form based on ("off from") a view after an application is created using the create page or create region wizards.
    Scott

  • Cannot build the query or generate the report. WIS 30351

    I am trying to create a docuemtn using SDK. I have created a document and when I try to add dataprovider and update the document, I am facing the below error
    Cannot build the query or generate the report. WIS 30351
    http://help.sap.com/saphelpiis_sbo41sp5wi-sdk/frameset.htm?ec5645bc6fdb101497906a7cb0e91070.html
    Any help would be appreciated...

    Hi Pirabu,
    here's the required steps for what you described:
    1. Create a new report in folder with ID 12345:
         POST ../raylight/v1/documents
         request body:
            <document>
            <name>My New Doc</name>
            <folderId>12345</folderId>
            </document>
          response:
            <success>
            <message>The resource of type "Document" with identifier "54321" has been successfully created.</message>
            <id>54321</id>
            </success>
    2. use the new document ID when adding a data provider (ie universe ID is 5543)
          POST ../raylight/v1/documents/54321/dataproviders
          request body:
            <dataprovider>
            <name>Query 1</name>
            <dataSourceId>5543</dataSourceId>
            </dataprovider>
          response:
            <success>
            <message>The resource of type "Data provider" with identifier "DP0" has been successfully created.</message>
            <id>DP0</id>
            </success>
    If you are doing something different, please provide the steps you are using and the type of datasource you are adding (unv, unx, Bex query etc).
    Is the error when adding the data provider, or do you have an additional step updating the document?
    Also, what version of BI4 are you working with?
    Dan

  • Cannot build in VSO VC 2015 preview projects

    Hello.
    We've switched to the VS 2015 preview (for better C++ 14 support) but it seems that we cannot build using VSO anymore:
    builds fail with an error that "the toolset needs to be updated".
    Is there a way to do it or it's just not enabled yet? If not, what is the ETA?
    Thank you
    Nicolas

    Hi Nicolas,
    For your situation, you might check this
    page for the software on the hosted build server. If the version of toolset you're using is newer than than the tools that deployed on the build server, then you might not able to build your project.
    You can check the assemblies that used in your project, and then add them into source control and check in. Another option is configure an on-premise build controller. Check this
    thread for more information about how to configure an on-premise build controller. However, you can submit a user voice
    here if you want to build with hosted build contorller with your current project.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot build the query or generate the report - BI4.0 Dashboard on WebService Error

    Hello All,
         I am trying to create a Dashboard with WebService connections in SAP BI4.0 SP04. While running the dashboard I am receiving the error, Cannot build the query or generate the report. I have already set the refresh parameter to TRUE (bound to an excel cell and I have tried with 1 also). Back end WebI Reports of the BIWS connections are created from BEx queries through BICS connection. I have two prompts to run the Web Service and the report. Please share your thoughts regarding this.
    Thanks and Regards,
      Debajyoti Dan

    Hi All,
        I have found the issue. The problem is coming only when I am receiving prompts from BEx query and trying to use them through dashboard. I replaced these BEx prompts with the same in WebI report. Then the entire functionality started working correctly from dashboard.
    But, this is only a work around and can not be applied at all times. So I have raised a message for the same to SAP. I will update the thread based on what I receive from SAP Support.

  • Cannot build ov51x-jpeg webcam driver on x86_64

    Hi,
    since I installed kernel 2.6.29 I cannot build the ov51x-jpeg webcam driver anymore.
    I only modified the PKGBUILD on row 3: _kernver=${uname -r} -> _kernver=`uname -r` (first one did not work for me).
    This is the build log:
    make -C /lib/modules/2.6.29-ARCH/build M=/tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9 modules
    make[1]: Entering directory `/usr/src/linux-2.6.29-ARCH'
    CC [M] /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.o
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:543: error: 'v4l_compat_ioctl32' undeclared here (not in a function)
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c: In function 'create_proc_ov511_cam':
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:677: error: implicit declaration of function 'info'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c: In function 'ov51x_clear_snapshot':
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:1691: error: implicit declaration of function 'warn'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c: In function 'ov51x_v4l1_ioctl':
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6386: warning: passing argument 1 of 'video_usercopy' from incompatible pointer type
    include/media/v4l2-ioctl.h:296: note: expected 'struct file *' but argument is of type 'struct inode *'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6386: warning: passing argument 2 of 'video_usercopy' makes integer from pointer without a cast
    include/media/v4l2-ioctl.h:296: note: expected 'unsigned int' but argument is of type 'struct file *'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6386: warning: passing argument 4 of 'video_usercopy' makes pointer from integer without a cast
    include/media/v4l2-ioctl.h:296: note: expected 'v4l2_kioctl' but argument is of type 'long unsigned int'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6386: error: too many arguments to function 'video_usercopy'
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c: At top level:
    /tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.c:6651: warning: initialization from incompatible pointer type
    make[2]: *** [/tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9/ov51x-jpeg-core.o] Error 1
    make[1]: *** [_module_/tmp/yaourt-tmp-stefano/aur-ov51x-jpeg/ov51x-jpeg/src/ov51x-jpeg-1.5.9] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.29-ARCH'
    make: *** [all] Error 2
    I checked the v4l_compat_ioctl32 driver, but I only have the v4l2_compat_ioctl32 and v4l1_compact. I am using a stock kernel 2.6.29.3-1 for x86_64.
    Any hints?
    Thanks,
    gm

    Hi
    I have the same problem within i686.
    The new 2.6.29 kernel is not compatible with this version of the driver.
    I suppose we have to wait ....
    Serge
    Last edited by cserge (2009-05-18 13:05:28)

  • Cannot build aggregates

    Hi,
    For which chars we cannot build aggregates.

    Hello,
    In general, you can create aggregates on any characteristics defined in the InfoCube.
    the following documents can clarify your questions,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cbd2d390-0201-0010-8eab-a8a9269a23c2
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3f66ba90-0201-0010-ac8d-b61d8fd9abe9
    Assign points if helpful.
    Regards,
    karthik

  • Cannot build because used component is broken

    Hi,
    i'm trying to add external library (com.sap.security.api.jar) into my DC using the blogs
    /people/bala.krishnan2/blog/2006/09/25/bid-adieu-to-bots--using-captchas
    I want to use com.sap.security.api.IUser in my porgram to get the current login id.
    but i'm getting following errors whern i'm trying to build the my WD DC project after adding two public parts 'Compilation' and the other of type 'Assembly' .
    Jul 5, 2009 2:24:35 PM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: incrprf: Build failed for sap.com/incrprf(sap.com_SAP_ESS_1) in variant "default": Check for used DCs failed: Cannot build because used component is broken: sap.com/extlib( sap.com_SAP_ESS_1)
    Build log -
    Development Component Build (2009-07-05 14:24:35)
      Component name: incrprf
      Component vendor: sap.com
      SC compartment: sap.com_SAP_ESS_1
      Configuration: DEV_XSSTRACK_D
      Location: DEV_XSSTRACK_D
      Source code location: http----
    /sap.com_SAP_ESS/dev/inactive/DCs/sap.com/incrprf/_comp/
      DC root folder: C:\Documents and Settings\----\.dtc\0\DCs\sap.com\incrprf\_comp\
      DC type: Web Dynpro
      Host: -
    DC Model check:
              [dcmake] All used DCs are available locally
              [dcmake] ERROR: Check for used DCs failed: Cannot build because used component is broken: sap.com/extlib( sap.com_SAP_ESS_1)
              [dcmake] Build failed with errors.
    can you please help me on this.
    Thanks
    Ali

    Look at the build log of the broken DC using the CBS WebUI for more information.

  • Weblogic 12c on Mac OS X: Cannot build SAMLSSO sample

    I'm trying to build the SAML sample which comes with WLS 12c (/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso). I'd like to create both a SAML 2.0 IdP and SP and test them before I attempt to integrate a 3rd party IdP with WLS as SP. I'm following the instructions found at /Oracle/Middleware/wlserver_12.1/samples/server/index.html which indicate I should do the following:
    Create and configure the IdP domain: ant prepareIdentityProviderServer
    Create and configure the SP domain: ant prepareServiceProviderServer
    In both cases the domains are creates, the server starts and I see the configIDPServer (and configSPServer) being called. In the case of the IdP I see the following, correct, output:
    configIDPServer:
    [wlst]
    [wlst] +++++ Properties passed to script +++++
    [wlst]
    [wlst] adminUser: weblogic
    [wlst] adminPwd: welcome1
    [wlst] adminURL: t3://localhost:7003
    [wlst] preferredBinding: HTTP/POST
    [wlst] ssoServerName: examplesServer
    [wlst] entityID: http://localhost:7003/idpentityid
    [wlst] publishedSiteURL: http://localhost:7003/saml2
    [wlst] loginURL: http://localhost:7003/loginapp/loginapp.jsp
    [wlst] ssoSigningKeyAlias: idpSSOSigningKeyAlias
    [wlst] ssoSigningKeyPassPhrase: idpSSOSigningKeyPassPhrase
    [wlst] sport: 7004
    [wlst] customTrustKeyStoreFileName: /Users/dgrstl/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso/samlattr-cert/idpTrust.jks
    [wlst] customTrustKeyStorePassPhrase: idpTrustKeyStorePassPhrase
    [wlst] customIdentityKeyStoreFileName: /Users/dgrstl/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso/samlattr-cert/idpIdentity.jks
    [wlst] customIdentityKeyStorePassPhrase: idpIdentityKeyStorePassPhrase
    [wlst] serverPrivateKeyAlias: idpServerKeyAlias
    [wlst] serverPrivateKeyPassPhrase: idpServerKeyPassPhrase
    [wlst] replicatedCacheEnabled: false
    [wlst] credentialMapperName: saml2cm
    [wlst] KeyStoresName: CustomIdentityAndCustomTrust
    [wlst]
    [wlst] +++++ Properties passed to script +++++
    [wlst]
    [wlst] Connecting to t3://localhost:7003 with userid weblogic ...
    At this point I should be able to connect to http://localhost:7003/console but cannot (I do see an active listening port open on 7003). After 4 minutes the WLST times out with the following error:
    [wlst] WLST lost connection to the WebLogic Server that you were
    [wlst] connected to, this may happen if the server was shutdown or
    [wlst] partitioned. You will have to re-connect to the server once the
    [wlst] server is available.
    [wlst]
    [wlst] WLST detected that the RuntimeMBeanServer is not enabled. This
    [wlst] might happen if the RuntimeMBeanServer is disabled via the JMXMBean.
    [wlst] Please ensure that this MBeanServer is enabled. Online WLST cannot
    [wlst] function without this MBeanServer.
    [wlst] Disconnected from weblogic server: examplesServer
    [wlst] Traceback (innermost last):
    [wlst] File "/Users/dgrstl/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso/scripts/saml20cfg/IdP_configSite.py", line 50, in ?
    [wlst] Exception in thread "main" java.lang.IllegalStateException: Traceback (innermost last):
    [wlst] File "<iostream>", line 22, in connect
    [wlst] File "/Users/dgrstl/Oracle/Middleware/wlserver_12.1/samples/server/examples/src/examples/security/samlsso/scripts/saml20cfg/IdP_configSite.py", line 50, in ?
    [wlst] File "<iostream>", line 648, in raiseWLSTException
    [wlst] File "<iostream>", line 22, in connect
    [wlst] WLSTException: Error occured while performing connect : "Cannot connect to WLST." : No message was received for: '240' seconds
    [wlst] Use dumpStack() to view the full stacktrace
    [wlst]
    [wlst] File "<iostream>", line 648, in raiseWLSTException
    [wlst] WLSTException: Error occured while performing connect : "Cannot connect to WLST." : No message was received for: '240' seconds
    [wlst] Use dumpStack() to view the full stacktrace
    [wlst]
    [wlst]      at weblogic.management.scripting.WLSTInterpreterInvoker.printError(WLSTInterpreterInvoker.java:146)
    [wlst]      at weblogic.management.scripting.WLSTInterpreterInvoker.executePyScript(WLSTInterpreterInvoker.java:111)
    [wlst]      at weblogic.management.scripting.WLSTInterpreterInvoker.main(WLSTInterpreterInvoker.java:30)
    BUILD FAILED
    Is this sample broken? Any ideas on what the problem could be? I should note that I can manually start the server from a new command shell, connect to the console, etc. so the domain seems fine except when started from WLST.

    I was able to work around this by modifying the prepareServers.xml ant import. Specifically I did the following:
    1. Setup the environment
    2. ant prepareIdentityProviderServer
    3. Server started, killed the script
    4. Repeated 2-4 for the SP
    5. Modified the prepareServerController target in prepareServers.xml by commenting out the ant-call target="stopServer" and target="createServer"
    6. ant prepareIdentityProviderServer (which remarkably worked despite needing to stop and restart the server with the same startServer target)
    7. ant prepareServiceProviderServer
    Could this be a bug in the wlserver task? startServer looks like this (hangs when it has to create a domain, works fine when a domain already exists)
    <target name="startServer">
    <echo message="*****************************************" />
    <echo message="Starting WLS......" />
    <echo message="*****************************************" />
    <property name="generateConfig" value="true" />
    <property name="customNameMapperLib" value="" />
    <property name="extra-server-verbose" value="" />
    <property name="sleepHours" value="${spServerSleep}" />
    <property name="wls-min-stack" value="512m" />
    <property name="wls-max-stack" value="512m" />
    <wlserver dir="${domainDir}" servername="${serverName}" host="${host}" port="${port}" generateConfig="${generateConfig}" username="${username}" password="${password}" action="start">
    <jvmarg line="-ms${wls-min-stack} -mx${wls-max-stack} -XX:MaxPermSize=128m -DCommonSecurityEnabled=true ${extra-server-verbose}" />
    <classpath>
    <pathelement location="${wl.home}/server/lib/weblogic.jar"/>
    <pathelement location="${customNameMapperLib}"/>
    </classpath>
    </wlserver>
    <sleep hours="${sleepHours}" />
    </target>

  • Image Ultra - cannot build W510 with new image - stops on missing Operating System Modules

    Hi folks,
    I am trying to build a new image for a Thinkpad W510 using ImageUltra 4(and now 5). I cannot get it to build unless I use the Network Install. If I use the boot disk, and select the Install and Setup option, it prepares the disk, and service partition and copies the modules to it. It then restarts, and instead of commencing the OS installation, boots to the ImageUltra Builder screen showing options to boot to another drive, go into the bios or start the browser.
    If I clik in the ImageUltra link, it brings up an Image Ultra Map menu viewer dialog to tell me that a module is missing. This module is the Windows XP Primary Partition moule.
    In desperation, I have upgraded to Version 5, and replaced the IUB4 modules with the corresponding version 5 ones. Still the same problem.
    As I said, I can use the network install, so it looks like it cannot see the service partition.
    I have the disk set to compatibility and not AHCI.
    Any help would be gratefully appreciated.

    Hi,
    I have seen, this same situation in the past with the T400 systems.
    My problem was caused by the fact, that I placed XP Partitioning module into the wrong order.
    From your description I assume, you want to deploy XP on the system.
    So in this case make sure, that following in kept:
    - you have configred the service partition to resize on the BACK  (NOT on the front)
    - make sure, that you define the service partition size to be dynamic (if it's too small, then tat would explain your situation)
    Right now you are thinking on the same stuff as I do: "This all is correct, because it works using the network deployment ... "
    Please understand, that the logic, when you are using CD deployment and Network deployment is a bit different.
    Have you tried to use the deployment using a USB key?
    I would also advice (as a debuging start) to remove EVERY module except following modules from your Base Map:
    - XP Partitioning module
    - Customization module
    - Unattend .txt module
    - OS main module
    This will only show, if it might not be possible, that some other module is not intergerring with your image deployment.
    NOTE: for this test deployment exclude the driver map.
    In case none of the above will work, then please describe a bit more your Base Map (what all does it contains and how the service aprtition is set + what about the cleanup option,.... )
    NOTE2: please in case you have the AHCI driver contained in the installation, then set also the SATA configuration in BIOS to AHCI when deploying.
    Cheers

  • Why cannot build BEA web service examples?

    My weblogic is 7.0 and the webservices.jar has been installed. When I built an
    example, the console alert me that the javax.xml.namespace.Qname cannot be found.
    Later I found out that the Qname class is included in JDK1.4 and I installed it.
    But the console alert me that the weblogic/management/descriptors/webservice/FaultMBean
    cannot be found when I build the example again.
    What can I do?

    [att1.html]

Maybe you are looking for

  • How to add a LLB as a file to a project?

    Hello, I will add a LLB as a file to a project. If I add the LLB into the project explorer the LLB will be include as a folder and not as a file. I found the following description on the NI homepage: You also can add an LLB to a project as a file. If

  • Wrong IR

    Hi all, Need your expertise in solving an issue. The issue is my end user had received an invoice for particular po( ex-123). Actually for this PO we have already received GR and IR and cleared the payment. Even then the user has posted the IR throug

  • How do I get my Ipod icon to pop up in itunes so I can sync it?

    I don't know what the deal is.  When I connect my Ipod touch it opens like a file instead of an icon, and I can't figure out how to sync it.  Help!!

  • How to set to manual network selection

    How do I switch to manual network selection

  • RE: Citrix and Hydra

    Hi, In fact we did that. There are some things to take care of: 1.) Hydra is not yet out of beta. So you have to rely on Winframe which is STILL based on NT 3.51. Which is not supportet to run with Forte Version 3.0. (We tried, and it ran pretty well